From c011e46ed97509ba23a07b45ca93c99216f668aa Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sat, 16 Feb 2008 13:24:52 +0000 Subject: Data::Throttler::Memcached accepts the same arguments as Data::Throttler, plus the "cache" argument. The cache argument must be a hashref, which contains the arguments passed to the cache backend. WWW: http://search.cpan.org/dist/Data-Throttler-Memcached/ PR: ports/120158 Submitted by: Masahiro Teramoto --- devel/p5-Data-Throttler-Memcached/Makefile | 29 +++++++++++++++++++++++++++++ devel/p5-Data-Throttler-Memcached/distinfo | 3 +++ devel/p5-Data-Throttler-Memcached/pkg-descr | 5 +++++ devel/p5-Data-Throttler-Memcached/pkg-plist | 9 +++++++++ 4 files changed, 46 insertions(+) create mode 100644 devel/p5-Data-Throttler-Memcached/Makefile create mode 100644 devel/p5-Data-Throttler-Memcached/distinfo create mode 100644 devel/p5-Data-Throttler-Memcached/pkg-descr create mode 100644 devel/p5-Data-Throttler-Memcached/pkg-plist (limited to 'devel/p5-Data-Throttler-Memcached') diff --git a/devel/p5-Data-Throttler-Memcached/Makefile b/devel/p5-Data-Throttler-Memcached/Makefile new file mode 100644 index 000000000000..8f1bf9756100 --- /dev/null +++ b/devel/p5-Data-Throttler-Memcached/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: p5-Data-Throttler-Memcached +# Date created: 2008-01-30 +# Whom: Masahiro Teramoto +# +# $FreeBSD$ +# + +PORTNAME= Data-Throttler-Memcached +PORTVERSION= 0.00003 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= markun@onohara.to +COMMENT= Memcached-Based Data::Throttler + +BUILD_DEPENDS= p5-Cache-Memcached-Managed>=0:${PORTSDIR}/databases/p5-Cache-Memcached-Managed \ + p5-Data-Throttler>=0:${PORTSDIR}/devel/p5-Data-Throttler \ + p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 +RUN_DEPENDS= p5-Cache-Memcached-Managed>=0:${PORTSDIR}/databases/p5-Cache-Memcached-Managed \ + p5-Data-Throttler>=0:${PORTSDIR}/devel/p5-Data-Throttler \ + p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 + +PERL_CONFIGURE= yes + +MAN3= Data::Throttler::Memcached.3 \ + Data::Throttler::BucketChain::Memcached.3 + +.include diff --git a/devel/p5-Data-Throttler-Memcached/distinfo b/devel/p5-Data-Throttler-Memcached/distinfo new file mode 100644 index 000000000000..53e9464ceb11 --- /dev/null +++ b/devel/p5-Data-Throttler-Memcached/distinfo @@ -0,0 +1,3 @@ +MD5 (Data-Throttler-Memcached-0.00003.tar.gz) = 321684678d629524dfa9d73de4c3d07a +SHA256 (Data-Throttler-Memcached-0.00003.tar.gz) = d509224e539bd6bc98358aba5ab145cfaee34260bf0b42f862809c58a2a133a4 +SIZE (Data-Throttler-Memcached-0.00003.tar.gz) = 20438 diff --git a/devel/p5-Data-Throttler-Memcached/pkg-descr b/devel/p5-Data-Throttler-Memcached/pkg-descr new file mode 100644 index 000000000000..cb922a305e0a --- /dev/null +++ b/devel/p5-Data-Throttler-Memcached/pkg-descr @@ -0,0 +1,5 @@ +Data::Throttler::Memcached accepts the same arguments as Data::Throttler, +plus the "cache" argument. The cache argument must be a hashref, which contains +the arguments passed to the cache backend. + +WWW: http://search.cpan.org/dist/Data-Throttler-Memcached/ diff --git a/devel/p5-Data-Throttler-Memcached/pkg-plist b/devel/p5-Data-Throttler-Memcached/pkg-plist new file mode 100644 index 000000000000..56daa493093d --- /dev/null +++ b/devel/p5-Data-Throttler-Memcached/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Throttler/Memcached/.packlist +%%SITE_PERL%%/Data/Throttler/Memcached.pm +%%SITE_PERL%%/Data/Throttler/BucketChain/Memcached.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Throttler/Memcached +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Throttler +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data +@dirrmtry %%SITE_PERL%%/Data/Throttler/BucketChain +@dirrmtry %%SITE_PERL%%/Data/Throttler +@dirrmtry %%SITE_PERL%%/Data -- cgit v1.2.3