Index: head/devel/libdisasm/Makefile =================================================================== --- head/devel/libdisasm/Makefile (revision 436261) +++ head/devel/libdisasm/Makefile (revision 436262) @@ -1,33 +1,31 @@ # Created by: Lutz Boehne # $FreeBSD$ PORTNAME= libdisasm PORTVERSION= 0.23 PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF/bastard/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= Bastard Disassembly Environment x86 disassembler library and CLI +COMMENT= Intel x86 instructions disassembler utility and library LICENSE= ART10 LICENSE_FILE= ${WRKSRC}/LICENSE - -ONLY_FOR_ARCHS= i386 amd64 USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes PORTDOCS= libdisasm.txt OPTIONS_DEFINE= DOCS post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libdisasm.so post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/libdisasm.txt ${STAGEDIR}${DOCSDIR} .include Index: head/devel/libdisasm/pkg-descr =================================================================== --- head/devel/libdisasm/pkg-descr (revision 436261) +++ head/devel/libdisasm/pkg-descr (revision 436262) @@ -1,8 +1,7 @@ -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. +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