From owner-freebsd-python@FreeBSD.ORG Fri Oct 30 10:30:09 2009 Return-Path: Delivered-To: freebsd-python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23A521065670 for ; Fri, 30 Oct 2009 10:30:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EC34A8FC08 for ; Fri, 30 Oct 2009 10:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9UAU8a7025238 for ; Fri, 30 Oct 2009 10:30:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9UAU8ev025229; Fri, 30 Oct 2009 10:30:08 GMT (envelope-from gnats) Date: Fri, 30 Oct 2009 10:30:08 GMT Message-Id: <200910301030.n9UAU8ev025229@freefall.freebsd.org> To: freebsd-python@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/140094: commit references a PR X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Oct 2009 10:30:09 -0000 The following reply was made to PR ports/140094; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/140094: commit references a PR Date: Fri, 30 Oct 2009 10:24:02 +0000 (UTC) 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) _______________________________________________ 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"