aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Geo-IPfree
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 1.151940Sunpoet Po-Chuan Hsieh2018-09-122-4/+6
| | | | | | | | | - Add NO_ARCH Changes: https://metacpan.org/changes/distribution/Geo-IPfree Notes: svn path=/head/; revision=479648
* Reassign all of tobez@'s p5 ports to perl@.Dag-Erling Smørgrav2018-09-101-1/+1
| | | | | | | Approved by: tobez Notes: svn path=/head/; revision=479390
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* - stage supportAndrej Zverev2014-01-053-5/+2
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=338810
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Update to 1.131650.Anton Berezin2013-09-082-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Geo-IPfree/Changes Notes: svn path=/head/; revision=326758
* - Convert to new perl frameworkAndrej Zverev2013-08-051-1/+2
| | | | | | | | | - Trim Makefile header Approved by: tobez@ (maintainer) Notes: svn path=/head/; revision=324276
* - Cleanup outdated checks. (PERL_LEVEL < 5.12)Andrej Zverev2013-06-181-8/+1
| | | | | | | | | - Assign some p5- ports under perl@ maintainership. Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=321187
* Update to 1.130450.Anton Berezin2013-02-152-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Geo-IPfree/Changes Notes: svn path=/head/; revision=312281
* Update to 1.130110.Anton Berezin2013-01-282-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Geo-IPfree/Changes Notes: svn path=/head/; revision=311112
* Update to 1.122880.Anton Berezin2012-11-132-8/+3
| | | | | | | | | Changes: http://cpansearch.perl.org/src/BRICAS/Geo-IPfree-1.122880/Changes Feature safe: yes Notes: svn path=/head/; revision=307367
* - Update to 1.121660Sunpoet Po-Chuan Hsieh2012-07-102-5/+8
| | | | | | | | | | | | | - Add LICENSE - Pet portlint Changes: http://search.cpan.org/dist/Geo-IPfree/Changes PR: ports/169088 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 25 days) Notes: svn path=/head/; revision=300732
* Update to 1.120460.Anton Berezin2012-05-242-3/+3
| | | | | | | | | PR: 168003 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Changes: http://search.cpan.org/dist/Geo-IPfree/Changes Notes: svn path=/head/; revision=297331
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-1/+8
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-8/+1
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* Update to 1.112870.Anton Berezin2011-11-292-3/+3
| | | | | | | | Changes: http://search.cpan.org/dist/Geo-IPfree/Changes Feature safe: yes Notes: svn path=/head/; revision=286617
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-3/+0
| | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=284239
* Update to 1.112490.Anton Berezin2011-09-072-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Geo-IPfree/Changes Notes: svn path=/head/; revision=281369
* Update to 1.111650.Anton Berezin2011-06-202-3/+3
| | | | | | | | | Changes: http://search.cpan.org/dist/Geo-IPfree/Changes Submitted by: Jin-Sih Lin <linpct@gmail.com> PR: 157976 Notes: svn path=/head/; revision=275894
* - Fix PERL_LEVEL in previous commitSunpoet Po-Chuan Hsieh2010-12-131-1/+1
| | | | Notes: svn path=/head/; revision=266183
* - Update to 1.102870Sunpoet Po-Chuan Hsieh2010-12-132-9/+12
| | | | | | | | | | | | - Remove dependency for Perl 5.12 Changes: http://search.cpan.org/dist/Geo-IPfree/Changes PR: ports/152395 Submitted by: sunpoet (myself) Approved by: tobez (maintainer timeout, 24 days) Notes: svn path=/head/; revision=266166
* Update to 1.100470.Anton Berezin2010-02-162-6/+5
| | | | | | | | Changes: http://search.cpan.org/dist/Geo-IPfree/Changes Feature safe: yes Notes: svn path=/head/; revision=249946
* Update to 0.8.Anton Berezin2009-10-072-5/+5
| | | | | | | Changes: http://search.cpan.org/dist/Geo-IPfree/Changes Notes: svn path=/head/; revision=242556
* Update to 0.7.Anton Berezin2009-09-142-4/+5
| | | | | | | Changes: http://search.cpan.org/dist/Geo-IPfree/Changes Notes: svn path=/head/; revision=241394
* Update to 0.6.Anton Berezin2009-05-142-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Geo-IPfree/Changes Notes: svn path=/head/; revision=233883
* Update to 0.5.Anton Berezin2009-04-272-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Geo-IPfree/Changes Notes: svn path=/head/; revision=232858
* Update to 0.4.Anton Berezin2009-01-092-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Geo-IPfree/Changes Notes: svn path=/head/; revision=225560
* Update to 0.3.Anton Berezin2008-11-263-6/+4
| | | | | | | Changes: http://search.cpan.org/dist/Geo-IPfree/Changes Notes: svn path=/head/; revision=223402
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-7/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - Add even more ports to the new "geography" categoryFrank J. Laszlo2007-07-221-1/+1
| | | | | | | Approved by: Pav (wearing portmgr hat) Notes: svn path=/head/; revision=196071
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* search.cpan.org redirect reduction canonicalization project, pass 1:Bill Fenner2005-09-211-1/+1
| | | | | | | | | | | URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search Notes: svn path=/head/; revision=143304
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Add net/p5-Geo-IPfree, a perl module to lookup country from an IPAnton Berezin2003-04-024-0/+48
address. This module makes such lookups off-line and the database of IPs is free. Notes: svn path=/head/; revision=78006