From owner-svn-ports-head@freebsd.org Fri Jan 15 11:01:18 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9C46E4E1086; Fri, 15 Jan 2021 11:01:18 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DHJC245JCz4lfm; Fri, 15 Jan 2021 11:01:18 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7F5421B696; Fri, 15 Jan 2021 11:01:18 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10FB1IUC086115; Fri, 15 Jan 2021 11:01:18 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10FB1H2B086110; Fri, 15 Jan 2021 11:01:17 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202101151101.10FB1H2B086110@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 15 Jan 2021 11:01:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561632 - in head/math: . cmh X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . cmh X-SVN-Commit-Revision: 561632 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jan 2021 11:01:18 -0000 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 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