1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
Commit Graph

44 Commits

Author SHA1 Message Date
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Edwin Groothuis
05f535340f Update to 0.73.0:
Minor changes:

ipv6calc/ipv6calc.c
- add auto-output format detection for revnibble
- do not print resultstring, if empty
- add support for '-m' for '--in -?'
- add support for '-m' for '--out|action -?'

ipv6calc/test_ipv6calc.sh
- add input validation tests

lib/ipv6calchelp.[ch]
- support machine readable output for input types
- support machine readable output for output/action types

lib/libipv4addr.c
lib/libipv6addr.c
lib/librfc1886.c
- improve input validation

databases/registries/update-registries.sh
- fix IANA ipv6-unicast-address-assignments weblink problem
2009-08-14 04:36:39 +00:00
Edwin Groothuis
6460e269cd Update to 0.72.2 2009-06-16 09:39:39 +00:00
Edwin Groothuis
af8a19e34d Fix build of net-mgmt/ipv6calc
PR:             ports/132350
Submitted by:   KOIE Hidetaka <koie@suri.co.jp>, pav@ earlier, erwin@ earlier
2009-03-06 23:19:58 +00:00
Edwin Groothuis
d214ac93a4 Fix build of net-mgmt/ipv6calc
PR:		ports/132350
Submitted by:	KOIE Hidetaka <koie@suri.co.jp>, pav@ earlier, erwin@ earlier
2009-03-06 23:19:30 +00:00
Edwin Groothuis
9f0ecef3ca It's not leek-fix, it's pre-fix. 2009-01-12 11:03:43 +00:00
Edwin Groothuis
b0371357a4 Update to 0.72.1 2009-01-12 10:56:58 +00:00
Edwin Groothuis
75e16d25e0 Update to 0.72.0
Major new features:
- support ORCHID
- detect link-local-teredo addresses
- add octal output for IPv4
- add hex output for IPv4 & IPv6
2008-12-23 09:06:41 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00
Edwin Groothuis
8a35823911 Upgrade to 0.71.0 2007-06-02 22:16:10 +00:00
Edwin Groothuis
02985014dc Add missing files, as requested by kris-mail 2007-04-02 19:06:34 +00:00
Edwin Groothuis
874baaf951 add forgotten patchfile 2007-04-01 22:31:11 +00:00
Edwin Groothuis
a5b0f00d2b 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
2007-04-01 22:28:14 +00:00
Edwin Groothuis
4eee414aa4 Update to 0.61.0 2006-08-29 02:01:28 +00:00
Edwin Groothuis
e8cbf72885 Update to 0.60.1
Fix plist
2006-07-10 23:27:00 +00:00
Edwin Groothuis
c8347b8a80 Upgrade to version 0.60.0 2006-06-26 12:19:55 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Edwin Groothuis
3cad625d5e upgrade to 0.51 2006-02-12 20:10:11 +00:00
Ade Lovett
54a0b86543 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.
2005-11-15 06:52:12 +00:00
Edwin Groothuis
7075019551 Add SHA256 checksums to the distinfo files. 2005-11-08 21:45:49 +00:00
Edwin Groothuis
058bc54315 [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
2005-09-15 23:00:52 +00:00
Edwin Groothuis
c192c21ea7 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!)
2005-09-14 23:03:50 +00:00
Edwin Groothuis
67876ff1fa Update to version 0.48 2004-11-21 21:19:29 +00:00
Ade Lovett
3f651573ad 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.
2004-03-14 06:17:56 +00:00
Edwin Groothuis
f2ff4dcdea Update to 0.47 2004-02-28 12:10:53 +00:00
Garrett Wollman
60aab66567 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
2004-02-23 04:42:13 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Edwin Groothuis
2593246092 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
2003-10-07 07:07:25 +00:00
Joe Marcus Clarke
a3108b1e51 Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by:	kris
2003-08-26 20:25:58 +00:00
Joe Marcus Clarke
adccc29aad Chase the libintl.so shared lib version. 2003-08-25 05:41:38 +00:00
Akinori MUSHA
4c2e4f1862 De-pkg-comment. 2003-02-21 13:28:59 +00:00
Edwin Groothuis
d6c5cb19cc 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
2002-11-14 20:39:42 +00:00
Edwin Groothuis
afc907f44d Maintainer update to version 0.44 2002-11-09 13:26:15 +00:00
Ade Lovett
c8eaa93644 Chase shlib rev of devel/gettext
Submitted by:	lots and lots
Pointy hat to:	ade
2002-08-01 16:22:41 +00:00
Patrick Li
a33e7e9586 Update to 0.43
PR:		ports/41185
Submitted by:	maintainer
2002-07-31 02:31:49 +00:00
Patrick Li
bf7da04428 Update to 0.42
PR:		ports/40713
Submitted by:	maintainer
2002-07-17 23:07:40 +00:00
Pete Fritchman
0c6ad098bb Update to 0.41.
PR:		38842
Submitted by:	maintainer
2002-06-03 02:31:16 +00:00
Cy Schubert
7eade38b85 Port failed to build due to upgrade by PR/37327 which failed to
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
2002-04-29 00:08:06 +00:00
Munechika SUMIKAWA
afc9ce37ba Upgrade to 0.40.
PR:		ports/37327
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-04-22 13:12:23 +00:00
Ade Lovett
f18cbf2fa6 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
2002-04-12 17:10:20 +00:00
Ade Lovett
9210b7cb07 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
2002-03-15 19:44:29 +00:00
Patrick Li
518410cd69 Update to 0.38
PR:		35360
Submitted by:	maintainer
2002-02-26 23:09:58 +00:00
Patrick Li
e40072a045 Add port net/ipv6calc - a utility to convert, change and calculate with
IPv6 addresses

PR:		34441
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-01-30 21:02:46 +00:00