diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-24 21:24:17 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-24 21:24:17 +0000 |
commit | e1af3c2a4811f5475f5801a1341c191ca087016c (patch) | |
tree | adf42e000bb594a847e0b01437f379e7f7cc42f6 /textproc | |
parent | New port: devel/pear-PEAR_PackageFileManager PEAR class to maintain PEAR pack... (diff) |
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>
Notes
Notes:
svn path=/head/; revision=136065
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/pear-Numbers_Roman/Makefile | 25 | ||||
-rw-r--r-- | textproc/pear-Numbers_Roman/distinfo | 2 | ||||
-rw-r--r-- | textproc/pear-Numbers_Roman/pkg-descr | 5 |
4 files changed, 33 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 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 (<antonio@inf.ufsc.br>) +# +# $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 <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include <bsd.port.post.mk> 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/ |