summaryrefslogtreecommitdiff
path: root/net/p5-URI-Template (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | Approved by: portmgr blanket
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update to 0.22Sunpoet Po-Chuan Hsieh2015-04-043-4/+4
| | | | | | - Sort PLIST Changes: http://search.cpan.org/dist/URI-Template/Changes
* Update to 0.21.Anton Berezin2015-01-092-4/+3
|
* 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
* - Update to 0.18Sunpoet Po-Chuan Hsieh2013-12-062-3/+4
| | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/URI-Template/Changes
* Support STAGEDIR.Vanilla I. Shu2013-11-052-3/+1
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | net)
* - Convert to new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* Update to 0.17.Anton Berezin2013-03-122-8/+4
| | | | Changes: http://search.cpan.org/dist/URI-Template/Changes
* - Update to 0.16Frederic Culot2012-06-022-5/+8
| | | | | | | | - Add LICENSE (Artistic 1 & GPL 1) - Remove SITE_PERL from BUILD_DEPENDS - Expand the value of BUILD_DEPENDS before assigning it to RUN_DEPENDS Changes: http://search.cpan.org/dist/URI-Template/Changes
* - Assign clsung's p5- ports to perl@Steve Wills2012-05-011-1/+1
| | | | Approved by: clsung via IRC
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
|
* - Update to 0.15Cheng-Lung Sung2009-03-042-4/+4
| | | | Changes: http://search.cpan.org/dist/URI-Template/Changes
* - Update to 0.13Cheng-Lung Sung2008-03-012-4/+4
| | | | Changes: http://search.cpan.org/dist/URI-Template/Changes
* - Update to 0.10Cheng-Lung Sung2008-01-302-6/+5
| | | | Changes: http://search.cpan.org/dist/URI-Template/Changes
* - Update to 0.09Cheng-Lung Sung2007-10-243-5/+8
| | | | | PR: ports/117317 Submitted by: leeym
* URI::Template - Object for handling URI templatesCheng-Lung Sung2007-05-294-0/+38
This is an initial attempt to provide a wrapper around URI templates as described at: http://www.ietf.org/internet-drafts/draft-gregorio-uritemplate-00.txt WWW: http://search.cpan.org/dist/URI-Template/