1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

Prep for rails 3

A scripting framework that replaces rake, sake and rubigen

WWW:    http://rubygems.org/gems/thor

Sponsored by:   RideCharge Inc. / Taximagic
This commit is contained in:
Philip M. Gollucci 2010-09-02 02:22:40 +00:00
parent 6af513552a
commit 244a24a7a0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260405
4 changed files with 27 additions and 0 deletions

View File

@ -3109,6 +3109,7 @@
SUBDIR += rubygem-systemu
SUBDIR += rubygem-templater
SUBDIR += rubygem-test-unit
SUBDIR += rubygem-thor
SUBDIR += rubygem-transactionsimple
SUBDIR += rubygem-treetop
SUBDIR += rubygem-trollop

View File

@ -0,0 +1,20 @@
# Ports collection makefile for: gem-thor
# Date created: 1 September 2010
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
#
# $FreeBSD$
PORTNAME= thor
PORTVERSION= 0.14.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= A scripting framework that replaces rake, sake and rubigen
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/rake2thor bin/thor
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (rubygem/thor-0.14.0.gem) = 52f3868fa0538ee410ab53dc9075a36d
SHA256 (rubygem/thor-0.14.0.gem) = 41e64fd5fc06a751200df72c6c0cb88a9cf67b0a4e301da6d4b54214c8efbf84
SIZE (rubygem/thor-0.14.0.gem) = 70656

View File

@ -0,0 +1,3 @@
A scripting framework that replaces rake, sake and rubigen
WWW: http://rubygems.org/gems/thor