aboutsummaryrefslogtreecommitdiff
path: root/textproc/pear-Numbers_Words
Commit message (Collapse)AuthorAgeFilesLines
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - Update to 0.16.2Wen Heping2011-09-082-13/+17
| | | | | | | | PR: ports/160212 Submitted by: Piotr Rybicki <meritus@innervision.pl> (maintainer) Notes: svn path=/head/; revision=281427
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* - Fix install categoryMartin Wilke2010-11-041-0/+2
| | | | | | | | | PR: 151765 Submitted by: Chris St Denis <chris@smartt.com> Approved by: maintainer Notes: svn path=/head/; revision=264019
* - Update to 0.16.0Martin Wilke2009-03-152-6/+11
| | | | | | | | PR: 132643 Submitted by: Piotr Rybicki <meritus@innervision.pl> (maintainer) Notes: svn path=/head/; revision=230159
* - Update to 0.15.0Cheng-Lung Sung2006-09-192-11/+14
| | | | | | | | | PR: ports/101199 Submitted by: chinsan <chinsan dot tw_AT_gmail dot com> Approved by: maintainer (timeout) Notes: svn path=/head/; revision=173379
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Remove pear ports obsolated by devel/pear and switchAlex Dupre2005-12-091-2/+2
| | | | | | | | | dependencies of all the other pear ports. Discussed with: thierry, antonio@php.net Notes: svn path=/head/; revision=150745
* With Numbers_Words class you can convert numbers written in arabic digits toPav Lucistnik2005-10-073-0/+48
words in several languages. You can convert an integer between -infinity and infinity. If your system does not support such long numbers you can call Numbers_Words::toWords() with just a string. PR: ports/86893 Submitted by: Piotr Rybicki <meritus@innervision.pl> Notes: svn path=/head/; revision=144526