pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-hike1 Add current ruby-hike 1.2.3 as ruby-h...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/35c32aecf930
branches:  trunk
changeset: 367462:35c32aecf930
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Sep 02 14:56:10 2017 +0000

description:
Add current ruby-hike 1.2.3 as ruby-hike1.

diffstat:

 devel/ruby-hike1/DESCR    |   5 +++++
 devel/ruby-hike1/Makefile |  15 +++++++++++++++
 devel/ruby-hike1/PLIST    |  11 +++++++++++
 devel/ruby-hike1/distinfo |   6 ++++++
 4 files changed, 37 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r 87080e9aaa26 -r 35c32aecf930 devel/ruby-hike1/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-hike1/DESCR    Sat Sep 02 14:56:10 2017 +0000
@@ -0,0 +1,5 @@
+Hike
+====
+
+Hike is a Ruby library for finding files in a set of paths. Use it to
+implement search paths, load paths, and the like.
diff -r 87080e9aaa26 -r 35c32aecf930 devel/ruby-hike1/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-hike1/Makefile Sat Sep 02 14:56:10 2017 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2017/09/02 14:56:10 taca Exp $
+
+DISTNAME=      hike-${VERSION}
+PKGNAME=       ${RUBY_PKGPREFIX}-hike1-${VERSION}
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://github.com/sstephenson/hike
+COMMENT=       Find files in a set of paths
+LICENSE=       mit
+
+VERSION=       1.2.3
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 87080e9aaa26 -r 35c32aecf930 devel/ruby-hike1/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-hike1/PLIST    Sat Sep 02 14:56:10 2017 +0000
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1 2017/09/02 14:56:10 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/lib/hike.rb
+${GEM_LIBDIR}/lib/hike/extensions.rb
+${GEM_LIBDIR}/lib/hike/index.rb
+${GEM_LIBDIR}/lib/hike/normalized_array.rb
+${GEM_LIBDIR}/lib/hike/paths.rb
+${GEM_LIBDIR}/lib/hike/trail.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 87080e9aaa26 -r 35c32aecf930 devel/ruby-hike1/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-hike1/distinfo Sat Sep 02 14:56:10 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/09/02 14:56:10 taca Exp $
+
+SHA1 (hike-1.2.3.gem) = feaa3c57758846636525e247dc9df89d7fd5f80e
+RMD160 (hike-1.2.3.gem) = 506543405564daa7878b4c36f20476ea70f07878
+SHA512 (hike-1.2.3.gem) = 2f1b3a80be9af85f8eb54b2327288fa1fc1bdbe429fe1097dc4f905a61e3da0732635fc808c6eee74d8579eed18eb311af822691c81f306d9c8e901cc7e10059
+Size (hike-1.2.3.gem) = 8704 bytes



Home | Main Index | Thread Index | Old Index