[csw-devel] SF.net SVN: gar:[20718] csw/mgar/pkg/cpan/Date-Calc/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Apr 15 16:17:32 CEST 2013
Revision: 20718
http://gar.svn.sourceforge.net/gar/?rev=20718&view=rev
Author: dmichelsen
Date: 2013-04-15 14:17:32 +0000 (Mon, 15 Apr 2013)
Log Message:
-----------
cpan/Date-Calc/trunk: Sanitize package name and move to makemake
Modified Paths:
--------------
csw/mgar/pkg/cpan/Date-Calc/trunk/Makefile
Modified: csw/mgar/pkg/cpan/Date-Calc/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Date-Calc/trunk/Makefile 2013-04-15 14:17:07 UTC (rev 20717)
+++ csw/mgar/pkg/cpan/Date-Calc/trunk/Makefile 2013-04-15 14:17:32 UTC (rev 20718)
@@ -4,19 +4,20 @@
GARTYPE = v2
AUTHOR = STBEY
-DESCRIPTION = Gregorian calendar date calculations.
+DESCRIPTION = Gregorian calendar date calculations
define BLURB
- This package consists of a C library and a Perl module (which uses the C
- library, internally) for all kinds of date calculations based on the
- Gregorian calendar (the one used in all western countries today), thereby
- complying with all relevant norms and standards: ISO/R 2015-1971, DIN 1355
- and, to some extent, ISO 8601 (where applicable).
endef
-PACKAGES = CSWpmdatecalc
-CATALOGNAME = pm_datecalc
+CATALOG_RELEASE = unstable
-BUILD_DEP_PKGS = CSWpmbitvec CSWpmcarpclan
-REQUIRES = CSWpmbitvec CSWpmcarpclan
+LICENSE_TEXT = This module is licensed under the perl license
+PACKAGES += CSWpm-date-calc
+CATALOGNAME_CSWpm-date-calc = pm_date_calc
+SPKG_DESC_CSWpm-date-calc = Gregorian calendar date calculations
+RUNTIME_DEP_PKGS_CSWpm-date-calc += CSWpm-bit-vector
+RUNTIME_DEP_PKGS_CSWpm-date-calc += CSWpm-carp-clan
+OBSOLETED_BY_CSWpm-date-calc += CSWpmdatecalc
+CATALOGNAME_CSWpmdatecalc = pm_datecalc_stub
+
include gar/category.mk
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