A Ruby library for finding files in a set of paths.

WWW:	http://rubygems.org/gems/hike
This commit is contained in:
Steve Wills 2011-10-17 01:24:17 +00:00
parent 1104d83d68
commit 9bcce6cb3e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283649
4 changed files with 26 additions and 0 deletions

View File

@ -3392,6 +3392,7 @@
SUBDIR += rubygem-grit
SUBDIR += rubygem-hashie
SUBDIR += rubygem-highline
SUBDIR += rubygem-hike
SUBDIR += rubygem-hoe
SUBDIR += rubygem-holidays
SUBDIR += rubygem-i18n

View File

@ -0,0 +1,20 @@
# New ports collection makefile for: rubygem-hike
# Date created: 2011-09-10
# Whom: Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= hike
PORTVERSION= 1.2.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= A Ruby library for finding files in a set of paths
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/hike-1.2.1.gem) = ebbc0c3667496abf91b534260e2828c554c537fcac18d99e39d2a698947ce8b0
SIZE (rubygem/hike-1.2.1.gem) = 8704

View File

@ -0,0 +1,3 @@
A Ruby library for finding files in a set of paths.
WWW: http://rubygems.org/gems/hike