mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
Data::Throttler helps solving throttling tasks like "allow a single IP
only to send 100 emails per hour". It provides an optionally persistent data store to keep track of what happened before and offers a simple yes/no interface to an application, which can then focus on performing the actual task (like sending email) or suppressing/postponing it. WWW: http://search.cpan.org/dist/Data-Throttler/ PR: ports/120156 Submitted by: Masahiro Teramoto <markun at onohara.to>
This commit is contained in:
parent
5d703fb5bc
commit
1ee8bb104a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207317
@ -1065,6 +1065,7 @@
|
||||
SUBDIR += p5-Data-Table
|
||||
SUBDIR += p5-Data-Taxonomy-Tags
|
||||
SUBDIR += p5-Data-TemporaryBag
|
||||
SUBDIR += p5-Data-Throttler
|
||||
SUBDIR += p5-Data-TreeDumper
|
||||
SUBDIR += p5-Data-Types
|
||||
SUBDIR += p5-Data-UUID
|
||||
|
30
devel/p5-Data-Throttler/Makefile
Normal file
30
devel/p5-Data-Throttler/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: p5-Data-Throttler
|
||||
# Date created: 2008-01-30
|
||||
# Whom: Masahiro Teramoto <markun@onohara.to>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Data-Throttler
|
||||
PORTVERSION= 0.01
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= markun@onohara.to
|
||||
COMMENT= Limit data throughput
|
||||
|
||||
BUILD_DEPENDS= p5-DBM-Deep>=1.0001:${PORTSDIR}/databases/p5-DBM-Deep \
|
||||
p5-Log-Log4perl>=1:${PORTSDIR}/devel/p5-Log-Log4perl \
|
||||
p5-Set-IntSpan>=0:${PORTSDIR}/math/p5-Set-IntSpan \
|
||||
p5-Text-ASCIITable>=0:${PORTSDIR}/textproc/p5-Text-ASCIITable
|
||||
RUN_DEPENDS= p5-DBM-Deep>=1.0001:${PORTSDIR}/databases/p5-DBM-Deep \
|
||||
p5-Log-Log4perl>=1:${PORTSDIR}/devel/p5-Log-Log4perl \
|
||||
p5-Set-IntSpan>=0:${PORTSDIR}/math/p5-Set-IntSpan \
|
||||
p5-Text-ASCIITable>=0:${PORTSDIR}/textproc/p5-Text-ASCIITable
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Data::Throttler.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Data-Throttler/distinfo
Normal file
3
devel/p5-Data-Throttler/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Data-Throttler-0.01.tar.gz) = 393a796a37c5613ee8878dc95c4d7a79
|
||||
SHA256 (Data-Throttler-0.01.tar.gz) = 6968bd5f01b2ffdad3cf0b5addbcc399aa7441b0dde95f30443d36390001d525
|
||||
SIZE (Data-Throttler-0.01.tar.gz) = 6723
|
9
devel/p5-Data-Throttler/pkg-descr
Normal file
9
devel/p5-Data-Throttler/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
Data::Throttler helps solving throttling tasks like "allow a single IP
|
||||
only to send 100 emails per hour".
|
||||
|
||||
It provides an optionally persistent data store to keep track of
|
||||
what happened before and offers a simple yes/no interface to an application,
|
||||
which can then focus on performing the actual task (like sending email)
|
||||
or suppressing/postponing it.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Data-Throttler/
|
5
devel/p5-Data-Throttler/pkg-plist
Normal file
5
devel/p5-Data-Throttler/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Throttler/.packlist
|
||||
%%SITE_PERL%%/Data/Throttler.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Throttler
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data
|
||||
@dirrmtry %%SITE_PERL%%/Data
|
Loading…
Reference in New Issue
Block a user