Date: Sat, 16 Feb 2008 13:15:58 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-Data-Throttler Makefile distinfo pkg-descr pkg-plist Message-ID: <200802161315.m1GDFw0a087082@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802161315.m1GDFw0a087082>