- update to 2.07

- moves to a BSD license
- slight alteration of port semantics

prodded and ok'd by maintainer

ok merdely@
This commit is contained in:
okan 2009-08-18 17:11:15 +00:00
parent 6943057011
commit 3cc5a0dc26
4 changed files with 20 additions and 19 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.27 2009/07/22 10:17:08 okan Exp $
# $OpenBSD: Makefile,v 1.28 2009/08/18 17:11:15 okan Exp $
COMMENT= general-purpose multi-platform x86 assembler
ONLY_FOR_ARCHS= i386 amd64
DISTNAME= nasm-2.06
DISTNAME= nasm-2.07
CATEGORIES= devel lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nasm/}
@ -12,22 +12,18 @@ HOMEPAGE= http://www.nasm.us/
MAINTAINER= Gallon Sylvestre <ccna.syl@gmail.com>
# LGPL
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
CONFIGURE_STYLE= gnu
DESTDIRNAME= INSTALLROOT
CONFIGURE_STYLE= gnu dest
ALL_TARGET= everything
INSTALL_TARGET= install_everything
NO_REGRESS= Yes
post-install:
${INSTALL_DATA} ${WRKSRC}/doc/*.doc ${PREFIX}/share/doc/nasm
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
MD5 (nasm-2.06.tar.gz) = NooQUQ/UMtWXomYzkNGAxQ==
RMD160 (nasm-2.06.tar.gz) = gGry8MB3xhq3XQ/oekwSMCuXR2I=
SHA1 (nasm-2.06.tar.gz) = 3VhgVQ4s9Zhobg36b/tJB7au3fM=
SHA256 (nasm-2.06.tar.gz) = 0W5ou0jJBJ9AYxTxide/rENB+V4me8cNk8cagX15uco=
SIZE (nasm-2.06.tar.gz) = 981103
MD5 (nasm-2.07.tar.gz) = hNjgCbPSVlqBCrPdrR9PYw==
RMD160 (nasm-2.07.tar.gz) = wEk4+3VU2KkifD1JC16n1OBirJs=
SHA1 (nasm-2.07.tar.gz) = iCWOQIG2OXmytuppQBLAX5r7GBs=
SHA256 (nasm-2.07.tar.gz) = ooSsQb8ylMUz6YXKDxhbVpUAUle3bLmXbKmhvk5QlO8=
SIZE (nasm-2.07.tar.gz) = 981593

View File

@ -1,5 +1,5 @@
--- doc/Makefile.in.orig Wed Oct 29 13:57:33 2008
+++ doc/Makefile.in Sun Nov 2 21:43:50 2008
--- doc/Makefile.in.orig Mon Jul 20 01:22:29 2009
+++ doc/Makefile.in Wed Jul 22 21:34:37 2009
@@ -8,7 +8,7 @@ prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
@ -70,9 +70,9 @@
-rm -f *.aux *.cp *.fn *.ky *.pg *.log *.toc *.tp *.vr
spotless: clean
@@ -98,4 +93,4 @@ install: all
@@ -99,4 +94,4 @@ install: all
$(INSTALL_DATA) info/* $(INSTALLROOT)$(infodir)
mkdir -p $(INSTALLROOT)$(docdir)/html
$(INSTALL_DATA) html/* $(INSTALLROOT)$(docdir)/html
- $(INSTALL_DATA) nasmdoc.ps nasmdoc.pdf nasmdoc.txt $(INSTALLROOT)$(docdir)
+ $(INSTALL_DATA) nasmdoc.txt $(INSTALLROOT)$(docdir)
+ $(INSTALL_DATA) internal.doc nasmdoc.txt $(INSTALLROOT)$(docdir)

View File

@ -1,10 +1,12 @@
@comment $OpenBSD: PLIST,v 1.12 2008/11/07 18:38:22 okan Exp $
@comment $OpenBSD: PLIST,v 1.13 2009/08/18 17:11:15 okan Exp $
@bin bin/ldrdf
@bin bin/nasm
@bin bin/ndisasm
@bin bin/rdf2bin
bin/rdf2com
@bin bin/rdf2ihx
bin/rdf2ihx
bin/rdf2ith
bin/rdf2srec
@bin bin/rdfdump
@bin bin/rdflib
@bin bin/rdx
@ -14,6 +16,9 @@ bin/rdf2com
@man man/man1/ndisasm.1
@man man/man1/rdf2bin.1
@man man/man1/rdf2com.1
@man man/man1/rdf2ihx.1
@man man/man1/rdf2ith.1
@man man/man1/rdf2srec.1
@man man/man1/rdfdump.1
@man man/man1/rdflib.1
@man man/man1/rdx.1