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 diff --git a/textproc/pear-Numbers_Roman/Makefile b/textproc/pear-Numbers_Roman/Makefile new file mode 100644 index 000000000000..3067889bbcfd --- /dev/null +++ b/textproc/pear-Numbers_Roman/Makefile @@ -0,0 +1,25 @@ +# Ports collection makefile for: pear-Numbers_Roman +# Date created: 24 May 2005 +# Whom: Antonio Carlos Venancio Junior () +# +# $FreeBSD$ +# + +PORTNAME= Numbers_Roman +PORTVERSION= 0.2.0 +CATEGORIES= textproc devel pear + +MAINTAINER= antonio@php.net +COMMENT= PEAR methods for converting to and from Roman Numerals + +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR +RUN_DEPENDS= ${BUILD_DEPENDS} + +CATEGORY= Numbers +FILES= Roman.php +EXAMPLES= example.php +_EXAMPLESDIR= docs + +.include +.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include diff --git a/textproc/pear-Numbers_Roman/distinfo b/textproc/pear-Numbers_Roman/distinfo new file mode 100644 index 000000000000..42514b15043d --- /dev/null +++ b/textproc/pear-Numbers_Roman/distinfo @@ -0,0 +1,2 @@ +MD5 (PEAR/Numbers_Roman-0.2.0.tgz) = 9eb038e6cda431b6e3dee8cf774ced96 +SIZE (PEAR/Numbers_Roman-0.2.0.tgz) = 3753 diff --git a/textproc/pear-Numbers_Roman/pkg-descr b/textproc/pear-Numbers_Roman/pkg-descr new file mode 100644 index 000000000000..3be15d5fb586 --- /dev/null +++ b/textproc/pear-Numbers_Roman/pkg-descr @@ -0,0 +1,5 @@ +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. + +WWW: http://pear.php.net/package/Numbers_Roman/