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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Apr 27 10:12:47 CEST 2010


Revision: 9777
          http://gar.svn.sourceforge.net/gar/?rev=9777&view=rev
Author:   dmichelsen
Date:     2010-04-27 08:12:47 +0000 (Tue, 27 Apr 2010)

Log Message:
-----------
cpan/Data-Serializer: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/cpan/Data-Serializer/
    csw/mgar/pkg/cpan/Data-Serializer/branches/
    csw/mgar/pkg/cpan/Data-Serializer/tags/
    csw/mgar/pkg/cpan/Data-Serializer/trunk/
    csw/mgar/pkg/cpan/Data-Serializer/trunk/Makefile
    csw/mgar/pkg/cpan/Data-Serializer/trunk/checksums
    csw/mgar/pkg/cpan/Data-Serializer/trunk/files/
    csw/mgar/pkg/cpan/Data-Serializer/trunk/files/COPYING


Property changes on: csw/mgar/pkg/cpan/Data-Serializer/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/cpan/Data-Serializer/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Data-Serializer/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/cpan/Data-Serializer/trunk/Makefile	2010-04-27 08:12:47 UTC (rev 9777)
@@ -0,0 +1,20 @@
+GARNAME = Data-Serializer
+GARVERSION = 0.49
+CATEGORIES = cpan
+AUTHOR = NEELY
+
+DESCRIPTION = Modules that serialize data structures
+define BLURB
+  Provides a unified interface to the various serializing modules
+  currently available. Adds the functionality of both compression and
+  encryption.
+endef
+
+DISTFILES = COPYING
+
+PACKAGES = CSWpmdataserializer
+CATALOGNAME = pm_dataserializer
+
+ARCHALL = 1
+
+include gar/category.mk

Added: csw/mgar/pkg/cpan/Data-Serializer/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/Data-Serializer/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/cpan/Data-Serializer/trunk/checksums	2010-04-27 08:12:47 UTC (rev 9777)
@@ -0,0 +1,2 @@
+d2b87165b62be5e8d2fada3dc272fca1  COPYING
+31a8c3f5ab573a840b4314d327bc534a  Data-Serializer-0.49.tar.gz

Added: csw/mgar/pkg/cpan/Data-Serializer/trunk/files/COPYING
===================================================================
--- csw/mgar/pkg/cpan/Data-Serializer/trunk/files/COPYING	                        (rev 0)
+++ csw/mgar/pkg/cpan/Data-Serializer/trunk/files/COPYING	2010-04-27 08:12:47 UTC (rev 9777)
@@ -0,0 +1,7 @@
+Copyright (c) 2001-2008 Neil Neely. All rights reserved.
+
+This library is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself, either Perl version 5.8.2 or, at
+your option, any later version of Perl 5 you may have available.
+
+See http://www.perl.com/language/misc/Artistic.html


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