summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-06-08 17:30:22 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-06-08 17:30:22 +0000
commitddec54a2d1cfd0bba1fd73be948bbcd27e356678 (patch)
treeb578096a3a4aeb5bfbace7802d885b1b2e3171fa
parentdevel/ruby-dl has been replaced with lang/ruby16-shim-ruby18. (diff)
devel/ruby-fileutils has been replaced with lang/ruby16-shim-ruby18.
Notes
Notes: svn path=/head/; revision=60871
-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 f0747d19935b..000000000000
--- 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 7910027d3158..000000000000
--- 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 298af01f2fb8..000000000000
--- 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 2a1c0699fe12..000000000000
--- 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 a2084cfe82a5..000000000000
--- 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