Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 9713063B9F9 for ; Mon, 31 Oct 2011 09:08:59 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5B8D014A38A; Mon, 31 Oct 2011 09:08:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2CB7F14A385 for ; Mon, 31 Oct 2011 09:08:57 +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 5S1-F5LJrTMZ for ; Mon, 31 Oct 2011 09:08:55 +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 D1E3014A388 for ; Mon, 31 Oct 2011 09:08:55 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 95665175DD; Mon, 31 Oct 2011 09:08:55 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Mon, 31 Oct 2011 09:08:55 +0000 From: "OBATA Akio" Subject: CVS commit: pkgsrc/net/py-GeoIP To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org X-Mailer: log_accum Message-Id: <20111031090855.95665175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: obache Date: Mon Oct 31 09:08:55 UTC 2011 Modified Files: pkgsrc/net/py-GeoIP: Makefile PLIST distinfo Log Message: Update py-GeoIP to 1.2.7. while here, let to register egg-info. 1.2.7 2011-08-23 * Add example test_netspeedcell.py ( Boris Zentner ) 1.2.6 2011-06-06 * Add new methods record_by_name_v6 and record_by_addr_v6 to support GeoIPCityv6 databases. ( Boris Zentner ) 1.2.5 2011-05-10 * Remove Confidence and Accuracy Database it is unsued anyway. ( Boris Zentner ) * Add new methods enable_teredo, teredo, time_zone_by_country_and_region and lib_version ( Boris Zentner ) * Add support for Confidence and Accuracy Database. * Add support for Netspeed Database. via: id_by_addr id_by_name * Add IPv6 glue *** needs libGeoIP 1.4.7 *** country_code_by_name_v6 country_name_by_name_v6 country_code_by_addr_v6 country_name_by_addr_v6 ( Boris Zentner ) To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/py-GeoIP/Makefile cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/net/py-GeoIP/PLIST cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/py-GeoIP/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.