mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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 <markun at onohara.to>
This commit is contained in:
parent
1ee8bb104a
commit
c011e46ed9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207319
5 changed files with 47 additions and 0 deletions
|
@ -1066,6 +1066,7 @@
|
||||||
SUBDIR += p5-Data-Taxonomy-Tags
|
SUBDIR += p5-Data-Taxonomy-Tags
|
||||||
SUBDIR += p5-Data-TemporaryBag
|
SUBDIR += p5-Data-TemporaryBag
|
||||||
SUBDIR += p5-Data-Throttler
|
SUBDIR += p5-Data-Throttler
|
||||||
|
SUBDIR += p5-Data-Throttler-Memcached
|
||||||
SUBDIR += p5-Data-TreeDumper
|
SUBDIR += p5-Data-TreeDumper
|
||||||
SUBDIR += p5-Data-Types
|
SUBDIR += p5-Data-Types
|
||||||
SUBDIR += p5-Data-UUID
|
SUBDIR += p5-Data-UUID
|
||||||
|
|
29
devel/p5-Data-Throttler-Memcached/Makefile
Normal file
29
devel/p5-Data-Throttler-Memcached/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
# New ports collection makefile for: p5-Data-Throttler-Memcached
|
||||||
|
# Date created: 2008-01-30
|
||||||
|
# Whom: Masahiro Teramoto <markun@onohara.to>
|
||||||
|
#
|
||||||
|
# $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 <bsd.port.mk>
|
3
devel/p5-Data-Throttler-Memcached/distinfo
Normal file
3
devel/p5-Data-Throttler-Memcached/distinfo
Normal file
|
@ -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
|
5
devel/p5-Data-Throttler-Memcached/pkg-descr
Normal file
5
devel/p5-Data-Throttler-Memcached/pkg-descr
Normal file
|
@ -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/
|
9
devel/p5-Data-Throttler-Memcached/pkg-plist
Normal file
9
devel/p5-Data-Throttler-Memcached/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue