aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Data-Throttler
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 3) Notes: svn path=/head/; revision=327724
* - convert to the new perl5 frameworkAndrej Zverev2013-09-101-1/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326857
* - Update to 0.06 [1]Frederic Culot2013-06-223-13/+12
| | | | | | | | | | | | | | - Trim Makefile's header [1] - Fix dependencies - Add LICENSE (Artistic 1 & GPL 1) - Pet portlint(1) by changing tab into space in WWW link Changes: http://search.cpan.org/dist/Data-Throttler/Changes PR: ports/179776 [1] Submitted by: TERAMOTO Masahiro <markun@onohara.to> (maintainer) Notes: svn path=/head/; revision=321548
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* - Update to 0.05Sahil Tandon2010-07-252-4/+4
| | | | | | | | PR: ports/148903 Submitted by: TERAMOTO Masahiro <markun@onohara.to> (maintainer) Notes: svn path=/head/; revision=258208
* - Update to 0.04Philip M. Gollucci2010-06-062-4/+4
| | | | | | | | | | PR: ports/147368 Approved by: markun@onohara.to (maintainer) Submitted by: myself (pgollucci@) Changes: http://search.cpan.org/dist/Data-Throttler/Changes Notes: svn path=/head/; revision=255933
* - Update to 0.03Martin Wilke2009-07-053-5/+4
| | | | | | | | PR: 136339 Submitted by: TERAMOTO Masahiro <markun@onohara.to> (maintainer) Notes: svn path=/head/; revision=237208
* Update to 0.02OKAZAKI Tetsurou2008-06-123-8/+6
| | | | | | | | PR: 124476 Submitted by: Masahiro Teramoto (maintainer) Notes: svn path=/head/; revision=214693
* Data::Throttler helps solving throttling tasks like "allow a single IPMartin Wilke2008-02-164-0/+47
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> Notes: svn path=/head/; revision=207317