The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD net-mgmt : ipv6calc

Convert, change and calculate with IPv6 addresses

 ipv6calc will do some format changes and calculations for you

Intention:
* This utility can be used by the IPv6 enabled initscripts for
  better duplicate address detection on setup of IPv6 addresses. 

http://www.deepspace6.net/projects/ipv6calc.html



ipv6calc history


v. 1.32
date: 2007/06/02 22:16:10;  author: edwin;  state: Exp;  lines: +1 -2
Upgrade to 0.71.0

v. 1.31 date: 2007/04/02 19:06:34; author: edwin; state: Exp; lines: +3 -2 Add missing files, as requested by kris-mail
v. 1.30 date: 2007/04/01 22:28:14; author: edwin; state: Exp; lines: +3 -1 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
v. 1.29 date: 2006/08/29 02:01:28; author: edwin; state: Exp; lines: +1 -1 Update to 0.61.0
v. 1.28 date: 2006/07/10 23:26:59; author: edwin; state: Exp; lines: +1 -1 Update to 0.60.1 Fix plist
v. 1.27 date: 2006/06/26 12:19:54; author: edwin; state: Exp; lines: +2 -4 Upgrade to version 0.60.0
v. 1.26 date: 2006/02/23 10:38:35; author: ade; state: Exp; lines: +1 -2 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.25 date: 2006/02/12 20:10:11; author: edwin; state: Exp; lines: +1 -1 upgrade to 0.51
v. 1.24 date: 2005/11/15 06:50:42; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.23 date: 2005/09/15 23:00:52; author: edwin; state: Exp; lines: +1 -1 [ipv6calc-announce] New version 0.50 released 20050915/PB various c files - fix snprintf size parameter (credits to Radek Vok?l for pointing this out) lib/libipv6addr.c#ipv6addr_copy - fix bug which causes stack overflow (credits to Radek Vok?l for finding the bug) several Makefiles - add compiler switch -O2, reason for segfault was found - remove also static on clean ipv6logconv: - add support for unique local unicast update databases
v. 1.22 date: 2005/09/14 23:03:50; author: edwin; state: Exp; lines: +1 -1 Upgrade to 0.49 20050914/PB Update databases 20050725/PB lib/libipv6addr ipv6calc/showinfo - add support for Unique Local IPv6 Unicast Addresses 20050719/PB md5/md5.c - fix for proper support of big endian machines lib/libipv6addr - replace hardcoded IPv6 assignement by dynamic one 20050714/PB lib/libipv6addr - IPv6 TLA update 20050628/PB ipv6calc: - replace hardcoded $(root)/bin with $(root)@bindir@ (suggested by Andrew Walrond) 20050212/PB ipv6logconv: - implement a lookup cache for speed-up (around 20%) lib/libipv4addr databases/ipv4-assignment/dbipv4addr_assignment.h - add a hint table for speed-up IPv4 registry lookups (around 10 times!)
v. 1.21 date: 2004/11/21 21:19:29; author: edwin; state: Exp; lines: +1 -1 Update to version 0.48
v. 1.20 date: 2004/03/14 06:17:10; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.19 date: 2004/02/28 12:10:53; author: edwin; state: Exp; lines: +1 -2 Update to 0.47
v. 1.18 date: 2004/02/23 04:42:02; author: wollman; state: Exp; lines: +1 -1 Say hello to the new "net-mgmt" category. There are probably more ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
v. 1.17 date: 2004/02/04 04:36:19; author: marcus; state: Exp; lines: +2 -2 Add USE_GETTEXT and bump PORTREVISION. Submitted by: trevor Tested by: bento
v. 1.16 date: 2004/01/23 18:12:15; author: trevor; state: Exp; lines: +1 -1 Now gettext 0.12.1 is gettext-old.
v. 1.15 date: 2003/10/07 07:07:25; author: edwin; state: Exp; lines: +1 -2 Upgrade to version 0.46 Now to the news: version 0.46 is available now. - IPv4 database updated (20030906) - add support of LACNIC registry - add output format "octal" Print octal representation of a given IPv6 address: (useful for djbdns/tinydns) 3ffe:ffff::1 -> \77\376\377\377\0\0\0\0\0\0\0\0\0\0\0\1 --printfulluncompressed 3ffe:ffff::1 -> \077\376\377\377\000\000\000\000\000\000\000\000\000\000\000\001 Available format options: --printfulluncompressed: Print in full uncompressed format - New program "ipv6logstats" for parsing web server logs to get some IPv4/IPv6 distribution data and build time line charts. See examples for more. - add input types: "ipv4hex" (hexadecimal IPv4 address) "ipv4revhex" (reverse hexadecimal IPv4 address) - add support of spaces in MAC/EUI-48 addresses
v. 1.14 date: 2003/08/26 20:25:51; author: marcus; state: Exp; lines: +1 -0 Bump the PORTREVISION for the ports directly affected by the gettext upgrade. Prodded by: kris
v. 1.13 date: 2003/08/25 05:41:32; author: marcus; state: Exp; lines: +1 -1 Chase the libintl.so shared lib version.
v. 1.12 date: 2003/02/21 13:14:45; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.11 date: 2002/11/14 20:39:42; author: edwin; state: Exp; lines: +1 -1 Maintainer update to version 0.45 ChangeLog: * fix not proper handling of option "-q|--quiet" in some cases * enhance help options (-h|--help now also valid) on --out|action|in * ipv6logconf: "make test" can be now also executed by root (su to nobody) * minor cosmetics in IEEE/OUI database
v. 1.10 date: 2002/11/09 13:26:15; author: edwin; state: Exp; lines: +1 -1 Maintainer update to version 0.44
v. 1.9 date: 2002/08/01 16:22:30; author: ade; state: Exp; lines: +1 -1 Chase shlib rev of devel/gettext Submitted by: lots and lots Pointy hat to: ade
v. 1.8 date: 2002/07/31 02:31:49; author: pat; state: Exp; lines: +1 -1 Update to 0.43 PR: ports/41185 Submitted by: maintainer
v. 1.7 date: 2002/07/17 23:07:40; author: pat; state: Exp; lines: +1 -1 Update to 0.42 PR: ports/40713 Submitted by: maintainer
v. 1.6 date: 2002/06/03 02:31:16; author: petef; state: Exp; lines: +1 -1 Update to 0.41. PR: 38842 Submitted by: maintainer
v. 1.5 date: 2002/04/22 13:12:23; author: sumikawa; state: Exp; lines: +4 -11 Upgrade to 0.40. PR: ports/37327 Submitted by: Edwin Groothuis
v. 1.4 date: 2002/04/12 17:09:56; author: ade; state: Exp; lines: +2 -1 gettext upgrade uber-patch (stage 3) - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr
v. 1.3 date: 2002/03/15 19:44:13; author: ade; state: Exp; lines: +1 -1 Stage 1 of gettext update. Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
v. 1.2 date: 2002/02/26 23:09:56; author: pat; state: Exp; lines: +1 -1 Update to 0.38 PR: 35360 Submitted by: maintainer
v. 1.1 date: 2002/01/30 21:02:43; author: pat; state: Exp; Add port net/ipv6calc - a utility to convert, change and calculate with IPv6 addresses PR: 34441 Submitted by: Edwin Groothuis ============================================================================= v. 1.32 date: 2007/06/02 22:16:10; author: edwin; state: Exp; lines: +1 -2 Upgrade to 0.71.0
v. 1.31 date: 2007/04/02 19:06:34; author: edwin; state: Exp; lines: +3 -2 Add missing files, as requested by kris-mail
v. 1.30 date: 2007/04/01 22:28:14; author: edwin; state: Exp; lines: +3 -1 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
v. 1.29 date: 2006/08/29 02:01:28; author: edwin; state: Exp; lines: +1 -1 Update to 0.61.0
v. 1.28 date: 2006/07/10 23:26:59; author: edwin; state: Exp; lines: +1 -1 Update to 0.60.1 Fix plist
v. 1.27 date: 2006/06/26 12:19:54; author: edwin; state: Exp; lines: +2 -4 Upgrade to version 0.60.0
v. 1.26 date: 2006/02/23 10:38:35; author: ade; state: Exp; lines: +1 -2 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.25 date: 2006/02/12 20:10:11; author: edwin; state: Exp; lines: +1 -1 upgrade to 0.51
v. 1.24 date: 2005/11/15 06:50:42; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.23 date: 2005/09/15 23:00:52; author: edwin; state: Exp; lines: +1 -1 [ipv6calc-announce] New version 0.50 released 20050915/PB various c files - fix snprintf size parameter (credits to Radek Vok?l for pointing this out) lib/libipv6addr.c#ipv6addr_copy - fix bug which causes stack overflow (credits to Radek Vok?l for finding the bug) several Makefiles - add compiler switch -O2, reason for segfault was found - remove also static on clean ipv6logconv: - add support for unique local unicast update databases
v. 1.22 date: 2005/09/14 23:03:50; author: edwin; state: Exp; lines: +1 -1 Upgrade to 0.49 20050914/PB Update databases 20050725/PB lib/libipv6addr ipv6calc/showinfo - add support for Unique Local IPv6 Unicast Addresses 20050719/PB md5/md5.c - fix for proper support of big endian machines lib/libipv6addr - replace hardcoded IPv6 assignement by dynamic one 20050714/PB lib/libipv6addr - IPv6 TLA update 20050628/PB ipv6calc: - replace hardcoded $(root)/bin with $(root)@bindir@ (suggested by Andrew Walrond) 20050212/PB ipv6logconv: - implement a lookup cache for speed-up (around 20%) lib/libipv4addr databases/ipv4-assignment/dbipv4addr_assignment.h - add a hint table for speed-up IPv4 registry lookups (around 10 times!)
v. 1.21 date: 2004/11/21 21:19:29; author: edwin; state: Exp; lines: +1 -1 Update to version 0.48
v. 1.20 date: 2004/03/14 06:17:10; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.19 date: 2004/02/28 12:10:53; author: edwin; state: Exp; lines: +1 -2 Update to 0.47
v. 1.18 date: 2004/02/23 04:42:02; author: wollman; state: Exp; lines: +1 -1 Say hello to the new "net-mgmt" category. There are probably more ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
v. 1.17 date: 2004/02/04 04:36:19; author: marcus; state: Exp; lines: +2 -2 Add USE_GETTEXT and bump PORTREVISION. Submitted by: trevor Tested by: bento
v. 1.16 date: 2004/01/23 18:12:15; author: trevor; state: Exp; lines: +1 -1 Now gettext 0.12.1 is gettext-old.
v. 1.15 date: 2003/10/07 07:07:25; author: edwin; state: Exp; lines: +1 -2 Upgrade to version 0.46 Now to the news: version 0.46 is available now. - IPv4 database updated (20030906) - add support of LACNIC registry - add output format "octal" Print octal representation of a given IPv6 address: (useful for djbdns/tinydns) 3ffe:ffff::1 -> \77\376\377\377\0\0\0\0\0\0\0\0\0\0\0\1 --printfulluncompressed 3ffe:ffff::1 -> \077\376\377\377\000\000\000\000\000\000\000\000\000\000\000\001 Available format options: --printfulluncompressed: Print in full uncompressed format - New program "ipv6logstats" for parsing web server logs to get some IPv4/IPv6 distribution data and build time line charts. See examples for more. - add input types: "ipv4hex" (hexadecimal IPv4 address) "ipv4revhex" (reverse hexadecimal IPv4 address) - add support of spaces in MAC/EUI-48 addresses
v. 1.14 date: 2003/08/26 20:25:51; author: marcus; state: Exp; lines: +1 -0 Bump the PORTREVISION for the ports directly affected by the gettext upgrade. Prodded by: kris
v. 1.13 date: 2003/08/25 05:41:32; author: marcus; state: Exp; lines: +1 -1 Chase the libintl.so shared lib version.
v. 1.12 date: 2003/02/21 13:14:45; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.11 date: 2002/11/14 20:39:42; author: edwin; state: Exp; lines: +1 -1 Maintainer update to version 0.45 ChangeLog: * fix not proper handling of option "-q|--quiet" in some cases * enhance help options (-h|--help now also valid) on --out|action|in * ipv6logconf: "make test" can be now also executed by root (su to nobody) * minor cosmetics in IEEE/OUI database
v. 1.10 date: 2002/11/09 13:26:15; author: edwin; state: Exp; lines: +1 -1 Maintainer update to version 0.44
v. 1.9 date: 2002/08/01 16:22:30; author: ade; state: Exp; lines: +1 -1 Chase shlib rev of devel/gettext Submitted by: lots and lots Pointy hat to: ade
v. 1.8 date: 2002/07/31 02:31:49; author: pat; state: Exp; lines: +1 -1 Update to 0.43 PR: ports/41185 Submitted by: maintainer
v. 1.7 date: 2002/07/17 23:07:40; author: pat; state: Exp; lines: +1 -1 Update to 0.42 PR: ports/40713 Submitted by: maintainer
v. 1.6 date: 2002/06/03 02:31:16; author: petef; state: Exp; lines: +1 -1 Update to 0.41. PR: 38842 Submitted by: maintainer
v. 1.5 date: 2002/04/22 13:12:23; author: sumikawa; state: Exp; lines: +4 -11 Upgrade to 0.40. PR: ports/37327 Submitted by: Edwin Groothuis
v. 1.4 date: 2002/04/12 17:09:56; author: ade; state: Exp; lines: +2 -1 gettext upgrade uber-patch (stage 3) - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr
v. 1.3 date: 2002/03/15 19:44:13; author: ade; state: Exp; lines: +1 -1 Stage 1 of gettext update. Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
v. 1.2 date: 2002/02/26 23:09:56; author: pat; state: Exp; lines: +1 -1 Update to 0.38 PR: 35360 Submitted by: maintainer
v. 1.1 date: 2002/01/30 21:02:43; author: pat; state: Exp; Add port net/ipv6calc - a utility to convert, change and calculate with IPv6 addresses PR: 34441 Submitted by: Edwin Groothuis ============================================================================= v. 1.32 date: 2007/06/02 22:16:10; author: edwin; state: Exp; lines: +1 -2 Upgrade to 0.71.0
v. 1.31 date: 2007/04/02 19:06:34; author: edwin; state: Exp; lines: +3 -2 Add missing files, as requested by kris-mail
v. 1.30 date: 2007/04/01 22:28:14; author: edwin; state: Exp; lines: +3 -1 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
v. 1.29 date: 2006/08/29 02:01:28; author: edwin; state: Exp; lines: +1 -1 Update to 0.61.0
v. 1.28 date: 2006/07/10 23:26:59; author: edwin; state: Exp; lines: +1 -1 Update to 0.60.1 Fix plist
v. 1.27 date: 2006/06/26 12:19:54; author: edwin; state: Exp; lines: +2 -4 Upgrade to version 0.60.0
v. 1.26 date: 2006/02/23 10:38:35; author: ade; state: Exp; lines: +1 -2 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.25 date: 2006/02/12 20:10:11; author: edwin; state: Exp; lines: +1 -1 upgrade to 0.51
v. 1.24 date: 2005/11/15 06:50:42; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.23 date: 2005/09/15 23:00:52; author: edwin; state: Exp; lines: +1 -1 [ipv6calc-announce] New version 0.50 released 20050915/PB various c files - fix snprintf size parameter (credits to Radek Vok?l for pointing this out) lib/libipv6addr.c#ipv6addr_copy - fix bug which causes stack overflow (credits to Radek Vok?l for finding the bug) several Makefiles - add compiler switch -O2, reason for segfault was found - remove also static on clean ipv6logconv: - add support for unique local unicast update databases
v. 1.22 date: 2005/09/14 23:03:50; author: edwin; state: Exp; lines: +1 -1 Upgrade to 0.49 20050914/PB Update databases 20050725/PB lib/libipv6addr ipv6calc/showinfo - add support for Unique Local IPv6 Unicast Addresses 20050719/PB md5/md5.c - fix for proper support of big endian machines lib/libipv6addr - replace hardcoded IPv6 assignement by dynamic one 20050714/PB lib/libipv6addr - IPv6 TLA update 20050628/PB ipv6calc: - replace hardcoded $(root)/bin with $(root)@bindir@ (suggested by Andrew Walrond) 20050212/PB ipv6logconv: - implement a lookup cache for speed-up (around 20%) lib/libipv4addr databases/ipv4-assignment/dbipv4addr_assignment.h - add a hint table for speed-up IPv4 registry lookups (around 10 times!)
v. 1.21 date: 2004/11/21 21:19:29; author: edwin; state: Exp; lines: +1 -1 Update to version 0.48
v. 1.20 date: 2004/03/14 06:17:10; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.19 date: 2004/02/28 12:10:53; author: edwin; state: Exp; lines: +1 -2 Update to 0.47
v. 1.18 date: 2004/02/23 04:42:02; author: wollman; state: Exp; lines: +1 -1 Say hello to the new "net-mgmt" category. There are probably more ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
v. 1.17 date: 2004/02/04 04:36:19; author: marcus; state: Exp; lines: +2 -2 Add USE_GETTEXT and bump PORTREVISION. Submitted by: trevor Tested by: bento
v. 1.16 date: 2004/01/23 18:12:15; author: trevor; state: Exp; lines: +1 -1 Now gettext 0.12.1 is gettext-old.
v. 1.15 date: 2003/10/07 07:07:25; author: edwin; state: Exp; lines: +1 -2 Upgrade to version 0.46 Now to the news: version 0.46 is available now. - IPv4 database updated (20030906) - add support of LACNIC registry - add output format "octal" Print octal representation of a given IPv6 address: (useful for djbdns/tinydns) 3ffe:ffff::1 -> \77\376\377\377\0\0\0\0\0\0\0\0\0\0\0\1 --printfulluncompressed 3ffe:ffff::1 -> \077\376\377\377\000\000\000\000\000\000\000\000\000\000\000\001 Available format options: --printfulluncompressed: Print in full uncompressed format - New program "ipv6logstats" for parsing web server logs to get some IPv4/IPv6 distribution data and build time line charts. See examples for more. - add input types: "ipv4hex" (hexadecimal IPv4 address) "ipv4revhex" (reverse hexadecimal IPv4 address) - add support of spaces in MAC/EUI-48 addresses
v. 1.14 date: 2003/08/26 20:25:51; author: marcus; state: Exp; lines: +1 -0 Bump the PORTREVISION for the ports directly affected by the gettext upgrade. Prodded by: kris
v. 1.13 date: 2003/08/25 05:41:32; author: marcus; state: Exp; lines: +1 -1 Chase the libintl.so shared lib version.
v. 1.12 date: 2003/02/21 13:14:45; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.11 date: 2002/11/14 20:39:42; author: edwin; state: Exp; lines: +1 -1 Maintainer update to version 0.45 ChangeLog: * fix not proper handling of option "-q|--quiet" in some cases * enhance help options (-h|--help now also valid) on --out|action|in * ipv6logconf: "make test" can be now also executed by root (su to nobody) * minor cosmetics in IEEE/OUI database
v. 1.10 date: 2002/11/09 13:26:15; author: edwin; state: Exp; lines: +1 -1 Maintainer update to version 0.44
v. 1.9 date: 2002/08/01 16:22:30; author: ade; state: Exp; lines: +1 -1 Chase shlib rev of devel/gettext Submitted by: lots and lots Pointy hat to: ade
v. 1.8 date: 2002/07/31 02:31:49; author: pat; state: Exp; lines: +1 -1 Update to 0.43 PR: ports/41185 Submitted by: maintainer
v. 1.7 date: 2002/07/17 23:07:40; author: pat; state: Exp; lines: +1 -1 Update to 0.42 PR: ports/40713 Submitted by: maintainer
v. 1.6 date: 2002/06/03 02:31:16; author: petef; state: Exp; lines: +1 -1 Update to 0.41. PR: 38842 Submitted by: maintainer
v. 1.5 date: 2002/04/22 13:12:23; author: sumikawa; state: Exp; lines: +4 -11 Upgrade to 0.40. PR: ports/37327 Submitted by: Edwin Groothuis
v. 1.4 date: 2002/04/12 17:09:56; author: ade; state: Exp; lines: +2 -1 gettext upgrade uber-patch (stage 3) - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr
v. 1.3 date: 2002/03/15 19:44:13; author: ade; state: Exp; lines: +1 -1 Stage 1 of gettext update. Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
v. 1.2 date: 2002/02/26 23:09:56; author: pat; state: Exp; lines: +1 -1 Update to 0.38 PR: 35360 Submitted by: maintainer
v. 1.1 date: 2002/01/30 21:02:43; author: pat; state: Exp; Add port net/ipv6calc - a utility to convert, change and calculate with IPv6 addresses PR: 34441 Submitted by: Edwin Groothuis =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm