Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
mspo e4dff036e2 Update from 1.4.6 to 1.4.7
Remove patch-ad since upstream is not accepting it (originated in 2008)
and it no longer applies.

This revision also adds a lot of experimental ipv6 support.

Full release notes:

        * Upd timezone.c Add SX, BQ and CW remove AN and FX ( Boris Zentner )
        * Add support for the new types in geoiplookup6 ( Boris Zentner )
        * Add new database types GEOIP_CITY_EDITION_REV0_V6,
          GEOIP_CITY_EDITION_REV1_V6, GEOIP_DOMAIN_EDITION_V6,
          GEOIP_ORG_EDITION_V6 and GEOIP_ISP_EDITION_V6 ( Boris Zentner )
        * Remove AN and FX. Add SX, BQ and CW ( Boris Zentner )
        * Fix possible segfault in geoipupdate if the connection disappear
          unexpected. ( Boris Zentner )
        * Add sanity check for geoipupdate-pureperl.pl ( Boris Zentner )
        * Add GEOIP_USERTYPE_EDITION and GEOIP_USERTYPE_EDITION_V6
          datatypes ( Boris Zentner )
        * Add new functions GeoIP_is_private_ipnum_v4 and GeoIP_is_private_v4
          ( Boris Zentner )
        * Add new functions GeoIP_teredo and GeoIP_enable_teredo.
          teredo is enabled by default ( Boris Zentner )
        * Fix output of geoiplookup for unknown or private regions.
            ( Boris Zentner )
        * Fix geoipupdate-pureperl.pl to accept more product codes.
            ( Boris Zentner )
        * Fix minor output issue in geoipupdate -v ( Boris Zentner )
        * Add support for various databases. ( Boris Zentner )
        * Add experimental teredo support ( Boris Zentner )
        * Fix possible buffer overflow in conjunction with
            http_proxies ( Elso Andras )
        * Remove memcpy/bcopy macro for BSD ( Boris Zentner )
        * Add GeoIP_lib_version and GeoIP_cleanup ( Ladar Levison )
        * Upd Makefile.vc ( Thomas Winzig )
        * Fix typo in DK,18,Midtjylland ( Boris Zentner )
        * Update libGeoIP/regionName.c with FIPS codes 20100810 ( Boris Zentner )
        * Fix continent codes ( Boris Zentner )
        * Fix 3letter country codes for ATA, BVT, IOT, CXR, CCK, ATF, HMD,
            MYT, SGS and UMI ( Boris Zentner )
        * Fix typo/segfault in GeoIP_id_by_name_v6 ( Boris Zentner )
        * Update libGeoIP/regionName.c with FIPS codes 20100529 ( Boris Zentner )
        * Remove buffered IO functions, to fix issues with dup'ed file
            descriptors ( Boris Zentner )
        * Fix very minor memleak in geoipupdate ( Boris Zentner )
        * Add GEOIP_CITYCONFIDENCEDIST_EDITION, GEOIP_LARGE_COUNTRY_EDITION
            and GEOIP_LARGE_COUNTRY_EDITION_V6 database types ( Boris Zentner )
        * Update libGeoIP/regionName.c with FIPS codes 20100422 ( Boris Zentner )
        * Update libGeoIP/regionName.c with FIPS codes 20100420 ( Boris Zentner )
        * Update libGeoIP/regionName.c with FIPS codes 20100221 ( Boris Zentner )
        * Add missing timezones ( Boris Zentner )
        * Add missing include for Windows 2000 ( Jaap Keute )
        * 'GeoIP Database up to date' and 'Updated database' prints to stdout
            instead of stderr ( Boris Zentner )
        * Add missing GeoIPRecord_delete to geoiplookup.c ( Piotr Kaczuba )
        * Add some IPv4 helper functions
            unsigned long GeoIP_addr_to_num(const char *addr);
            char *        GeoIP_num_to_addr(unsigned long ipnum); ( Boris Zentner )
        * Fix default name for the accuracy radius database to GeoIPDistance.dat ( Boris Zentner )
        * Add GEOIP_CITYCONFIDENCE_EDITION database type. ( Boris Zentner )
        * geoiplookup use GeoIPDistance.dat files if avail ( Boris Zentner )
        * Fix geoiplookup/geoiplookup6 output, when the databaseinfo string is
            not avail. ( Boris Zentner )
        * Change continent code for RU from AS to EU ( Boris Zentner )
        * Add GEOIP_ACCURACYRADIUS_EDITION database type. ( Boris Zentner )
        * Add GEOIP_LOCATIONA_EDITION the database to map back from binary to
            the csv database ( Boris Zentner )
        * Change Turkey's continent code from Asia to Europe ( Boris Zentner )
        * Rename _iso_8859_1__utf8 to _GeoIP_iso_8859_1__utf8 ( Boris Zentner )
        * GEOIP_ORG_EDITION, GEOIP_ISP_EDITION, GEOIP_DOMAIN_EDITION and
            GEOIP_ASNUM_EDITION databases return UTF8 results, if gi->charset is set
            to GEOIP_CHARSET_UTF8 ( Boris Zentner )
        * Avoid unnecesary call to gettimeofday when GEOIP_CHECK_CACHE is not set ( John Douglass )
        * Delayed loading of changed database files for 60 seconds. To avoid
          reading halve written databases ( Boris Zentner )
        * Update README.OSX for Leopard  and Snow Leopard ( Boris Zentner )
        * Add more IPv6 functions ( Boris Zentner )
            const char *GeoIP_country_code_by_addr_v6 (GeoIP* gi, const char *addr);
            const char *GeoIP_country_code_by_name_v6 (GeoIP* gi, const char *host);
            const char *GeoIP_country_code3_by_addr_v6 (GeoIP* gi, const char *addr);
            const char *GeoIP_country_code3_by_name_v6 (GeoIP* gi, const char *host);
            const char *GeoIP_country_name_by_addr_v6 (GeoIP* gi, const char *addr);
            const char *GeoIP_country_name_by_name_v6 (GeoIP* gi, const char *host);
        * Make sure that GeoIP_*_v6 functions refuse GEOIP_PROXY_EDITION and
            GEOIP_NETSPEED_EDITION databases ( Boris Zentner )
        * Update libGeoIP/regionName.c with FIPS codes from 20090723 ( Boris Zentner )
        * Fix geoipupdate's -v option to not change the license filename ( Thom May )
        * Fix geoipupdate's exit code ( Thom May )
        * Add support for ASNUM_EDITION ( Boris Zentner )
        * Fix -i output for larger values, sign issue ( Boris Zentner )
        * Add -i flag for more information on netmask, range_by_ip and the current network range ( Boris Zentner )
        * Add support for DOMAIN_EDITION database type ( Boris Zentner )
        * Fix apps/geoipupdate-pureperl.pl output layer on W32 ( Boris Zentner )
2011-05-31 14:40:25 +00:00
archivers DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
audio accept python26 and 27, because just not accept 24. 2011-05-29 00:38:59 +00:00
benchmarks Add trivial patch to makefile, now passes MAKE_JOBS=4. 2011-05-28 23:02:33 +00:00
biology recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
bootstrap Disable USE_DESTDIR for bootstrap. 2011-04-15 09:02:00 +00:00
cad Update to gwave-20090213 2011-05-19 03:28:34 +00:00
chat * convert almost python related dependency from buildlink to simple DEPENDS. 2011-05-14 14:28:07 +00:00
comms * Change MASTER_SITES subdir to simple usual one. 2011-05-19 05:19:32 +00:00
converters add missing dependency on p5-gdbm 2011-05-26 10:12:23 +00:00
cross * set LICENSE (gnu-gpl-v2 AND gnu-lgpl-v2). 2011-04-16 07:47:00 +00:00
databases upgrade to 7486. Adds two new tools: mk-table-usage and mk-tcp-model 2011-05-28 12:28:46 +00:00
devel Update to 2.31. Adjust HOMEPAGE/etc. Add TEST_TARGET. 2011-05-31 11:53:52 +00:00
distfiles
doc Updated sysutils/bup to 0.24bnb1 2011-05-31 12:01:28 +00:00
editors Update emacs-snapshot to 24.0.50.20110526. 2011-05-27 21:41:14 +00:00
emulators Bump PKGREVISION for symlink fix. 2011-05-28 13:54:33 +00:00
filesystems Update glusterfs to 3.2. According to http://www.gluster.org, news are: 2011-05-19 14:54:22 +00:00
finance Update to 1.0.5. Notable changes: 2011-05-16 21:29:04 +00:00
fonts Replace NO_SRC_ON* with NO_BIN_ON*. 2011-05-28 12:05:22 +00:00
games SETGIDGAME -> USE_GAMESGROUP 2011-05-28 23:23:49 +00:00
geography Update to 1.1. Notable changes: 2011-05-03 00:41:30 +00:00
graphics Update graphics/libraw to 0.13.5 2011-05-29 17:55:58 +00:00
ham recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
inputmethod require libgcroots>=0.2.3 for internal sigscheme. 2011-05-31 03:09:20 +00:00
lang Fix typos regarding activeresource. 2011-05-30 13:08:15 +00:00
licenses Add a licence for Intel(R) C++ Compiler for Linux version 11.1. 2011-05-11 07:10:58 +00:00
mail Update to 4.20.3. From the changelog: 2011-05-30 22:14:09 +00:00
math DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
mbone Remove patch hunks that disable --recheck in GNU configure scripts. 2011-01-25 22:22:13 +00:00
meta-pkgs + modular-xorg. 2011-05-26 23:27:44 +00:00
misc +send-pr, oked by wiz@ 2011-05-29 13:53:00 +00:00
mk Remove reference to REPLACE_PYTHON -- this file doesn't support it 2011-05-20 15:02:27 +00:00
multimedia reset PKGREV for base pkg update 2011-05-18 09:48:59 +00:00
net Update from 1.4.6 to 1.4.7 2011-05-31 14:40:25 +00:00
news DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
packages
parallel +parallel, oked by sponsors 2011-05-23 21:40:03 +00:00
pkgtools Add LICENSE 2011-05-30 07:28:21 +00:00
print Add user-destdir installation support. 2011-05-28 11:32:03 +00:00
regress Reset maintainer, developer lost his commit bit. 2010-03-21 16:29:38 +00:00
security DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
shells Update HOMEPAGE url. 2011-05-31 11:08:09 +00:00
sysutils Install README and design document. Bump PKGREVISION. 2011-05-31 12:01:18 +00:00
templates
textproc Update groonga to 1.2.2. 2011-05-30 12:01:40 +00:00
time DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
wm * set LICENSE=mit 2011-05-25 13:17:36 +00:00
www Fix typos regarding activeresource. 2011-05-30 13:08:15 +00:00
x11 update to 3.0.10 2011-05-25 09:39:57 +00:00
Makefile
pkglocate Fix PR 39648: 2010-11-11 19:56:34 +00:00
README

$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see doc/pkgsrc.txt for information.