svn commit: r560438 - in head/math: . cm

Yuri Victorovich yuri at FreeBSD.org
Tue Jan 5 22:10:18 UTC 2021


Author: yuri
Date: Tue Jan  5 22:10:16 2021
New Revision: 560438
URL: https://svnweb.freebsd.org/changeset/ports/560438

Log:
  New port: math/cm: Library for ring class fields of imaginary quadratic number fields

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

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Tue Jan  5 22:09:23 2021	(r560437)
+++ head/math/Makefile	Tue Jan  5 22:10:16 2021	(r560438)
@@ -192,6 +192,7 @@
     SUBDIR += cloog
     SUBDIR += clp
     SUBDIR += clrng
+    SUBDIR += cm
     SUBDIR += cminpack
     SUBDIR += cmlib
     SUBDIR += cocoalib

Added: head/math/cm/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/cm/Makefile	Tue Jan  5 22:10:16 2021	(r560438)
@@ -0,0 +1,29 @@
+# $FreeBSD$
+
+PORTNAME=	cm
+DISTVERSION=	0.3.1
+CATEGORIES=	math
+MASTER_SITES=	http://www.multiprecision.org/downloads/
+
+MAINTAINER=	yuri at FreeBSD.org
+COMMENT=	Library for ring class fields of imaginary quadratic number fields
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+LIB_DEPENDS=	libgmp.so:math/gmp \
+		libmpc.so:math/mpc \
+		libmpfr.so:math/mpfr \
+		libmpfrcx.so:math/mpfrcx \
+		libpari.so:math/pari
+
+USES=		gmake libtool localbase
+USE_LDCONFIG=	yes
+
+GNU_CONFIGURE=	yes
+
+INSTALL_TARGET=	install-strip
+
+INFO=		cm
+
+.include <bsd.port.mk>

Added: head/math/cm/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/cm/distinfo	Tue Jan  5 22:10:16 2021	(r560438)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1609882958
+SHA256 (cm-0.3.1.tar.gz) = 82d4f4dc194738466888f70c2046bd934680b92aca8fa139927e85c567580663
+SIZE (cm-0.3.1.tar.gz) = 2471723

Added: head/math/cm/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/cm/pkg-descr	Tue Jan  5 22:10:16 2021	(r560438)
@@ -0,0 +1,7 @@
+The CM software implements the construction of ring class fields of imaginary
+quadratic number fields and of elliptic curves with complex multiplication via
+floating point approximations. It consists of libraries that can be called from
+within a C program and of executable command line applications. For the
+implemented algorithms.
+
+WWW: http://www.multiprecision.org/cm/home.html

Added: head/math/cm/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/cm/pkg-plist	Tue Jan  5 22:10:16 2021	(r560438)
@@ -0,0 +1,31 @@
+bin/classpol
+bin/cm
+include/cm_arith.h
+include/cm_class.h
+include/cm_common.h
+include/mpfpx.h
+lib/libcm_class.a
+lib/libcm_class.so
+lib/libcm_class.so.1
+lib/libcm_class.so.1.0.0
+lib/libcm_common.a
+lib/libcm_common.so
+lib/libcm_common.so.1
+lib/libcm_common.so.1.0.0
+lib/libmpfpx.a
+lib/libmpfpx.so
+lib/libmpfpx.so.0
+lib/libmpfpx.so.0.0.0
+%%DATADIR%%/af/af_0047.dat.gz
+%%DATADIR%%/af/af_0059.dat.gz
+%%DATADIR%%/af/af_0071.dat.gz
+%%DATADIR%%/af/af_0131.dat.gz
+%%DATADIR%%/df/df_0035.dat.gz
+%%DATADIR%%/df/df_0039.dat.gz
+%%DATADIR%%/df/df_0145.dat.gz
+%%DATADIR%%/df/df_0146.dat.gz
+%%DATADIR%%/df/df_0194.dat.gz
+%%DATADIR%%/df/df_0327.dat.gz
+%%DATADIR%%/df/df_0386.dat.gz
+%%DATADIR%%/df/df_0482.dat.gz
+%%DATADIR%%/mf/mf_0105.dat.gz


More information about the svn-ports-all mailing list