aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-05-22 22:34:29 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-05-22 22:34:29 +0000
commit94f06f0e8989640a3d79b0ed5f54c097602e52db (patch)
treefceddb7fa1060661ecf68f677e081cbd04086cea
parentfd8b808b2db820140d1f6ddaf2e601fb92d7e4b7 (diff)
math/conauto: New port: Program for graph isomorphism testing & automorphism group computation
-rw-r--r--math/Makefile1
-rw-r--r--math/conauto/Makefile24
-rw-r--r--math/conauto/distinfo3
-rw-r--r--math/conauto/pkg-descr4
4 files changed, 32 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index ae224dcd307a..d4c55f4dade9 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -211,6 +211,7 @@
SUBDIR += coinmumps
SUBDIR += coinutils
SUBDIR += combblas
+ SUBDIR += conauto
SUBDIR += concorde
SUBDIR += convertall
SUBDIR += coq
diff --git a/math/conauto/Makefile b/math/conauto/Makefile
new file mode 100644
index 000000000000..3f63db71253e
--- /dev/null
+++ b/math/conauto/Makefile
@@ -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>
diff --git a/math/conauto/distinfo b/math/conauto/distinfo
new file mode 100644
index 000000000000..0ffb8ba85a8f
--- /dev/null
+++ b/math/conauto/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1621722175
+SHA256 (conauto-2.03.tar.gz) = d76e9ef4c2449294ec4ce9b3be0abe8f5cbf8884c0ce799f10d659ad644d158a
+SIZE (conauto-2.03.tar.gz) = 21577
diff --git a/math/conauto/pkg-descr b/math/conauto/pkg-descr
new file mode 100644
index 000000000000..7a90b60624e2
--- /dev/null
+++ b/math/conauto/pkg-descr
@@ -0,0 +1,4 @@
+Algorithm conauto for Graph Isomorphism Testing and automorphism group
+computation.
+
+WWW: https://sites.google.com/site/giconauto/