[csw-devel] SF.net SVN: gar:[17144] csw/mgar/pkg/cpan

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Feb 23 10:57:59 CET 2012


Revision: 17144
          http://gar.svn.sourceforge.net/gar/?rev=17144&view=rev
Author:   dmichelsen
Date:     2012-02-23 09:57:58 +0000 (Thu, 23 Feb 2012)
Log Message:
-----------
Sanitize package name

Modified Paths:
--------------
    csw/mgar/pkg/cpan/Locale-gettext/trunk/Makefile

Added Paths:
-----------
    csw/mgar/pkg/cpan/Locale-gettext/

Removed Paths:
-------------
    csw/mgar/pkg/cpan/Locale-Gettext/

Modified: csw/mgar/pkg/cpan/Locale-gettext/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Locale-Gettext/trunk/Makefile	2012-02-01 18:13:41 UTC (rev 16968)
+++ csw/mgar/pkg/cpan/Locale-gettext/trunk/Makefile	2012-02-23 09:57:58 UTC (rev 17144)
@@ -4,28 +4,26 @@
 GARTYPE = v2
 AUTHOR = PVANDRY
 
-DESCRIPTION = Message handling functions
+DESCRIPTION = Multilanguage messages
 define BLURB
-  The gettext module permits access from perl to the gettext() family
-  of functions for retrieving message strings from databases constructed
-  to internationalize software.
 endef
 
-DISTFILES = COPYING
+DISTFILES += COPYING
 
 # Compatibility patches for Perl 5.10.1 from
 #   https://rt.cpan.org/Public/Bug/Display.html?id=35680
-PATCHFILES  = compatibility-with-POSIX-module.diff
+PATCHFILES += compatibility-with-POSIX-module.diff
 PATCHFILES += doc-update.diff
 
-PACKAGES = CSWpmlocalegettext
-CATALOGNAME = pm_localegettext
+CATALOG_RELEASE = unstable
 
-RUNTIME_DEP_PKGS = CSWggettextrt
+PACKAGES += CSWpm-locale-gettext
+CATALOGNAME_CSWpm-locale-gettext = pm_locale_gettext
+SPKG_DESC_CSWpm-locale-gettext = Multilanguage messages
+RUNTIME_DEP_PKGS_CSWpm-locale-gettext += CSWlibintl8
+OBSOLETED_BY_CSWpm-locale-gettext += CSWpmlocalegettext
+CATALOGNAME_CSWpmlocalegettext = pm_localegettext_stub
 
-# The Perl module really does not start with uppercase...
-CHECKPKG_OVERRIDES_CSWpmlocalegettext += pkginfo-description-not-starting-with-uppercase
+BUILD_ARGS += OTHERLDFLAGS="-lintl -R$(libdir)"
 
 include gar/category.mk
-
-BUILD_ARGS += OTHERLDFLAGS="-lintl -R$(libdir)"

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