aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-Round
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-10-031-0/+1
| | | | Notes: svn path=/head/; revision=398531
* - Update to 0.07Sunpoet Po-Chuan Hsieh2015-01-032-4/+3
| | | | | | | Changes: http://search.cpan.org/dist/Math-Round/Changes Notes: svn path=/head/; revision=376132
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-6/+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
* - Add LICENSESunpoet Po-Chuan Hsieh2014-05-043-10/+13
| | | | | | | | | - Sort PLIST - Update pkg-descr - Take maintainership Notes: svn path=/head/; revision=352949
* Return some ports I maintain to the pool.Eitan Adler2014-02-021-1/+1
| | | | Notes: svn path=/head/; revision=342249
* Do not try to remove empty directories created by lang/perl5.xAntoine Brodin2013-12-071-2/+0
| | | | | | | Approved by: eadler (maintainer) Notes: svn path=/head/; revision=335814
* Three more directories that are created by perl.Mathieu Arnold2013-10-191-3/+0
| | | | | | | With Hat: perl@ Notes: svn path=/head/; revision=330862
* Fix plistMathieu Arnold2013-10-191-6/+2
| | | | | | | | | | | s/mach/%%PERL_ARCH%%/ and the man are created and removed by perl-* With Hat: perl@ Notes: svn path=/head/; revision=330861
* Convert to staging.Eitan Adler2013-10-082-5/+10
| | | | Notes: svn path=/head/; revision=329816
* 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 perl frameworkAndrej Zverev2013-08-041-1/+2
| | | | | | | Approved by: eadler@ (maintainer) Notes: svn path=/head/; revision=324222
* Remove now excess verbiage.Eitan Adler2013-07-161-2/+0
| | | | | | | Reviewed by: bapt Notes: svn path=/head/; revision=323129
* Clean up my ports (and a couple of ports@ owned ones):Eitan Adler2013-03-081-0/+2
| | | | | | | | | | | | | - Fix COMMENT - Add MAKE_JOBS_SAFE where appropriate - Change ordering of LICENSE lines - Fix new header format - Etc. Reviewed by: drogoh (on irc) Notes: svn path=/head/; revision=313672
* Trim the headers in the ports I maintain.Eitan Adler2012-10-061-5/+1
| | | | Notes: svn path=/head/; revision=305369
* takeEitan Adler2012-05-031-1/+1
| | | | Notes: svn path=/head/; revision=295908
* - Remove trailing blank lineSunpoet Po-Chuan Hsieh2012-01-281-1/+0
| | | | Notes: svn path=/head/; revision=289903
* - 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
* - update to 0.06Yen-Ming Lee2006-12-022-4/+4
| | | | Notes: svn path=/head/; revision=178596
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-4/+4
| | | | | | | | 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
* Add missing dirrm'sErwin Lansing2004-04-141-0/+2
| | | | | | | Submitted by: dosirak Notes: svn path=/head/; revision=107062
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* Import p5-Math-Round. Math::Round is a Perl module. It supplies functions toFoxfair Hu2003-09-064-0/+37
round numbers, both positive and negative, in various ways. This may seem like an odd thing to write a whole module for, but rounding can sometimes be a little tricky, so I thought some people might find this useful. Notes: svn path=/head/; revision=88615