[csw-devel] SF.net SVN: gar:[10627] csw/mgar/pkg/rbgems
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Jul 28 13:55:10 CEST 2010
Revision: 10627
http://gar.svn.sourceforge.net/gar/?rev=10627&view=rev
Author: dmichelsen
Date: 2010-07-28 11:55:10 +0000 (Wed, 28 Jul 2010)
Log Message:
-----------
rbgems/actionpack: Initial commit
Added Paths:
-----------
csw/mgar/pkg/rbgems/actionpack/
csw/mgar/pkg/rbgems/actionpack/branches/
csw/mgar/pkg/rbgems/actionpack/tags/
csw/mgar/pkg/rbgems/actionpack/trunk/
csw/mgar/pkg/rbgems/actionpack/trunk/Makefile
csw/mgar/pkg/rbgems/actionpack/trunk/checksums
csw/mgar/pkg/rbgems/actionpack/trunk/files/
Property changes on: csw/mgar/pkg/rbgems/actionpack/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/actionpack/trunk/Makefile
===================================================================
--- csw/mgar/pkg/rbgems/actionpack/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/rbgems/actionpack/trunk/Makefile 2010-07-28 11:55:10 UTC (rev 10627)
@@ -0,0 +1,18 @@
+GARNAME = actionpack
+GARVERSION = 2.3.8
+CATEGORIES = rbgems
+
+DESCRIPTION = Eases web-request routing, handling, and response as a half-way front, half-way page controller
+define BLURB
+ Eases web-request routing, handling, and response as a half-way front, half-way page controller.
+ Implemented with specific emphasis on enabling easy unit/integration testing that doesn't require a browser.
+endef
+
+PACKAGES = CSWgem-actionpack
+CATALOGNAME = gem_actionpack
+
+LICENSE = MIT-LICENSE
+
+GEM_DEPS = CSWgem-activesupport CSWgem-rack
+
+include gar/category.mk
Added: csw/mgar/pkg/rbgems/actionpack/trunk/checksums
===================================================================
--- csw/mgar/pkg/rbgems/actionpack/trunk/checksums (rev 0)
+++ csw/mgar/pkg/rbgems/actionpack/trunk/checksums 2010-07-28 11:55:10 UTC (rev 10627)
@@ -0,0 +1 @@
+75d7e35afa5a5bfaac5c8fe5f8967ed7 actionpack-2.3.8.gem
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