Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 95E86A5B2E for ; Thu, 2 Apr 2015 23:26:53 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1A55414A23E; Thu, 2 Apr 2015 23:26:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DCA5614A23D for ; Thu, 2 Apr 2015 23:26:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id KQHF_IsEFD4T for ; Thu, 2 Apr 2015 23:26:50 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 5D2E414A239 for ; Thu, 2 Apr 2015 23:26:50 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 4C53198; Thu, 2 Apr 2015 23:26:50 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 2 Apr 2015 23:26:50 +0000 From: "Blue Rats" Subject: CVS commit: pkgsrc/www/py-flask-limiter To: pkgsrc-changes@NetBSD.org Reply-To: rodent@netbsd.org X-Mailer: log_accum Message-Id: <20150402232650.4C53198@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: rodent Date: Thu Apr 2 23:26:50 UTC 2015 Added Files: pkgsrc/www/py-flask-limiter: DESCR Makefile PLIST distinfo Log Message: Import py27-Flask-Limiter-0.7.9 as www/py-flask-limiter. Flask-Limiter provides rate limiting features to flask routes. It has support for a configurable backend for storage with current implementations for in- memory, redis and memcache. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-flask-limiter/DESCR \ pkgsrc/www/py-flask-limiter/Makefile pkgsrc/www/py-flask-limiter/PLIST \ pkgsrc/www/py-flask-limiter/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.