summaryrefslogtreecommitdiff
path: root/net/p5-IP-Country
AgeCommit message (Collapse)AuthorFilesLines
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+2
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-03-16Updating net/p5-IP-Country from 2.25nb3 to 2.27sno2-8/+9
pkgsrc changes: - Adjust dependency path Upstream changes: IP-Country-2.27, 2009.07.25 --------------------------- Added dependency for Geography::Countries (thx Otto Hirr) Database update (thx Aaron K Dancygier for reminder) IP-Country-2.26, 2009.01.01 --------------------------- Database update Thanks to Brad Fetter for the reminder
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
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-07-17Updated to version 2.25.heinz2-6/+8
Pkgsrc changes: - Requires p5-Geography-Countries for ip2cc. Changes since version 2.23: =========================== IP-Country-2.25, 2008.06.25 --------------------------- Database update: Jun 25 03:01 delegated-afrinic-latest Jun 24 22:05 delegated-apnic-latest Jun 25 09:01 delegated-arin-latest Jun 25 04:50 delegated-lacnic-latest Jun 25 04:39 ripe.db.inetnum IP-Country-2.24, 2008.03.04 --------------------------- Database update: Mar 3 23:19 delegated-afrinic-latest Mar 3 18:06 delegated-apnic-latest Mar 4 06:02 delegated-arin-latest Mar 4 00:50 delegated-lacnic-latest Mar 4 01:38 ripe.db.inetnum
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-05-17Updated to version 2.23.heinz2-6/+7
Pkgsrc changes: - The package supports installation to DESTDIR. Changes since version 2.21: =========================== IP-Country-2.23, 2007.02.02 --------------------------- Thanks to mropp for bug report. BUGFIX: http://rt.cpan.org/Public/Bug/Display.html?id=21036 lower case country codes when using IP::Country::Medium Database update: Feb 2 02:43 delegated-afrinic-latest Feb 1 21:17 delegated-apnic-latest Feb 2 09:03 delegated-arin-latest Feb 2 02:50 delegated-lacnic-latest Feb 2 04:06 ripe.db.inetnum IP-Country-2.22, 2006.12.17 --------------------------- Database update: Dec 17 01:11 ripe.db.inetnum.gz Dec 17 02:50 delegated-afrinic-latest Dec 16 21:17 delegated-apnic-latest Dec 17 09:03 delegated-arin-latest Dec 17 02:50 delegated-lacnic-latest
2006-06-11Fixed spelling mistake.heinz1-2/+2
2006-06-11Updated to version 2.21.heinz2-8/+7
Pkgsrc changes: - The module is available in the IP subdirectory on CPAN, so use the shorter URL for MASTER_SITES. Relevant changes since version 2.20: ==================================== - Small bug fixes - Database update: Apr 6 01:20 ripe.db.inetnum.gz Apr 6 00:18 delegated-afrinic-20060406 Apr 5 18:16 delegated-apnic-20060406 Apr 6 05:03 delegated-arin-20060406 Apr 6 03:50 delegated-lacnic-20060405
2006-06-05IP::Country does not use Geography::Countries at all; rather, it onlytv2-4/+11
documents that the user may wish to employ Geography::Countries in his/her own code. Remove extraneous DEPENDS. IP::Country only requires Geo::IP if using the MaxMind database wrapper IP::Country::MaxMind. The default recommended database in IP::Country doc (IP::Country::{Medium,Fast}) is builtin to IP::Country and does not require Geo::IP at all. Remove optional DEPENDS, and add a MESSAGE instead. Bump PKGREVISION for changes.
2005-10-16Initial version of the IP::Country perl module.heinz4-0/+41
Finding the home country of a client using only the IP address can be difficult. Looking up the domain name associated with that address can provide some help, but many IP address are not reverse mapped to any useful domain, and the most common domain (.com) offers no help when looking for country. This perl module comes bundled with a database of countries where various IP addresses have been assigned. Although the country of assignment will probably be the country associated with a large ISP rather than the client herself, this is probably good enough for most log analysis applications, and under test has proved to be as accurate as reverse-DNS and WHOIS lookup.