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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Apr 20 17:33:09 CEST 2010


Revision: 9729
          http://gar.svn.sourceforge.net/gar/?rev=9729&view=rev
Author:   dmichelsen
Date:     2010-04-20 15:33:09 +0000 (Tue, 20 Apr 2010)

Log Message:
-----------
cpan/FreezeThaw: Update to 0.5001 and mGAR v2

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

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

Removed Paths:
-------------
    csw/mgar/pkg/cpan/FreezeThaw/trunk/files/CSWpmfreezethaw.depend
    csw/mgar/pkg/cpan/FreezeThaw/trunk/files/CSWpmfreezethaw.gspec
    csw/mgar/pkg/cpan/FreezeThaw/trunk/files/CSWpmfreezethaw.prototype

Property Changed:
----------------
    csw/mgar/pkg/cpan/FreezeThaw/trunk/


Property changes on: csw/mgar/pkg/cpan/FreezeThaw/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/FreezeThaw/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/FreezeThaw/trunk/Makefile	2010-04-20 15:19:38 UTC (rev 9728)
+++ csw/mgar/pkg/cpan/FreezeThaw/trunk/Makefile	2010-04-20 15:33:09 UTC (rev 9729)
@@ -1,9 +1,9 @@
 GARNAME = FreezeThaw
-GARVERSION = 0.43
+GARVERSION = 0.5001
 CATEGORIES = cpan
 AUTHOR = ILYAZ
 
-DESCRIPTION = converting Perl structures to strings and back.
+DESCRIPTION = Converting Perl structures to strings and back.
 define BLURB
   Converts data to/from stringified form, appropriate for saving-to and
   reading-from permanent storage.  Deals with objects, circular lists,
@@ -11,8 +11,12 @@
   stringify operator yet.
 endef
 
-DISTFILES = $(call admfiles,CSWpmfreezethaw,depend prototype)
+MASTER_SITES = $(addsuffix modules/,$(CPAN_MIRRORS))
+DISTFILES = COPYING
 
+PACKAGES = CSWpmfreezethaw
+CATALOGNAME = pm_freezethaw
+
+ARCHALL = 1
+
 include gar/category.mk
-
-AUTHOR_ID := $(AUTHOR_ID)/modules

Modified: csw/mgar/pkg/cpan/FreezeThaw/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/FreezeThaw/trunk/checksums	2010-04-20 15:19:38 UTC (rev 9728)
+++ csw/mgar/pkg/cpan/FreezeThaw/trunk/checksums	2010-04-20 15:33:09 UTC (rev 9729)
@@ -1,4 +1,2 @@
-5ddc5c6766b56d12212eafbc5ee6987f  download/CSWpmfreezethaw.gspec
-6e0d583c86d7f74b43769810714242aa  download/CSWpmfreezethaw.depend
-bc342624ab3a4c1b192a76bc25c3150b  download/CSWpmfreezethaw.prototype
-705efa533b366151953a5e2b1744650f  download/FreezeThaw-0.43.tar.gz
+fb4a5787284fbacdc9221b845f6f2622  COPYING
+6314ff39384d839a7394a3bc363e149f  FreezeThaw-0.5001.tar.gz

Copied: csw/mgar/pkg/cpan/FreezeThaw/trunk/files/COPYING (from rev 9723, csw/mgar/pkg/cpan/FreezeThaw/trunk/files/CSWpmfreezethaw.gspec)
===================================================================
--- csw/mgar/pkg/cpan/FreezeThaw/trunk/files/COPYING	                        (rev 0)
+++ csw/mgar/pkg/cpan/FreezeThaw/trunk/files/COPYING	2010-04-20 15:33:09 UTC (rev 9729)
@@ -0,0 +1,18 @@
+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.

Deleted: csw/mgar/pkg/cpan/FreezeThaw/trunk/files/CSWpmfreezethaw.depend
===================================================================
Deleted: csw/mgar/pkg/cpan/FreezeThaw/trunk/files/CSWpmfreezethaw.gspec
===================================================================
--- csw/mgar/pkg/cpan/FreezeThaw/trunk/files/CSWpmfreezethaw.gspec	2010-04-20 15:19:38 UTC (rev 9728)
+++ csw/mgar/pkg/cpan/FreezeThaw/trunk/files/CSWpmfreezethaw.gspec	2010-04-20 15:33:09 UTC (rev 9729)
@@ -1,23 +0,0 @@
-%var            bitname pm_freezethaw
-%var            pkgname CSWpmfreezethaw
-%var            arch all
-%include        url file://%{PKGLIB}/csw_cpan.gspec
-%copyright      
-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.

Deleted: csw/mgar/pkg/cpan/FreezeThaw/trunk/files/CSWpmfreezethaw.prototype
===================================================================
--- csw/mgar/pkg/cpan/FreezeThaw/trunk/files/CSWpmfreezethaw.prototype	2010-04-20 15:19:38 UTC (rev 9728)
+++ csw/mgar/pkg/cpan/FreezeThaw/trunk/files/CSWpmfreezethaw.prototype	2010-04-20 15:33:09 UTC (rev 9729)
@@ -1,13 +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/FreezeThaw 0755 root bin
-f none /opt/csw/lib/perl/csw/auto/FreezeThaw/.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/FreezeThaw.3perl 0444 root bin
-d none /opt/csw/share/perl 0755 root bin
-d none /opt/csw/share/perl/csw 0755 root bin
-f none /opt/csw/share/perl/csw/FreezeThaw.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