[csw-devel] SF.net SVN: gar:[18780] csw/mgar/pkg/cpan
bonivart at users.sourceforge.net
bonivart at users.sourceforge.net
Tue Jul 17 00:41:14 CEST 2012
Revision: 18780
http://gar.svn.sourceforge.net/gar/?rev=18780&view=rev
Author: bonivart
Date: 2012-07-16 22:41:14 +0000 (Mon, 16 Jul 2012)
Log Message:
-----------
cpan/Time-Duration-Parse/trunk: initial commit
Added Paths:
-----------
csw/mgar/pkg/cpan/Time-Duration-Parse/
csw/mgar/pkg/cpan/Time-Duration-Parse/Makefile
csw/mgar/pkg/cpan/Time-Duration-Parse/branches/
csw/mgar/pkg/cpan/Time-Duration-Parse/tags/
csw/mgar/pkg/cpan/Time-Duration-Parse/trunk/
csw/mgar/pkg/cpan/Time-Duration-Parse/trunk/Makefile
csw/mgar/pkg/cpan/Time-Duration-Parse/trunk/checksums
csw/mgar/pkg/cpan/Time-Duration-Parse/trunk/files/
csw/mgar/pkg/cpan/Time-Duration-Parse/trunk/files/COPYING
Added: csw/mgar/pkg/cpan/Time-Duration-Parse/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Time-Duration-Parse/Makefile (rev 0)
+++ csw/mgar/pkg/cpan/Time-Duration-Parse/Makefile 2012-07-16 22:41:14 UTC (rev 18780)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Property changes on: csw/mgar/pkg/cpan/Time-Duration-Parse/trunk
___________________________________________________________________
Added: svn:ignore
+ work
Added: csw/mgar/pkg/cpan/Time-Duration-Parse/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Time-Duration-Parse/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/cpan/Time-Duration-Parse/trunk/Makefile 2012-07-16 22:41:14 UTC (rev 18780)
@@ -0,0 +1,25 @@
+NAME = Time-Duration-Parse
+VERSION = 0.06
+GARTYPE = v2
+CATEGORIES = cpan
+AUTHOR = MIYAGAWA
+
+DESCRIPTION = Parse string that represents time duration
+define BLURB
+ Parse string that represents time duration
+endef
+
+DISTFILES += COPYING
+
+PACKAGES = CSWpm-time-duration-parse
+CATALOGNAME = pm_time_duration_parse
+ARCHALL = 1
+
+RUNTIME_DEP_PKGS += CSWpm-exporter-lite
+
+# Remove on next build
+CHECKPKG_OVERRIDES_CSWpm-time-duration-parse += unidentified-dependency|CSWpm-exporter-lite
+
+CONFIGURE_ARGS =
+
+include gar/category.mk
Property changes on: csw/mgar/pkg/cpan/Time-Duration-Parse/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/cpan/Time-Duration-Parse/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/Time-Duration-Parse/trunk/checksums (rev 0)
+++ csw/mgar/pkg/cpan/Time-Duration-Parse/trunk/checksums 2012-07-16 22:41:14 UTC (rev 18780)
@@ -0,0 +1 @@
+a23b7ca50a909df57e484cf39a3fa414 Time-Duration-Parse-0.06.tar.gz
Added: csw/mgar/pkg/cpan/Time-Duration-Parse/trunk/files/COPYING
===================================================================
--- csw/mgar/pkg/cpan/Time-Duration-Parse/trunk/files/COPYING (rev 0)
+++ csw/mgar/pkg/cpan/Time-Duration-Parse/trunk/files/COPYING 2012-07-16 22:41:14 UTC (rev 18780)
@@ -0,0 +1,5 @@
+This library is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself.
+
+Some internal code is taken from Cache and Cache::Cache modules on
+CPAN.
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