[csw-devel] SF.net SVN: gar:[5930] csw/mgar/pkg/cpan/Locale-Maketext-Simple/trunk
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Sat Aug 8 02:41:44 CEST 2009
Revision: 5930
http://gar.svn.sourceforge.net/gar/?rev=5930&view=rev
Author: skayser
Date: 2009-08-08 00:41:44 +0000 (Sat, 08 Aug 2009)
Log Message:
-----------
cpan/Locale-Maketext-Simple: switched to mGAR v2, version bump to 0.18
Modified Paths:
--------------
csw/mgar/pkg/cpan/Locale-Maketext-Simple/trunk/Makefile
csw/mgar/pkg/cpan/Locale-Maketext-Simple/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/cpan/Locale-Maketext-Simple/trunk/files/changelog.CSW
Removed Paths:
-------------
csw/mgar/pkg/cpan/Locale-Maketext-Simple/trunk/files/CSWpmlclemktxtsimple.depend
csw/mgar/pkg/cpan/Locale-Maketext-Simple/trunk/files/CSWpmlclemktxtsimple.gspec
csw/mgar/pkg/cpan/Locale-Maketext-Simple/trunk/files/CSWpmlclemktxtsimple.prototype
Property Changed:
----------------
csw/mgar/pkg/cpan/Locale-Maketext-Simple/trunk/
Property changes on: csw/mgar/pkg/cpan/Locale-Maketext-Simple/trunk
___________________________________________________________________
Modified: svn:externals
- gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v1
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Modified: csw/mgar/pkg/cpan/Locale-Maketext-Simple/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Locale-Maketext-Simple/trunk/Makefile 2009-08-08 00:09:55 UTC (rev 5929)
+++ csw/mgar/pkg/cpan/Locale-Maketext-Simple/trunk/Makefile 2009-08-08 00:41:44 UTC (rev 5930)
@@ -1,16 +1,31 @@
+# Locale-Maketext-Simple 0.19 lacks Makefile.PL
+# Locale-Maketext-Simple 0.20 requires higher MakeMaker rev than we have
+# Warning: prerequisite ExtUtils::MakeMaker 6.42 not found. We have 6.30.
+#
GARNAME = Locale-Maketext-Simple
-GARVERSION = 0.16
+GARVERSION = 0.18
CATEGORIES = cpan
-AUTHOR = AUTRIJUS
+AUTHOR = $(AUTHOR_$(GARVERSION))
+AUTHOR_0.18 = AUDREYT
+AUTHOR_0.19 = JESSE
+AUTHOR_0.20 = JESSE
-DESCRIPTION = simple interface to Locale::Maketext::Lexicon
+DESCRIPTION = Simple interface to Locale::Maketext::Lexicon
define BLURB
This module is a simple wrapper around Locale::Maketext::Lexicon, designed
to alleviate the need of creating Language Classes for module authors.
endef
-DISTFILES = $(call admfiles,CSWpmlclemktxtsimple,depend prototype)
+PACKAGES = CSWpmlclemktxtsimple
+CATALOGNAME = pm_lclemktxtsimple
+ARCHALL = 1
-DEPENDS += cpan/Locale-Maketext-Lexicon
+REQUIRED_PKGS = CSWpmlclemktxtlex
include gar/category.mk
+
+post-install-modulated: DOCDEST=$(DESTDIR)$(docdir)/$(CATALOGNAME)
+post-install-modulated:
+ @ginstall -d $(DOCDEST)
+ @cp $(FILEDIR)/changelog.CSW $(DOCDEST)
+ @$(MAKECOOKIE)
Modified: csw/mgar/pkg/cpan/Locale-Maketext-Simple/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/Locale-Maketext-Simple/trunk/checksums 2009-08-08 00:09:55 UTC (rev 5929)
+++ csw/mgar/pkg/cpan/Locale-Maketext-Simple/trunk/checksums 2009-08-08 00:41:44 UTC (rev 5930)
@@ -1,4 +1 @@
-dca64bd31396619cc431382b83be5c34 download/CSWpmlclemktxtsimple.gspec
-7f7bbb166fc021406c83272eea46cbd2 download/CSWpmlclemktxtsimple.depend
-f1cc83e95fa3ef7a9f50e6cb4659bd3e download/CSWpmlclemktxtsimple.prototype
-d6dd0e79802f30d0eef723ec23021f60 download/Locale-Maketext-Simple-0.16.tar.gz
+51cc6dc109bf49cca063f3baa2cfd9e6 download/Locale-Maketext-Simple-0.18.tar.gz
Deleted: csw/mgar/pkg/cpan/Locale-Maketext-Simple/trunk/files/CSWpmlclemktxtsimple.depend
===================================================================
--- csw/mgar/pkg/cpan/Locale-Maketext-Simple/trunk/files/CSWpmlclemktxtsimple.depend 2009-08-08 00:09:55 UTC (rev 5929)
+++ csw/mgar/pkg/cpan/Locale-Maketext-Simple/trunk/files/CSWpmlclemktxtsimple.depend 2009-08-08 00:41:44 UTC (rev 5930)
@@ -1 +0,0 @@
-P CSWpmlclemktxtlex pm_lclemktxtlex - use other catalog formats in Maketext
Deleted: csw/mgar/pkg/cpan/Locale-Maketext-Simple/trunk/files/CSWpmlclemktxtsimple.gspec
===================================================================
--- csw/mgar/pkg/cpan/Locale-Maketext-Simple/trunk/files/CSWpmlclemktxtsimple.gspec 2009-08-08 00:09:55 UTC (rev 5929)
+++ csw/mgar/pkg/cpan/Locale-Maketext-Simple/trunk/files/CSWpmlclemktxtsimple.gspec 2009-08-08 00:41:44 UTC (rev 5930)
@@ -1,11 +0,0 @@
-%var bitname pm_lclemktxtsimple
-%var pkgname CSWpmlclemktxtsimple
-%var arch all
-%include url file://%{PKGLIB}/csw_cpan.gspec
-%copyright
-Copyright 2003, 2004 by Autrijus Tang <autrijus at autrijus.org>.
-
-All rights reserved. You can redistribute and/or modify
-this bundle under the same terms as Perl itself.
-
-See <http://www.perl.com/perl/misc/Artistic.html>.
Deleted: csw/mgar/pkg/cpan/Locale-Maketext-Simple/trunk/files/CSWpmlclemktxtsimple.prototype
===================================================================
--- csw/mgar/pkg/cpan/Locale-Maketext-Simple/trunk/files/CSWpmlclemktxtsimple.prototype 2009-08-08 00:09:55 UTC (rev 5929)
+++ csw/mgar/pkg/cpan/Locale-Maketext-Simple/trunk/files/CSWpmlclemktxtsimple.prototype 2009-08-08 00:41:44 UTC (rev 5930)
@@ -1,19 +0,0 @@
-d none /opt/csw/bin 0755 root bin
-d none /opt/csw/lib 0755 root bin
-d none /opt/csw/lib/perl 0755 root bin
-d none /opt/csw/lib/perl/csw 0755 root bin
-d none /opt/csw/lib/perl/csw/auto 0755 root bin
-d none /opt/csw/lib/perl/csw/auto/Locale 0755 root bin
-d none /opt/csw/lib/perl/csw/auto/Locale/Maketext 0755 root bin
-d none /opt/csw/lib/perl/csw/auto/Locale/Maketext/Simple 0755 root bin
-f none /opt/csw/lib/perl/csw/auto/Locale/Maketext/Simple/.packlist 0644 root bin
-d none /opt/csw/share 0755 root bin
-d none /opt/csw/share/man 0755 root bin
-d none /opt/csw/share/man/man1 0755 root bin
-d none /opt/csw/share/man/man3 0755 root bin
-f none /opt/csw/share/man/man3/Locale::Maketext::Simple.3perl 0444 root bin
-d none /opt/csw/share/perl 0755 root bin
-d none /opt/csw/share/perl/csw 0755 root bin
-d none /opt/csw/share/perl/csw/Locale 0755 root bin
-d none /opt/csw/share/perl/csw/Locale/Maketext 0755 root bin
-f none /opt/csw/share/perl/csw/Locale/Maketext/Simple.pm 0444 root bin
Added: csw/mgar/pkg/cpan/Locale-Maketext-Simple/trunk/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/cpan/Locale-Maketext-Simple/trunk/files/changelog.CSW (rev 0)
+++ csw/mgar/pkg/cpan/Locale-Maketext-Simple/trunk/files/changelog.CSW 2009-08-08 00:41:44 UTC (rev 5930)
@@ -0,0 +1,5 @@
+pm_lclemktxtsimple (0.20,REV=2009.08.08)
+
+ * Adopted and updated to 0.18
+
+ -- Sebastian Kayser <skayser at opencsw.org> Sat, 8 Aug 2009 02:17:02 +0200
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