Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jul 2020 04:19:00 +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: r541733 - in head/math/symmetrica: . files
Message-ID:  <202007090419.0694J0OP026396@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu Jul  9 04:18:59 2020
New Revision: 541733
URL: https://svnweb.freebsd.org/changeset/ports/541733

Log:
  math/symmetrica: Update 2.0 -> 3.0.1
  
  Switch to the modern fork from the SageMath team.

Deleted:
  head/math/symmetrica/files/
Modified:
  head/math/symmetrica/Makefile
  head/math/symmetrica/distinfo
  head/math/symmetrica/pkg-descr

Modified: head/math/symmetrica/Makefile
==============================================================================
--- head/math/symmetrica/Makefile	Thu Jul  9 03:46:01 2020	(r541732)
+++ head/math/symmetrica/Makefile	Thu Jul  9 04:18:59 2020	(r541733)
@@ -1,33 +1,32 @@
 # $FreeBSD$
 
 PORTNAME=	symmetrica
-DISTVERSION=	2.0
-PORTREVISION=	1
+DISTVERSION=	3.0.1
 CATEGORIES=	math
-MASTER_SITES=	http://www.algorithm.uni-bayreuth.de/en/research/SYMMETRICA/
-DISTFILES=	SYM2_0_tar.gz
 
 MAINTAINER=	yuri@FreeBSD.org
-COMMENT=	Collection of routines for combinatorial mathematics
+COMMENT=	Library with a collection of routines for combinatorial mathematics
 
 LICENSE=	PD
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-MAKEFILE=	makefile
-NO_WRKSUBDIR=	yes
+USES=		autoreconf gmake libtool
+USE_GITLAB=	yes
+GL_ACCOUNT=	sagemath
+GL_COMMIT=	e29c85915f368d6fb2f89d703b6695ff29ab9eae
+USE_LDCONFIG=	yes
 
-PLIST_FILES=	bin/${PORTNAME}	\
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--disable-static
+
+INSTALL_TARGET=	install-strip
+TEST_TARGET=	check
+
+PLIST_FILES=	include/symmetrica.h \
 		include/${PORTNAME}/def.h \
 		include/${PORTNAME}/macro.h \
-		lib/libsymmetrica.a \
 		lib/libsymmetrica.so \
-		lib/libsymmetrica.so.0
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/test ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-	${MKDIR} ${STAGEDIR}${PREFIX}/include/${PORTNAME} ${STAGEDIR}${PREFIX}/lib
-	${INSTALL_DATA} ${WRKSRC}/*.h ${STAGEDIR}${PREFIX}/include/${PORTNAME}
-	${INSTALL_DATA} ${WRKSRC}/libsymmetrica.a ${STAGEDIR}${PREFIX}/lib
-	${INSTALL_LIB} ${WRKSRC}/libsymmetrica.so ${STAGEDIR}${PREFIX}/lib/libsymmetrica.so.0
-	${LN} -sf libsymmetrica.so.0 ${STAGEDIR}${PREFIX}/lib/libsymmetrica.so
+		lib/libsymmetrica.so.2 \
+		lib/libsymmetrica.so.2.0.0
 
 .include <bsd.port.mk>

Modified: head/math/symmetrica/distinfo
==============================================================================
--- head/math/symmetrica/distinfo	Thu Jul  9 03:46:01 2020	(r541732)
+++ head/math/symmetrica/distinfo	Thu Jul  9 04:18:59 2020	(r541733)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1514705794
-SHA256 (SYM2_0_tar.gz) = bf52788dedc14c482e89f5e7efe8c60864a633314ddd446dd4602d5fdaca0ee2
-SIZE (SYM2_0_tar.gz) = 720154
+TIMESTAMP = 1594261048
+SHA256 (sagemath-symmetrica-e29c85915f368d6fb2f89d703b6695ff29ab9eae_GL0.tar.gz) = 0e826487375bbe3bdb29ed58bd5d486aaf9b6b0243bdfc2fb51c3fc092c88cf2
+SIZE (sagemath-symmetrica-e29c85915f368d6fb2f89d703b6695ff29ab9eae_GL0.tar.gz) = 734897

Modified: head/math/symmetrica/pkg-descr
==============================================================================
--- head/math/symmetrica/pkg-descr	Thu Jul  9 03:46:01 2020	(r541732)
+++ head/math/symmetrica/pkg-descr	Thu Jul  9 04:18:59 2020	(r541733)
@@ -1,6 +1,5 @@
-Symmetrica is a collection of routines, written in the programming language C,
-through which the user can readily write his/her own programs. Routines which
-manipulate many types of mathematical objects are available. Their use is
-facilitated by Symmetrica's object oriented style.
+Symmetrica is a C library developed by Lehrstuhl Mathematik II of the
+University of Bayreuth. It has routines for group theory computations,
+their representations, and related polynomials and permutations.
 
-WWW: http://www.algorithm.uni-bayreuth.de/en/research/SYMMETRICA/
+WWW: https://gitlab.com/sagemath/symmetrica



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