summaryrefslogtreecommitdiff
path: root/devel/ruby-pathname2
diff options
context:
space:
mode:
authorahoka <ahoka>2009-01-27 00:12:27 +0000
committerahoka <ahoka>2009-01-27 00:12:27 +0000
commit6d80fda859cfc5598a42fd12a5d8cde805359bb3 (patch)
tree7216827b9aa987154a52289f5dcbe50af070d17f /devel/ruby-pathname2
parentf57a7419d54c23b1d20a45708b2a7d0a00b62b25 (diff)
downloadpkgsrc-6d80fda859cfc5598a42fd12a5d8cde805359bb3.tar.gz
Import ruby18-pathname2-1.6.1 as devel/ruby-pathname2.
An alternate implementation for the Pathname library. This version treats a path name as a String, though with certain methods overloaded.
Diffstat (limited to 'devel/ruby-pathname2')
-rw-r--r--devel/ruby-pathname2/DESCR2
-rw-r--r--devel/ruby-pathname2/Makefile15
-rw-r--r--devel/ruby-pathname2/PLIST13
-rw-r--r--devel/ruby-pathname2/distinfo5
4 files changed, 35 insertions, 0 deletions
diff --git a/devel/ruby-pathname2/DESCR b/devel/ruby-pathname2/DESCR
new file mode 100644
index 00000000000..61459a24ec3
--- /dev/null
+++ b/devel/ruby-pathname2/DESCR
@@ -0,0 +1,2 @@
+An alternate implementation for the Pathname library. This version treats
+a path name as a String, though with certain methods overloaded.
diff --git a/devel/ruby-pathname2/Makefile b/devel/ruby-pathname2/Makefile
new file mode 100644
index 00000000000..0d2583fd519
--- /dev/null
+++ b/devel/ruby-pathname2/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/01/27 00:12:27 ahoka Exp $
+
+DISTNAME= pathname2-1.6.1
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
+CATEGORIES= devel
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= Alternate implementation of the Pathname library
+
+GEM_BUILD= gemspec
+
+DEPENDS+= ${RUBY_PKGPREFIX}-facade>=1.0.1:../../devel/ruby-facade
+
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ruby-pathname2/PLIST b/devel/ruby-pathname2/PLIST
new file mode 100644
index 00000000000..442c11f9935
--- /dev/null
+++ b/devel/ruby-pathname2/PLIST
@@ -0,0 +1,13 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/01/27 00:12:27 ahoka Exp $
+${GEM_HOME}/cache/pathname2-${PKGVERSION}.gem
+${GEM_LIBDIR}/CHANGES
+${GEM_LIBDIR}/MANIFEST
+${GEM_LIBDIR}/README
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/lib/pathname2.rb
+${GEM_LIBDIR}/test/test_pathname.rb
+${GEM_LIBDIR}/test/test_pathname_windows.rb
+${GEM_HOME}/specifications/pathname2-${PKGVERSION}.gemspec
+@dirrm ${GEM_LIBDIR}/test
+@dirrm ${GEM_LIBDIR}/lib
+@dirrm ${GEM_LIBDIR}
diff --git a/devel/ruby-pathname2/distinfo b/devel/ruby-pathname2/distinfo
new file mode 100644
index 00000000000..86103394dae
--- /dev/null
+++ b/devel/ruby-pathname2/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/01/27 00:12:27 ahoka Exp $
+
+SHA1 (pathname2-1.6.1.gem) = 29e1c091755fdca3b357c18e12acb297bf133759
+RMD160 (pathname2-1.6.1.gem) = d6de95a48a0f898b2d5be6a3d09055a82ffedbc9
+Size (pathname2-1.6.1.gem) = 19456 bytes