Add p5-Number-Format
-- Perl module that contains a library for formating numbers. From: Jim Geovedi <jim@corebsd.or.id> brad@ ok
This commit is contained in:
parent
043128c419
commit
064ee29baf
24
textproc/p5-Number-Format/Makefile
Normal file
24
textproc/p5-Number-Format/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2002/12/01 21:05:59 margarida Exp $
|
||||
|
||||
COMMENT= "Perl extension for formatting numbers"
|
||||
|
||||
VERSION= 1.45
|
||||
DISTNAME= Number-Format-${VERSION}
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= textproc perl5
|
||||
|
||||
HOMEPAGE= http://www.bayview.com/software/perl.shtml
|
||||
|
||||
MAINTAINER= Jim Geovedi <jim@corebsd.or.id>
|
||||
|
||||
# GPL/Artistic License
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Number/}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/p5-Number-Format/distinfo
Normal file
3
textproc/p5-Number-Format/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Number-Format-1.45.tar.gz) = 6b349dd339aac5e3acf233a02262a734
|
||||
RMD160 (Number-Format-1.45.tar.gz) = 6d5caaddc72182cf249a193e8a2d3ee5ac6f3e73
|
||||
SHA1 (Number-Format-1.45.tar.gz) = c3a9c7ff6ab165a9c6e3ad9e4aeec1b2ac393026
|
10
textproc/p5-Number-Format/pkg/DESCR
Normal file
10
textproc/p5-Number-Format/pkg/DESCR
Normal file
@ -0,0 +1,10 @@
|
||||
Number::Format is a library for formatting numbers. Functions are
|
||||
provided for converting numbers to strings in a variety of ways,
|
||||
and to convert strings that contain numbers back into numeric form.
|
||||
The output formats may include thousands separators - characters
|
||||
inserted between each group of three characters counting right to
|
||||
left from the decimal point. The characters used for the decimal
|
||||
point and the thousands separator come from the locale information
|
||||
or can be specified by the user.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
3
textproc/p5-Number-Format/pkg/PLIST
Normal file
3
textproc/p5-Number-Format/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/12/01 21:05:59 margarida Exp $
|
||||
${P5SITE}/Number/Format.pm
|
||||
man/man3p/Number::Format.3p
|
Loading…
Reference in New Issue
Block a user