mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
New port: devel/rubygem-hoe
Hoe is a simple rake/rubygems helper for project Rakefiles. It generates all the usual tasks for projects including rdoc generation, testing, packaging, and deployment. WWW: http://rubyforge.org/projects/seattlerb/ PR: ports/106313 Submitted by: Jonathan Weiss<jw@innerewut.de>
This commit is contained in:
parent
5612dcde10
commit
92000302b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178912
@ -1868,6 +1868,7 @@
|
||||
SUBDIR += rubygem-event-loop
|
||||
SUBDIR += rubygem-fastercsv
|
||||
SUBDIR += rubygem-gem_plugin
|
||||
SUBDIR += rubygem-hoe
|
||||
SUBDIR += rubygem-inline
|
||||
SUBDIR += rubygem-needle
|
||||
SUBDIR += rubygem-rake
|
||||
|
22
devel/rubygem-hoe/Makefile
Normal file
22
devel/rubygem-hoe/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Ports collection makefile for: rubygem-hoe
|
||||
# Date created: 5 December 2006
|
||||
# Whom: Jonathan Weiss (<jw@innerewut.de>)
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= hoe
|
||||
PORTVERSION= 1.1.6
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
|
||||
MASTER_SITE_SUBDIR= seattlerb
|
||||
|
||||
MAINTAINER= jw@innerewut.de
|
||||
COMMENT= hoe - a tool to help rake
|
||||
|
||||
BUILD_DEPENDS= rake:${PORTSDIR}/devel/rubygem-rake \
|
||||
rubyforge:${PORTSDIR}/devel/rubygem-rubyforge
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
.include "${.CURDIR}/../ruby-gems/Makefile.common"
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-hoe/distinfo
Normal file
3
devel/rubygem-hoe/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (rubygem/hoe-1.1.6.gem) = d1774651ad94b5a516147e675e85f409
|
||||
SHA256 (rubygem/hoe-1.1.6.gem) = 05d7715b77c84e7ea8f3dfa902b67e002f3a3ff9d2b05d87104fa387952d3823
|
||||
SIZE (rubygem/hoe-1.1.6.gem) = 12288
|
9
devel/rubygem-hoe/pkg-descr
Normal file
9
devel/rubygem-hoe/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
Hoe is a simple rake/rubygems helper for project Rakefiles. It
|
||||
generates all the usual tasks for projects including rdoc generation,
|
||||
testing, packaging, and deployment.
|
||||
|
||||
WWW: http://rubyforge.org/projects/seattlerb/
|
||||
WWW: http://seattlerb.rubyforge.org/hoe/
|
||||
|
||||
- Jonathan Weiss
|
||||
jw@innerewut.de
|
31
devel/rubygem-hoe/pkg-plist
Normal file
31
devel/rubygem-hoe/pkg-plist
Normal file
@ -0,0 +1,31 @@
|
||||
bin/sow
|
||||
%%GEM_CACHE%%
|
||||
%%GEM_LIB_DIR%%/README.txt
|
||||
%%GEM_LIB_DIR%%/Rakefile
|
||||
%%GEM_LIB_DIR%%/Manifest.txt
|
||||
%%GEM_LIB_DIR%%/History.txt
|
||||
%%GEM_LIB_DIR%%/bin/sow
|
||||
%%GEM_LIB_DIR%%/lib/hoe.rb
|
||||
%%GEM_LIB_DIR%%/test/test_hoe.rb
|
||||
%%GEM_DOC_DIR%%/rdoc/created.rid
|
||||
%%GEM_DOC_DIR%%/rdoc/rdoc-style.css
|
||||
%%GEM_DOC_DIR%%/rdoc/files/lib/hoe_rb.src/M000001.html
|
||||
%%GEM_DOC_DIR%%/rdoc/files/lib/hoe_rb.src/M000002.html
|
||||
%%GEM_DOC_DIR%%/rdoc/files/lib/hoe_rb.src/M000003.html
|
||||
%%GEM_DOC_DIR%%/rdoc/files/lib/hoe_rb.src/M000004.html
|
||||
%%GEM_DOC_DIR%%/rdoc/index.html
|
||||
%%GEM_DOC_DIR%%/rdoc/files/lib/hoe_rb.html
|
||||
%%GEM_DOC_DIR%%/rdoc/classes/Hoe.html
|
||||
%%GEM_DOC_DIR%%/rdoc/fr_file_index.html
|
||||
%%GEM_DOC_DIR%%/rdoc/fr_class_index.html
|
||||
%%GEM_DOC_DIR%%/rdoc/fr_method_index.html
|
||||
%%GEM_SPEC%%
|
||||
@dirrm %%GEM_LIB_DIR%%/lib
|
||||
@dirrm %%GEM_LIB_DIR%%/bin
|
||||
@dirrm %%GEM_LIB_DIR%%/test
|
||||
@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib/hoe_rb.src
|
||||
@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib
|
||||
@dirrm %%GEM_DOC_DIR%%/rdoc/files
|
||||
@dirrm %%GEM_DOC_DIR%%/rdoc/classes
|
||||
@dirrm %%GEM_DOC_DIR%%/rdoc
|
||||
@dirrm %%GEM_DOC_DIR%%
|
Loading…
Reference in New Issue
Block a user