summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-06-08 17:29:30 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-06-08 17:29:30 +0000
commit032391c048e6c825672729143a95f05118cfde60 (patch)
tree0802710581f787ff8f3025cfbb418571a985269c
parentbye-bye to PGCC (diff)
devel/ruby-dl has been replaced with lang/ruby16-shim-ruby18.
Notes
Notes: svn path=/head/; revision=60870
-rw-r--r--devel/ruby-dl/Makefile43
-rw-r--r--devel/ruby-dl/distinfo1
-rw-r--r--devel/ruby-dl/pkg-comment1
-rw-r--r--devel/ruby-dl/pkg-descr5
-rw-r--r--devel/ruby-dl/pkg-plist11
5 files changed, 0 insertions, 61 deletions
diff --git a/devel/ruby-dl/Makefile b/devel/ruby-dl/Makefile
deleted file mode 100644
index 86b6ca557a7f..000000000000
--- a/devel/ruby-dl/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# New ports collection makefile for: ruby-dl
-# Date created: 1 July 2001
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= dl
-PORTVERSION= 1.0.1
-CATEGORIES= devel ruby
-MASTER_SITES= http://kt-www.jaist.ac.jp/~ttate/ftp/
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
-DIST_SUBDIR= ruby
-
-MAINTAINER= knu@FreeBSD.org
-
-USE_RUBY= yes
-USE_RUBY_EXTCONF= yes
-
-#WRKSRC= ${WRKDIR}/ruby-${PORTNAME}-${PORTVERSION}
-INSTALL_TARGET= site-install
-
-DOCS_EN= Changes README README.html
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == i386
-CONFIGURE_ARGS+= --with-asm
-.endif
-
-post-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/h2rb ${PREFIX}/bin/
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
-.for f in ${DOCS_EN}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
-.endfor
- ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
- ${INSTALL_DATA} ${WRKSRC}/sample/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/devel/ruby-dl/distinfo b/devel/ruby-dl/distinfo
deleted file mode 100644
index d5f0cb1b813a..000000000000
--- a/devel/ruby-dl/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ruby/ruby-dl-1.0.1.tar.gz) = 396f49ebed2600510abd1f0e99574990
diff --git a/devel/ruby-dl/pkg-comment b/devel/ruby-dl/pkg-comment
deleted file mode 100644
index 872489c801f0..000000000000
--- a/devel/ruby-dl/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A Ruby interface to dynamic linker
diff --git a/devel/ruby-dl/pkg-descr b/devel/ruby-dl/pkg-descr
deleted file mode 100644
index 525856b2d291..000000000000
--- a/devel/ruby-dl/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Ruby-dl is a Ruby interface to dynamic linker. You can call an
-arbitrary function in an arbitrary shared library with it.
-
-WWW: http://kt-www.jaist.ac.jp/~ttate/ruby/ruby-ext.html
-Author: Takaaki Tateishi <ttate@jaist.ac.jp>
diff --git a/devel/ruby-dl/pkg-plist b/devel/ruby-dl/pkg-plist
deleted file mode 100644
index 9791cbf99416..000000000000
--- a/devel/ruby-dl/pkg-plist
+++ /dev/null
@@ -1,11 +0,0 @@
-bin/h2rb
-%%RUBY_SITEARCHLIBDIR%%/dl.so
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/dl/drives.rb
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/dl/getch.rb
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/dl/libc.rb
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/dl/msgbox.rb
-%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/dl
-%%PORTDOCS%%%%RUBY_DOCDIR%%/dl/Changes
-%%PORTDOCS%%%%RUBY_DOCDIR%%/dl/README
-%%PORTDOCS%%%%RUBY_DOCDIR%%/dl/README.html
-%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/dl