diff options
author | knu <knu@FreeBSD.org> | 2001-09-08 14:30:23 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-09-08 14:30:23 +0000 |
commit | 50c4c89d2483caa40c2cc55b9c0df0b78ddba25c (patch) | |
tree | 41cff5730504693ebc9b3360a3d952abd2aeae22 /devel/ruby-fileutils | |
parent | cb658d1a97cb8ff99361f93ac5a68970a04bc437 (diff) | |
download | FreeBSD-ports-50c4c89d2483caa40c2cc55b9c0df0b78ddba25c.zip FreeBSD-ports-50c4c89d2483caa40c2cc55b9c0df0b78ddba25c.tar.gz |
Add ruby-fileutils, a file & directory manipulation library for Ruby.
Diffstat (limited to 'devel/ruby-fileutils')
-rw-r--r-- | devel/ruby-fileutils/Makefile | 41 | ||||
-rw-r--r-- | devel/ruby-fileutils/distinfo | 1 | ||||
-rw-r--r-- | devel/ruby-fileutils/pkg-comment | 1 | ||||
-rw-r--r-- | devel/ruby-fileutils/pkg-descr | 3 | ||||
-rw-r--r-- | devel/ruby-fileutils/pkg-plist | 5 |
5 files changed, 51 insertions, 0 deletions
diff --git a/devel/ruby-fileutils/Makefile b/devel/ruby-fileutils/Makefile new file mode 100644 index 0000000..1e05fa5 --- /dev/null +++ b/devel/ruby-fileutils/Makefile @@ -0,0 +1,41 @@ +# New ports collection makefile for: Ruby-fileutils +# Date created: 8 September 2001 +# Whom: Akinori MUSHA aka knu <knu@idaemons.org> +# +# $FreeBSD$ +# + +PORTNAME= fileutils +PORTVERSION= 0.0.0 +CATEGORIES= devel ruby +MASTER_SITES= http://www.loveruby.net/archive/ +PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME} +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 + +DOCS_JA= doc-ja.rd doc-ja.html + +post-build: +.if !defined(NOPORTDOCS) + @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_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 new file mode 100644 index 0000000..6a9ffe3 --- /dev/null +++ b/devel/ruby-fileutils/distinfo @@ -0,0 +1 @@ +MD5 (ruby/fileutils.tar.gz) = 972f027068f53a31213b96a78e2917af diff --git a/devel/ruby-fileutils/pkg-comment b/devel/ruby-fileutils/pkg-comment new file mode 100644 index 0000000..298af01 --- /dev/null +++ b/devel/ruby-fileutils/pkg-comment @@ -0,0 +1 @@ +A file & directory manipulation library for Ruby diff --git a/devel/ruby-fileutils/pkg-descr b/devel/ruby-fileutils/pkg-descr new file mode 100644 index 0000000..2a1c069 --- /dev/null +++ b/devel/ruby-fileutils/pkg-descr @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..09cf773 --- /dev/null +++ b/devel/ruby-fileutils/pkg-plist @@ -0,0 +1,5 @@ +%%RUBY_SITELIBDIR%%/fileutils.rb +%%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 |