diff --git a/math/Makefile b/math/Makefile index 776eb03225bc3..7816b60e245e6 100644 --- a/math/Makefile +++ b/math/Makefile @@ -733,6 +733,7 @@ SUBDIR += pari_galpol SUBDIR += pari_nftables SUBDIR += pari_seadata + SUBDIR += paritwine SUBDIR += parmetis SUBDIR += parmgridgen SUBDIR += pdal diff --git a/math/paritwine/Makefile b/math/paritwine/Makefile new file mode 100644 index 0000000000000..17b202ec310bf --- /dev/null +++ b/math/paritwine/Makefile @@ -0,0 +1,31 @@ +PORTNAME= paritwine +DISTVERSION= 0.1 +CATEGORIES= math +MASTER_SITES= http://www.multiprecision.org/downloads/ + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Glue library between PARI/GP and other mathematics libraries + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libarb.so:math/arb \ + libcmh.so:math/cmh \ + libflint.so:math/flint2 \ + libmpc.so:math/mpc \ + libmpfr.so:math/mpfr \ + libgmp.so:math/gmp \ + libpari.so:math/pari + +USES= gmake libtool localbase +USE_LDCONFIG= yes + +GNU_CONFIGURE= yes + +INSTALL_TARGET= install-strip + +INFO= paritwine + +TEST_TARGET= check + +.include diff --git a/math/paritwine/distinfo b/math/paritwine/distinfo new file mode 100644 index 0000000000000..b629b01e3783f --- /dev/null +++ b/math/paritwine/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1628529438 +SHA256 (paritwine-0.1.tar.gz) = e3c104b02729013ba7e57fb5960a3b82a29e14e11de351431c85ac0f2da8ae5f +SIZE (paritwine-0.1.tar.gz) = 507029 diff --git a/math/paritwine/pkg-descr b/math/paritwine/pkg-descr new file mode 100644 index 0000000000000..2f98c61b194bb --- /dev/null +++ b/math/paritwine/pkg-descr @@ -0,0 +1,5 @@ +PariTwine is a glue library between the system for computer algebra and number +theory PARI/GP and a number of other mathematics libraries, currently GMP, +GNU MPFR, GNU MPC, FLINT, ARB and CMH. + +WWW: http://www.multiprecision.org/paritwine/home.html diff --git a/math/paritwine/pkg-plist b/math/paritwine/pkg-plist new file mode 100644 index 0000000000000..60c5cc4ea90ef --- /dev/null +++ b/math/paritwine/pkg-plist @@ -0,0 +1,7 @@ +include/paritwine-config.h +include/paritwine.h +lib/libparitwine.a +lib/libparitwine.so +lib/libparitwine.so.0 +lib/libparitwine.so.0.0.0 +%%DATADIR%%/paritwine.gp