Import ruby-hike 1.2.1, a Rails 3.1 dependency

Hike is a Ruby library for finding files in a set of paths. Use it to
implement search paths, load paths, and the like.

OK claudio@
This commit is contained in:
jeremy 2011-12-13 17:34:48 +00:00
parent 4ef648d60d
commit ffe83a4e2f
4 changed files with 41 additions and 0 deletions

20
devel/ruby-hike/Makefile Normal file
View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/12/13 17:34:48 jeremy Exp $
COMMENT = library for finding files in a set of paths
DISTNAME = hike-1.2.1
CATEGORIES = devel
HOMEPAGE = https://github.com/sstephenson/hike
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>

5
devel/ruby-hike/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (hike-1.2.1.gem) = /H1JodmetOeBLhNNPmCTRg==
RMD160 (hike-1.2.1.gem) = nnf+W0BVoUkYlZkZT2VtFyqmpZ8=
SHA1 (hike-1.2.1.gem) = NTKDzx2lwwh+S/6e6xj+bljI0Wo=
SHA256 (hike-1.2.1.gem) = 67wMNmdJar+RtTQmDigoxVTFN/ysGNmeOdKmmJR86LA=
SIZE (hike-1.2.1.gem) = 8704

View File

@ -0,0 +1,2 @@
Hike is a Ruby library for finding files in a set of paths. Use it to
implement search paths, load paths, and the like.

14
devel/ruby-hike/pkg/PLIST Normal file
View File

@ -0,0 +1,14 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/12/13 17:34:49 jeremy Exp $
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/LICENSE
${GEM_LIB}/gems/${DISTNAME}/README.md
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/hike/
${GEM_LIB}/gems/${DISTNAME}/lib/hike.rb
${GEM_LIB}/gems/${DISTNAME}/lib/hike/extensions.rb
${GEM_LIB}/gems/${DISTNAME}/lib/hike/index.rb
${GEM_LIB}/gems/${DISTNAME}/lib/hike/normalized_array.rb
${GEM_LIB}/gems/${DISTNAME}/lib/hike/paths.rb
${GEM_LIB}/gems/${DISTNAME}/lib/hike/trail.rb
${GEM_LIB}/specifications/${DISTNAME}.gemspec