summaryrefslogtreecommitdiff
path: root/devel/ruby-racc-runtime
diff options
context:
space:
mode:
authortaca <taca>2001-06-30 23:27:53 +0000
committertaca <taca>2001-06-30 23:27:53 +0000
commit29d67f6e52922b789e84af108382d72343668199 (patch)
tree4b5b63154127b6a55fc1a98c1c008ec9d952b68c /devel/ruby-racc-runtime
parente43897cfe663a3b1ac7282a594f283b7746c2a7a (diff)
downloadpkgsrc-29d67f6e52922b789e84af108382d72343668199.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/ruby-racc-runtime')
-rw-r--r--devel/ruby-racc-runtime/Makefile12
-rw-r--r--devel/ruby-racc-runtime/pkg/DESCR5
-rw-r--r--devel/ruby-racc-runtime/pkg/PLIST5
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