- initial import of Math-Pari-2.010603
This package is a Perl interface to famous library PARI for numerical/scientific/number-theoretic calculations. It allows use of most PARI functions as Perl functions, and (almost) seamless merging of PARI and Perl data. In what follows we suppose prior knowledge of what PARI is (see <ftp://megrez.math.u-bordeaux.fr/pub/pari>, or Math::libPARI). ok sturm@
This commit is contained in:
parent
9cda5d0698
commit
2e5266f6fe
31
math/p5-Math-Pari/Makefile
Normal file
31
math/p5-Math-Pari/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2005/02/08 04:27:26 msf Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= "Perl interface to libPARI and GP"
|
||||
|
||||
DISTNAME= Math-Pari-2.010603
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= math perl5
|
||||
|
||||
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
||||
|
||||
# GPL + Artistic
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
|
||||
|
||||
BUILD_DEPENDS= ::math/pari:configure
|
||||
|
||||
PARIDIR= math/pari
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
CONFIGURE_ARGS= paridir=${WRKDIST}/pari
|
||||
|
||||
post-extract:
|
||||
ln -s ${WRKDIR}/${PARIDIR}/pari* ${WRKDIST}/pari
|
||||
|
||||
.include <bsd.port.mk>
|
4
math/p5-Math-Pari/distinfo
Normal file
4
math/p5-Math-Pari/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (Math-Pari-2.010603.tar.gz) = 03a8f41699ae9a66891e0b50769afa6f
|
||||
RMD160 (Math-Pari-2.010603.tar.gz) = 0c5b4db04d39a1d3939db383f598eab3a21a3179
|
||||
SHA1 (Math-Pari-2.010603.tar.gz) = 713928672fdc60c719801f2a52275125142befff
|
||||
SIZE (Math-Pari-2.010603.tar.gz) = 102470
|
6
math/p5-Math-Pari/pkg/DESCR
Normal file
6
math/p5-Math-Pari/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
This package is a Perl interface to famous library PARI for
|
||||
numerical/scientific/number-theoretic calculations. It allows use of
|
||||
most PARI functions as Perl functions, and (almost) seamless merging of
|
||||
PARI and Perl data. In what follows we suppose prior knowledge of what
|
||||
PARI is (see <ftp://megrez.math.u-bordeaux.fr/pub/pari>, or
|
||||
Math::libPARI).
|
16
math/p5-Math-Pari/pkg/PLIST
Normal file
16
math/p5-Math-Pari/pkg/PLIST
Normal file
@ -0,0 +1,16 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/02/08 04:27:26 msf Exp $
|
||||
${P5ARCH}/
|
||||
${P5ARCH}/Math/
|
||||
${P5ARCH}/Math/Pari.pm
|
||||
${P5ARCH}/Math/PariInit.pm
|
||||
${P5ARCH}/Math/libPARI.dumb.pod
|
||||
${P5ARCH}/Math/libPARI.pod
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/Math/
|
||||
${P5ARCH}/auto/Math/Pari/
|
||||
${P5ARCH}/auto/Math/Pari/Pari.bs
|
||||
${P5ARCH}/auto/Math/Pari/Pari.so
|
||||
@man man/man3p/Math::Pari.3p
|
||||
@man man/man3p/Math::PariInit.3p
|
||||
@man man/man3p/Math::libPARI.3p
|
||||
@man man/man3p/Math::libPARI.dumb.3p
|
Loading…
x
Reference in New Issue
Block a user