From owner-cvs-ports@FreeBSD.ORG Thu Jan 18 10:10:56 2007 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D664916A417; Thu, 18 Jan 2007 10:10:56 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C66F413C471; Thu, 18 Jan 2007 10:10:56 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l0IAAutW031817; Thu, 18 Jan 2007 10:10:56 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l0IAAuwb031816; Thu, 18 Jan 2007 10:10:56 GMT (envelope-from miwi) Message-Id: <200701181010.l0IAAuwb031816@repoman.freebsd.org> From: Martin Wilke Date: Thu, 18 Jan 2007 10:10:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/libdisasm Makefile distinfo pkg-descr pkg-plist ports/devel/libdisasm/files patch-Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jan 2007 10:10:57 -0000 miwi 2007-01-18 10:10:56 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/libdisasm Makefile distinfo pkg-descr pkg-plist devel/libdisasm/files patch-Makefile Log: The libdisasm library provides basic disassembly of Intel x86 instructions from a binary stream. The intent is to provide an easy to use disassembler which can be called from any application; the disassembly can be produced in AT&T syntax and Intel syntax, as well as in an intermediate format which includes detailed instruction and operand type information. WWW: http://bastard.sourceforge.net/libdisasm.html PR: ports/108067 Submitted by: Lutz Boehne Revision Changes Path 1.2601 +1 -0 ports/devel/Makefile 1.1 +57 -0 ports/devel/libdisasm/Makefile (new) 1.1 +3 -0 ports/devel/libdisasm/distinfo (new) 1.1 +33 -0 ports/devel/libdisasm/files/patch-Makefile (new) 1.1 +8 -0 ports/devel/libdisasm/pkg-descr (new) 1.1 +7 -0 ports/devel/libdisasm/pkg-plist (new)