Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jan 2021 11:01:17 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r561632 - in head/math: . cmh
Message-ID:  <202101151101.10FB1H2B086110@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Jan 15 11:01:17 2021
New Revision: 561632
URL: https://svnweb.freebsd.org/changeset/ports/561632

Log:
  New port: math/cmh: Compute Igusa class polynomials

Added:
  head/math/cmh/
  head/math/cmh/Makefile   (contents, props changed)
  head/math/cmh/distinfo   (contents, props changed)
  head/math/cmh/pkg-descr   (contents, props changed)
  head/math/cmh/pkg-plist   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Fri Jan 15 10:46:23 2021	(r561631)
+++ head/math/Makefile	Fri Jan 15 11:01:17 2021	(r561632)
@@ -194,6 +194,7 @@
     SUBDIR += clp
     SUBDIR += clrng
     SUBDIR += cm
+    SUBDIR += cmh
     SUBDIR += cminpack
     SUBDIR += cmlib
     SUBDIR += cocoalib

Added: head/math/cmh/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/cmh/Makefile	Fri Jan 15 11:01:17 2021	(r561632)
@@ -0,0 +1,37 @@
+# $FreeBSD$
+
+PORTNAME=	cmh
+DISTVERSION=	1.0.20200923
+CATEGORIES=	math
+#MASTER_SITES=	http://www.multiprecision.org/downloads/
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Compute Igusa class polynomials
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+LIB_DEPENDS=	libfplll.so:math/fplll \
+		libgmp.so:math/gmp \
+		libmpc.so:math/mpc \
+		libmpfr.so:math/mpfr \
+		libmpfrcx.so:math/mpfrcx \
+		libpari.so:math/pari
+RUN_DEPENDS=	bash:shells/bash
+
+USES=		autoreconf gmake libtool localbase shebangfix
+USE_LDCONFIG=	yes
+
+USE_GITLAB=	yes
+GL_SITE=	https://gitlab.inria.fr/
+GL_COMMIT=	53bba6332e8df9d30ed9bb839bd78afe6aa60153
+
+SHEBANG_FILES=	scripts/cmh-classpol.sh.in
+
+GNU_CONFIGURE=	yes
+
+INSTALL_TARGET=	install-strip
+
+INFO=		cm
+
+.include <bsd.port.mk>

Added: head/math/cmh/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/cmh/distinfo	Fri Jan 15 11:01:17 2021	(r561632)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1610707507
+SHA256 (cmh-cmh-53bba6332e8df9d30ed9bb839bd78afe6aa60153_GL0.tar.gz) = da85333523611d520da3113e1253dad10a2a038f75542bc77afcb11432ec7298
+SIZE (cmh-cmh-53bba6332e8df9d30ed9bb839bd78afe6aa60153_GL0.tar.gz) = 138285

Added: head/math/cmh/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/cmh/pkg-descr	Fri Jan 15 11:01:17 2021	(r561632)
@@ -0,0 +1,7 @@
+This software package computes Igusa (genus 2) class polynomials, which
+parameterise the CM points in the moduli space of 2-dimensional abelian
+varieties, i.e. Jacobians of hyperelliptic curves.
+
+This program is also able to compute theta constants at arbitrary precision.
+
+WWW: http://www.multiprecision.org/cmh/home.html

Added: head/math/cmh/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/cmh/pkg-plist	Fri Jan 15 11:01:17 2021	(r561632)
@@ -0,0 +1,13 @@
+bin/cm2
+bin/cmh-classpol.sh
+include/cmh.h
+lib/cmh/libparsepari.a
+lib/cmh/libparsepari.so
+lib/cmh/libparsepari.so.0
+lib/cmh/libparsepari.so.0.0.0
+lib/libcmh.a
+lib/libcmh.so
+lib/libcmh.so.0
+lib/libcmh.so.0.0.0
+%%DATADIR%%/checkpol.gp
+%%DATADIR%%/shimura.gp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101151101.10FB1H2B086110>