summaryrefslogtreecommitdiff
path: root/devel/ruby-inline/PLIST
diff options
context:
space:
mode:
authorjlam <jlam>2008-04-04 15:17:28 +0000
committerjlam <jlam>2008-04-04 15:17:28 +0000
commitf7763a47b25e62365ca98c706f11e8a7e40388c0 (patch)
treea654f8976f0ee4e5753809157d387c24aedca429 /devel/ruby-inline/PLIST
parent4cff9257b77535ec2c0e94c80db5847f7db861fa (diff)
downloadpkgsrc-f7763a47b25e62365ca98c706f11e8a7e40388c0.tar.gz
Initial import of ruby18-inline-3.6.7 as devel/ruby-inline.
Ruby Inline is an analog to Perl's Inline::C. Out of the box, it allows you to embed C/++ external module code in your ruby script directly. By writing simple builder classes, you can teach how to cope with new languages (fortran, perl, whatever). The code is compiled and run on the fly when needed.
Diffstat (limited to 'devel/ruby-inline/PLIST')
-rw-r--r--devel/ruby-inline/PLIST23
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/ruby-inline/PLIST b/devel/ruby-inline/PLIST
new file mode 100644
index 00000000000..c5cc7b240d8
--- /dev/null
+++ b/devel/ruby-inline/PLIST
@@ -0,0 +1,23 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/04 15:17:28 jlam Exp $
+bin/inline_package
+${GEM_HOME}/cache/RubyInline-${PKGVERSION}.gem
+${GEM_LIBDIR}/History.txt
+${GEM_LIBDIR}/Manifest.txt
+${GEM_LIBDIR}/README.txt
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/bin/inline_package
+${GEM_LIBDIR}/demo/fastmath.rb
+${GEM_LIBDIR}/demo/hello.rb
+${GEM_LIBDIR}/example.rb
+${GEM_LIBDIR}/example2.rb
+${GEM_LIBDIR}/lib/inline.rb
+${GEM_LIBDIR}/test/test_inline.rb
+${GEM_LIBDIR}/tutorial/example1.rb
+${GEM_LIBDIR}/tutorial/example2.rb
+${GEM_HOME}/specifications/RubyInline-${PKGVERSION}.gemspec
+@dirrm ${GEM_LIBDIR}/tutorial
+@dirrm ${GEM_LIBDIR}/test
+@dirrm ${GEM_LIBDIR}/lib
+@dirrm ${GEM_LIBDIR}/demo
+@dirrm ${GEM_LIBDIR}/bin
+@dirrm ${GEM_LIBDIR}