From owner-cvs-ports@FreeBSD.ORG Sat Feb 16 13:15:58 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A919616A417; Sat, 16 Feb 2008 13:15:58 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A404E13C457; Sat, 16 Feb 2008 13:15:58 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1GDFw0f087083; Sat, 16 Feb 2008 13:15:58 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1GDFw0a087082; Sat, 16 Feb 2008 13:15:58 GMT (envelope-from miwi) Message-Id: <200802161315.m1GDFw0a087082@repoman.freebsd.org> From: Martin Wilke Date: Sat, 16 Feb 2008 13:15:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/p5-Data-Throttler Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Feb 2008 13:15:58 -0000 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 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)