summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-08-22 06:48:24 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-08-22 06:48:24 +0000
commite6e3eb63ec48da7895793ba0c37fff4e87c880b4 (patch)
tree14869d478dcf52feec57561763cb5dbea690a2f8 /devel
parentTo separate runtime libraries from this port, add a "RUNTIME" knob for (diff)
This port is ruby-racc-runtime, the runtime libraries for Racc,
separated from ruby-racc.
Notes
Notes: svn path=/head/; revision=31846
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/ruby-racc-runtime/Makefile16
-rw-r--r--devel/ruby-racc-runtime/pkg-comment1
-rw-r--r--devel/ruby-racc-runtime/pkg-descr5
-rw-r--r--devel/ruby-racc-runtime/pkg-plist4
5 files changed, 27 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 90233ac44b9e..64b9b1559a47 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -271,6 +271,7 @@
SUBDIR += ruby-optparse
SUBDIR += ruby-property
SUBDIR += ruby-racc
+ SUBDIR += ruby-racc-runtime
SUBDIR += ruby-strscan
SUBDIR += rvm
SUBDIR += sdcc
diff --git a/devel/ruby-racc-runtime/Makefile b/devel/ruby-racc-runtime/Makefile
new file mode 100644
index 000000000000..f43cec23dbc0
--- /dev/null
+++ b/devel/ruby-racc-runtime/Makefile
@@ -0,0 +1,16 @@
+# New ports collection makefile for: Ruby-Racc-runtime
+# Date created: 22 Aug 2000
+# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
+#
+# $FreeBSD$
+#
+
+MASTERDIR= ${.CURDIR}/../ruby-racc
+
+PKGNAMESUFFIX= -runtime
+
+PKGDIR= ${.CURDIR}/pkg
+
+RUNTIME= yes
+
+.include "${MASTERDIR}/Makefile"
diff --git a/devel/ruby-racc-runtime/pkg-comment b/devel/ruby-racc-runtime/pkg-comment
new file mode 100644
index 000000000000..b13bc2caa0ea
--- /dev/null
+++ b/devel/ruby-racc-runtime/pkg-comment
@@ -0,0 +1 @@
+Runtime libraries for Racc, an LALR(1) parser generator for Ruby
diff --git a/devel/ruby-racc-runtime/pkg-descr b/devel/ruby-racc-runtime/pkg-descr
new file mode 100644
index 000000000000..34a213b8f27b
--- /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 000000000000..0c547b7a1d34
--- /dev/null
+++ b/devel/ruby-racc-runtime/pkg-plist
@@ -0,0 +1,4 @@
+lib/ruby/site_ruby/%%RUBY_VER%%/racc/parser.rb
+lib/ruby/site_ruby/%%RUBY_VER%%/%%RUBY_ARCH%%/racc/cparse.so
+@dirrm lib/ruby/site_ruby/%%RUBY_VER%%/racc
+@dirrm lib/ruby/site_ruby/%%RUBY_VER%%/%%RUBY_ARCH%%/racc