summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-06-10 17:24:10 +0000
committerknu <knu@FreeBSD.org>2001-06-10 17:24:10 +0000
commit1c44911e8238065d454f1ce4c22353cadfd77c0f (patch)
tree265d5bc5f26dec1a0696ff6b553ed526f0610581
parent9feee1f23b602930511673a341206cd8e6048811 (diff)
downloadFreeBSD-ports-1c44911e8238065d454f1ce4c22353cadfd77c0f.zip
FreeBSD-ports-1c44911e8238065d454f1ce4c22353cadfd77c0f.tar.gz
Add ruby-fnmatch, a Ruby module which provides File::fnmatch and
File::FNM_*.
-rw-r--r--devel/Makefile1
-rw-r--r--devel/ruby-fnmatch/Makefile23
-rw-r--r--devel/ruby-fnmatch/distinfo1
-rw-r--r--devel/ruby-fnmatch/pkg-comment1
-rw-r--r--devel/ruby-fnmatch/pkg-descr3
-rw-r--r--devel/ruby-fnmatch/pkg-plist1
6 files changed, 30 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 6d64beb..8b05dd6 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -424,6 +424,7 @@
SUBDIR += ruby-date2
SUBDIR += ruby-dialogs
SUBDIR += ruby-filelock
+ SUBDIR += ruby-fnmatch
SUBDIR += ruby-gemfinder
SUBDIR += ruby-intl
SUBDIR += ruby-lapidary
diff --git a/devel/ruby-fnmatch/Makefile b/devel/ruby-fnmatch/Makefile
new file mode 100644
index 0000000..5af6c24
--- /dev/null
+++ b/devel/ruby-fnmatch/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: Ruby/fnmatch
+# Date created: 11 June 2001
+# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= fnmatch
+PORTVERSION= 1.1
+CATEGORIES= devel ruby
+MASTER_SITES= http://www.ruby-lang.org/~knu/
+PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
+DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
+DIST_SUBDIR= ruby
+
+MAINTAINER= knu@FreeBSD.org
+
+USE_RUBY= yes
+USE_RUBY_EXTCONF= yes
+
+INSTALL_TARGET= site-install
+
+.include <bsd.port.mk>
diff --git a/devel/ruby-fnmatch/distinfo b/devel/ruby-fnmatch/distinfo
new file mode 100644
index 0000000..c6b2df8
--- /dev/null
+++ b/devel/ruby-fnmatch/distinfo
@@ -0,0 +1 @@
+MD5 (ruby/ruby-fnmatch-1.1.tar.gz) = 6ec61853bf5a670d42c1df2606a9d591
diff --git a/devel/ruby-fnmatch/pkg-comment b/devel/ruby-fnmatch/pkg-comment
new file mode 100644
index 0000000..2d87b44
--- /dev/null
+++ b/devel/ruby-fnmatch/pkg-comment
@@ -0,0 +1 @@
+A Ruby module which provides File::fnmatch and File::FNM_*
diff --git a/devel/ruby-fnmatch/pkg-descr b/devel/ruby-fnmatch/pkg-descr
new file mode 100644
index 0000000..97c558c
--- /dev/null
+++ b/devel/ruby-fnmatch/pkg-descr
@@ -0,0 +1,3 @@
+This is a Ruby module which provides File::fnmatch and File::FNM_*.
+
+Author: Akinori MUSHA <knu@iDaemons.org>
diff --git a/devel/ruby-fnmatch/pkg-plist b/devel/ruby-fnmatch/pkg-plist
new file mode 100644
index 0000000..38cbd81
--- /dev/null
+++ b/devel/ruby-fnmatch/pkg-plist
@@ -0,0 +1 @@
+%%RUBY_SITEARCHLIBDIR%%/fnmatch.so
OpenPOWER on IntegriCloud