summaryrefslogtreecommitdiff
path: root/math/pear-Numbers_Roman
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for math categoryagc1-1/+2
Problems found locating distfiles: Package dfftpack: missing distfile dfftpack-20001209.tar.gz Package eispack: missing distfile eispack-20001130.tar.gz Package fftpack: missing distfile fftpack-20001130.tar.gz Package linpack: missing distfile linpack-20010510.tar.gz Package minpack: missing distfile minpack-20001130.tar.gz Package odepack: missing distfile odepack-20001130.tar.gz Package py-networkx: missing distfile networkx-1.10.tar.gz Package py-sympy: missing distfile sympy-0.7.6.1.tar.gz Package quadpack: missing distfile quadpack-20001130.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2012-09-11"user-destdir" is default these daysasau1-3/+1
2010-02-06Updaet pear-Numbers_Roman from 0.2.0 to 1.0.2.taca2-7/+6
1.0.2 QA release: - Fix bug with _L and _C giving wrong values (swapped) - Fix bug: toRoman() used $this although it's static - Add unit tests 1.0.1 - Added support for lowercase input/output - Starting with this release conversion is supported from integers up to 5 999 999 and from the equivalent Roman Numerals - Added an optional HTML tag to disply roman numerals over 4000 in an historically accurate fashion - General fixes and code rewrite maintaining backward compatibility
2009-07-17Give up MAINTAINERadrianp1-2/+2
2008-06-12Add DESTDIR support.joerg1-1/+3
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-05-05PKGREVISION++ for the recent PEAR/PHP changes so that all child packagesadrianp1-1/+2
pick up the new dependencies properly
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2006-06-04Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).joerg1-2/+2
While going through the tree, fix some more packages which had similiar issues with too strict conflicts, bump the revisions of those.
2006-06-02Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,joerg1-2/+3
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or ap2-* respectively. Add new variables to simplify the Makefile handling. Add CONFLICTS on the old names. Reset revisions of bumped packages. ap-php will now depend on the default Apache and PHP version. All programs using it have an implicit option of the Apache version as well. OK from jlam@ and adrianp@.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-01-03Numbers_Roman provides static methods for converting to and from Romanadrianp4-0/+20
numerals. It supports Roman numerals in both uppercase and lowercase styles and conversion for and to numbers up to 5 999 999