diff options
author | taca <taca@pkgsrc.org> | 2001-06-30 23:27:53 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2001-06-30 23:27:53 +0000 |
commit | 758155081420e4264b582cd4b6b2239e4051be9c (patch) | |
tree | 4b5b63154127b6a55fc1a98c1c008ec9d952b68c /devel | |
parent | d1325d4019beab424dac9bfdccc9286ce7be2785 (diff) | |
download | pkgsrc-758155081420e4264b582cd4b6b2239e4051be9c.tar.gz |
Importing ruby-racc-runtime.
This package only installs runtime libraries for Racc, an LALR(1)
parser generator for Ruby.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-racc-runtime/Makefile | 12 | ||||
-rw-r--r-- | devel/ruby-racc-runtime/pkg/DESCR | 5 | ||||
-rw-r--r-- | devel/ruby-racc-runtime/pkg/PLIST | 5 |
3 files changed, 22 insertions, 0 deletions
diff --git a/devel/ruby-racc-runtime/Makefile b/devel/ruby-racc-runtime/Makefile new file mode 100644 index 00000000000..a83a1f37529 --- /dev/null +++ b/devel/ruby-racc-runtime/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/06/30 23:27:53 taca Exp $ +# FreeBSD: ports/devel/ruby-racc-runtime/Makefile,v 1.2 2000/10/08 10:19:28 asami Exp + +PKGNAME= ${RUBY_PKGNAMEPREFIX}racc-runtime-${RACC_VERSION} + +COMMENT= Runtime libraries for Racc. + +MASTERDIR= ${.CURDIR}/../ruby-racc +RUNTIME= yes +DISTINFO_FILE= ${MASTERDIR}/distinfo + +.include "${MASTERDIR}/Makefile" diff --git a/devel/ruby-racc-runtime/pkg/DESCR b/devel/ruby-racc-runtime/pkg/DESCR new file mode 100644 index 00000000000..34a213b8f27 --- /dev/null +++ b/devel/ruby-racc-runtime/pkg/DESCR @@ -0,0 +1,5 @@ +This package only installs runtime libraries for Racc, an LALR(1) +parser generator for Ruby. + +Author: Minero Aoki <aamine@dp.u-netsurf.ne.jp> +WWW: http://www1.u-netsurf.ne.jp/~brew/mine/en/index.html diff --git a/devel/ruby-racc-runtime/pkg/PLIST b/devel/ruby-racc-runtime/pkg/PLIST new file mode 100644 index 00000000000..b20f3d6770e --- /dev/null +++ b/devel/ruby-racc-runtime/pkg/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/06/30 23:27:53 taca Exp $ +${RUBY_SITELIBDIR}/racc/parser.rb +${RUBY_SITEARCHLIBDIR}/racc/cparse.so +@dirrm ${RUBY_SITELIBDIR}/racc +@dirrm ${RUBY_SITEARCHLIBDIR}/racc |