From owner-svn-ports-all@FreeBSD.ORG Fri Feb 14 10:49:18 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BAC1226D; Fri, 14 Feb 2014 10:49:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8BFD319A3; Fri, 14 Feb 2014 10:49:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1EAnIkD083288; Fri, 14 Feb 2014 10:49:18 GMT (envelope-from edwin@svn.freebsd.org) Received: (from edwin@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1EAnIW7083286; Fri, 14 Feb 2014 10:49:18 GMT (envelope-from edwin@svn.freebsd.org) Message-Id: <201402141049.s1EAnIW7083286@svn.freebsd.org> From: Edwin Groothuis Date: Fri, 14 Feb 2014 10:49:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344187 - head/net-mgmt/ipv6calc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Feb 2014 10:49:18 -0000 Author: edwin Date: Fri Feb 14 10:49:17 2014 New Revision: 344187 URL: http://svnweb.freebsd.org/changeset/ports/344187 QAT: https://qat.redports.org/buildarchive/r344187/ Log: Upgrade to version 0.96.0 use of md5 bundled code will be only used if not available on the system (external md5 is currently only supported via openssl library). Old behavior can be triggered using: --enable-bundled-md5 (and for getopt: --enable-bundled-getopt) ipv6calcweb.cgi was extended for supporting the new outputformat "textkeyvalue", which can be parsed easier in scripts, example: http://ip.bieringer.de/cgi-bin/ipv6calcweb.cgi?format=textkeyvalue ipv6calc binaries can be build using shared libraries internally to save space on disk with configure option: --enable-shared ipv6calc (approx. 170 kB) ipv6loganon (approx. 50 kB) ipv6logstats (approx. 60 kB) ipv6logconv (approx. 50 kB) libipv6calc.so.0.96.0 (approx. 450 kB) libipv6calc_db_wrapper.so.0.96.0 (approx. 1.8 MB) (containing the BuiltIn databases) instead of ipv6calc (non-shared, 1.9 MB) ipv6loganon (approx. 1.9 MB) ipv6logstats (approx. 1.9 MB) ipv6logconv (approx. 1.9 MB) Modified: head/net-mgmt/ipv6calc/Makefile head/net-mgmt/ipv6calc/distinfo Modified: head/net-mgmt/ipv6calc/Makefile ============================================================================== --- head/net-mgmt/ipv6calc/Makefile Fri Feb 14 10:35:39 2014 (r344186) +++ head/net-mgmt/ipv6calc/Makefile Fri Feb 14 10:49:17 2014 (r344187) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ipv6calc -PORTVERSION= 0.94.0 +PORTVERSION= 0.96.0 CATEGORIES= net-mgmt ipv6 MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/ Modified: head/net-mgmt/ipv6calc/distinfo ============================================================================== --- head/net-mgmt/ipv6calc/distinfo Fri Feb 14 10:35:39 2014 (r344186) +++ head/net-mgmt/ipv6calc/distinfo Fri Feb 14 10:49:17 2014 (r344187) @@ -1,2 +1,2 @@ -SHA256 (ipv6calc-0.94.0.tar.gz) = be0580885b1c5c3f62cdf8582b7040590acd807e8315030c3417cfbe7fe31270 -SIZE (ipv6calc-0.94.0.tar.gz) = 749534 +SHA256 (ipv6calc-0.96.0.tar.gz) = 9fc17061cb2876d13af6b765ed0e1b21943cfb8d19bc65431a87b3f69ad7a572 +SIZE (ipv6calc-0.96.0.tar.gz) = 946885