diff options
-rw-r--r-- | CVSROOT/modules | 1 | ||||
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-hoe/Makefile | 22 | ||||
-rw-r--r-- | devel/rubygem-hoe/distinfo | 3 | ||||
-rw-r--r-- | devel/rubygem-hoe/pkg-descr | 9 | ||||
-rw-r--r-- | devel/rubygem-hoe/pkg-plist | 31 |
6 files changed, 67 insertions, 0 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules index 748a5576903d..887fe2ba12b0 100644 --- a/CVSROOT/modules +++ b/CVSROOT/modules @@ -13200,6 +13200,7 @@ rubygem-event-loop ports/devel/rubygem-event-loop rubygem-fastercsv ports/devel/rubygem-fastercsv rubygem-ferret ports/textproc/rubygem-ferret rubygem-gem_plugin ports/devel/rubygem-gem_plugin +rubygem-hoe ports/devel/rubygem-hoe rubygem-inline ports/devel/rubygem-inline rubygem-memcache-client ports/databases/rubygem-memcache-client rubygem-mongrel ports/www/rubygem-mongrel diff --git a/devel/Makefile b/devel/Makefile index ca50dddeb87a..f1cb9d716386 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/rubygem-hoe/Makefile b/devel/rubygem-hoe/Makefile new file mode 100644 index 000000000000..787e4de5cf57 --- /dev/null +++ b/devel/rubygem-hoe/Makefile @@ -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> diff --git a/devel/rubygem-hoe/distinfo b/devel/rubygem-hoe/distinfo new file mode 100644 index 000000000000..cb0118d98ead --- /dev/null +++ b/devel/rubygem-hoe/distinfo @@ -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 diff --git a/devel/rubygem-hoe/pkg-descr b/devel/rubygem-hoe/pkg-descr new file mode 100644 index 000000000000..73a4d04122a1 --- /dev/null +++ b/devel/rubygem-hoe/pkg-descr @@ -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 diff --git a/devel/rubygem-hoe/pkg-plist b/devel/rubygem-hoe/pkg-plist new file mode 100644 index 000000000000..c7208a4a7546 --- /dev/null +++ b/devel/rubygem-hoe/pkg-plist @@ -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%% |