import p5-Math-Symbolic 0.603

Math::Symbolic is intended to offer symbolic calculation capabilities to
the Perl programmer without using external (and commercial) libraries
and/or applications.

from Markus Bergkvist (MAINTAINER), with a tweak by me
This commit is contained in:
jasper 2009-06-12 16:56:06 +00:00
parent 051e5313ed
commit 31921e9a88
4 changed files with 76 additions and 0 deletions

View File

@ -0,0 +1,24 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/06/12 16:56:06 jasper Exp $
COMMENT = perl module to do symbolic calculations
DISTNAME = Math-Symbolic-0.603
CATEGORIES = math
HOMEPAGE = http://search.cpan.org/~smueller/Math-Symbolic/
MAINTAINER = Markus Bergkvist <markus.bergkvist@telia.com>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
CPAN_AUTHOR = SMUELLER
MODULES = cpan
RUN_DEPENDS = ::devel/p5-Parse-RecDescent
MAKE_ENV += TEST_POD=1
CONFIGURE_STYLE = modbuild
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Math-Symbolic-0.603.tar.gz) = Tn+/d6yGV1Uvsszu4rO1pA==
RMD160 (Math-Symbolic-0.603.tar.gz) = QK6D6FXzuMPWGS5EnrLwHZf+wP8=
SHA1 (Math-Symbolic-0.603.tar.gz) = KgzNVyXzgXIiavsM56X4Ima5c7Y=
SHA256 (Math-Symbolic-0.603.tar.gz) = 09RC0jidbzH6KrELFqNIIftZRZXskuEpIvIH+pvDeYU=
SIZE (Math-Symbolic-0.603.tar.gz) = 107636

View File

@ -0,0 +1,3 @@
Math::Symbolic is intended to offer symbolic calculation capabilities to
the Perl programmer without using external (and commercial) libraries
and/or applications.

View File

@ -0,0 +1,44 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/06/12 16:56:06 jasper Exp $
${P5SITE}/Math/
${P5SITE}/Math/Symbolic/
${P5SITE}/Math/Symbolic.pm
${P5SITE}/Math/Symbolic/AuxFunctions.pm
${P5SITE}/Math/Symbolic/Base.pm
${P5SITE}/Math/Symbolic/Compiler.pm
${P5SITE}/Math/Symbolic/Constant.pm
${P5SITE}/Math/Symbolic/Custom/
${P5SITE}/Math/Symbolic/Custom.pm
${P5SITE}/Math/Symbolic/Custom/Base.pm
${P5SITE}/Math/Symbolic/Custom/DefaultDumpers.pm
${P5SITE}/Math/Symbolic/Custom/DefaultMods.pm
${P5SITE}/Math/Symbolic/Custom/DefaultTests.pm
${P5SITE}/Math/Symbolic/Derivative.pm
${P5SITE}/Math/Symbolic/ExportConstants.pm
${P5SITE}/Math/Symbolic/MiscAlgebra.pm
${P5SITE}/Math/Symbolic/MiscCalculus.pm
${P5SITE}/Math/Symbolic/Operator.pm
${P5SITE}/Math/Symbolic/Parser/
${P5SITE}/Math/Symbolic/Parser.pm
${P5SITE}/Math/Symbolic/Parser/Precompiled.pm
${P5SITE}/Math/Symbolic/Parser/Yapp.pm
${P5SITE}/Math/Symbolic/Variable.pm
${P5SITE}/Math/Symbolic/VectorCalculus.pm
@man man/man3p/Math::Symbolic.3p
@man man/man3p/Math::Symbolic::AuxFunctions.3p
@man man/man3p/Math::Symbolic::Base.3p
@man man/man3p/Math::Symbolic::Compiler.3p
@man man/man3p/Math::Symbolic::Constant.3p
@man man/man3p/Math::Symbolic::Custom.3p
@man man/man3p/Math::Symbolic::Custom::Base.3p
@man man/man3p/Math::Symbolic::Custom::DefaultDumpers.3p
@man man/man3p/Math::Symbolic::Custom::DefaultMods.3p
@man man/man3p/Math::Symbolic::Custom::DefaultTests.3p
@man man/man3p/Math::Symbolic::Derivative.3p
@man man/man3p/Math::Symbolic::ExportConstants.3p
@man man/man3p/Math::Symbolic::MiscAlgebra.3p
@man man/man3p/Math::Symbolic::MiscCalculus.3p
@man man/man3p/Math::Symbolic::Operator.3p
@man man/man3p/Math::Symbolic::Parser.3p
@man man/man3p/Math::Symbolic::Parser::Precompiled.3p
@man man/man3p/Math::Symbolic::Variable.3p
@man man/man3p/Math::Symbolic::VectorCalculus.3p