aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-BaseCalc
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - Support STAGEPhilippe Audeoud2013-12-272-3/+1
| | | | Notes: svn path=/head/; revision=337727
* 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 the new perl5 frameworkAndrej Zverev2013-09-121-1/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327032
* - Update to 1.017Philippe Audeoud2013-06-102-8/+4
| | | | | | | - Changelog: http://cpansearch.perl.org/src/KWILLIAMS/Math-BaseCalc-1.017/Changes Notes: svn path=/head/; revision=320477
* - Update to 1.16Philippe Audeoud2011-05-162-3/+3
| | | | | | | - Changelog: http://cpansearch.perl.org/src/KWILLIAMS/Math-BaseCalc-1.016/Changes Notes: svn path=/head/; revision=274171
* - Update to 1.015Philippe Audeoud2011-05-132-3/+3
| | | | | | | - Changelog: http://cpansearch.perl.org/src/KWILLIAMS/Math-BaseCalc-1.015/Changes Notes: svn path=/head/; revision=274038
* - Update to 1.014Philippe Audeoud2011-03-142-4/+3
| | | | | | | - Changelog: http://cpansearch.perl.org/src/KWILLIAMS/Math-BaseCalc-1.014/Changes Notes: svn path=/head/; revision=270859
* - Update to 1.013Philippe Audeoud2009-01-192-5/+5
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=226435
* - Update to 1.012Martin Wilke2008-06-282-5/+5
| | | | | | | - Pass maintainership to perl Notes: svn path=/head/; revision=215902
* - 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-3/+3
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154114
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149432
* 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
* Reset maintainership of Seamus Venasse who has not responded for some time.Erwin Lansing2005-09-201-1/+1
| | | | | | | | | | Thank you for your efforts in the past! Noticed by: tobez Approved by: portmgr (self) Notes: svn path=/head/; revision=143208
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* utilize SITE_PERLYing-Chieh Liao2003-10-242-6/+5
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76038
* add p5-Math-BaseCalc 1.011Ying-Chieh Liao2002-06-265-0/+36
Convert numbers between various bases PR: 34279 Submitted by: Seamus Venasse <svenasse@polaris.ca> Notes: svn path=/head/; revision=61985