From owner-svn-ports-all@FreeBSD.ORG Fri Sep 20 08:58:56 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 169AFCB7; Fri, 20 Sep 2013 08:58:56 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 02EE2282C; Fri, 20 Sep 2013 08:58:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8K8wtJL010172; Fri, 20 Sep 2013 08:58:55 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8K8wtcC010166; Fri, 20 Sep 2013 08:58:55 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201309200858.r8K8wtcC010166@svn.freebsd.org> From: Jun Kuriyama Date: Fri, 20 Sep 2013 08:58:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327670 - in head/www: . p5-HTTP-Session-Store-DBI X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Sep 2013 08:58:56 -0000 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@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 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 +@dirrmtry %%SITE_PERL%%/HTTP/Session/Store +@dirrmtry %%SITE_PERL%%/HTTP/Session +@dirrmtry %%SITE_PERL%%/HTTP +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Session/Store/DBI +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Session/Store +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Session +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP