Bug 120156 - [NEW PORT] devel/p5-Data-Throttler: Limit data throughput
Summary: [NEW PORT] devel/p5-Data-Throttler: Limit data throughput
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-30 15:40 UTC by markun
Modified: 2008-02-16 13:20 UTC (History)
1 user (show)

See Also:


Attachments
p5-Data-Throttler-0.01.shar (2.71 KB, text/plain)
2008-01-30 15:40 UTC, markun
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description markun 2008-01-30 15:40:01 UTC
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.

Author:	Michael Schilli <m@perlmeister.com>
WWW:	http://search.cpan.org/~mschilli/Data-Throttler/

Generated with FreeBSD Port Tools 0.77
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2008-01-30 16:49:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-02-16 13:15:45 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-02-16 13:16:03 UTC
miwi        2008-02-16 13:15:58 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Data-Throttler Makefile distinfo pkg-descr pkg-plist 
  Log:
  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>
  
  Revision  Changes    Path
  1.2984    +1 -0      ports/devel/Makefile
  1.1       +30 -0     ports/devel/p5-Data-Throttler/Makefile (new)
  1.1       +3 -0      ports/devel/p5-Data-Throttler/distinfo (new)
  1.1       +9 -0      ports/devel/p5-Data-Throttler/pkg-descr (new)
  1.1       +5 -0      ports/devel/p5-Data-Throttler/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"