From owner-svn-ports-head@FreeBSD.ORG Tue Sep 16 18:25:06 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B904EBE9; Tue, 16 Sep 2014 18:25:06 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9909F8B2; Tue, 16 Sep 2014 18:25:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8GIP6nl012318; Tue, 16 Sep 2014 18:25:06 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8GIP5vu012314; Tue, 16 Sep 2014 18:25:05 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201409161825.s8GIP5vu012314@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Tue, 16 Sep 2014 18:25:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368342 - head/www/p5-Dancer-Plugin-Memcached X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2014 18:25:06 -0000 Author: zi Date: Tue Sep 16 18:25:05 2014 New Revision: 368342 URL: http://svnweb.freebsd.org/changeset/ports/368342 QAT: https://qat.redports.org/buildarchive/r368342/ Log: New port: www/p5-Dancer-Plugin-Memcached: This plugin gives Dancer the ability to get and store page content in a memcached server, which in specific configurations could give a performance boost - particulary on GET requests that incur significant database calls. WWW: http://search.cpan.org/dist/Dancer-Plugin-Memcached/ Added: head/www/p5-Dancer-Plugin-Memcached/ head/www/p5-Dancer-Plugin-Memcached/Makefile (contents, props changed) head/www/p5-Dancer-Plugin-Memcached/distinfo (contents, props changed) head/www/p5-Dancer-Plugin-Memcached/pkg-descr (contents, props changed) head/www/p5-Dancer-Plugin-Memcached/pkg-plist (contents, props changed) Added: head/www/p5-Dancer-Plugin-Memcached/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Dancer-Plugin-Memcached/Makefile Tue Sep 16 18:25:05 2014 (r368342) @@ -0,0 +1,20 @@ +# Created by: Ryan Steinmetz +# $FreeBSD$ + +PORTNAME= Dancer-Plugin-Memcached +PORTVERSION= 0.02 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:SQUEEK +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Cache response content to memcached + +RUN_DEPENDS= p5-Dancer>0:${PORTSDIR}/www/p5-Dancer +BUILD_DEPENDS:= ${RUN_DEPENDS} + +USES= perl5 +USE_PERL5= configure fixpacklist + +.include Added: head/www/p5-Dancer-Plugin-Memcached/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Dancer-Plugin-Memcached/distinfo Tue Sep 16 18:25:05 2014 (r368342) @@ -0,0 +1,2 @@ +SHA256 (Dancer-Plugin-Memcached-0.02.tar.gz) = 45201542cd80b479ef7800c924cdfc83d4022a94cb1fd67bb98c8d25e238552e +SIZE (Dancer-Plugin-Memcached-0.02.tar.gz) = 10602 Added: head/www/p5-Dancer-Plugin-Memcached/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Dancer-Plugin-Memcached/pkg-descr Tue Sep 16 18:25:05 2014 (r368342) @@ -0,0 +1,6 @@ +This plugin gives Dancer the ability to get and store page content in a +memcached server, which in specific configurations could give a +performance boost - particulary on GET requests that incur significant +database calls. + +WWW: http://search.cpan.org/dist/Dancer-Plugin-Memcached/ Added: head/www/p5-Dancer-Plugin-Memcached/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Dancer-Plugin-Memcached/pkg-plist Tue Sep 16 18:25:05 2014 (r368342) @@ -0,0 +1,5 @@ +%%PERL5_MAN3%%/Dancer::Plugin::Memcached.3.gz +%%SITE_PERL%%/Dancer/Plugin/Memcached.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/Memcached/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/Memcached +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin