From c3bb97c91d5d269c2f369abbe9d4c4fe05931d8f Mon Sep 17 00:00:00 2001 From: thorpej Date: Fri, 20 Mar 1998 22:45:15 +0000 Subject: Add a GNU bison(1) package. --- devel/bison/Makefile | 17 +++++++++++++++++ devel/bison/files/md5 | 1 + devel/bison/pkg/COMMENT | 1 + devel/bison/pkg/DESCR | 2 ++ devel/bison/pkg/PLIST | 14 ++++++++++++++ 5 files changed, 35 insertions(+) create mode 100644 devel/bison/Makefile create mode 100644 devel/bison/files/md5 create mode 100644 devel/bison/pkg/COMMENT create mode 100644 devel/bison/pkg/DESCR create mode 100644 devel/bison/pkg/PLIST (limited to 'devel/bison') 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 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 -- cgit v1.2.3