1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

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>
This commit is contained in:
Pav Lucistnik 2005-05-24 21:24:17 +00:00
parent 7ae5836912
commit e1af3c2a48
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136065
4 changed files with 33 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
MD5 (PEAR/Numbers_Roman-0.2.0.tgz) = 9eb038e6cda431b6e3dee8cf774ced96
SIZE (PEAR/Numbers_Roman-0.2.0.tgz) = 3753

View File

@ -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/