aboutsummaryrefslogtreecommitdiff
path: root/net/p5-IP-Country
Commit message (Collapse)AuthorAgeFilesLines
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-1/+1
| | | | | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542 Notes: svn path=/head/; revision=396892
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-7/+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
* Support staging.Emanuel Haupt2014-02-062-9/+7
| | | | Notes: svn path=/head/; revision=343068
* 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
* - convert to the new perl5 frameworkAndrej Zverev2013-09-061-1/+2
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326506
* - Update to 2.28 [1]Frederic Culot2013-05-273-12/+8
| | | | | | | | | | | - Trim Makefile's header Changes: http://search.cpan.org/dist/IP-Country/CHANGES PR: ports/178974 [1] Submitted by: dikshie <dikshie@lapi.itb.ac.id> (maintainer) Notes: svn path=/head/; revision=319222
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-1/+1
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300276
* 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
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 2.27Wen Heping2009-09-303-13/+4
| | | | | | | | | | PR: ports/139229 Submitted by: Masafumi NAKANE <max@FreeBSD.org> Approved by: maintainer, jadawin(co-mentor) Feature safe: yes Notes: svn path=/head/; revision=242257
* - Update to 2.26Martin Wilke2009-02-153-5/+13
| | | | | | | | PR: 131692 Submitted by: dikshie <dikshie@lapi.itb.ac.id> (maintainer) Notes: svn path=/head/; revision=228410
* Update to 2.25Wesley Shields2008-11-162-4/+4
| | | | | | | | | PR: ports/128607 Submitted by: dikshie <dikshie@sfc.wide.ad.jp> Approved by: dikshie@lapi.itb.ac.id (maintainer) Notes: svn path=/head/; revision=222935
* - 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
* - 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
* - installed script (ip2cc) needs p5-Geography-CountriesCheng-Lung Sung2007-04-041-0/+4
| | | | | | | | | | - bump PORTREVISION PR: ports/111183 Submitted by: maintainer (Dikshie) Notes: svn path=/head/; revision=189143
* - Update to 2.23Yen-Ming Lee2007-02-072-16/+5
| | | | | | | | | PR: ports/108820 Submitted by: leeym Approved by: maintainer Notes: svn path=/head/; revision=184459
* - Update to 2.22Rong-En Fan2006-12-242-4/+4
| | | | | | | | | PR: ports/107074 Submitted by: chinsan Approved by: Dikshie <dikshie at lapi.itb.ac.id> (maintainer) Notes: svn path=/head/; revision=180662
* - Update to 2.21Yen-Ming Lee2006-04-223-15/+23
| | | | | | | | | | | | - Unbreak under old perl - Refine pkg-descr PR: 95568 Submitted by: leeym Approved by: maintainer Notes: svn path=/head/; revision=160096
* Update search.cpan.org WWW: entries to have a trailing slash.Bill Fenner2006-02-201-1/+1
| | | | | | | | | | Change some URLs from author dirs to dist dirs. The example in the porter's handbook didn't have the trailing slash; mea culpa for not having caught that when it went in. Notes: svn path=/head/; revision=156536
* 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-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* search.cpan.org redirect reduction canonicalization project, pass 3:Bill Fenner2005-09-221-1/+1
| | | | | | | | | | | Refer to all modules using their /dist/Foo/ path instead of via the mishmash of old author path, new author path, module documentation, etc. These are mostly stragglers that should have been caught in pass 2. This pass brought to you by Bill's 102-degree fever during pass 2. Notes: svn path=/head/; revision=143380
* - Add net/p5-IP-Country - Perl module to lookup country codes from IP addresses.Florent Thoumie2005-06-254-0/+65
PR: ports/78030 Submitted by: Tim Buck <tbuck@rrinc.com> Notes: svn path=/head/; revision=138006