summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorfhajny <fhajny>2009-11-23 14:00:06 +0000
committerfhajny <fhajny>2009-11-23 14:00:06 +0000
commit444426d181ac85cd3f6c41eecfb3d770be4e7ecb (patch)
tree4e6aea9d4ccb1ec5452cf7d2c757a29c74b09851 /devel
parent0c23c9e26b6cffba4e58b0f834468684b45212ed (diff)
downloadpkgsrc-444426d181ac85cd3f6c41eecfb3d770be4e7ecb.tar.gz
Initial import of ruby-sexp-processor.
sexp_processor branches from ParseTree bringing all the generic sexp processing tools with it. Sexp, SexpProcessor, Environment, etc... all for your language processing pleasure.
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-sexp-processor/DESCR3
-rw-r--r--devel/ruby-sexp-processor/Makefile15
-rw-r--r--devel/ruby-sexp-processor/PLIST15
-rw-r--r--devel/ruby-sexp-processor/distinfo5
4 files changed, 38 insertions, 0 deletions
diff --git a/devel/ruby-sexp-processor/DESCR b/devel/ruby-sexp-processor/DESCR
new file mode 100644
index 00000000000..e839cadbee3
--- /dev/null
+++ b/devel/ruby-sexp-processor/DESCR
@@ -0,0 +1,3 @@
+sexp_processor branches from ParseTree bringing all the generic sexp
+processing tools with it. Sexp, SexpProcessor, Environment, etc... all
+for your language processing pleasure.
diff --git a/devel/ruby-sexp-processor/Makefile b/devel/ruby-sexp-processor/Makefile
new file mode 100644
index 00000000000..632a48f2f6c
--- /dev/null
+++ b/devel/ruby-sexp-processor/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/11/23 14:00:06 fhajny Exp $
+
+DISTNAME= sexp_processor-3.0.3
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/}
+CATEGORIES= devel
+
+MAINTAINER= filip@joyent.com
+HOMEPAGE= http://parsetree.rubyforge.org/
+COMMENT= Generic sexp processing tools
+LICENSE= mit
+
+GEM_BUILD= gemspec
+
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ruby-sexp-processor/PLIST b/devel/ruby-sexp-processor/PLIST
new file mode 100644
index 00000000000..75dd2f30dc6
--- /dev/null
+++ b/devel/ruby-sexp-processor/PLIST
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/11/23 14:00:06 fhajny Exp $
+${GEM_HOME}/cache/sexp_processor-${PKGVERSION}.gem
+${GEM_LIBDIR}/History.txt
+${GEM_LIBDIR}/Manifest.txt
+${GEM_LIBDIR}/README.txt
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/lib/composite_sexp_processor.rb
+${GEM_LIBDIR}/lib/sexp.rb
+${GEM_LIBDIR}/lib/sexp_processor.rb
+${GEM_LIBDIR}/lib/unique.rb
+${GEM_LIBDIR}/test/test_composite_sexp_processor.rb
+${GEM_LIBDIR}/test/test_environment.rb
+${GEM_LIBDIR}/test/test_sexp.rb
+${GEM_LIBDIR}/test/test_sexp_processor.rb
+${GEM_HOME}/specifications/sexp_processor-${PKGVERSION}.gemspec
diff --git a/devel/ruby-sexp-processor/distinfo b/devel/ruby-sexp-processor/distinfo
new file mode 100644
index 00000000000..e5879ebf895
--- /dev/null
+++ b/devel/ruby-sexp-processor/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/11/23 14:00:06 fhajny Exp $
+
+SHA1 (sexp_processor-3.0.3.gem) = 2604928576c0cfc8438bd5af29ca2213ab083bed
+RMD160 (sexp_processor-3.0.3.gem) = 584477f64230085cbe14bfb4dab0705f4fd91891
+Size (sexp_processor-3.0.3.gem) = 14336 bytes