Date: Tue, 16 Sep 2014 18:25:05 +0000 (UTC) From: Ryan Steinmetz <zi@FreeBSD.org> 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 Message-ID: <201409161825.s8GIP5vu012314@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <zi@FreeBSD.org> +# $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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409161825.s8GIP5vu012314>