aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Date-Handler
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - Add NO_ARCHDmitry Marakasov2015-05-311-0/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=388088
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-5/+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 STAGEDIR.Vanilla I. Shu2013-11-052-6/+6
| | | | Notes: svn path=/head/; revision=332813
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | math) Notes: svn path=/head/; revision=327746
* - Convert to new Uses/perl5.mk frameworkAndrej Zverev2013-07-311-8/+3
| | | | | | | | | | | - Resolve issues with implicit lang/perl in extract and patch dependencies - Trim Makefile header Reviewed by: bapt@ (exp-run) Approved by: bapt@ (portmrg@) Notes: svn path=/head/; revision=324007
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - 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
* 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=154114
* Take a perl@ hat and add SHA256 checksumsMathieu Arnold2005-11-141-0/+1
| | | | Notes: svn path=/head/; revision=148244
* 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
* Update to 1.2, assign maintainer to perl.Anton Berezin2005-02-022-4/+4
| | | | Notes: svn path=/head/; revision=127911
* With portmgr hat on, reset bouncing maintainer address (already notedMark Linimon2005-01-291-1/+1
| | | | | | | by leeym in devel/p5-Test-Simple) without prejudice. Notes: svn path=/head/; revision=127625
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* PR: 52286Foxfair Hu2003-06-213-14/+17
| | | | | | | | | | Submitted by: Mathieu Arnold <m@absolight.net> Reviewed by: maintainer Update math/p5-Date-Handler to 1.1 and add a small patch so that locales in doc reflects those present in FreeBSD. Notes: svn path=/head/; revision=83388
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76038
* upgrade to 0.19Ying-Chieh Liao2002-04-042-2/+2
| | | | | | | | PR: 36743 Submitted by: maintainer Notes: svn path=/head/; revision=57320
* upgrade to 0.12Ying-Chieh Liao2001-12-192-2/+2
| | | | | | | | PR: 33012 Submitted by: maintainer Notes: svn path=/head/; revision=51851
* Update to 0.11Pete Fritchman2001-11-042-2/+2
| | | | | | | | PR: 31751 Submitted by: maintainer Notes: svn path=/head/; revision=49580
* Update to 0.10.Anton Berezin2001-10-022-2/+2
| | | | | | | | PR: 30866 Submitted by: maintainer Notes: svn path=/head/; revision=48352
* Update to 0.09Pete Fritchman2001-08-302-2/+2
| | | | | | | | PR: 30211 Submitted by: maintainer Notes: svn path=/head/; revision=47128
* add p5-Date-HandlerPete Fritchman2001-08-255-0/+44
Perl module for calculating time differences PR: 30071 Submitted by: Shell Hung <shell@shellhung.org> Notes: svn path=/head/; revision=46901