1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

53 Commits

Author SHA1 Message Date
Edwin Groothuis
b26c025c06 Add perl5 to USES statement to make the pkg-fallout-builder happy. 2014-02-19 10:15:47 +00:00
Edwin Groothuis
6b10b52f2a 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)
2014-02-14 10:49:17 +00:00
Martin Wilke
a583d66f2b - Stage support 2014-02-12 10:16:37 +00:00
Baptiste Daroussin
985b201424 Add NO_STAGE all over the place in preparation for the staging support (cat: net-mgmt) 2013-09-20 22:24:43 +00:00
Edwin Groothuis
fb40e1813d Update to version 0.94.0
Major extensions:

ipv6calc/ipv6loganon/ipv6logstats

- IID privacy detection
- implement filter mode (-A filter) [very helpful if used in pipe mode]
- reliable IPv6 address anonymization (means all IPv6 address type
information is kept while anonymize the rest [SLA, unique values in IID]
- support MAC address input in Cisco format xxxx.xxxx.xxxx
- support OUI-36
2013-04-26 12:07:36 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Carlo Strub
a9f85911cd Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)

Approved by:	portmgr@ (implicit)
2012-08-03 15:54:35 +00:00
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
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