pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/hoe Import hoe.
details: https://anonhg.NetBSD.org/pkgsrc/rev/83c8e4609a46
branches: trunk
changeset: 529834:83c8e4609a46
user: minskim <minskim%pkgsrc.org@localhost>
date: Mon Jun 11 03:42:06 2007 +0000
description:
Import 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.
diffstat:
devel/hoe/DESCR | 3 +++
devel/hoe/Makefile | 33 +++++++++++++++++++++++++++++++++
devel/hoe/PLIST | 6 ++++++
devel/hoe/distinfo | 5 +++++
4 files changed, 47 insertions(+), 0 deletions(-)
diffs (63 lines):
diff -r b2a4ddb71038 -r 83c8e4609a46 devel/hoe/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hoe/DESCR Mon Jun 11 03:42:06 2007 +0000
@@ -0,0 +1,3 @@
+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.
diff -r b2a4ddb71038 -r 83c8e4609a46 devel/hoe/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hoe/Makefile Mon Jun 11 03:42:06 2007 +0000
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/06/11 03:42:06 minskim Exp $
+
+DISTNAME= hoe-1.2.1
+CATEGORIES= devel ruby
+MASTER_SITES= http://rubyforge.org/frs/download.php/20912/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= minskim%NetBSD.org@localhost
+HOMEPAGE= http://seattlerb.rubyforge.org/hoe/
+COMMENT= Rake extension to provide full project automation
+
+DEPENDS+= rake-[0-9]*:../../devel/rake
+DEPENDS+= rubyforge-[0-9]*:../../devel/rubyforge
+DEPENDS+= rubygems-[0-9]*:../../misc/rubygems
+
+NO_BUILD= yes
+USE_LANGUAGES= # none
+
+REPLACE_RUBY= bin/sow
+
+FIND_PREFIX:= RAKE_PREFIX=rake
+.include "../../mk/find-prefix.mk"
+
+.include "../../lang/ruby/modules.mk"
+
+do-install:
+ cd ${WRKSRC} && ${RAKE_PREFIX}/bin/rake install
+
+post-install:
+ ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/hoe
+ ${INSTALL_DATA} ${WRKSRC}/README.txt ${RUBY_DOCDIR}/hoe
+
+.include "../../mk/bsd.pkg.mk"
diff -r b2a4ddb71038 -r 83c8e4609a46 devel/hoe/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hoe/PLIST Mon Jun 11 03:42:06 2007 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/06/11 03:42:06 minskim Exp $
+bin/sow
+${RUBY_DOCDIR}/hoe/README.txt
+${RUBY_SITELIBDIR}/hoe.rb
+${RUBY_SITELIBDIR}/test_hoe.rb
+@dirrm ${RUBY_DOCDIR}/hoe
diff -r b2a4ddb71038 -r 83c8e4609a46 devel/hoe/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hoe/distinfo Mon Jun 11 03:42:06 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/06/11 03:42:06 minskim Exp $
+
+SHA1 (hoe-1.2.1.tgz) = 4627cd9e382a342936893f904a50e02afc0f216d
+RMD160 (hoe-1.2.1.tgz) = e83855509d9027317c978f0c63642d82d6f46609
+Size (hoe-1.2.1.tgz) = 9992 bytes
Home |
Main Index |
Thread Index |
Old Index