mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
Add p5-Number-Format 1.42, perl extension for formatting numbers.
PR: 31760 Submitted by: Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
parent
e289438db3
commit
b324f489eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49599
@ -104,6 +104,7 @@
|
||||
SUBDIR += p5-HTML-Format
|
||||
SUBDIR += p5-LJ-SpellCheck
|
||||
SUBDIR += p5-Lingua-Ispell
|
||||
SUBDIR += p5-Number-Format
|
||||
SUBDIR += p5-PDF-Create
|
||||
SUBDIR += p5-Parse-Syslog
|
||||
SUBDIR += p5-Sort-ArbBiLex
|
||||
|
22
textproc/p5-Number-Format/Makefile
Normal file
22
textproc/p5-Number-Format/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: Number::Format
|
||||
# Date created: 27 Oct 2001
|
||||
# Whom: Seamus Venasse <svenasse@polaris.ca>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Number-Format
|
||||
PORTVERSION= 1.42
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Number
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= svenasse@polaris.ca
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Number::Format.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
1
textproc/p5-Number-Format/distinfo
Normal file
1
textproc/p5-Number-Format/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Number-Format-1.42.tar.gz) = 6c7e7f53d4fedaeef979340f35e9c59b
|
1
textproc/p5-Number-Format/pkg-comment
Normal file
1
textproc/p5-Number-Format/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl extension for formatting numbers
|
12
textproc/p5-Number-Format/pkg-descr
Normal file
12
textproc/p5-Number-Format/pkg-descr
Normal file
@ -0,0 +1,12 @@
|
||||
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: http://www.bayview.com/~wrw/
|
||||
|
||||
Seamus Venasse <svenasse@polaris.ca>
|
5
textproc/p5-Number-Format/pkg-plist
Normal file
5
textproc/p5-Number-Format/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Number/Format/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Number/Format.pm
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Number/Format
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Number 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Number 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user