summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorthorpej <thorpej>1998-03-20 22:45:15 +0000
committerthorpej <thorpej>1998-03-20 22:45:15 +0000
commitc3bb97c91d5d269c2f369abbe9d4c4fe05931d8f (patch)
tree671001e0edbc25b52cdbafeb17b635875c324a0d /devel
parentb568e6609a73a7db2a122386f944f74efb34fe45 (diff)
downloadpkgsrc-c3bb97c91d5d269c2f369abbe9d4c4fe05931d8f.tar.gz
Add a GNU bison(1) package.
Diffstat (limited to 'devel')
-rw-r--r--devel/bison/Makefile17
-rw-r--r--devel/bison/files/md51
-rw-r--r--devel/bison/pkg/COMMENT1
-rw-r--r--devel/bison/pkg/DESCR2
-rw-r--r--devel/bison/pkg/PLIST14
5 files changed, 35 insertions, 0 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile
new file mode 100644
index 00000000000..82f838875ae
--- /dev/null
+++ b/devel/bison/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 1998/03/20 22:45:15 thorpej Exp $
+
+DISTNAME= bison-1.25
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GNU}
+
+MAINTAINER= packages@netbsd.org
+
+OPSYS!= uname -s
+.if (${OPSYS} == "NetBSD")
+BUILD_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo
+.endif
+
+GNU_CONFIGURE= yes
+MAN1= bison.1
+
+.include <bsd.port.mk>
diff --git a/devel/bison/files/md5 b/devel/bison/files/md5
new file mode 100644
index 00000000000..b0e425ed2b2
--- /dev/null
+++ b/devel/bison/files/md5
@@ -0,0 +1 @@
+MD5 (bison-1.25.tar.gz) = 65f577d0f8ffaf61ae21c23c0918d225
diff --git a/devel/bison/pkg/COMMENT b/devel/bison/pkg/COMMENT
new file mode 100644
index 00000000000..fe2c078ead2
--- /dev/null
+++ b/devel/bison/pkg/COMMENT
@@ -0,0 +1 @@
+GNU yacc(1) replacement
diff --git a/devel/bison/pkg/DESCR b/devel/bison/pkg/DESCR
new file mode 100644
index 00000000000..3bf5e77745c
--- /dev/null
+++ b/devel/bison/pkg/DESCR
@@ -0,0 +1,2 @@
+Bison is the GNU replacement for yacc(1). Some programs depend on
+extensions present in Bison.
diff --git a/devel/bison/pkg/PLIST b/devel/bison/pkg/PLIST
new file mode 100644
index 00000000000..fb4f925b3e3
--- /dev/null
+++ b/devel/bison/pkg/PLIST
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1 1998/03/20 22:45:16 thorpej Exp $
+bin/bison
+man/man1/bison.1.gz
+@unexec %D/bin/install-info --delete %D/info/bison.info %D/info/dir
+info/bison.info
+info/bison.info-1
+info/bison.info-2
+info/bison.info-3
+info/bison.info-4
+info/bison.info-5
+@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
+@exec %D/bin/install-info %D/info/bison.info %D/info/dir
+share/bison.simple
+share/bison.hairy