Fri Apr 4 15:17:28 2008 UTC ()
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.

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-base


(jlam)
diff -r0 -r1.1.1.1 pkgsrc/devel/ruby-inline/Makefile
diff -r0 -r1.1.1.1 pkgsrc/devel/ruby-inline/DESCR
diff -r0 -r1.1.1.1 pkgsrc/devel/ruby-inline/PLIST
diff -r0 -r1.1.1.1 pkgsrc/devel/ruby-inline/distinfo

File Added: pkgsrc/devel/ruby-inline/Makefile
# $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
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"

File Added: pkgsrc/devel/ruby-inline/DESCR
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.

File Added: pkgsrc/devel/ruby-inline/PLIST
@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}

File Added: pkgsrc/devel/ruby-inline/distinfo
$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