summaryrefslogtreecommitdiff
path: root/devel/dev86
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>2006-10-15 14:02:37 +0000
committerbouyer <bouyer@pkgsrc.org>2006-10-15 14:02:37 +0000
commit95880836aa60bf9e2a86740a7378d01dfa92ce4f (patch)
tree40abead6b395bb756d8f20b7febaf4120ddda0a8 /devel/dev86
parentec0dd0da8b950c01d783690030e23d61399f311f (diff)
downloadpkgsrc-95880836aa60bf9e2a86740a7378d01dfa92ce4f.tar.gz
Import dev86 package, provided by Pierrick Brossin in private mail.
Linux 8086 development environment. This is based on Bruce Evans's C compiler with additonal code, including a reasonable C library for ELKS DOS or standalone, written by myself and others. This is a replacement for devel/bcc.
Diffstat (limited to 'devel/dev86')
-rw-r--r--devel/dev86/DESCR6
-rw-r--r--devel/dev86/Makefile15
-rw-r--r--devel/dev86/PLIST30
-rw-r--r--devel/dev86/distinfo6
-rw-r--r--devel/dev86/patches/patch-aa12
5 files changed, 69 insertions, 0 deletions
diff --git a/devel/dev86/DESCR b/devel/dev86/DESCR
new file mode 100644
index 00000000000..455d1d9ca9e
--- /dev/null
+++ b/devel/dev86/DESCR
@@ -0,0 +1,6 @@
+Linux 8086 development environment.
+This is based on Bruce Evans's C compiler with additonal code, including
+a reasonable C library for ELKS DOS or standalone, written by myself and
+others.
+
+This is a replacement for devel/bcc.
diff --git a/devel/dev86/Makefile b/devel/dev86/Makefile
new file mode 100644
index 00000000000..925c137348f
--- /dev/null
+++ b/devel/dev86/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/10/15 14:02:37 bouyer Exp $
+#
+
+DISTNAME= Dev86src-0.16.17
+PKGNAME= dev86-0.16.17
+CATEGORIES= devel
+MASTER_SITES= http://homepage.ntlworld.com/robert.debath/dev86/
+
+MAINTAINER= pierrick@bs-network.net
+HOMEPAGE= http://www.swissgeeks.com/
+COMMENT= Linux 8086 development environment
+
+WRKSRC= ${WRKDIR}/dev86-0.16.17
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/dev86/PLIST b/devel/dev86/PLIST
new file mode 100644
index 00000000000..52b74e1e71f
--- /dev/null
+++ b/devel/dev86/PLIST
@@ -0,0 +1,30 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/10/15 14:02:37 bouyer Exp $
+bin/ar86
+bin/as86
+bin/bcc
+bin/ld86
+bin/nm86
+bin/objdump86
+bin/size86
+lib/bcc/as86_encap
+lib/bcc/bcc-cc1
+lib/bcc/bcc-cpp
+lib/bcc/copt
+lib/bcc/${MACHINE_ARCH}/rules.386
+lib/bcc/${MACHINE_ARCH}/rules.end
+lib/bcc/${MACHINE_ARCH}/rules.start
+lib/bcc/rules.186
+lib/bcc/rules.386
+lib/bcc/rules.86
+lib/bcc/rules.end
+lib/bcc/rules.i
+lib/bcc/rules.net
+lib/bcc/rules.start
+lib/bcc/unproto
+man/man1/as86.1
+man/man1/bcc.1
+man/man1/elks.1
+man/man1/elksemu.1
+man/man1/ld86.1
+@dirrm lib/bcc/${MACHINE_ARCH}
+@dirrm lib/bcc
diff --git a/devel/dev86/distinfo b/devel/dev86/distinfo
new file mode 100644
index 00000000000..02a685dd745
--- /dev/null
+++ b/devel/dev86/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/10/15 14:02:37 bouyer Exp $
+
+SHA1 (Dev86src-0.16.17.tar.gz) = 0bfe55c7a5e11d72f19f26cb0383178605951c72
+RMD160 (Dev86src-0.16.17.tar.gz) = b603d2cce807cd20b09695d14538cae8ab8cc371
+Size (Dev86src-0.16.17.tar.gz) = 703028 bytes
+SHA1 (patch-aa) = fb72158f52b13b12aed20e36b615e3ef0fde894e
diff --git a/devel/dev86/patches/patch-aa b/devel/dev86/patches/patch-aa
new file mode 100644
index 00000000000..44479a7ccbc
--- /dev/null
+++ b/devel/dev86/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2006/10/15 14:02:37 bouyer Exp $
+
+--- Makefile.orig 2004-06-20 19:57:52.000000000 +0200
++++ Makefile
+@@ -12,7 +12,6 @@ TARGETS=install clean other \
+ config tests dis88 doselks bootblocks ld86r
+
+ ELKSSRC= /usr/src/elks
+-PREFIX= /usr
+ BINDIR= $(PREFIX)/bin
+ LIBDIR= $(PREFIX)/lib/bcc
+ INCLDIR= $(PREFIX)/lib/bcc