diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/ruby-mo/Makefile | 31 | ||||
-rw-r--r-- | devel/ruby-mo/distinfo | 1 | ||||
-rw-r--r-- | devel/ruby-mo/pkg-comment | 1 | ||||
-rw-r--r-- | devel/ruby-mo/pkg-descr | 4 | ||||
-rw-r--r-- | devel/ruby-mo/pkg-plist | 1 |
6 files changed, 39 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index af9ce76..bd9f0d4 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -404,6 +404,7 @@ SUBDIR += ruby-locale SUBDIR += ruby-metaruby SUBDIR += ruby-mmap + SUBDIR += ruby-mo SUBDIR += ruby-mutexm SUBDIR += ruby-optparse SUBDIR += ruby-property diff --git a/devel/ruby-mo/Makefile b/devel/ruby-mo/Makefile new file mode 100644 index 0000000..b780f7d --- /dev/null +++ b/devel/ruby-mo/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: mo.rb +# Date created: 24 April 2001 +# Whom: Akinori MUSHA aka knu <knu@idaemons.org> +# +# $FreeBSD$ +# + +PORTNAME= mo +PORTVERSION= 0.0.2 +CATEGORIES= devel ruby +MASTER_SITES= http://homepage1.nifty.com/susho/software/ +PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME}-${PORTVERSION}.rb +EXTRACT_SUFX= # none +DIST_SUBDIR= ruby + +MAINTAINER= knu@FreeBSD.org + +USE_RUBY= yes +RUBY_NO_BUILD_DEPENDS= yes + +EXTRACT_CMD= ${CP} +EXTRACT_BEFORE_ARGS= # none +EXTRACT_AFTER_ARGS= ${WRKDIR} +NO_WRKSUBDIR= yes +NO_BUILD= yes + +do-install: + ${INSTALL_DATA} ${WRKDIR}/${DISTNAME} ${RUBY_SITELIBDIR}/mo.rb + +.include <bsd.port.mk> diff --git a/devel/ruby-mo/distinfo b/devel/ruby-mo/distinfo new file mode 100644 index 0000000..1d6104e --- /dev/null +++ b/devel/ruby-mo/distinfo @@ -0,0 +1 @@ +MD5 (ruby/mo-0.0.2.rb) = 00de0a39c158dfc6f80784e6f347fc35 diff --git a/devel/ruby-mo/pkg-comment b/devel/ruby-mo/pkg-comment new file mode 100644 index 0000000..153ca17 --- /dev/null +++ b/devel/ruby-mo/pkg-comment @@ -0,0 +1 @@ +A simple class for reading MO file diff --git a/devel/ruby-mo/pkg-descr b/devel/ruby-mo/pkg-descr new file mode 100644 index 0000000..d204170 --- /dev/null +++ b/devel/ruby-mo/pkg-descr @@ -0,0 +1,4 @@ +mo.rb is a simple class for reading MO file. + +WWW: http://www.ruby-lang.org/en/raa-list.rhtml?name=mo.rb +Author: Masahiro Sakai <zvm01052@nifty.ne.jp> diff --git a/devel/ruby-mo/pkg-plist b/devel/ruby-mo/pkg-plist new file mode 100644 index 0000000..9133092 --- /dev/null +++ b/devel/ruby-mo/pkg-plist @@ -0,0 +1 @@ +%%RUBY_SITELIBDIR%%/mo.rb |