svn commit: r368342 - head/www/p5-Dancer-Plugin-Memcached
Ryan Steinmetz
zi at FreeBSD.org
Tue Sep 16 18:25:06 UTC 2014
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 at 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 at 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
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin/Memcached
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Plugin
More information about the svn-ports-all
mailing list