pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/bin86 Import new package from pkgsrc-wip: bin86.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8fc8794c1bbd
branches:  trunk
changeset: 539546:8fc8794c1bbd
user:      reed <reed%pkgsrc.org@localhost>
date:      Sat Mar 08 00:39:23 2008 +0000

description:
Import new package from pkgsrc-wip: bin86.
(This conflicts with bcc and dev86. I use this to build lilo.)

This is a simple assember, linker, and related tools for 80x86
machine code. This is based on the as86 and ld86 distribution
written by Bruce Evans and was maintained by Robert de Bath.

diffstat:

 devel/bin86/DESCR            |   3 +++
 devel/bin86/Makefile         |  26 ++++++++++++++++++++++++++
 devel/bin86/PLIST            |   8 ++++++++
 devel/bin86/distinfo         |   6 ++++++
 devel/bin86/patches/patch-aa |  13 +++++++++++++
 5 files changed, 56 insertions(+), 0 deletions(-)

diffs (76 lines):

diff -r c3ba58d7212d -r 8fc8794c1bbd devel/bin86/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/bin86/DESCR Sat Mar 08 00:39:23 2008 +0000
@@ -0,0 +1,3 @@
+This is a simple assember, linker, and related tools for 80x86
+machine code. This is based on the as86 and ld86 distribution
+written by Bruce Evans and was maintained by Robert de Bath.
diff -r c3ba58d7212d -r 8fc8794c1bbd devel/bin86/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/bin86/Makefile      Sat Mar 08 00:39:23 2008 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/03/08 00:39:23 reed Exp $
+
+DISTNAME=              bin86-0.16.17
+PKGREVISION=           1
+CATEGORIES=            devel
+MASTER_SITES=          http://homepage.ntlworld.com/robert.debath/dev86/ \
+                       http://www.debath.co.uk/dev86/bin86-0.16.17.tar.gz
+
+MAINTAINER=            reed%reedmedia.net@localhost
+HOMEPAGE=              http://www.debath.co.uk/
+COMMENT=               Simple assembler and linker for x86 machine code
+
+CONFLICTS=             bcc-[0-9]*
+CONFLICTS+=            dev86-[0-9]*
+
+USE_TOOLS+=            gmake
+
+INSTALLATION_DIRS+=    bin ${PKGMANDIR}/man1
+
+do-build:
+       cd ${WRKSRC} && ${GMAKE} PREFIX=${PREFIX:Q}
+
+do-install:
+       cd ${WRKSRC} && ${GMAKE} PREFIX=${PREFIX:Q} PKGMANDIR=${PKGMANDIR:Q} install
+
+.include "../../mk/bsd.pkg.mk"
diff -r c3ba58d7212d -r 8fc8794c1bbd devel/bin86/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/bin86/PLIST Sat Mar 08 00:39:23 2008 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/03/08 00:39:23 reed Exp $
+bin/as86
+bin/ld86
+bin/nm86
+bin/objdump86
+bin/size86
+man/man1/as86.1
+man/man1/ld86.1
diff -r c3ba58d7212d -r 8fc8794c1bbd devel/bin86/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/bin86/distinfo      Sat Mar 08 00:39:23 2008 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/03/08 00:39:23 reed Exp $
+
+SHA1 (bin86-0.16.17.tar.gz) = 656f06b4b26d08412132e338baa25e42d713eeec
+RMD160 (bin86-0.16.17.tar.gz) = b0ae5aff632a3528214749e256f5ab498f1a7fa4
+Size (bin86-0.16.17.tar.gz) = 152400 bytes
+SHA1 (patch-aa) = f4a4fcc5cb51fb428a660d0fc70579f73e2de719
diff -r c3ba58d7212d -r 8fc8794c1bbd devel/bin86/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/bin86/patches/patch-aa      Sat Mar 08 00:39:23 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2008/03/08 00:39:23 reed Exp $
+
+--- Makefile.orig      2003-12-31 12:36:40.000000000 +0100
++++ Makefile
+@@ -6,7 +6,7 @@ DIRS=ld as
+ PREFIX=/usr/local
+ BINDIR=$(PREFIX)/bin
+ LIBDIR=$(PREFIX)/lib
+-MANDIR=$(PREFIX)/man/man1
++MANDIR=$(PREFIX)/$(PKGMANDIR)/man1
+ SUF=86
+ 
+ INSTALL_OPT=-m 755



Home | Main Index | Thread Index | Old Index