mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Do math with correct handling of significant figures
WWW: http://search.cpan.org/dist/Math-SigFigs/ PR: ports/145138 Submitted by: Steve Wills <steve@mouf.net>
This commit is contained in:
parent
fa1b034160
commit
73f03e189b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251780
5 changed files with 39 additions and 0 deletions
|
@ -350,6 +350,7 @@
|
|||
SUBDIR += p5-Math-Round-Var
|
||||
SUBDIR += p5-Math-Sequence
|
||||
SUBDIR += p5-Math-Series
|
||||
SUBDIR += p5-Math-SigFigs
|
||||
SUBDIR += p5-Math-SimpleVariable
|
||||
SUBDIR += p5-Math-Spline
|
||||
SUBDIR += p5-Math-Symbolic
|
||||
|
|
26
math/p5-Math-SigFigs/Makefile
Normal file
26
math/p5-Math-SigFigs/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# New ports collection makefile for: p5-Math-SigFigs
|
||||
# Date created: 2010-03-04
|
||||
# Whom: Steve Wills <steve@mouf.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Math-SigFigs
|
||||
PORTVERSION= 1.09
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= steve@mouf.net
|
||||
COMMENT= Do math with correct handling of significant figures
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
|
||||
${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage
|
||||
RUN_DEPENDS= ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
|
||||
${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Math::SigFigs.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
math/p5-Math-SigFigs/distinfo
Normal file
3
math/p5-Math-SigFigs/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Math-SigFigs-1.09.tar.gz) = 0ec16f707c54a37b2417d29a858382ae
|
||||
SHA256 (Math-SigFigs-1.09.tar.gz) = 54a01e671286db0bc7ee9bae836ddd8f2ae089565a9607a06da7af3f29c78bbe
|
||||
SIZE (Math-SigFigs-1.09.tar.gz) = 11426
|
3
math/p5-Math-SigFigs/pkg-descr
Normal file
3
math/p5-Math-SigFigs/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Do math with correct handling of significant figures
|
||||
|
||||
WWW: http://search.cpan.org/dist/Math-SigFigs/
|
6
math/p5-Math-SigFigs/pkg-plist
Normal file
6
math/p5-Math-SigFigs/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
%%SITE_PERL%%/Math/SigFigs.pm
|
||||
%%SITE_PERL%%/Math/SigFigs.pod
|
||||
%%SITE_PERL%%/mach/auto/Math/SigFigs/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/mach/auto/Math/SigFigs
|
||||
@dirrmtry %%SITE_PERL%%/mach/auto/Math
|
||||
@dirrmtry %%SITE_PERL%%/Math
|
Loading…
Add table
Reference in a new issue