aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorshaun <shaun@FreeBSD.org>2007-04-01 01:45:34 +0800
committershaun <shaun@FreeBSD.org>2007-04-01 01:45:34 +0800
commitce71bcd3b8b750989270de23b61c56d3ead95733 (patch)
treeca9956d443d722f4842b8e78a602e9fb6879a8d1 /devel
parentb3c4b8867465c5d9e3e783a02c1c7aa97ba17ebe (diff)
downloadfreebsd-ports-gnome-ce71bcd3b8b750989270de23b61c56d3ead95733.tar.gz
freebsd-ports-gnome-ce71bcd3b8b750989270de23b61c56d3ead95733.tar.zst
freebsd-ports-gnome-ce71bcd3b8b750989270de23b61c56d3ead95733.zip
- Update to 0.6.0.
- Hand over maintainership to submitter (who also happens to be the author of yasm) PR: ports/109511 Submitted by: Peter Johnson <johnson.peter@gmail.com>
Diffstat (limited to 'devel')
-rw-r--r--devel/yasm/Makefile8
-rw-r--r--devel/yasm/distinfo6
-rw-r--r--devel/yasm/pkg-descr6
-rw-r--r--devel/yasm/pkg-plist5
4 files changed, 13 insertions, 12 deletions
diff --git a/devel/yasm/Makefile b/devel/yasm/Makefile
index 0dc6bad81c98..1d22eca77590 100644
--- a/devel/yasm/Makefile
+++ b/devel/yasm/Makefile
@@ -7,18 +7,18 @@
#
PORTNAME= yasm
-PORTVERSION= 0.5.0
+PORTVERSION= 0.6.0
CATEGORIES= devel lang
MASTER_SITES= http://www.tortall.net/projects/yasm/releases/
-MAINTAINER= shaun@FreeBSD.org
+MAINTAINER= johnson.peter@gmail.com
COMMENT= A complete rewrite of the NASM assembler
USE_ICONV= yes
-USE_AUTOTOOLS= autoconf:259 libltdl:15
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS= --mandir=${MANPREFIX}/man
.include <bsd.port.pre.mk>
@@ -35,7 +35,7 @@ USE_GETTEXT= yes
.if !defined(NOPORTDOCS)
INSTALL_TARGET= install install-man
MAN1= yasm.1
-MAN7= yasm_arch.7
+MAN7= yasm_arch.7 yasm_dbgfmts.7 yasm_objfmts.7 yasm_parsers.7
.endif
.include <bsd.port.post.mk>
diff --git a/devel/yasm/distinfo b/devel/yasm/distinfo
index c79a3fa30178..b37de2bf19ca 100644
--- a/devel/yasm/distinfo
+++ b/devel/yasm/distinfo
@@ -1,3 +1,3 @@
-MD5 (yasm-0.5.0.tar.gz) = d4931fcce497bd4f80ed349384704240
-SHA256 (yasm-0.5.0.tar.gz) = a5629aea24b0e10e23bfd88663b52544888ebed5a59b57be24042ccbbeff823e
-SIZE (yasm-0.5.0.tar.gz) = 1171590
+MD5 (yasm-0.6.0.tar.gz) = 3246a73ee7e1d523ca1be8587cebac8b
+SHA256 (yasm-0.6.0.tar.gz) = b3d28aa6613fe745dfdb9e46bd43d5dbaa98c7633992e13e7a6a43c8c8b7261d
+SIZE (yasm-0.6.0.tar.gz) = 1192453
diff --git a/devel/yasm/pkg-descr b/devel/yasm/pkg-descr
index e9bf222f60e6..65127ae58c43 100644
--- a/devel/yasm/pkg-descr
+++ b/devel/yasm/pkg-descr
@@ -1,8 +1,8 @@
YASM is a complete rewrite of the NASM assembler under the "new" BSD License
(some portions are currently under the GNU Lesser General Public License
(LGPL)). Yasm currently supports the x86 and AMD64 instruction sets, accepts
-NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64, COFF, Win32,
-and Win64 object formats, and generates source debugging information in
-STABS, DWARF 2, and CodeView 8 formats.
+NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64, COFF, Mach-O
+(32 and 64), RDOFF2, Win32, and Win64 object formats, and generates source
+debugging information in STABS, DWARF 2, and CodeView 8 formats.
WWW: http://www.tortall.net/projects/yasm/
diff --git a/devel/yasm/pkg-plist b/devel/yasm/pkg-plist
index ae9c4701d2fc..0a911d1b82b0 100644
--- a/devel/yasm/pkg-plist
+++ b/devel/yasm/pkg-plist
@@ -1,5 +1,6 @@
bin/yasm
include/libyasm.h
+include/libyasm-stdint.h
include/libyasm/arch.h
include/libyasm/assocdat.h
include/libyasm/bc-int.h
@@ -15,12 +16,12 @@ include/libyasm/file.h
include/libyasm/floatnum.h
include/libyasm/hamt.h
include/libyasm/intnum.h
-include/libyasm/linemgr.h
+include/libyasm/inttree.h
+include/libyasm/linemap.h
include/libyasm/listfmt.h
include/libyasm/md5.h
include/libyasm/module.h
include/libyasm/objfmt.h
-include/libyasm/optimizer.h
include/libyasm/parser.h
include/libyasm/phash.h
include/libyasm/preproc.h