diff options
author | pav <pav@FreeBSD.org> | 2005-05-25 05:24:17 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-05-25 05:24:17 +0800 |
commit | dc9b31c51e0041577026affbed2ce74c4b8bcec3 (patch) | |
tree | eb9bf3229bbc07d7a72673047593a9c7fa19d058 /textproc/Makefile | |
parent | 73fd6dac193ec57ab4d3aa5ce07994a64deb0441 (diff) | |
download | freebsd-ports-gnome-dc9b31c51e0041577026affbed2ce74c4b8bcec3.tar.gz freebsd-ports-gnome-dc9b31c51e0041577026affbed2ce74c4b8bcec3.tar.zst freebsd-ports-gnome-dc9b31c51e0041577026affbed2ce74c4b8bcec3.zip |
New port: textproc/pear-Numbers_Roman PEAR methods for converting to and from Roman Numerals
PEAR::Numbers_Roman provides static methods for converting to and from Roman
numerals. It supports Roman numerals in both uppercase and lowercase
styles and conversion for and to numbers up to 5 999 999.
PR: ports/81447
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index a58774a55745..4aa849c3a1a8 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -505,6 +505,7 @@ SUBDIR += par SUBDIR += pardiff SUBDIR += pdftohtml + SUBDIR += pear-Numbers_Roman SUBDIR += pear-Spreadsheet_Excel_Writer SUBDIR += pear-XML_Beautifier SUBDIR += pear-XML_HTMLSax |