From owner-cvs-all@FreeBSD.ORG Sun Apr 1 22:28:15 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 30F5116A403; Sun, 1 Apr 2007 22:28:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 230DE13C45A; Sun, 1 Apr 2007 22:28:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l31MSFJ1029571; Sun, 1 Apr 2007 22:28:15 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l31MSEe5029570; Sun, 1 Apr 2007 22:28:14 GMT (envelope-from edwin) Message-Id: <200704012228.l31MSEe5029570@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 1 Apr 2007 22:28:14 +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/net-mgmt/ipv6calc Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Apr 2007 22:28:15 -0000 edwin 2007-04-01 22:28:14 UTC FreeBSD ports repository Modified files: net-mgmt/ipv6calc Makefile distinfo Removed files: net-mgmt/ipv6calc pkg-plist Log: Update to 0.70.0: Major changes since 0.61.0 - remove IP2Location and GeoIP files, add related configure options instead (thanks to Niko Tyni for contribution) --with-ip2location-headers=DIR IP2Location include files location --with-ip2location-lib=DIR IP2Location library location --with-ip2location-static Explicitly link IP2Location statically (default=no) --with-geoip-headers=DIR GeoIP include files location --with-geoip-lib=DIR GeoIP library location --with-geoip-static Explicitly link GeoIP statically (default=no) --with-geoip-default-file=file Use a default GeoIP database file when - add support for use of IPv6-enabled IP2Location API (GeoIP still only supports IPv4) - add anoynmization action in ipv6calc $ ipv6calc -q 2001:db8:0123:4567:89ab:cdef:0123:4567 --action anonymize 2001:db8:123:: $ ipv6calc -q 192.0.2.1 --action anonymize 192.0.2.0 - add tool "ipv6loganon" for anonymizing web server log files - Getopts support: configure detects now the presence of system getopts library - several bugfixes Revision Changes Path 1.30 +3 -1 ports/net-mgmt/ipv6calc/Makefile 1.19 +3 -3 ports/net-mgmt/ipv6calc/distinfo 1.4 +0 -3 ports/net-mgmt/ipv6calc/pkg-plist (dead)