diff options
author | jlam <jlam@pkgsrc.org> | 2008-04-04 15:18:56 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-04-04 15:18:56 +0000 |
commit | bca06b970bdd458f5778281a5b63e0de8794e8a7 (patch) | |
tree | 2af2f6284e7d27d9d8c875bcfa38f8eb520e8e81 /devel/ruby2ruby | |
parent | 993ca7ab3c888a67663dcc0b9a27f00900422b62 (diff) | |
download | pkgsrc-bca06b970bdd458f5778281a5b63e0de8794e8a7.tar.gz |
Initial import of ruby18-ruby2ruby-1.1.8 as devel/ruby2ruby.
ruby2ruby provides a means of generating pure ruby code easily from
ParseTree's Sexps. This makes making dynamic language processors much
easier in ruby than ever before.
Diffstat (limited to 'devel/ruby2ruby')
-rw-r--r-- | devel/ruby2ruby/DESCR | 3 | ||||
-rw-r--r-- | devel/ruby2ruby/Makefile | 15 | ||||
-rw-r--r-- | devel/ruby2ruby/PLIST | 16 | ||||
-rw-r--r-- | devel/ruby2ruby/distinfo | 5 |
4 files changed, 39 insertions, 0 deletions
diff --git a/devel/ruby2ruby/DESCR b/devel/ruby2ruby/DESCR new file mode 100644 index 00000000000..4c77f74f703 --- /dev/null +++ b/devel/ruby2ruby/DESCR @@ -0,0 +1,3 @@ +ruby2ruby provides a means of generating pure ruby code easily from +ParseTree's Sexps. This makes making dynamic language processors much +easier in ruby than ever before. diff --git a/devel/ruby2ruby/Makefile b/devel/ruby2ruby/Makefile new file mode 100644 index 00000000000..9e37b98594a --- /dev/null +++ b/devel/ruby2ruby/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:18:56 jlam Exp $ + +DISTNAME= ruby2ruby-1.1.8 +PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +CATEGORIES= devel + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://seattlerb.rubyforge.org/ +COMMENT= Pure Ruby code from Ruby S-expressions + +DEPENDS+= ${RUBY_PKGPREFIX}-parsetree-[0-9]*:../../devel/ruby-parsetree +DEPENDS+= hoe>=1.4.0:../../devel/hoe + +.include "../../misc/rubygems/rubygem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/ruby2ruby/PLIST b/devel/ruby2ruby/PLIST new file mode 100644 index 00000000000..64c36cfa91b --- /dev/null +++ b/devel/ruby2ruby/PLIST @@ -0,0 +1,16 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/04 15:18:56 jlam Exp $ +bin/r2r_show +${GEM_HOME}/cache/ruby2ruby-${PKGVERSION}.gem +${GEM_LIBDIR}/.autotest +${GEM_LIBDIR}/History.txt +${GEM_LIBDIR}/Manifest.txt +${GEM_LIBDIR}/README.txt +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/bin/r2r_show +${GEM_LIBDIR}/lib/ruby2ruby.rb +${GEM_LIBDIR}/test/test_ruby2ruby.rb +${GEM_HOME}/specifications/ruby2ruby-${PKGVERSION}.gemspec +@dirrm ${GEM_LIBDIR}/test +@dirrm ${GEM_LIBDIR}/lib +@dirrm ${GEM_LIBDIR}/bin +@dirrm ${GEM_LIBDIR} diff --git a/devel/ruby2ruby/distinfo b/devel/ruby2ruby/distinfo new file mode 100644 index 00000000000..4c350e0c85e --- /dev/null +++ b/devel/ruby2ruby/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:18:56 jlam Exp $ + +SHA1 (ruby2ruby-1.1.8.gem) = 104dfa2a6ea4615fe7d667234e842236320b0893 +RMD160 (ruby2ruby-1.1.8.gem) = 32ee5917e72ead9002a934b22194689a7f4494d1 +Size (ruby2ruby-1.1.8.gem) = 13824 bytes |