aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-inline
diff options
context:
space:
mode:
Diffstat (limited to 'devel/rubygem-inline')
-rw-r--r--devel/rubygem-inline/Makefile37
-rw-r--r--devel/rubygem-inline/distinfo2
-rw-r--r--devel/rubygem-inline/pkg-descr11
-rw-r--r--devel/rubygem-inline/pkg-plist7
4 files changed, 0 insertions, 57 deletions
diff --git a/devel/rubygem-inline/Makefile b/devel/rubygem-inline/Makefile
deleted file mode 100644
index b75ae749ca30..000000000000
--- a/devel/rubygem-inline/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: ruby-inline
-# Date created: 2003-01-30
-# Whom: Sean Chittenden <seanc@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= inline
-PORTVERSION= 2.2.0
-CATEGORIES= devel ruby
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ruby${PORTNAME}
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= RubyInline-${PORTVERSION}
-DIST_SUBDIR= ruby
-
-MAINTAINER= seanc@FreeBSD.org
-COMMENT= Inline::C allows you to embed C/Ruby directly in ruby scripts
-
-USE_RUBY= yes
-
-NO_BUILD= yes
-
-DOCS= README.txt
-EXAMPLES= example.rb tutorial/example1.rb tutorial/example2.rb
-
-post-install:
- ${MKDIR} ${RUBY_MODDOCDIR}
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}
-.endfor
- ${MKDIR} ${RUBY_MODEXAMPLESDIR}
-.for f in ${EXAMPLES}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}
-.endfor
-
-.include <bsd.port.mk>
diff --git a/devel/rubygem-inline/distinfo b/devel/rubygem-inline/distinfo
deleted file mode 100644
index 4a2608278252..000000000000
--- a/devel/rubygem-inline/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (ruby/RubyInline-2.2.0.tar.gz) = f2c8184b7c0511723bfb94c8fe42ceb2
-SIZE (ruby/RubyInline-2.2.0.tar.gz) = 9525
diff --git a/devel/rubygem-inline/pkg-descr b/devel/rubygem-inline/pkg-descr
deleted file mode 100644
index 78257e6966b6..000000000000
--- a/devel/rubygem-inline/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-Inline::C allows for quick and use of inlined C code in Ruby scripts.
-This library automatically:
-
-* provides rudimentary automatic conversion between Ruby and C basic
- types: (unsigned)? (char|int|long|char *)
-* provides compilation of inline code
-* only recompiles if the C code has changed
-* can easily provide speedups in excess of 25x for tight loops when
- objects are being recycled too quickly.
-
-WWW: http://sourceforge.net/projects/rubyinline
diff --git a/devel/rubygem-inline/pkg-plist b/devel/rubygem-inline/pkg-plist
deleted file mode 100644
index 42a5570d1a21..000000000000
--- a/devel/rubygem-inline/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-%%RUBY_SITELIBDIR%%/inline.rb
-%%RUBY_MODDOCDIR%%/README.txt
-@dirrm %%RUBY_MODDOCDIR%%
-%%RUBY_MODEXAMPLESDIR%%/example.rb
-%%RUBY_MODEXAMPLESDIR%%/example1.rb
-%%RUBY_MODEXAMPLESDIR%%/example2.rb
-@dirrm %%RUBY_MODEXAMPLESDIR%%