[csw-devel] SF.net SVN: gar:[10878] csw/mgar/pkg/cpan/Pod-Escapes/trunk
bonivart at users.sourceforge.net
bonivart at users.sourceforge.net
Wed Sep 1 15:08:03 CEST 2010
Revision: 10878
http://gar.svn.sourceforge.net/gar/?rev=10878&view=rev
Author: bonivart
Date: 2010-09-01 13:08:03 +0000 (Wed, 01 Sep 2010)
Log Message:
-----------
pod-escapes: some fixes
Modified Paths:
--------------
csw/mgar/pkg/cpan/Pod-Escapes/trunk/Makefile
csw/mgar/pkg/cpan/Pod-Escapes/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/cpan/Pod-Escapes/trunk/files/COPYING
Removed Paths:
-------------
csw/mgar/pkg/cpan/Pod-Escapes/trunk/files/CSWpmpodescapes.depend
csw/mgar/pkg/cpan/Pod-Escapes/trunk/files/CSWpmpodescapes.gspec
csw/mgar/pkg/cpan/Pod-Escapes/trunk/files/CSWpmpodescapes.prototype
Property Changed:
----------------
csw/mgar/pkg/cpan/Pod-Escapes/trunk/
Property changes on: csw/mgar/pkg/cpan/Pod-Escapes/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/Pod-Escapes/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Pod-Escapes/trunk/Makefile 2010-09-01 12:54:25 UTC (rev 10877)
+++ csw/mgar/pkg/cpan/Pod-Escapes/trunk/Makefile 2010-09-01 13:08:03 UTC (rev 10878)
@@ -3,13 +3,17 @@
CATEGORIES = cpan
AUTHOR = SBURKE
-DESCRIPTION = for resolving Pod E sequences
+DESCRIPTION = For resolving Pod E sequences
define BLURB
This module provides things that are useful in decoding Pod E<...>
sequences. Presumably, it should be used only by Pod parsers and/or
formatters.
endef
-DISTFILES = $(call admfiles,CSWpmpodescapes,depend prototype)
+DISTFILES += COPYING
+PACKAGES = CSWpmpodescapes
+CATALOGNAME = pm_podescapes
+ARCHALL = 1
+
include gar/category.mk
Modified: csw/mgar/pkg/cpan/Pod-Escapes/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/Pod-Escapes/trunk/checksums 2010-09-01 12:54:25 UTC (rev 10877)
+++ csw/mgar/pkg/cpan/Pod-Escapes/trunk/checksums 2010-09-01 13:08:03 UTC (rev 10878)
@@ -1,4 +1 @@
-d42a7f121b5142c07592fdf0236f025b download/CSWpmpodescapes.gspec
-6e0d583c86d7f74b43769810714242aa download/CSWpmpodescapes.depend
-c8c03ae7c78ff20368e120631b24f39c download/CSWpmpodescapes.prototype
-00ea2e0d2e84ed98517a4616708b68d3 download/Pod-Escapes-1.04.tar.gz
+00ea2e0d2e84ed98517a4616708b68d3 Pod-Escapes-1.04.tar.gz
Added: csw/mgar/pkg/cpan/Pod-Escapes/trunk/files/COPYING
===================================================================
--- csw/mgar/pkg/cpan/Pod-Escapes/trunk/files/COPYING (rev 0)
+++ csw/mgar/pkg/cpan/Pod-Escapes/trunk/files/COPYING 2010-09-01 13:08:03 UTC (rev 10878)
@@ -0,0 +1,17 @@
+Copyright (c) 2001-2004 Sean M. Burke. All rights reserved.
+
+This library is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself.
+
+This program is distributed in the hope that it will be useful, but
+without any warranty; without even the implied warranty of
+merchantability or fitness for a particular purpose.
+
+Portions of the data tables in this module are derived from the
+entity declarations in the W3C XHTML specification.
+
+Currently (October 2001), that's these three:
+
+ http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent
+ http://www.w3.org/TR/xhtml1/DTD/xhtml-special.ent
+ http://www.w3.org/TR/xhtml1/DTD/xhtml-symbol.ent
Deleted: csw/mgar/pkg/cpan/Pod-Escapes/trunk/files/CSWpmpodescapes.depend
===================================================================
Deleted: csw/mgar/pkg/cpan/Pod-Escapes/trunk/files/CSWpmpodescapes.gspec
===================================================================
--- csw/mgar/pkg/cpan/Pod-Escapes/trunk/files/CSWpmpodescapes.gspec 2010-09-01 12:54:25 UTC (rev 10877)
+++ csw/mgar/pkg/cpan/Pod-Escapes/trunk/files/CSWpmpodescapes.gspec 2010-09-01 13:08:03 UTC (rev 10878)
@@ -1,22 +0,0 @@
-%var bitname pm_podescapes
-%var pkgname CSWpmpodescapes
-%var arch all
-%include url file://%{PKGLIB}/csw_cpan.gspec
-%copyright
-Copyright (c) 2001-2004 Sean M. Burke. All rights reserved.
-
-This library is free software; you can redistribute it and/or modify
-it under the same terms as Perl itself.
-
-This program is distributed in the hope that it will be useful, but
-without any warranty; without even the implied warranty of
-merchantability or fitness for a particular purpose.
-
-Portions of the data tables in this module are derived from the
-entity declarations in the W3C XHTML specification.
-
-Currently (October 2001), that's these three:
-
- http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent
- http://www.w3.org/TR/xhtml1/DTD/xhtml-special.ent
- http://www.w3.org/TR/xhtml1/DTD/xhtml-symbol.ent
Deleted: csw/mgar/pkg/cpan/Pod-Escapes/trunk/files/CSWpmpodescapes.prototype
===================================================================
--- csw/mgar/pkg/cpan/Pod-Escapes/trunk/files/CSWpmpodescapes.prototype 2010-09-01 12:54:25 UTC (rev 10877)
+++ csw/mgar/pkg/cpan/Pod-Escapes/trunk/files/CSWpmpodescapes.prototype 2010-09-01 13:08:03 UTC (rev 10878)
@@ -1,15 +0,0 @@
-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/Pod 0755 root bin
-d none /opt/csw/lib/perl/csw/auto/Pod/Escapes 0755 root bin
-f none /opt/csw/lib/perl/csw/auto/Pod/Escapes/.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/man3 0755 root bin
-f none /opt/csw/share/man/man3/Pod::Escapes.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/Pod 0755 root bin
-f none /opt/csw/share/perl/csw/Pod/Escapes.pm 0444 root bin
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