summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-06-08 17:30:22 +0000
committerknu <knu@FreeBSD.org>2002-06-08 17:30:22 +0000
commitff5df8bf801c437f16bf29382698f3bf1a6409e6 (patch)
tree852c5f122166ddf472590e314df75071db5ff58e
parent32bb652bc2627143e7fdbd771f5bfa5ce0502468 (diff)
downloadFreeBSD-ports-ff5df8bf801c437f16bf29382698f3bf1a6409e6.zip
FreeBSD-ports-ff5df8bf801c437f16bf29382698f3bf1a6409e6.tar.gz
devel/ruby-fileutils has been replaced with lang/ruby16-shim-ruby18.
-rw-r--r--devel/ruby-fileutils/Makefile49
-rw-r--r--devel/ruby-fileutils/distinfo1
-rw-r--r--devel/ruby-fileutils/pkg-comment1
-rw-r--r--devel/ruby-fileutils/pkg-descr3
-rw-r--r--devel/ruby-fileutils/pkg-plist7
5 files changed, 0 insertions, 61 deletions
diff --git a/devel/ruby-fileutils/Makefile b/devel/ruby-fileutils/Makefile
deleted file mode 100644
index f0747d1..0000000
--- a/devel/ruby-fileutils/Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
-# New ports collection makefile for: Ruby-fileutils
-# Date created: 8 September 2001
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= fileutils
-PORTVERSION= 2
-CATEGORIES= devel ruby
-MASTER_SITES= http://www.loveruby.net/archive/ \
- http://www.ruby-lang.org/~knu/backup/
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DIST_SUBDIR= ruby
-
-MAINTAINER= knu@FreeBSD.org
-
-USE_RUBY= yes
-USE_RUBY_SETUP= yes
-RUBY_SETUP= install.rb
-.if !defined(NOPORTDOCS)
-USE_RUBY_RD= yes
-.endif
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-DOCS_EN= doc-en.rd doc-en.html
-DOCS_JA= doc-ja.rd doc-ja.html
-
-post-build:
-.if !defined(NOPORTDOCS)
- @cd ${WRKSRC}; \
- ${RUBY_RD} doc-en.rd > doc-en.html
- @cd ${WRKSRC}; \
- ${RUBY_RD} doc-ja.rd > doc-ja.html
-.endif
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/ja
-.for f in ${DOCS_EN}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
-.endfor
-.for f in ${DOCS_JA}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ja/
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/devel/ruby-fileutils/distinfo b/devel/ruby-fileutils/distinfo
deleted file mode 100644
index 7910027..0000000
--- a/devel/ruby-fileutils/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ruby/fileutils-2.tar.gz) = 034c12c877e6df8e19e8debffe432ce2
diff --git a/devel/ruby-fileutils/pkg-comment b/devel/ruby-fileutils/pkg-comment
deleted file mode 100644
index 298af01..0000000
--- a/devel/ruby-fileutils/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A file & directory manipulation library for Ruby
diff --git a/devel/ruby-fileutils/pkg-descr b/devel/ruby-fileutils/pkg-descr
deleted file mode 100644
index 2a1c069..0000000
--- a/devel/ruby-fileutils/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-This is a file & directory manipulation library for Ruby.
-
-Author: Minero Aoki <aamine@loveruby.net>
diff --git a/devel/ruby-fileutils/pkg-plist b/devel/ruby-fileutils/pkg-plist
deleted file mode 100644
index a2084cf..0000000
--- a/devel/ruby-fileutils/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-%%RUBY_SITELIBDIR%%/fileutils.rb
-%%PORTDOCS%%%%RUBY_DOCDIR%%/fileutils/doc-en.html
-%%PORTDOCS%%%%RUBY_DOCDIR%%/fileutils/doc-en.rd
-%%PORTDOCS%%%%RUBY_DOCDIR%%/fileutils/ja/doc-ja.html
-%%PORTDOCS%%%%RUBY_DOCDIR%%/fileutils/ja/doc-ja.rd
-%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/fileutils/ja
-%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/fileutils
OpenPOWER on IntegriCloud