diff --git a/math/p5-Math-Pari/Makefile b/math/p5-Math-Pari/Makefile new file mode 100644 index 00000000000..7fc9821348e --- /dev/null +++ b/math/p5-Math-Pari/Makefile @@ -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 + +# 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 diff --git a/math/p5-Math-Pari/distinfo b/math/p5-Math-Pari/distinfo new file mode 100644 index 00000000000..acb188834a6 --- /dev/null +++ b/math/p5-Math-Pari/distinfo @@ -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 diff --git a/math/p5-Math-Pari/pkg/DESCR b/math/p5-Math-Pari/pkg/DESCR new file mode 100644 index 00000000000..f60ad71cd72 --- /dev/null +++ b/math/p5-Math-Pari/pkg/DESCR @@ -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 , or +Math::libPARI). diff --git a/math/p5-Math-Pari/pkg/PLIST b/math/p5-Math-Pari/pkg/PLIST new file mode 100644 index 00000000000..894edec609f --- /dev/null +++ b/math/p5-Math-Pari/pkg/PLIST @@ -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