svn commit: r327670 - in head/www: . p5-HTTP-Session-Store-DBI

Jun Kuriyama kuriyama at FreeBSD.org
Fri Sep 20 08:58:56 UTC 2013


Author: kuriyama
Date: Fri Sep 20 08:58:54 2013
New Revision: 327670
URL: http://svnweb.freebsd.org/changeset/ports/327670

Log:
  Store session data in DBI for HTTP::Session.
  
  WWW: http://search.cpan.org/dist/HTTP-Session-Store-DBI/

Added:
  head/www/p5-HTTP-Session-Store-DBI/
  head/www/p5-HTTP-Session-Store-DBI/Makefile   (contents, props changed)
  head/www/p5-HTTP-Session-Store-DBI/distinfo   (contents, props changed)
  head/www/p5-HTTP-Session-Store-DBI/pkg-descr   (contents, props changed)
  head/www/p5-HTTP-Session-Store-DBI/pkg-plist   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Fri Sep 20 08:41:09 2013	(r327669)
+++ head/www/Makefile	Fri Sep 20 08:58:54 2013	(r327670)
@@ -1028,6 +1028,7 @@
     SUBDIR += p5-HTTP-Server-Simple-Static
     SUBDIR += p5-HTTP-Session
     SUBDIR += p5-HTTP-Session-State-MobileAgentID
+    SUBDIR += p5-HTTP-Session-Store-DBI
     SUBDIR += p5-HTTP-SimpleLinkChecker
     SUBDIR += p5-HTTP-Size
     SUBDIR += p5-HTTP-Tiny

Added: head/www/p5-HTTP-Session-Store-DBI/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-HTTP-Session-Store-DBI/Makefile	Fri Sep 20 08:58:54 2013	(r327670)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	HTTP-Session-Store-DBI
+PORTVERSION=	0.02
+CATEGORIES=	www perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	kuriyama at FreeBSD.org
+COMMENT=	Perl extension to store session data in DBI for HTTP::Session
+
+BUILD_DEPENDS=	\
+	p5-Moose>0:${PORTSDIR}/devel/p5-Moose \
+	p5-HTTP-Session>=0.26:${PORTSDIR}/www/p5-HTTP-Session \
+	p5-DBI>0:${PORTSDIR}/databases/p5-DBI
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+USES=		perl5
+USE_PERL5=	configure
+
+MAN3=	HTTP::Session::Store::DBI.3
+
+.include <bsd.port.mk>

Added: head/www/p5-HTTP-Session-Store-DBI/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-HTTP-Session-Store-DBI/distinfo	Fri Sep 20 08:58:54 2013	(r327670)
@@ -0,0 +1,2 @@
+SHA256 (HTTP-Session-Store-DBI-0.02.tar.gz) = f978e916d870ebd939379b92e082ab13fd3a67c6c3b58f00deee1b6fce438177
+SIZE (HTTP-Session-Store-DBI-0.02.tar.gz) = 4080

Added: head/www/p5-HTTP-Session-Store-DBI/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-HTTP-Session-Store-DBI/pkg-descr	Fri Sep 20 08:58:54 2013	(r327670)
@@ -0,0 +1,3 @@
+Store session data in DBI for HTTP::Session.
+
+WWW: http://search.cpan.org/dist/HTTP-Session-Store-DBI/

Added: head/www/p5-HTTP-Session-Store-DBI/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-HTTP-Session-Store-DBI/pkg-plist	Fri Sep 20 08:58:54 2013	(r327670)
@@ -0,0 +1,9 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Session/Store/DBI/.packlist
+%%SITE_PERL%%/HTTP/Session/Store/DBI.pm
+ at dirrmtry %%SITE_PERL%%/HTTP/Session/Store
+ at dirrmtry %%SITE_PERL%%/HTTP/Session
+ at dirrmtry %%SITE_PERL%%/HTTP
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Session/Store/DBI
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Session/Store
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Session
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP


More information about the svn-ports-all mailing list