summaryrefslogtreecommitdiff
path: root/devel/ruby-mo
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-04-23 19:13:12 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-04-23 19:13:12 +0000
commit36f97eee25472d7b14f8912e35336ced1f1c74b9 (patch)
tree27798fad2245ebebc313c00da6e9a1373b681ed8 /devel/ruby-mo
parentUpdate to 0.3. Only the configure script has been changed. (diff)
Add ruby-mo, a simple class for reading MO file.
Notes
Notes: svn path=/head/; revision=41838
Diffstat (limited to 'devel/ruby-mo')
-rw-r--r--devel/ruby-mo/Makefile31
-rw-r--r--devel/ruby-mo/distinfo1
-rw-r--r--devel/ruby-mo/pkg-comment1
-rw-r--r--devel/ruby-mo/pkg-descr4
-rw-r--r--devel/ruby-mo/pkg-plist1
5 files changed, 38 insertions, 0 deletions
diff --git a/devel/ruby-mo/Makefile b/devel/ruby-mo/Makefile
new file mode 100644
index 000000000000..b780f7d96cde
--- /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 000000000000..1d6104e90136
--- /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 000000000000..153ca173bf15
--- /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 000000000000..d2041703710b
--- /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 000000000000..9133092dee2c
--- /dev/null
+++ b/devel/ruby-mo/pkg-plist
@@ -0,0 +1 @@
+%%RUBY_SITELIBDIR%%/mo.rb