From owner-svn-ports-all@freebsd.org Thu Apr 30 15:15:29 2020 Return-Path: Delivered-To: svn-ports-all@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 F25812C0559; Thu, 30 Apr 2020 15:15:29 +0000 (UTC) (envelope-from thierry@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49Cf8K5yT4z4vvT; Thu, 30 Apr 2020 15:15:29 +0000 (UTC) (envelope-from thierry@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 C32C620DB8; Thu, 30 Apr 2020 15:15:29 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03UFFTc7071752; Thu, 30 Apr 2020 15:15:29 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03UFFSMg071744; Thu, 30 Apr 2020 15:15:28 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <202004301515.03UFFSMg071744@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Thu, 30 Apr 2020 15:15:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r533461 - in head/math: . libhomfly libhomfly/files X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: in head/math: . libhomfly libhomfly/files X-SVN-Commit-Revision: 533461 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Apr 2020 15:15:30 -0000 Author: thierry Date: Thu Apr 30 15:15:28 2020 New Revision: 533461 URL: https://svnweb.freebsd.org/changeset/ports/533461 Log: Adding libhomfly, a library to compute the homfly polynomial of a link. To be used by SageMath. Added: head/math/libhomfly/ head/math/libhomfly/Makefile (contents, props changed) head/math/libhomfly/distinfo (contents, props changed) head/math/libhomfly/files/ head/math/libhomfly/files/patch-configure.ac (contents, props changed) head/math/libhomfly/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Thu Apr 30 15:03:16 2020 (r533460) +++ head/math/Makefile Thu Apr 30 15:15:28 2020 (r533461) @@ -358,6 +358,7 @@ SUBDIR += libbraiding SUBDIR += libccd SUBDIR += libflame + SUBDIR += libhomfly SUBDIR += liblbfgs SUBDIR += libmesh SUBDIR += libmissing Added: head/math/libhomfly/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/libhomfly/Makefile Thu Apr 30 15:15:28 2020 (r533461) @@ -0,0 +1,30 @@ +# Created by: thierry@pompo.net +# $FreeBSD$ + +PORTNAME= libhomfly +DISTVERSION= 1.02r6 +CATEGORIES= math + +MAINTAINER= thierry@FreeBSD.org +COMMENT= Library to compute the homfly polynomial of knots and link + +LICENSE= PD + +LIB_DEPENDS= libgc-threaded.so:devel/boehm-gc-threaded + +USE_GITHUB= yes +GH_ACCOUNT= miguelmarco + +USES= autoreconf libtool localbase + +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +TEST_TARGET= check + +PLIST_FILES= include/homfly.h \ + lib/libhomfly.a \ + lib/libhomfly.so \ + lib/libhomfly.so.0 \ + lib/libhomfly.so.0.0.0 + +.include Added: head/math/libhomfly/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/libhomfly/distinfo Thu Apr 30 15:15:28 2020 (r533461) @@ -0,0 +1,3 @@ +TIMESTAMP = 1588250209 +SHA256 (miguelmarco-libhomfly-1.02r6_GH0.tar.gz) = cf5d5031c905318127c83fdffc891deb097c77ee48cdd0131f839ea6ecb64a84 +SIZE (miguelmarco-libhomfly-1.02r6_GH0.tar.gz) = 24498 Added: head/math/libhomfly/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/libhomfly/files/patch-configure.ac Thu Apr 30 15:15:28 2020 (r533461) @@ -0,0 +1,8 @@ +--- configure.ac.orig 2018-11-08 13:08:16 UTC ++++ configure.ac +@@ -1,4 +1,4 @@ +-AC_INIT([libhomfly], [1.02r5], [mmarco@unizar.es]) ++AC_INIT([libhomfly], [1.02r6], [mmarco@unizar.es]) + AC_CONFIG_AUX_DIR([build-aux]) + AC_CONFIG_MACRO_DIR([m4]) + AM_INIT_AUTOMAKE([foreign -Wall]) Added: head/math/libhomfly/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/libhomfly/pkg-descr Thu Apr 30 15:15:28 2020 (r533461) @@ -0,0 +1,8 @@ +Library to compute the homfly polynomial of a link + +This is basically a conversion of the program written by Robert J Jenkins Jr +into a shared library. It accepts as entry a character string, formatted in the +same way as the input files that the original code used. The returned value is +the string that the original program would print on screen. + +WWW: https://github.com/miguelmarco/libhomfly