[csw-devel] SF.net SVN: gar:[21135] csw/mgar/pkg/cpan/Number-Format/trunk/Makefile
bonivart at users.sourceforge.net
bonivart at users.sourceforge.net
Fri May 17 16:57:32 CEST 2013
Revision: 21135
http://gar.svn.sourceforge.net/gar/?rev=21135&view=rev
Author: bonivart
Date: 2013-05-17 14:57:32 +0000 (Fri, 17 May 2013)
Log Message:
-----------
cpan/Number-Format/trunk: fix name
Modified Paths:
--------------
csw/mgar/pkg/cpan/Number-Format/trunk/Makefile
Modified: csw/mgar/pkg/cpan/Number-Format/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Number-Format/trunk/Makefile 2013-05-17 14:52:47 UTC (rev 21134)
+++ csw/mgar/pkg/cpan/Number-Format/trunk/Makefile 2013-05-17 14:57:32 UTC (rev 21135)
@@ -6,19 +6,19 @@
DESCRIPTION = Perl extension for formatting numbers
define BLURB
- Number::Format is a library for formatting numbers. Functions are provided for
- converting numbers to strings in a variety of ways, and to convert strings that
- contain numbers back into numeric form. The output formats may include thousands
- separators - characters inserted between each group of three characters counting
- right to left from the decimal point. The characters used for the decimal point and
- the thousands separator come from the locale information or can be specified by the
- user.
endef
DISTFILES += COPYING
-PACKAGES = CSWpmnumberformat
-CATALOGNAME = pm_numberformat
+PACKAGES = CSWpm-number-format
+CATALOGNAME = pm_number_format
+SPKG_DESC_CSWpm-number-format = $(DESCRIPTION)
+OBSOLETED_BY_CSWpm-number-format = CSWpmnumberformat
+CATALOGNAME_CSWpmnumberformat = pm_numberformat
+
ARCHALL = 1
+# Fails one Russian locale test
+SKIPTEST = 1
+
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