svn commit: r326838 - in head/devel: . p5-IO-SessionData
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Sep 9 18:24:26 UTC 2013
Author: sunpoet
Date: Mon Sep 9 18:24:24 2013
New Revision: 326838
URL: http://svnweb.freebsd.org/changeset/ports/326838
Log:
- Add p5-IO-SessionData 1.03
IO::SessionData is a supporting module for SOAP::Lite.
WWW: http://search.cpan.org/dist/IO-SessionData/
Added:
head/devel/p5-IO-SessionData/
head/devel/p5-IO-SessionData/Makefile (contents, props changed)
head/devel/p5-IO-SessionData/distinfo (contents, props changed)
head/devel/p5-IO-SessionData/pkg-descr (contents, props changed)
head/devel/p5-IO-SessionData/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Mon Sep 9 18:22:13 2013 (r326837)
+++ head/devel/Makefile Mon Sep 9 18:24:24 2013 (r326838)
@@ -2124,6 +2124,7 @@
SUBDIR += p5-IO-Prompt
SUBDIR += p5-IO-Prompt-Tiny
SUBDIR += p5-IO-Pty-Easy
+ SUBDIR += p5-IO-SessionData
SUBDIR += p5-IO-String
SUBDIR += p5-IO-Stty
SUBDIR += p5-IO-Tee
Added: head/devel/p5-IO-SessionData/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-IO-SessionData/Makefile Mon Sep 9 18:24:24 2013 (r326838)
@@ -0,0 +1,19 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= IO-SessionData
+PORTVERSION= 1.03
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= upporting module for SOAP::Lite
+
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+USE_PERL5= configure
+USES= perl5
+
+.include <bsd.port.mk>
Added: head/devel/p5-IO-SessionData/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-IO-SessionData/distinfo Mon Sep 9 18:24:24 2013 (r326838)
@@ -0,0 +1,2 @@
+SHA256 (IO-SessionData-1.03.tar.gz) = 64a4712a3edbb3fd10230db296c29c8c66f066adfbc0c3df6a48258fef392ddd
+SIZE (IO-SessionData-1.03.tar.gz) = 5377
Added: head/devel/p5-IO-SessionData/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-IO-SessionData/pkg-descr Mon Sep 9 18:24:24 2013 (r326838)
@@ -0,0 +1,3 @@
+IO::SessionData is a supporting module for SOAP::Lite.
+
+WWW: http://search.cpan.org/dist/IO-SessionData/
Added: head/devel/p5-IO-SessionData/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-IO-SessionData/pkg-plist Mon Sep 9 18:24:24 2013 (r326838)
@@ -0,0 +1,6 @@
+%%SITE_PERL%%/IO/SessionData.pm
+%%SITE_PERL%%/IO/SessionSet.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/SessionData/.packlist
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/SessionData
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO
+ at dirrmtry %%SITE_PERL%%/IO
More information about the svn-ports-all
mailing list