aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Geo-Gpx
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* 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
* Remove Perl core modulesSunpoet Po-Chuan Hsieh2017-06-211-6/+6
| | | | | | | | | - Sort *_DEPENDS - Add NO_ARCH - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=444064
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Add LICENSESunpoet Po-Chuan Hsieh2015-01-011-2/+4
| | | | | | | | - Update *_DEPENDS: version is already in all supported Perl releases - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=375993
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-2/+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
* Cleanup plistBaptiste Daroussin2014-10-201-4/+0
| | | | Notes: svn path=/head/; revision=371283
* - Pass maintainership to perl@Wen Heping2014-05-221-1/+1
| | | | Notes: svn path=/head/; revision=354861
* - add stage supportAndrej Zverev2014-01-302-3/+1
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=341813
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - convert to the new perl5 frameworkAndrej Zverev2013-09-111-6/+3
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326958
* - add missing dependencyWen Heping2012-01-111-3/+4
| | | | | | | | PR: ports/163991 Submitted by: swills@ Notes: svn path=/head/; revision=288929
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* - %%SITE_PERL%%/auto and %%SITE_PERL%%/%%PERL_ARCH%%/autoPhilip M. Gollucci2010-09-242-2/+1
| | | | | | | | | | are part of lang/perl5* pkg-plist - Bump PORTREVISIONs With Hat: perl@ Notes: svn path=/head/; revision=261734
* - Added dependency that was missing.Sylvio Cesar Teixeira2010-04-121-6/+7
| | | | | | | | | | | - BUMP PORTREVISION PR: ports/145603 Submitted by: Mike Bristow <mike@urgle.com> Approved by: wen@ (maintainer), itetcu (mentor, implicit) Notes: svn path=/head/; revision=252603
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-281-3/+2
| | | | | | | | | (part 12). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248740
* Utilize %%SITE_PERL%% and %%PERL_ARCH%% in pkg-plistsPhilip M. Gollucci2009-07-301-4/+4
| | | | | | | | | PR: ports/136771 Exp Run by: pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=238688
* - Update to 0.26Martin Wilke2009-05-302-4/+4
| | | | | | | | PR: 135068 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=234855
* - Update to 0.25Martin Wilke2009-05-102-4/+4
| | | | | | | Approved by: maintainer implicit Notes: svn path=/head/; revision=233642
* - Update to 0.24Martin Wilke2009-03-232-4/+4
| | | | | | | | PR: 132975 Submitted by: Wen Heping <wenheping@gmail.com> (Maintainer) Notes: svn path=/head/; revision=230806
* p5-Geo-Gpx is a perl module to Create and parse GPX files.Martin Wilke2009-03-124-0/+43
WWW: http://search.cpan.org/dist/Geo-Gpx/ PR: ports/132487 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=229948