import p5-Math-SymbolicX-ParserExtensionFactory 3.02

This module provides a simple way to extend the Math::Symbolic parser
with arbitrary functions that return any valid Math::Symbolic tree.  The
return value of the function call is inserted into the complete parse
tree at the point at which the function call is parsed.

from Markus Bergkvist (MAINTAINER), with a tweak by me
This commit is contained in:
jasper 2009-06-12 17:01:31 +00:00
parent dcc98e07af
commit be20a51661
4 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,26 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/06/12 17:01:31 jasper Exp $
COMMENT = generate Math::Symbolic parser extensions
DISTNAME = Math-SymbolicX-ParserExtensionFactory-3.02
CATEGORIES = math
HOMEPAGE = http://search.cpan.org/~smueller/Math-SymbolicX-ParserExtensionFactory/
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 \
::math/p5-Math-Symbolic
MAKE_ENV += TEST_POD=1
CONFIGURE_STYLE = modbuild
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Math-SymbolicX-ParserExtensionFactory-3.02.tar.gz) = /LjsPiLevo9ODFDrk25zYw==
RMD160 (Math-SymbolicX-ParserExtensionFactory-3.02.tar.gz) = W6QPhGjH0IFzxeFpHteEWv0cRRI=
SHA1 (Math-SymbolicX-ParserExtensionFactory-3.02.tar.gz) = vADXmgmKjNu7rtITWcYM69DQj20=
SHA256 (Math-SymbolicX-ParserExtensionFactory-3.02.tar.gz) = lDI6WNwZgF5o0+WcB1DTNzl0VumNDbSjQr/lqAvvAg8=
SIZE (Math-SymbolicX-ParserExtensionFactory-3.02.tar.gz) = 6298

View File

@ -0,0 +1,4 @@
This module provides a simple way to extend the Math::Symbolic parser
with arbitrary functions that return any valid Math::Symbolic tree. The
return value of the function call is inserted into the complete parse
tree at the point at which the function call is parsed.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/06/12 17:01:31 jasper Exp $
${P5SITE}/Math/SymbolicX/
${P5SITE}/Math/SymbolicX/ParserExtensionFactory.pm
@man man/man3p/Math::SymbolicX::ParserExtensionFactory.3p