mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Adding port math/p5-Math-SymbolicX-Complex, Complex number support for the Math::Symbolic parser
Approved by: tobez (implicit)
This commit is contained in:
parent
8c0396f6bf
commit
c1eafb7989
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162441
@ -193,6 +193,7 @@
|
||||
SUBDIR += p5-Math-Symbolic-Custom-CCompiler
|
||||
SUBDIR += p5-Math-Symbolic-Custom-Contains
|
||||
SUBDIR += p5-Math-SymbolicX-BigNum
|
||||
SUBDIR += p5-Math-SymbolicX-Complex
|
||||
SUBDIR += p5-Math-SymbolicX-Inline
|
||||
SUBDIR += p5-Math-SymbolicX-ParserExtensionFactory
|
||||
SUBDIR += p5-Math-TrulyRandom
|
||||
|
32
math/p5-Math-SymbolicX-Complex/Makefile
Normal file
32
math/p5-Math-SymbolicX-Complex/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# New ports collection makefile for: Math-SymbolicX-Complex
|
||||
# Date created: 15 May 2006
|
||||
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Math-SymbolicX-Complex
|
||||
PORTVERSION= 0.01
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Math
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= aaron@FreeBSD.org
|
||||
COMMENT= Complex number support for the Math::Symbolic parser
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Math/Symbolic.pm:${PORTSDIR}/math/p5-Math-Symbolic \
|
||||
${SITE_PERL}/Math/SymbolicX/ParserExtensionFactory.pm:${PORTSDIR}/math/p5-Math-SymbolicX-ParserExtensionFactory
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
MAN3= Math::SymbolicX::Complex.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
math/p5-Math-SymbolicX-Complex/distinfo
Normal file
3
math/p5-Math-SymbolicX-Complex/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Math-SymbolicX-Complex-0.01.tar.gz) = 509cc4092ade46de3762bf3d5f63a914
|
||||
SHA256 (Math-SymbolicX-Complex-0.01.tar.gz) = 559947d3d40937108c5b9814dc8b6b6c4ae69c684f84e07f9d7008b6d1ae93b6
|
||||
SIZE (Math-SymbolicX-Complex-0.01.tar.gz) = 4057
|
8
math/p5-Math-SymbolicX-Complex/pkg-descr
Normal file
8
math/p5-Math-SymbolicX-Complex/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
This module adds complex number support to Math::Symbolic. It does so by
|
||||
extending the parser of the Math::Symbolic module (that is, the one stored
|
||||
in $Math::Symbolic::Parser) with certain special functions that create
|
||||
complex constants. (Math::Symbolic::Variable objects have been able to
|
||||
contain complex number objects since the very beginning.)
|
||||
|
||||
WWW: http://search.cpan.org/dist/Math-SymbolicX-Complex
|
||||
Author: Steffen Mueller <symbolic-module@steffen-mueller.net>
|
7
math/p5-Math-SymbolicX-Complex/pkg-plist
Normal file
7
math/p5-Math-SymbolicX-Complex/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/Math/SymbolicX/Complex.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX/Complex/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX/Complex
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SymbolicX
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
|
||||
@dirrmtry %%SITE_PERL%%/Math/SymbolicX
|
||||
@dirrmtry %%SITE_PERL%%/Math
|
Loading…
Reference in New Issue
Block a user