| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=192603
|
|
|
|
| |
Notes:
svn path=/head/; revision=189025
|
|
|
|
| |
Notes:
svn path=/head/; revision=188962
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=171600
|
|
|
|
|
|
|
| |
Fix plist
Notes:
svn path=/head/; revision=167418
|
|
|
|
| |
Notes:
svn path=/head/; revision=166352
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Notes:
svn path=/head/; revision=156749
|
|
|
|
| |
Notes:
svn path=/head/; revision=155845
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=147643
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=122100
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=102390
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Submitted by: trevor
Tested by: bento
Notes:
svn path=/head/; revision=99914
|
|
|
|
| |
Notes:
svn path=/head/; revision=98909
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Prodded by: kris
Notes:
svn path=/head/; revision=87743
|
|
|
|
| |
Notes:
svn path=/head/; revision=87644
|
|
|
|
| |
Notes:
svn path=/head/; revision=76041
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=69783
|
|
|
|
|
|
|
|
| |
Submitted by: lots and lots
Pointy hat to: ade
Notes:
svn path=/head/; revision=63850
|
|
|
|
|
|
|
|
| |
PR: ports/41185
Submitted by: maintainer
Notes:
svn path=/head/; revision=63767
|
|
|
|
|
|
|
|
| |
PR: ports/40713
Submitted by: maintainer
Notes:
svn path=/head/; revision=63158
|
|
|
|
|
|
|
|
| |
PR: 38842
Submitted by: maintainer
Notes:
svn path=/head/; revision=60506
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: ports/37327
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes:
svn path=/head/; revision=57981
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 35360
Submitted by: maintainer
Notes:
svn path=/head/; revision=55285
|
|
IPv6 addresses
PR: 34441
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes:
svn path=/head/; revision=54046
|