Commit graph

28 commits

Author SHA1 Message Date
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
sborrill
13d4a8a831 Fix grammatical errors 2013-03-25 09:40:28 +00:00
asau
e059e7e469 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 17:18:07 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
hiramatsu
18cb83159e Update p5-Geo-IP to 1.40.
Changes from previous:
----------------------
1.40 Aug 23th 2011
        - Add new CAPI method region_name_by_code ( Boris Zentner )
        - Add support for GEOIP_NETSPEED_EDITION_REV1 ( Boris Zentner )
        - Add new CAPI method record_by_ipnum_v6 ( Boris Zentner )
        - Add new CAPI glue methods to use GeoIPCityv6 databases
          record_by_addr_v6 record_by_name_v6 ( Boris Zentner )
1.39 May 7th 2011
        - Upd Docs ( Boris Zentner )
        - Add glue for the CAPI lib_version method ( Boris Zentner )
        - Add CAPI glue for the methods enable_teredo and teredo.
            currently only avail in conjunction with the CAPI ( Boris Zentner )
        - Add example/benchmark.pl and example/country_v6.pl ( Boris Zentner )
        - Add name_by_name and name_by_addr ( Boris Zentner )
        - Add org_by_name_v6 and org_by_addr_v6 only XS ( Boris Zentner )
        - Add name_by_ipnum_v6, name_by_name_v6 and name_by_addr_v6 XS glue ( Boris Zentner )
        - Add sub Geo::IP::CLONE_SKIP {1} in conjunction with .xs Avoid thread
            issues ( Boris Zentner )
        - Export GEOIP_DOMAIN_EDITION by default ( Boris Zentner )
        - Update region codes 20100810 ( Boris Zentner )
        - Fix some PP 3letter country codes ( Boris Zentner )
        - Fix PP continent codes ( Boris Zentner )
        - Add PP continent_code_by_country_code ( Boris Zentner )
        - Add PP Geo::IP->time_zone ( Boris Zentner )
        - Update region codes 20100420 ( Boris Zentner )
        - Link at least to CAPI 1.4.7 ( Boris Zentner )
        - Add example/geolite-mirror-simple.pl to download maxmind databases ( Boris Zentner )
        - Update region codes ( Boris Zentner )
        - Update timezones ( Boris Zentner )
        - Add isp_by_name and isp_by_addr if the CAPI is used ( Boris Zentner )
        - Add isp_by_addr and org_by_addr to the PurePerl API ( Boris Zentner )
        - Add api method, so users know if they use the PurePerl or CAPI glue
          print Geo::IP->api ( Boris Zentner )
        - Silence redefined warning, when perl is started with -w and the
            PurePerl API is used ( Boris Zentner )
        - Export GEOIP_CITYCONFIDENCE_EDITION, GEOIP_LOCATIONA_EDITION,
          GEOIP_ACCURACYRADIUS_EDITION and GEOIP_COUNTRY_EDITION_V6 ( Boris Zentner )
        - Add some more v6 XS glue. IPv6 support require the CAPI to work.
            GeoIP_country_code_by_addr_v6
            GeoIP_country_code_by_name_v6
            GeoIP_country_code3_by_addr_v6
            GeoIP_country_code3_by_name_v6
            ( Boris Zentner )
        ! Change RU's continent code from AS to EU ( Boris Zentner )
        ! Change Turkey's continent code from AS to EU ( Boris Zentner )
        ! org_by_* and friends return UTF8 scalars, if the charset is set to GEOIP_CHARSET_UTF8 ( Boris Zentner )
        - Add PP ASNum support ( Boris Zentner )
        - Add XS glue for time_zone and continent_code_by_country_code ( Boris Zentner )
        - Add glue for database_edition ( Boris Zentner )
        - Workaround centos/mod_perl issue when the PP fallback is used and
          Sys::Mmap is not installed ( Boris Zentner )
        - Update PurePerl region names 20090723 ( Boris Zentner )
        - Add XS glue for GeoIP_country_code_by_ipnum_v6 ( Boris Zentner )
2012-02-17 06:58:54 +00:00
obache
3b0f2f4d0e Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
rhaen
94b9a6796a - updated to 1.38
- added license term
ChangeLog:
1.38 May 16th 2009
        - PurePerl region_by_addr and region_by_name return '00' for unknown regions, like the CAPI does ( Boris Zentner )
        - Update to latest FIPS codes from 20090401 ( Boris Zentner )
        - Fix Pureperl handling of GEOIP_REGION_EDITION_REV0 ( Boris Zentner )
        - Fix segfault when undef is supplied as filename to open ( Boris Zentner )
        - Fix PP GEOIP_ISP_EDITION handling ( Boris Zentner )
        - Add PP support for GEOIP_DOMAIN_EDITION ( Boris Zentner )
        - Handle database types in the same way, as the CAPI does ( Boris Zentner )
        - Remove Australia double timezones entries. ( Boris Zentner )
1.37 March 6th 2009
        - Document region_by_addr and region_by_name ( Boris Zentner )
        - region_by_addr and region_by_name return undef for unknown countries and regions. Instead of "\0" and '000' ( Boris Zentner )
        - Add PP function region_by_addr ( Boris Zentner )
        - Change the default values of Geo::IP::Record fields for metro_code and area_code to 0 instead of '' PurePerl only ( Boris Zentner )
        - Change the default values of Geo::IP::Record fields for region, postal_code and region_name to undef instead of '' ( Boris Zentner )
	- Force the output of Geo::IP::Record::longitude and ::latitude to four decimal places ( Boris Zentner )
	- Fix PurePerl three letter code for Romania ( Boris Zentner )
	- Update PurePerl regionnames 20090201 ( Boris Zentner )
	- Update PurePerl timezones 20090201 ( Boris Zentner )
	- Update timezones for Australia
	! Fix: PurePerl's get_city_record_as_hash, record_by_addr and record_by_name to return undef for private and unknown IP's. Former we returned a Geo::IP::Record object with everything undef. The PurePerl code and the CAPI wrapper are now behave the same. ( Boris Zentner )
	- Update region codes from http://www.maxmind.com/app/fips10_4 Dec 17th, 2008 ( Boris Zentner )
2009-10-15 07:57:08 +00:00
he
6688f41087 Update from version 1.35 to 1.36.
Upstream changes:

1.36 December 20th 2008
	- Add the methodes charset and set_charset to the pureperl fallback ( Boris Zentner )
	- Fix: We require CAPI 1.4.5 not 1.4.4 for range_by_ip ( Boris Zentner )
	- Add isp_by_addr and org_by_addr to the pureperl fallback ( Boris Zentner )
2009-01-11 12:41:03 +00:00
he
0c4c6553e3 Updated from version 1.34nb1 to 1.35.
Upstream changes:

1.35 September 29th 2008
	- Add GEOIP_DOMAIN_EDITION for the PurePerl ( Boris Zentner )
	- Add open_type method to the PurePerl fallback ( Boris Zentner )
	- Add CAPI Version detection, for the case, where a outdated
	  CAPI is installed. ( Boris Zentner )
	- Add metro_code, a replacement for the depreciated dma_code
	  method. ( Boris Zentner )
	- Add range_by_ip, netmask and last_netmask to the PurePerl
	  API ( Boris Zentner )
	- Add range_by_ip to the C API wrapper ( Boris Zentner )
2008-11-18 06:14:58 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
he
5e892b3e1f Update from version 1.33 to 1.34.
Pkgsrc changes:
 o Add a commented-out HOMEPAGE using search.cpan.org

Upstream changes:
1.34 August 4th 2008
	- Add Geo::IP::Record::region_name to the PurePerl API (Boris Zentner)
	- Add missing record_by_name function to the PurePerl API
	  (Boris Zentner)
	- Add missing country/country code 'Other' for the pureperl
	  fallback (Boris Zentner)
	- Fix trash of $_ in Geo::Mirror (Boris Zentner)
	- Geo::Mirror die, if open failed (Boris Zentner)
	- Fix pureperl time_zone for countries with region codes,
	  but only one time_zone (Boris Zentner)
	- Add continent_code to the pureperl and C API (Boris Zentner)
	- minimum perl version is 5.6 now (Boris Zentner)
2008-08-07 09:14:03 +00:00
heinz
8854c06932 Updated to version 1.33.
Pkgsrc changes:
  - none

Changes since version 1.30:
===========================

1.33 May 5th 2008
     	- make cpantesters happy exit 0 early, if libGeoIP is not found.
          ( Boris Zentner )

1.32 May 4th 2008
	- make Geo::IP::Record::time_zone work for the pure perl part of
          Geo::IP ( Boris Zentner )
	- BEGIN{$Geo::IP::GEOIP_PP_ONLY=1} use Geo::IP; disable the C API,
          even if it is installed. ( Boris Zentner )
	! rename $Geo::IP::TESTING_PERL_ONLY to $Geo::IP::GEOIP_PP_ONLY.
          ( Boris Zentner )
	- Fix Geo::IP::Record to use the C API, only, when Geo::IP use it
          ( Boris Zentner )

1.31  March 22nd 2008
	- Added BL/Saint Barthelemy, MF/Saint Martin (ISO-3166-1 additions)
        - Change default database name for NetWare to sys:/etc/GeoIP/GeoIP.dat
	  	 and MSWin32 to c:/GeoIP/GeoIP.dat ( Guenter Knauf )
	- Added support for time_zone lookup in GeoIP City API
2008-07-17 15:17:19 +00:00
heinz
b2f9c7b74a Updated to version 1.30.
Pkgsrc changes:
  - The package supports installation to DESTDIR.
  - A C compiler is necessary.

Changes since version 1.27:
=====================================
1.30  December 16th 2007
	- Add GEOIP_MMAP_CACHE support ( Peter Shipley )
	- Added last_netmask - gets netmask of network block from last lookup
	- Merged in Geo::IP::PurePerl code, PurePerl code is mostly
		API compatible with XS code, except for charset functions
	- Added set_charset - enables UTF8 output of city name

1.28  July 4th 2007
	- Added support for region name lookup in GeoIP City API
	- Fixed database_info method (Ken Neighbors)
2008-02-07 19:41:40 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
tv
011582fd8e Give away to pkgsrc-users. 2007-04-04 15:02:05 +00:00
wiz
11e21f5556 Fix build by pointing to GeoIP location. 2006-07-21 18:19:05 +00:00
tv
ada68c3c97 Update to 1.27, and take over MAINTAINER per old maintainer's request.
From Changes:

1.27  September 8th 2005
        - Fixed Autoloader/open issue (Alexander Vasiljev)
        - Fixed compilation error in Perl 5.005 with semicolon
                in GeoIP_database_info in IP.xs (Stephen Schulte)
        - Added support for open_type (Frank Mather)

1.26  May 19th 2005
        - Fixed segfault issue if non-resolvable domain name is
          passed to region_by_addr or region_by_name
        - Added support for GEOIP_INDEX_CACHE - which just caches
        the most frequently accessed index portion of the database, resulting
        in faster lookups than GEOIP_STANDARD, but less memory usage than
        GEOIP_MEMORY_CACHE
2006-06-05 16:39:38 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
minskim
89e76eb910 Update p5-Geo-IP to 1.25. Patch provided by Paul Shupak in PR pkg/29990.
Changes since 1.23:
  - Fixed memory leak in ISP/Organization database lookups
  - Added database_info method (Frank Mather)
  - Added example/netspeed.pl to MANIFEST
2005-04-17 22:57:00 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
minskim
e1c3a1db6b Update p5-Geo-IP to 1.23.
Changes since 1.21:
        - Updated test case, removed www.bundesregierung.de
        - Geo::Mirror: fallback to using Geo::IP::PurePerl if Geo::IP
          is not available
        - Geo::Mirror: added support for mirror freshness
        - Added support for Netspeed
        - Fixed IP address in examples
2004-11-25 20:15:45 +00:00
seb
31e158e054 Add 'perl5' to CATEGORIES. 2004-11-12 00:24:14 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
minskim
2a81fdb922 Import p5-Geo-IP from pkgsrc-wip. Packaged by xtraeme@ and updated by me.
This module a simple file-based database.  This database simply contains IP
blocks as keys, and countries as values.  The data contains all public IP
addresses and should be more complete and accurate than reverse complete
COMPLETE and accurate than reverse DNS lookups.

This module can be used to automatically select the geographically closest
mirror, or to analyze your web server logs to determine the countries of
your visitors.
2004-07-03 00:59:03 +00:00