Date: Tue, 3 Apr 2018 23:14:57 +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: r466386 - in head/math: . antic Message-ID: <201804032314.w33NEv2A097584@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Tue Apr 3 23:14:57 2018 New Revision: 466386 URL: https://svnweb.freebsd.org/changeset/ports/466386 Log: New port: math/antic: Algebraic Number Theory In C Added: head/math/antic/ head/math/antic/Makefile (contents, props changed) head/math/antic/distinfo (contents, props changed) head/math/antic/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Tue Apr 3 23:14:18 2018 (r466385) +++ head/math/Makefile Tue Apr 3 23:14:57 2018 (r466386) @@ -109,6 +109,7 @@ SUBDIR += ambit SUBDIR += analitza-kde4 SUBDIR += ann + SUBDIR += antic SUBDIR += apc SUBDIR += arb SUBDIR += aribas Added: head/math/antic/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/antic/Makefile Tue Apr 3 23:14:57 2018 (r466386) @@ -0,0 +1,34 @@ +# $FreeBSD$ + +PORTNAME= antic +DISTVERSION= g20180325 +CATEGORIES= math + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Algebraic Number Theory In C + +LICENSE= GPLv2 + +LIB_DEPENDS= libflint.so:math/flint2 \ + libgmp.so:math/gmp \ + libmpfr.so:math/mpfr + +USES= gmake +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-static +USE_GITHUB= yes +GH_ACCOUNT= wbhart +GH_TAGNAME= 0063a41 +USE_LDCONFIG= yes + +PLIST_FILES= include/antic/nf.h \ + include/antic/nf_elem.h \ + include/antic/qfb.h \ + lib/libantic.so \ + lib/libantic.so.0 \ + lib/libantic.so.0.0.1 + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libantic.so + +.include <bsd.port.mk> Added: head/math/antic/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/antic/distinfo Tue Apr 3 23:14:57 2018 (r466386) @@ -0,0 +1,3 @@ +TIMESTAMP = 1522795005 +SHA256 (wbhart-antic-g20180325-0063a41_GH0.tar.gz) = a9ace5906d90e5442f40d186f825b08f4cc433b16357ddf85011bdf886ff7445 +SIZE (wbhart-antic-g20180325-0063a41_GH0.tar.gz) = 57231 Added: head/math/antic/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/antic/pkg-descr Tue Apr 3 23:14:57 2018 (r466386) @@ -0,0 +1,5 @@ +An algebraic number theory library allowing +to perform comptations with algebraic numbers +and fields. + +WWW: https://github.com/wbhart/antic
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804032314.w33NEv2A097584>