[csw-devel] SF.net SVN: gar:[10665] csw/mgar/pkg/rbgems

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Jul 29 16:13:09 CEST 2010


Revision: 10665
          http://gar.svn.sourceforge.net/gar/?rev=10665&view=rev
Author:   dmichelsen
Date:     2010-07-29 14:13:08 +0000 (Thu, 29 Jul 2010)

Log Message:
-----------
rbgems/hoe: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/rbgems/hoe/
    csw/mgar/pkg/rbgems/hoe/branches/
    csw/mgar/pkg/rbgems/hoe/tags/
    csw/mgar/pkg/rbgems/hoe/trunk/
    csw/mgar/pkg/rbgems/hoe/trunk/Makefile
    csw/mgar/pkg/rbgems/hoe/trunk/checksums
    csw/mgar/pkg/rbgems/hoe/trunk/files/
    csw/mgar/pkg/rbgems/hoe/trunk/files/COPYING


Property changes on: csw/mgar/pkg/rbgems/hoe/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/rbgems/hoe/trunk/Makefile
===================================================================
--- csw/mgar/pkg/rbgems/hoe/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/rbgems/hoe/trunk/Makefile	2010-07-29 14:13:08 UTC (rev 10665)
@@ -0,0 +1,19 @@
+GARNAME = hoe
+GARVERSION = 2.6.1
+CATEGORIES = rbgems
+
+DESCRIPTION = A rake/rubygems helper for project Rakefiles
+define BLURB
+  Hoe is a rake/rubygems helper for project Rakefiles. It helps you manage and maintain, and release your project and includes a dynamic plug-in system allowing for easy extensibility. Hoe ships with plug-ins for all your usual project tasks including rdoc generation, testing, packaging, and deployment. See class rdoc for help. Hint: `ri Hoe` or any of the plugins listed below. For extra goodness, see: http://seattlerb.rubyforge.org/hoe/Hoe.pdf
+endef
+
+DISTFILES = COPYING
+
+PACKAGES = CSWgem-hoe
+CATALOGNAME = gem_hoe
+
+LICENSE = COPYING
+
+ARCHALL = 1
+
+include gar/category.mk

Added: csw/mgar/pkg/rbgems/hoe/trunk/checksums
===================================================================
--- csw/mgar/pkg/rbgems/hoe/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/rbgems/hoe/trunk/checksums	2010-07-29 14:13:08 UTC (rev 10665)
@@ -0,0 +1,2 @@
+a9a8782b097873b779e4631de8c14175  COPYING
+658cea3f4151ab493fb6a2063cdf470d  hoe-2.6.1.gem

Added: csw/mgar/pkg/rbgems/hoe/trunk/files/COPYING
===================================================================
--- csw/mgar/pkg/rbgems/hoe/trunk/files/COPYING	                        (rev 0)
+++ csw/mgar/pkg/rbgems/hoe/trunk/files/COPYING	2010-07-29 14:13:08 UTC (rev 10665)
@@ -0,0 +1,25 @@
+== LICENSE:
+
+(The MIT License)
+
+Copyright (c) Ryan Davis, Seattle.rb
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list