Date: Wed, 15 Jan 2014 22:47:13 +0000 (UTC) From: Jun Kuriyama <kuriyama@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339841 - in head/www: . p5-HTTP-Session2 Message-ID: <201401152247.s0FMlDeR064189@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kuriyama Date: Wed Jan 15 22:47:12 2014 New Revision: 339841 URL: http://svnweb.freebsd.org/changeset/ports/339841 QAT: https://qat.redports.org/buildarchive/r339841/ Log: HTTP::Session2 is yet another HTTP session data management library. WWW: http://search.cpan.org/dist/HTTP-Session2/ Added: head/www/p5-HTTP-Session2/ head/www/p5-HTTP-Session2/Makefile (contents, props changed) head/www/p5-HTTP-Session2/distinfo (contents, props changed) head/www/p5-HTTP-Session2/pkg-descr (contents, props changed) head/www/p5-HTTP-Session2/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Jan 15 22:44:13 2014 (r339840) +++ head/www/Makefile Wed Jan 15 22:47:12 2014 (r339841) @@ -1024,6 +1024,7 @@ SUBDIR += p5-HTTP-Session SUBDIR += p5-HTTP-Session-State-MobileAgentID SUBDIR += p5-HTTP-Session-Store-DBI + SUBDIR += p5-HTTP-Session2 SUBDIR += p5-HTTP-SimpleLinkChecker SUBDIR += p5-HTTP-Size SUBDIR += p5-HTTP-Tiny Added: head/www/p5-HTTP-Session2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-HTTP-Session2/Makefile Wed Jan 15 22:47:12 2014 (r339841) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= HTTP-Session2 +PORTVERSION= 0.04 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension for HTTP session management + +RUN_DEPENDS= \ + p5-Cookie-Baker>0:${PORTSDIR}/www/p5-Cookie-Baker \ + p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC \ + p5-Digest-SHA1>0:${PORTSDIR}/security/p5-Digest-SHA1 \ + p5-Mouse>0:${PORTSDIR}/devel/p5-Mouse +BUILD_DEPENDS= ${RUN_DEPENDS} + +USES= perl5 +USE_PERL5= modbuild + +.include <bsd.port.mk> Added: head/www/p5-HTTP-Session2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-HTTP-Session2/distinfo Wed Jan 15 22:47:12 2014 (r339841) @@ -0,0 +1,2 @@ +SHA256 (HTTP-Session2-0.04.tar.gz) = cf404c4da8c611f9bccb5ad7a42bf05cae21ddbf72ec76fd572bc7a73c4ae855 +SIZE (HTTP-Session2-0.04.tar.gz) = 18445 Added: head/www/p5-HTTP-Session2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-HTTP-Session2/pkg-descr Wed Jan 15 22:47:12 2014 (r339841) @@ -0,0 +1,3 @@ +HTTP::Session2 is yet another HTTP session data management library. + +WWW: http://search.cpan.org/dist/HTTP-Session2/ Added: head/www/p5-HTTP-Session2/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-HTTP-Session2/pkg-plist Wed Jan 15 22:47:12 2014 (r339841) @@ -0,0 +1,11 @@ +%%PERL5_MAN3%%/HTTP::Session2.3.gz +%%PERL5_MAN3%%/HTTP::Session2::Base.3.gz +%%PERL5_MAN3%%/HTTP::Session2::ClientStore.3.gz +%%PERL5_MAN3%%/HTTP::Session2::ServerStore.3.gz +%%SITE_PERL%%/HTTP/Session2.pm +%%SITE_PERL%%/HTTP/Session2/Base.pm +%%SITE_PERL%%/HTTP/Session2/ClientStore.pm +%%SITE_PERL%%/HTTP/Session2/Expired.pm +%%SITE_PERL%%/HTTP/Session2/ServerStore.pm +@dirrm %%SITE_PERL%%/HTTP/Session2 +@dirrmtry %%SITE_PERL%%/HTTP
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401152247.s0FMlDeR064189>