pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-inline Initial import of ruby18-inline-3.6....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1b1d6a134278
branches:  trunk
changeset: 540477:1b1d6a134278
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Apr 04 15:17:28 2008 +0000

description:
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:

 devel/ruby-inline/DESCR    |   5 +++++
 devel/ruby-inline/Makefile |  14 ++++++++++++++
 devel/ruby-inline/PLIST    |  23 +++++++++++++++++++++++
 devel/ruby-inline/distinfo |   5 +++++
 4 files changed, 47 insertions(+), 0 deletions(-)

diffs (63 lines):

diff -r aca0451f24f9 -r 1b1d6a134278 devel/ruby-inline/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-inline/DESCR   Fri Apr 04 15:17:28 2008 +0000
@@ -0,0 +1,5 @@
+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.
diff -r aca0451f24f9 -r 1b1d6a134278 devel/ruby-inline/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-inline/Makefile        Fri Apr 04 15:17:28 2008 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:17:28 jlam Exp $
+
+DISTNAME=      RubyInline-3.6.7
+PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/^Ruby//:tl}
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.zenspider.com/ZSS/Products/RubyInline/
+COMMENT=       Embed C/C++ code directly in Ruby
+
+DEPENDS+=      hoe>=1.5.1:../../devel/hoe
+
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r aca0451f24f9 -r 1b1d6a134278 devel/ruby-inline/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-inline/PLIST   Fri Apr 04 15:17:28 2008 +0000
@@ -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}
diff -r aca0451f24f9 -r 1b1d6a134278 devel/ruby-inline/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-inline/distinfo        Fri Apr 04 15:17:28 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:17:28 jlam Exp $
+
+SHA1 (RubyInline-3.6.7.gem) = 71f7bc398d357348448b2a5e27173dd7b738167b
+RMD160 (RubyInline-3.6.7.gem) = a2930e1df78f29bfcd34b49238e9b127e9e5bc09
+Size (RubyInline-3.6.7.gem) = 23552 bytes



Home | Main Index | Thread Index | Old Index