- split out patches

- stop splitting the info page
- add missing ONLY_FOR_ARCHS tag
- prefix HOMEPAGE with "WWW:" in DESCR
This commit is contained in:
brad 2000-10-08 04:27:08 +00:00
parent 75f7479339
commit e2b4277222
6 changed files with 51 additions and 48 deletions

View File

@ -1,26 +1,28 @@
# $OpenBSD: Makefile,v 1.10 2000/08/17 12:32:44 fgsch Exp $
# $OpenBSD: Makefile,v 1.11 2000/10/08 04:27:08 brad Exp $
ONLY_FOR_ARCHS= i386
DISTNAME= nasm-0.98
CATEGORIES= devel lang
NEED_VERSION= 1.310
NEED_VERSION= 1.336
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= devel/lang/assemblers
MAINTAINER= angelos@openbsd.org
HOMEPAGE= http://www.web-sites.co.uk/nasm/
#
MAINTAINER= angelos@openbsd.org
# The license is basically NOFEE but requires permission for inclusion
# in a commercial procuct. See License file for info.
#
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
FAKE_FLAGS= INSTALLROOT="${WRKINST}"
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
FAKE_FLAGS= INSTALLROOT=${WRKINST}
CONFIGURE_STYLE= gnu
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/nasm

View File

@ -0,0 +1,10 @@
--- Makefile.in.orig Thu Jun 3 16:24:33 1999
+++ Makefile.in Sat Oct 7 23:38:23 2000
@@ -50,6 +50,7 @@
all: nasm ndisasm nasm.man ndisasm.man
cd rdoff; $(MAKE) all
+ cd doc; $(MAKE) all
nasm: $(NASM)
$(CC) $(LDFLAGS) -o nasm $(NASM)

View File

@ -1,27 +0,0 @@
--- Makefile.in.DIST Tue Feb 15 10:37:41 2000
+++ Makefile.in Tue Feb 15 10:36:54 2000
@@ -50,6 +50,7 @@
all: nasm ndisasm nasm.man ndisasm.man
cd rdoff; $(MAKE) all
+ cd doc; $(MAKE) all
nasm: $(NASM)
$(CC) $(LDFLAGS) -o nasm $(NASM)
--- doc/Makefile.in.DIST Thu Jun 3 14:24:51 1999
+++ doc/Makefile.in Tue Feb 15 10:34:53 2000
@@ -29,12 +29,12 @@
# Consider html, txt and src output a side effect
.src.texi:
mkdir -p html
- $(PERL) ./rdsrc.pl < $<
+ $(PERL) ${srcdir}/rdsrc.pl < $<
mv -f *.html html
nasm.info: nasmdoc.texi
mkdir -p info
- $(MAKEINFO) $<
+ $(MAKEINFO) $>
mv -f *.info *.info-* info
clean:

View File

@ -0,0 +1,28 @@
--- doc/Makefile.in.orig Thu Jun 3 16:24:51 1999
+++ doc/Makefile.in Sat Oct 7 23:48:26 2000
@@ -17,7 +17,7 @@
INSTALL_DATA = @INSTALL_DATA@
PERL = perl
-MAKEINFO = makeinfo
+MAKEINFO = makeinfo --no-split
SRCS = nasmdoc.src
OUT = nasm.info
@@ -29,13 +29,13 @@
# Consider html, txt and src output a side effect
.src.texi:
mkdir -p html
- $(PERL) ./rdsrc.pl < $<
+ $(PERL) ${srcdir}/rdsrc.pl < $<
mv -f *.html html
nasm.info: nasmdoc.texi
mkdir -p info
- $(MAKEINFO) $<
- mv -f *.info *.info-* info
+ $(MAKEINFO) $>
+ mv -f *.info* info
clean:
-rm -f *.rtf *.hpj *.texi *.ph *.gid

View File

@ -7,4 +7,4 @@ as86 object format, and a home-grown format called RDF.
Also included is NDISASM, a prototype x86 binary-file disassembler
which uses the same instruction table as NASM.
${HOMEPAGE}
WWW: ${HOMEPAGE}

View File

@ -1,18 +1,9 @@
@comment $OpenBSD: PLIST,v 1.5 2000/08/17 12:32:45 fgsch Exp $
@unexec install-info --delete --info-dir=%D/info %D/info/nasm.info
@comment $OpenBSD: PLIST,v 1.6 2000/10/08 04:27:10 brad Exp $
bin/nasm
bin/ndisasm
@unexec install-info --delete --info-dir=%D/info %D/info/nasm.info
info/nasm.info
info/nasm.info-1
info/nasm.info-10
info/nasm.info-2
info/nasm.info-3
info/nasm.info-4
info/nasm.info-5
info/nasm.info-6
info/nasm.info-7
info/nasm.info-8
info/nasm.info-9
@exec install-info --info-dir=%D/info %D/info/nasm.info
man/man1/nasm.1
man/man1/ndisasm.1
share/doc/nasm/internal.doc
@ -34,4 +25,3 @@ share/doc/nasm/nasmdoca.html
share/doc/nasm/nasmdoci.html
share/doc/nasm/rdsrc.pl
@dirrm share/doc/nasm
@exec install-info --info-dir=%D/info %D/info/nasm.info