math/conauto: New port: Program for graph isomorphism testing & automorphism group computation

This commit is contained in:
Yuri Victorovich 2021-05-22 15:34:29 -07:00
parent fd8b808b2d
commit 94f06f0e89
4 changed files with 32 additions and 0 deletions

View File

@ -211,6 +211,7 @@
SUBDIR += coinmumps
SUBDIR += coinutils
SUBDIR += combblas
SUBDIR += conauto
SUBDIR += concorde
SUBDIR += convertall
SUBDIR += coq

24
math/conauto/Makefile Normal file
View File

@ -0,0 +1,24 @@
PORTNAME= conauto
DISTVERSION= 2.03
CATEGORIES= math
MASTER_SITES= https://sites.google.com/site/giconauto/home/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Program for graph isomorphism testing & automorphism group computation
LICENSE= GPLv3+
USES= gmake
WRKSRC_SUBDIR= src
MAKE_ARGS= CC=${CC} CFLAGS="${CFLAGS}"
CFLAGS+= -fcommon
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/../bin/${PORTNAME}* ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>

3
math/conauto/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1621722175
SHA256 (conauto-2.03.tar.gz) = d76e9ef4c2449294ec4ce9b3be0abe8f5cbf8884c0ce799f10d659ad644d158a
SIZE (conauto-2.03.tar.gz) = 21577

4
math/conauto/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
Algorithm conauto for Graph Isomorphism Testing and automorphism group
computation.
WWW: https://sites.google.com/site/giconauto/