summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-07-19 18:50:30 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-07-19 18:50:30 +0000
commit19b42c1e982d282e3ff65d8505ea5fcc939f0e64 (patch)
treec9f576c2d776ce4e33443cff63a57bb1cb7f4bc1 /converters
parentDo not install a redistributed application.rb and depend on the newly (diff)
Add ruby-dump.rb, a binary data dumper module for Ruby.
Notes
Notes: svn path=/head/; revision=45255
Diffstat (limited to 'converters')
-rw-r--r--converters/Makefile1
-rw-r--r--converters/ruby-dump.rb/Makefile31
-rw-r--r--converters/ruby-dump.rb/distinfo1
-rw-r--r--converters/ruby-dump.rb/pkg-comment1
-rw-r--r--converters/ruby-dump.rb/pkg-descr3
-rw-r--r--converters/ruby-dump.rb/pkg-plist1
6 files changed, 38 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile
index 34ab4a18c72e..37666e3e42f5 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -35,6 +35,7 @@
SUBDIR += p5-Unicode-Map8
SUBDIR += p5-Unicode-String
SUBDIR += recode
+ SUBDIR += ruby-dump.rb
SUBDIR += ruby-iconv
SUBDIR += siconv
SUBDIR += tcs
diff --git a/converters/ruby-dump.rb/Makefile b/converters/ruby-dump.rb/Makefile
new file mode 100644
index 000000000000..5d2bf9cbb2e2
--- /dev/null
+++ b/converters/ruby-dump.rb/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: dump.rb
+# Date created: 20 July 2001
+# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= dump.rb
+PORTVERSION= 0.2
+CATEGORIES= converters ruby
+MASTER_SITES= http://www.geocities.co.jp/SiliconValley-Oakland/2986/ruby/
+PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
+DISTNAME= ${PORTNAME:R}.txt
+EXTRACT_SUFX= # none
+DIST_SUBDIR= ruby
+
+MAINTAINER= knu@FreeBSD.org
+
+USE_RUBY= yes
+RUBY_NO_BUILD_DEPENDS= yes
+
+NO_WRKSUBDIR= yes
+NO_BUILD= yes
+EXTRACT_CMD= ${CP}
+EXTRACT_BEFORE_ARGS= # none
+EXTRACT_AFTER_ARGS= .
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/${DISTNAME} ${RUBY_SITELIBDIR}/${PORTNAME}
+
+.include <bsd.port.mk>
diff --git a/converters/ruby-dump.rb/distinfo b/converters/ruby-dump.rb/distinfo
new file mode 100644
index 000000000000..8bc66e3aa4f7
--- /dev/null
+++ b/converters/ruby-dump.rb/distinfo
@@ -0,0 +1 @@
+MD5 (ruby/dump.txt) = dd03180701122c40872350b666cb8bde
diff --git a/converters/ruby-dump.rb/pkg-comment b/converters/ruby-dump.rb/pkg-comment
new file mode 100644
index 000000000000..3f2dde468a39
--- /dev/null
+++ b/converters/ruby-dump.rb/pkg-comment
@@ -0,0 +1 @@
+A binary data dumper module for Ruby
diff --git a/converters/ruby-dump.rb/pkg-descr b/converters/ruby-dump.rb/pkg-descr
new file mode 100644
index 000000000000..f0d4847cd302
--- /dev/null
+++ b/converters/ruby-dump.rb/pkg-descr
@@ -0,0 +1,3 @@
+This is dump.rb, a binary data dumper module for Ruby.
+
+Author: miche@e-mail.ne.jp
diff --git a/converters/ruby-dump.rb/pkg-plist b/converters/ruby-dump.rb/pkg-plist
new file mode 100644
index 000000000000..eda156de0c66
--- /dev/null
+++ b/converters/ruby-dump.rb/pkg-plist
@@ -0,0 +1 @@
+%%RUBY_SITELIBDIR%%/dump.rb