[csw-devel] SF.net SVN: gar:[18953] csw/mgar/pkg/cpan/FreezeThaw/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Aug 15 14:00:52 CEST 2012


Revision: 18953
          http://gar.svn.sourceforge.net/gar/?rev=18953&view=rev
Author:   dmichelsen
Date:     2012-08-15 12:00:51 +0000 (Wed, 15 Aug 2012)
Log Message:
-----------
cpan/FreezeThaw/trunk: Update to makemake and sanitize package name

Modified Paths:
--------------
    csw/mgar/pkg/cpan/FreezeThaw/trunk/Makefile
    csw/mgar/pkg/cpan/FreezeThaw/trunk/checksums

Removed Paths:
-------------
    csw/mgar/pkg/cpan/FreezeThaw/trunk/files/COPYING

Modified: csw/mgar/pkg/cpan/FreezeThaw/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/FreezeThaw/trunk/Makefile	2012-08-15 11:56:33 UTC (rev 18952)
+++ csw/mgar/pkg/cpan/FreezeThaw/trunk/Makefile	2012-08-15 12:00:51 UTC (rev 18953)
@@ -4,20 +4,21 @@
 GARTYPE = v2
 AUTHOR = ILYAZ
 
-DESCRIPTION = Converting Perl structures to strings and back.
+DESCRIPTION = Convert arbitrary objects to/from strings
 define BLURB
-  Converts data to/from stringified form, appropriate for saving-to and
-  reading-from permanent storage.  Deals with objects, circular lists,
-  repeated appearence of the same refence.  Does not deal with overloaded
-  stringify operator yet.
 endef
 
 MASTER_SITES = $(addsuffix modules/,$(CPAN_MIRRORS))
-DISTFILES = COPYING
 
-PACKAGES = CSWpmfreezethaw
-CATALOGNAME = pm_freezethaw
+CATALOG_RELEASE = unstable
 
-ARCHALL = 1
+LICENSE_TEXT = This module is licensed under the unknown license
 
+PACKAGES += CSWpm-freezethaw
+CATALOGNAME_CSWpm-freezethaw = pm_freezethaw
+SPKG_DESC_CSWpm-freezethaw = Convert arbitrary objects to/from strings
+ARCHALL_CSWpm-freezethaw = 1
+OBSOLETED_BY_CSWpm-freezethaw += CSWpmfreezethaw
+CATALOGNAME_CSWpmfreezethaw = pm_freezethaw_stub
+
 include gar/category.mk

Modified: csw/mgar/pkg/cpan/FreezeThaw/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/FreezeThaw/trunk/checksums	2012-08-15 11:56:33 UTC (rev 18952)
+++ csw/mgar/pkg/cpan/FreezeThaw/trunk/checksums	2012-08-15 12:00:51 UTC (rev 18953)
@@ -1,2 +1 @@
-fb4a5787284fbacdc9221b845f6f2622  COPYING
 6314ff39384d839a7394a3bc363e149f  FreezeThaw-0.5001.tar.gz

Deleted: csw/mgar/pkg/cpan/FreezeThaw/trunk/files/COPYING
===================================================================
--- csw/mgar/pkg/cpan/FreezeThaw/trunk/files/COPYING	2012-08-15 11:56:33 UTC (rev 18952)
+++ csw/mgar/pkg/cpan/FreezeThaw/trunk/files/COPYING	2012-08-15 12:00:51 UTC (rev 18953)
@@ -1,18 +0,0 @@
-Copyright (c) 1995 Ilya Zakharevich. All rights reserved.
-This program is free software; you can redistribute it and/or
-modify it under the same terms as Perl itself.
-
-You should have received a copy of the Perl license along with
-Perl; see the file README in Perl distribution.
-
-You should have received a copy of the GNU General Public License
-along with Perl; see the file Copying.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
-
-You should have received a copy of the Artistic License
-along with Perl; see the file Artistic.
-
-Author of this software makes no claim whatsoever about suitability,
-reliability, edability, editability or usability of this product. If
-you can use it, you are in luck, if not, I should not be kept
-responsible. Keep a handy copy of your backup tape at hand.

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