aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/ipv6calc
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.72.2Edwin Groothuis2009-06-162-5/+4
| | | | Notes: svn path=/head/; revision=236015
* Fix build of net-mgmt/ipv6calcEdwin Groothuis2009-03-061-11/+0
| | | | | | | | PR: ports/132350 Submitted by: KOIE Hidetaka <koie@suri.co.jp>, pav@ earlier, erwin@ earlier Notes: svn path=/head/; revision=229596
* Fix build of net-mgmt/ipv6calcEdwin Groothuis2009-03-061-0/+1
| | | | | | | | PR: ports/132350 Submitted by: KOIE Hidetaka <koie@suri.co.jp>, pav@ earlier, erwin@ earlier Notes: svn path=/head/; revision=229595
* It's not leek-fix, it's pre-fix.Edwin Groothuis2009-01-121-1/+1
| | | | Notes: svn path=/head/; revision=225830
* Update to 0.72.1Edwin Groothuis2009-01-125-22/+22
| | | | Notes: svn path=/head/; revision=225829
* Update to 0.72.0Edwin Groothuis2008-12-232-5/+4
| | | | | | | | | | | Major new features: - support ORCHID - detect link-local-teredo addresses - add octal output for IPv4 - add hex output for IPv4 & IPv6 Notes: svn path=/head/; revision=224623
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Upgrade to 0.71.0Edwin Groothuis2007-06-022-5/+4
| | | | Notes: svn path=/head/; revision=192603
* Add missing files, as requested by kris-mailEdwin Groothuis2007-04-021-2/+3
| | | | Notes: svn path=/head/; revision=189025
* add forgotten patchfileEdwin Groothuis2007-04-011-0/+11
| | | | Notes: svn path=/head/; revision=188962
* Update to 0.70.0:Edwin Groothuis2007-04-013-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=188961
* Update to 0.61.0Edwin Groothuis2006-08-293-4/+5
| | | | Notes: svn path=/head/; revision=171600
* Update to 0.60.1Edwin Groothuis2006-07-103-8/+11
| | | | | | | Fix plist Notes: svn path=/head/; revision=167418
* Upgrade to version 0.60.0Edwin Groothuis2006-06-266-29/+15
| | | | Notes: svn path=/head/; revision=166352
* Conversion to a single libtool environment.Ade Lovett2006-02-231-2/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* upgrade to 0.51Edwin Groothuis2006-02-124-4/+26
| | | | Notes: svn path=/head/; revision=155845
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* Add SHA256 checksums to the distinfo files.Edwin Groothuis2005-11-081-0/+1
| | | | Notes: svn path=/head/; revision=147643
* [ipv6calc-announce] New version 0.50 releasedEdwin Groothuis2005-09-152-3/+3
| | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=142854
* Upgrade to 0.49Edwin Groothuis2005-09-142-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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!) Notes: svn path=/head/; revision=142762
* Update to version 0.48Edwin Groothuis2004-11-212-3/+3
| | | | Notes: svn path=/head/; revision=122100
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=103963
* Update to 0.47Edwin Groothuis2004-02-283-4/+4
| | | | Notes: svn path=/head/; revision=102390
* Say hello to the new "net-mgmt" category. There are probably moreGarrett Wollman2004-02-231-1/+1
| | | | | | | | | | ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus Notes: svn path=/head/; revision=101812
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-2/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* Upgrade to version 0.46Edwin Groothuis2003-10-072-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=90491
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-0/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Maintainer update to version 0.45Edwin Groothuis2002-11-142-2/+2
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=70128
* Maintainer update to version 0.44Edwin Groothuis2002-11-092-2/+2
| | | | Notes: svn path=/head/; revision=69783
* Chase shlib rev of devel/gettextAde Lovett2002-08-011-1/+1
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
* Update to 0.43Patrick Li2002-07-312-2/+2
| | | | | | | | PR: ports/41185 Submitted by: maintainer Notes: svn path=/head/; revision=63767
* Update to 0.42Patrick Li2002-07-172-2/+2
| | | | | | | | PR: ports/40713 Submitted by: maintainer Notes: svn path=/head/; revision=63158
* Update to 0.41.Pete Fritchman2002-06-032-2/+2
| | | | | | | | PR: 38842 Submitted by: maintainer Notes: svn path=/head/; revision=60506
* Port failed to build due to upgrade by PR/37327 which failed toCy Schubert2002-04-292-44/+0
| | | | | | | | | | | | remove the patches from the files directory. This commit fixes the problem. PR: 37545 Submitted by: MAINTAINER: Edwin Groothuis <edwin@mavetju.org> Detected by: BENTO Notes: svn path=/head/; revision=58283
* Upgrade to 0.40.Munechika SUMIKAWA2002-04-223-12/+6
| | | | | | | | PR: ports/37327 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=57981
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-1/+2
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=57625
* Stage 1 of gettext update.Ade Lovett2002-03-151-1/+1
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=56168
* Update to 0.38Patrick Li2002-02-264-20/+29
| | | | | | | | PR: 35360 Submitted by: maintainer Notes: svn path=/head/; revision=55285
* Add port net/ipv6calc - a utility to convert, change and calculate withPatrick Li2002-01-307-0/+76
IPv6 addresses PR: 34441 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=54046