aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-BaseCnv
Commit message (Collapse)AuthorAgeFilesLines
* - add stage supportAndrej Zverev2014-01-302-3/+1
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=341829
* 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-6/+3
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327033
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* BaseCnv provides a few simple functions for converting betweenMartin Wilke2009-06-054-0/+43
arbitrary number bases. It is as fast as I currently know how to make it (of course relying only on the lovely Perl). If you would rather utilize an object syntax for number-base conversion, please see Ken Williams's <Ken@Forum.Swarthmore.Edu> fine Math::BaseCalc module. WWW: http://search.cpan.org/dist/Math-BaseCnv/ PR: ports/135216 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=235243