From owner-cvs-ports@FreeBSD.ORG Fri Oct 30 10:23:53 2009 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 832E1106568B; Fri, 30 Oct 2009 10:23:53 +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 71D398FC15; Fri, 30 Oct 2009 10:23:53 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9UANrcp051870; Fri, 30 Oct 2009 10:23:53 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9UANrog051869; Fri, 30 Oct 2009 10:23:53 GMT (envelope-from miwi) Message-Id: <200910301023.n9UANrog051869@repoman.freebsd.org> From: Martin Wilke Date: Fri, 30 Oct 2009 10:23:53 +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/py-akismet 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: Fri, 30 Oct 2009 10:23:53 -0000 miwi 2009-10-30 10:23:53 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-akismet Makefile distinfo pkg-descr pkg-plist Log: Akismet is a web service for recognising spam comments. It promises to be almost 100% effective at catching comment spam. They say that currently 81% of all comments submitted to them are spam. It's designed to work with the Wordpress Blog Tool, but it's not restricted to that - so this is a Python interface to the Akismet API. You'll need a Wordpress Key to use it. This script will allow you to plug akismet into any CGI script or web application, and there are full docs in the code. It's extremely easy to use, because the folks at akismet have implemented a nice and straightforward REST API. WWW: http://www.voidspace.org.uk/python/akismet_python.html PR: ports/140094 Submitted by: Jacob Myers (jacob at whotookspaz.org) Revision Changes Path 1.3676 +1 -0 ports/devel/Makefile 1.1 +33 -0 ports/devel/py-akismet/Makefile (new) 1.1 +3 -0 ports/devel/py-akismet/distinfo (new) 1.1 +16 -0 ports/devel/py-akismet/pkg-descr (new) 1.1 +140 -0 ports/devel/py-akismet/pkg-plist (new)