From owner-svn-ports-all@FreeBSD.ORG Thu Aug 23 12:02:17 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4E8CA1065670; Thu, 23 Aug 2012 12:02:17 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 39DC08FC15; Thu, 23 Aug 2012 12:02:17 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7NC2Hsg020071; Thu, 23 Aug 2012 12:02:17 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7NC2G6R020065; Thu, 23 Aug 2012 12:02:16 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201208231202.q7NC2G6R020065@svn.freebsd.org> From: Jun Kuriyama Date: Thu, 23 Aug 2012 12:02:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303004 - in head/www: . p5-Dancer-Session-Cookie X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 23 Aug 2012 12:02:17 -0000 Author: kuriyama Date: Thu Aug 23 12:02:16 2012 New Revision: 303004 URL: http://svn.freebsd.org/changeset/ports/303004 Log: Encrypted cookie-based session backend for Dancer. WWW: http://search.cpan.org/dist/Dancer-Session-Cookie/ Added: head/www/p5-Dancer-Session-Cookie/ head/www/p5-Dancer-Session-Cookie/Makefile (contents, props changed) head/www/p5-Dancer-Session-Cookie/distinfo (contents, props changed) head/www/p5-Dancer-Session-Cookie/pkg-descr (contents, props changed) head/www/p5-Dancer-Session-Cookie/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Aug 23 11:28:06 2012 (r303003) +++ head/www/Makefile Thu Aug 23 12:02:16 2012 (r303004) @@ -831,6 +831,7 @@ SUBDIR += p5-Dancer-Plugin-Feed SUBDIR += p5-Dancer-Plugin-SiteMap SUBDIR += p5-Dancer-Plugin-ValidationClass + SUBDIR += p5-Dancer-Session-Cookie SUBDIR += p5-Dancer-Template-Xslate SUBDIR += p5-Data-TreeDumper-Renderer-DHTML SUBDIR += p5-Data-Validate-URI Added: head/www/p5-Dancer-Session-Cookie/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Dancer-Session-Cookie/Makefile Thu Aug 23 12:02:16 2012 (r303004) @@ -0,0 +1,31 @@ +# New ports collection makefile for: Dancer::Session::Cookie +# Date created: 23 Aug 2012 +# Whom: Jun Kuriyama +# +# $FreeBSD$ +# + +PORTNAME= Dancer-Session-Cookie +PORTVERSION= 0.15 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension for encrypted cookie-based session backend for Dancer + +RUN_DEPENDS= \ + p5-Crypt-CBC>0:${PORTSDIR}/security/p5-Crypt-CBC \ + p5-Crypt-Rijndael>0:${PORTSDIR}/security/p5-Crypt-Rijndael \ + p5-Dancer>=1.13:${PORTSDIR}/www/p5-Dancer \ + p5-String-CRC32>0:${PORTSDIR}/devel/p5-String-CRC32 +TEST_DEPENDS= \ + p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception \ + p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Dancer::Session::Cookie.3 + +.include Added: head/www/p5-Dancer-Session-Cookie/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Dancer-Session-Cookie/distinfo Thu Aug 23 12:02:16 2012 (r303004) @@ -0,0 +1,2 @@ +SHA256 (Dancer-Session-Cookie-0.15.tar.gz) = 0f3147fbd866873eacde0ba7e26895917a4d1b4d695b21ccc18e17e4b0489161 +SIZE (Dancer-Session-Cookie-0.15.tar.gz) = 5974 Added: head/www/p5-Dancer-Session-Cookie/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Dancer-Session-Cookie/pkg-descr Thu Aug 23 12:02:16 2012 (r303004) @@ -0,0 +1,3 @@ +Encrypted cookie-based session backend for Dancer. + +WWW: http://search.cpan.org/dist/Dancer-Session-Cookie/ Added: head/www/p5-Dancer-Session-Cookie/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Dancer-Session-Cookie/pkg-plist Thu Aug 23 12:02:16 2012 (r303004) @@ -0,0 +1,4 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Session/Cookie/.packlist +%%SITE_PERL%%/Dancer/Session/Cookie.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Session/Cookie +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Session