[Midnightbsd-cvs] mports [18913] trunk/devel: add perl freeze thaw lib
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun May 10 11:19:10 EDT 2015
Revision: 18913
http://svnweb.midnightbsd.org/mports/?rev=18913
Author: laffer1
Date: 2015-05-10 11:19:09 -0400 (Sun, 10 May 2015)
Log Message:
-----------
add perl freeze thaw lib
Modified Paths:
--------------
trunk/devel/Makefile
Added Paths:
-----------
trunk/devel/p5-FreezeThaw/
trunk/devel/p5-FreezeThaw/Makefile
trunk/devel/p5-FreezeThaw/distinfo
trunk/devel/p5-FreezeThaw/pkg-descr
trunk/devel/p5-FreezeThaw/pkg-plist
Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile 2015-05-10 15:17:43 UTC (rev 18912)
+++ trunk/devel/Makefile 2015-05-10 15:19:09 UTC (rev 18913)
@@ -279,6 +279,7 @@
SUBDIR += p5-File-Tail
SUBDIR += p5-File-Temp
SUBDIR += p5-Filter
+SUBDIR += p5-FreezeThaw
SUBDIR += p5-Getopt-ArgvFile
SUBDIR += p5-Getopt-Long
SUBDIR += p5-Heap
Added: trunk/devel/p5-FreezeThaw/Makefile
===================================================================
--- trunk/devel/p5-FreezeThaw/Makefile (rev 0)
+++ trunk/devel/p5-FreezeThaw/Makefile 2015-05-10 15:19:09 UTC (rev 18913)
@@ -0,0 +1,19 @@
+# $MidnightBSD$
+
+PORTNAME= FreezeThaw
+PORTVERSION= 0.50.01
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Module for converting Perl structures to strings and back
+
+LICENSE= artistic gpl
+LICENSE_COMB= dual
+
+USES= perl5
+PERL5_CONFIGURE= yes
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/p5-FreezeThaw/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/p5-FreezeThaw/distinfo
===================================================================
--- trunk/devel/p5-FreezeThaw/distinfo (rev 0)
+++ trunk/devel/p5-FreezeThaw/distinfo 2015-05-10 15:19:09 UTC (rev 18913)
@@ -0,0 +1,2 @@
+SHA256 (FreezeThaw-0.5001.tar.gz) = 3c5e08329106f9cee3ab444b81331c5935f83084a151d88505e7a465da540f41
+SIZE (FreezeThaw-0.5001.tar.gz) = 11800
Property changes on: trunk/devel/p5-FreezeThaw/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/p5-FreezeThaw/pkg-descr
===================================================================
--- trunk/devel/p5-FreezeThaw/pkg-descr (rev 0)
+++ trunk/devel/p5-FreezeThaw/pkg-descr 2015-05-10 15:19:09 UTC (rev 18913)
@@ -0,0 +1,6 @@
+Converts data to/from stringified form, appropriate for
+saving-to/reading-from permanent storage.
+
+Deals with objects, circular lists, repeated appearance of
+the same refence. Does not deal with overloaded stringify
+operator yet.
Property changes on: trunk/devel/p5-FreezeThaw/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/p5-FreezeThaw/pkg-plist
===================================================================
--- trunk/devel/p5-FreezeThaw/pkg-plist (rev 0)
+++ trunk/devel/p5-FreezeThaw/pkg-plist 2015-05-10 15:19:09 UTC (rev 18913)
@@ -0,0 +1,2 @@
+%%PERL5_MAN3%%/FreezeThaw.3.gz
+%%SITE_PERL%%/FreezeThaw.pm
Property changes on: trunk/devel/p5-FreezeThaw/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list