diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-07 06:09:19 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-07 06:09:19 +0000 |
commit | cba1dd73198be0721c05d6097d87a3879a63848e (patch) | |
tree | 6fc5835ecbd36939d8b23ccb55cdb120a17323a6 /devel/ruby-property | |
parent | da66b56b430b154478db5f6fcd47636c0758ba8a (diff) | |
download | ports-cba1dd73198be0721c05d6097d87a3879a63848e.tar.gz ports-cba1dd73198be0721c05d6097d87a3879a63848e.zip |
Notes
Diffstat (limited to 'devel/ruby-property')
-rw-r--r-- | devel/ruby-property/Makefile | 43 | ||||
-rw-r--r-- | devel/ruby-property/distinfo | 1 | ||||
-rw-r--r-- | devel/ruby-property/pkg-comment | 1 | ||||
-rw-r--r-- | devel/ruby-property/pkg-descr | 7 | ||||
-rw-r--r-- | devel/ruby-property/pkg-plist | 10 |
5 files changed, 62 insertions, 0 deletions
diff --git a/devel/ruby-property/Makefile b/devel/ruby-property/Makefile new file mode 100644 index 000000000000..2390878e7a1a --- /dev/null +++ b/devel/ruby-property/Makefile @@ -0,0 +1,43 @@ +# New ports collection makefile for: Ruby-property +# Date created: 7 Aug 2000 +# Whom: Akinori MUSHA aka knu <knu@idaemons.org> +# +# $FreeBSD$ +# + +PORTNAME= property +PORTVERSION= 19990308 +CATEGORIES= devel # ruby +MASTER_SITES= http://www.ueda.info.waseda.ac.jp/~igarashi/ruby/ +PKGNAMEPREFIX= ruby- +DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} + +MAINTAINER= knu@FreeBSD.org + +RUN_DEPENDS= ruby:${PORTSDIR}/lang/ruby + +NO_BUILD= yes + +WRKSRC= ${WRKDIR}/${PORTNAME} +PLIST_SUB= RUBY_VER="${RUBY_VER}" RUBY_ARCH="${RUBY_ARCH}" + +RUBY= ${LOCALBASE}/bin/ruby +RUBY_VER= 1.4 +RUBY_ARCH= ${ARCH}-freebsd${OSREL} + +post-patch: + ${PERL} -i -pe 's|rubyapi.css|../rubyapi.css|g' ${WRKSRC}/Properties-ja.html + +do-install: + ${INSTALL_DATA} ${WRKSRC}/property.rb ${PREFIX}/lib/ruby/${RUBY_VER} +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/ruby/property/ja +.for f in property-example.rb test.default property.README Properties.html rubyapi.css + ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/ruby/property +.endfor +.for f in property.README.ja Properties-ja.html + ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/ruby/property/ja +.endfor +.endif + +.include <bsd.port.mk> diff --git a/devel/ruby-property/distinfo b/devel/ruby-property/distinfo new file mode 100644 index 000000000000..39ae7dc3d4cf --- /dev/null +++ b/devel/ruby-property/distinfo @@ -0,0 +1 @@ +MD5 (ruby-property-19990308.tar.gz) = e7629a1df441fc30fee05f8421a74346 diff --git a/devel/ruby-property/pkg-comment b/devel/ruby-property/pkg-comment new file mode 100644 index 000000000000..6979b15551a3 --- /dev/null +++ b/devel/ruby-property/pkg-comment @@ -0,0 +1 @@ +Simple properties scheme for Ruby diff --git a/devel/ruby-property/pkg-descr b/devel/ruby-property/pkg-descr new file mode 100644 index 000000000000..d7e76cbc328e --- /dev/null +++ b/devel/ruby-property/pkg-descr @@ -0,0 +1,7 @@ +property.rb - simple properties scheme + +This library, developed after java.util.Properties class of Java +Language, provides simple properties scheme for application +configurations, resources, locale data, etc. + +WWW: http://www.ueda.info.waseda.ac.jp/~igarashi/ruby/index.html diff --git a/devel/ruby-property/pkg-plist b/devel/ruby-property/pkg-plist new file mode 100644 index 000000000000..4128014c8007 --- /dev/null +++ b/devel/ruby-property/pkg-plist @@ -0,0 +1,10 @@ +lib/ruby/%%RUBY_VER%%/property.rb +share/doc/ruby/property/property-example.rb +share/doc/ruby/property/test.default +share/doc/ruby/property/property.README +share/doc/ruby/property/Properties.html +share/doc/ruby/property/rubyapi.css +share/doc/ruby/property/ja/property.README.ja +share/doc/ruby/property/ja/Properties-ja.html +@dirrm share/doc/ruby/property/ja +@dirrm share/doc/ruby/property |