diff options
author | edwin <edwin@FreeBSD.org> | 2007-04-02 06:28:14 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-04-02 06:28:14 +0800 |
commit | 3129b0537edf4f5aefcd648467ea69f11841e024 (patch) | |
tree | 0f79f397043eb709d86d1691cbb740373f5cf53a /net-mgmt | |
parent | 9d7116b15dfdb6207abbfd493db8cf431747a15e (diff) | |
download | freebsd-ports-gnome-3129b0537edf4f5aefcd648467ea69f11841e024.tar.gz freebsd-ports-gnome-3129b0537edf4f5aefcd648467ea69f11841e024.tar.zst freebsd-ports-gnome-3129b0537edf4f5aefcd648467ea69f11841e024.zip |
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
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ipv6calc/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/ipv6calc/distinfo | 6 | ||||
-rw-r--r-- | net-mgmt/ipv6calc/pkg-plist | 3 |
3 files changed, 6 insertions, 7 deletions
diff --git a/net-mgmt/ipv6calc/Makefile b/net-mgmt/ipv6calc/Makefile index ce9b42b21c02..df114b8043eb 100644 --- a/net-mgmt/ipv6calc/Makefile +++ b/net-mgmt/ipv6calc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ipv6calc -PORTVERSION= 0.61.0 +PORTVERSION= 0.70.0 CATEGORIES= net-mgmt ipv6 MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/ @@ -17,6 +17,8 @@ USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes +PLIST_FILES= bin/ipv6calc bin/ipv6logconv bin/ipv6logstats + MAN8= ipv6calc.8 ipv6logconv.8 ipv6logstats.8 .include <bsd.port.mk> diff --git a/net-mgmt/ipv6calc/distinfo b/net-mgmt/ipv6calc/distinfo index 07b0f8f52581..673c0a224430 100644 --- a/net-mgmt/ipv6calc/distinfo +++ b/net-mgmt/ipv6calc/distinfo @@ -1,3 +1,3 @@ -MD5 (ipv6calc-0.61.0.tar.gz) = cdb25a3f2da1454e4c537197cce5a3ae -SHA256 (ipv6calc-0.61.0.tar.gz) = f9d0f35d556cc625baf086adf5fa3f986814e26b5fc65208ac7cb375b84d7f6b -SIZE (ipv6calc-0.61.0.tar.gz) = 545036 +MD5 (ipv6calc-0.70.0.tar.gz) = c5198815658ee3420a140e7443187311 +SHA256 (ipv6calc-0.70.0.tar.gz) = ff3a59381b929b4f539f297d6f2f539c34086df61fb87ee21202c46696355763 +SIZE (ipv6calc-0.70.0.tar.gz) = 457648 diff --git a/net-mgmt/ipv6calc/pkg-plist b/net-mgmt/ipv6calc/pkg-plist deleted file mode 100644 index 68df0a8b72c4..000000000000 --- a/net-mgmt/ipv6calc/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/ipv6calc -bin/ipv6logconv -bin/ipv6logstats |