diff options
author | agc <agc@pkgsrc.org> | 1998-07-31 16:32:22 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-07-31 16:32:22 +0000 |
commit | 1783633ba52bd812628cfbff46c56838c5bd99e1 (patch) | |
tree | baf5b430449706aa2e98ded804da5c2814cf9e26 | |
parent | a19920b80468d2d02446af880b798f4e1c74e5ed (diff) | |
download | pkgsrc-1783633ba52bd812628cfbff46c56838c5bd99e1.tar.gz |
Addition of rdp-1.5, which compiles attributed LL(1) grammars into
recursive descent compilers, into the NetBSD packages collection.
-rw-r--r-- | devel/rdp/Makefile | 26 | ||||
-rw-r--r-- | devel/rdp/files/md5 | 1 | ||||
-rw-r--r-- | devel/rdp/pkg/COMMENT | 1 | ||||
-rw-r--r-- | devel/rdp/pkg/DESCR | 9 | ||||
-rw-r--r-- | devel/rdp/pkg/PLIST | 7 |
5 files changed, 44 insertions, 0 deletions
diff --git a/devel/rdp/Makefile b/devel/rdp/Makefile new file mode 100644 index 00000000000..2ff4fdf05f2 --- /dev/null +++ b/devel/rdp/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1 1998/07/31 16:32:22 agc Exp $ + +DISTNAME= rdp1_5 +PKGNAME= rdp-1.5 +CATEGORIES= devel +MASTER_SITES= ftp://ftp.dcs.rhbnc.ac.uk/pub/rdp/ +EXTRACT_SUFX= .tar + +MAINTAINER= packages@netbsd.org + +EXTRACT_BEFORE_ARGS= xf + +WRKSRC= ${WRKDIR}/rdp +MAKEFILE= makefile + +NO_CONFIGURE= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/rdp ${PREFIX}/bin + -${MKDIR} ${PREFIX}/share/doc/rdp + ${INSTALL_DATA} ${WRKSRC}/rdp_doc/rdp_case.ps ${PREFIX}/share/doc/rdp + ${INSTALL_DATA} ${WRKSRC}/rdp_doc/rdp_supp.ps ${PREFIX}/share/doc/rdp + ${INSTALL_DATA} ${WRKSRC}/rdp_doc/rdp_tut.ps ${PREFIX}/share/doc/rdp + ${INSTALL_DATA} ${WRKSRC}/rdp_doc/rdp_user.ps ${PREFIX}/share/doc/rdp + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/rdp/files/md5 b/devel/rdp/files/md5 new file mode 100644 index 00000000000..ff6c28e45c1 --- /dev/null +++ b/devel/rdp/files/md5 @@ -0,0 +1 @@ +MD5 (rdp1_5.tar) = 08db0a4a064a4044a3e98ccaab0af528 diff --git a/devel/rdp/pkg/COMMENT b/devel/rdp/pkg/COMMENT new file mode 100644 index 00000000000..5ce3b189725 --- /dev/null +++ b/devel/rdp/pkg/COMMENT @@ -0,0 +1 @@ +compiles attributed LL(1) grammars into recursive descent compilers diff --git a/devel/rdp/pkg/DESCR b/devel/rdp/pkg/DESCR new file mode 100644 index 00000000000..f34f3fc8836 --- /dev/null +++ b/devel/rdp/pkg/DESCR @@ -0,0 +1,9 @@ +RDP compiles attributed LL(1) grammars decorated with C-language +semantic actions into recursive descent compilers. RDP is written in +strict ANSI C and produces strict ANSI C. RDP is designed to be easy +to use, and comes with library support for many of the things that are +left to the user in more traditional tools. + +More information on RDP can be gleaned from: + + http://www.dcs.rhbnc.ac.uk/la/rdp.html diff --git a/devel/rdp/pkg/PLIST b/devel/rdp/pkg/PLIST new file mode 100644 index 00000000000..a14e121705e --- /dev/null +++ b/devel/rdp/pkg/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1 1998/07/31 16:32:23 agc Exp $ +bin/rdp +share/doc/rdp/rdp_case.ps +share/doc/rdp/rdp_supp.ps +share/doc/rdp/rdp_tut.ps +share/doc/rdp/rdp_user.ps +@dirrm share/doc/rdp |