mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04: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:
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
|
@ -505,6 +505,7 @@
|
||||||
SUBDIR += par
|
SUBDIR += par
|
||||||
SUBDIR += pardiff
|
SUBDIR += pardiff
|
||||||
SUBDIR += pdftohtml
|
SUBDIR += pdftohtml
|
||||||
|
SUBDIR += pear-Numbers_Roman
|
||||||
SUBDIR += pear-Spreadsheet_Excel_Writer
|
SUBDIR += pear-Spreadsheet_Excel_Writer
|
||||||
SUBDIR += pear-XML_Beautifier
|
SUBDIR += pear-XML_Beautifier
|
||||||
SUBDIR += pear-XML_HTMLSax
|
SUBDIR += pear-XML_HTMLSax
|
||||||
|
|
25
textproc/pear-Numbers_Roman/Makefile
Normal file
25
textproc/pear-Numbers_Roman/Makefile
Normal 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>
|
2
textproc/pear-Numbers_Roman/distinfo
Normal file
2
textproc/pear-Numbers_Roman/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
MD5 (PEAR/Numbers_Roman-0.2.0.tgz) = 9eb038e6cda431b6e3dee8cf774ced96
|
||||||
|
SIZE (PEAR/Numbers_Roman-0.2.0.tgz) = 3753
|
5
textproc/pear-Numbers_Roman/pkg-descr
Normal file
5
textproc/pear-Numbers_Roman/pkg-descr
Normal 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/
|
Loading…
Add table
Reference in a new issue