Index: head/devel/p5-CHI-Driver-DBI/Makefile =================================================================== --- head/devel/p5-CHI-Driver-DBI/Makefile (revision 470086) +++ head/devel/p5-CHI-Driver-DBI/Makefile (revision 470087) @@ -1,24 +1,27 @@ # $FreeBSD$ PORTNAME= CHI-Driver-DBI PORTVERSION= 1.27 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JSWARTZ PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Use DBI for CHI unified cache interface storage +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= p5-CHI>=0.241:devel/p5-CHI \ p5-DBI>=1.26:databases/p5-DBI \ - p5-Moose>=0.66:devel/p5-Moose \ - p5-Test-Class>=0:devel/p5-Test-Class \ - p5-Test-Exception>=0:devel/p5-Test-Exception \ - p5-Try-Tiny>=0:lang/p5-Try-Tiny + p5-Moose>=0.66:devel/p5-Moose RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure .include Index: head/devel/p5-CHI-Driver-DBI/pkg-descr =================================================================== --- head/devel/p5-CHI-Driver-DBI/pkg-descr (revision 470086) +++ head/devel/p5-CHI-Driver-DBI/pkg-descr (revision 470087) @@ -1,12 +1,11 @@ -This driver uses a database table to store the cache for CHI. -The newest versions of MySQL and SQLite are known to work. -Other RDBMSes should work. +This driver uses a database table to store the cache. The newest versions of +MySQL and SQLite work are known to work. Other RDBMSes should work. Why cache things in a database? Isn't the database what people are trying to avoid with caches? This is often true, but a simple primary key lookup is extremely fast in many databases and this provides a shared cache that can be used when less reliable storage like memcached is not appropriate. Also, the speed of simple lookups on MySQL when accessed over a local socket is very hard to beat. DBI is fast. WWW: http://search.cpan.org/dist/CHI-Driver-DBI/ Property changes on: head/devel/p5-CHI-Driver-DBI/pkg-descr ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property