aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2010-08-06 11:21:38 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2010-08-06 11:21:38 +0000
commit1d46469c86baf7da9ee860274c5b32af309dbea6 (patch)
tree9655240e9362c6398a4f69b1975f223215aecc84 /math
parent968d0f9df94ea9657ac2ea6ed974dda1f9ca2d14 (diff)
Notes
Diffstat (limited to 'math')
-rw-r--r--math/nauty/Makefile26
-rw-r--r--math/nauty/distinfo6
-rw-r--r--math/nauty/pkg-descr3
-rw-r--r--math/nauty/pkg-plist24
4 files changed, 43 insertions, 16 deletions
diff --git a/math/nauty/Makefile b/math/nauty/Makefile
index d37bd4230cb8..de37b77394b1 100644
--- a/math/nauty/Makefile
+++ b/math/nauty/Makefile
@@ -6,28 +6,30 @@
#
PORTNAME= nauty
-PORTVERSION= 2.0b9
+PORTVERSION= 2.4r1
CATEGORIES= math
-MASTER_SITES= http://cs.anu.edu.au/~bdm/nauty/
-DISTNAME= ${PORTNAME}20beta9
+MASTER_SITES= http://cs.anu.edu.au/~bdm/nauty/ \
+ http://www.c-s.li/ports/
+DISTNAME= ${PORTNAME}24r1
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= c-s@c-s.li
COMMENT= Brendan McKay's graph isomorphism tester
-WRKSRC= ${WRKDIR}/${PORTNAME}20
+WRKSRC= ${WRKDIR}/${PORTNAME}24r1
MAKEFILE= makefile
-ALL_TARGET= nauty
-NO_INSTALL_MANPAGES=yes
-PORTDOCS= oldmanual.ps read.me
-PLIST_FILES= bin/dreadnaut bin/dreadnaut1 bin/dreadnautL1 bin/dreadnautB
+ALL_TARGET= all
+MAKE_JOBS_SAFE= YES
+PORTDOCS= nug.pdf
post-patch:
- @${REINPLACE_CMD} -e 's|gcc|${CC}|; s|-O4|${CFLAGS}|' \
+ @${REINPLACE_CMD} -e 's|gcc|${CC}|; s|-O4 -march=i686|${CFLAGS}|' \
${WRKSRC}/${MAKEFILE}
do-install:
- cd ${WRKSRC}; ${INSTALL_PROGRAM} dreadnaut dreadnaut1 \
- dreadnautL1 dreadnautB ${PREFIX}/bin
+ cd ${WRKSRC}; ${INSTALL_PROGRAM} dreadnaut copyg listg labelg dretog \
+ amtog geng complg shortg showg NRswitchg biplabg addedgeg \
+ deledgeg countg pickg genrang newedgeg catg genbg directg \
+ multig planarg gentourng ${PREFIX}/bin
post-install:
.if !defined(NOPORTDOCS)
diff --git a/math/nauty/distinfo b/math/nauty/distinfo
index e050118096df..b5e71b537978 100644
--- a/math/nauty/distinfo
+++ b/math/nauty/distinfo
@@ -1,3 +1,3 @@
-MD5 (nauty20beta9.tar.gz) = 0209a4531f19d0522603871d90204175
-SHA256 (nauty20beta9.tar.gz) = 5fcb0aa6afccf3a4bd13774df1eeb0aaf24f9e915eb58ecdd0062e052d010ead
-SIZE (nauty20beta9.tar.gz) = 264860
+MD5 (nauty24r1.tar.gz) = 431f07ad06e97b48c8aa1df97bf10a02
+SHA256 (nauty24r1.tar.gz) = 328a5fd85d380450a31943d0519a01ecb01b09dde51e5fc30a3b350876bfcae9
+SIZE (nauty24r1.tar.gz) = 723634
diff --git a/math/nauty/pkg-descr b/math/nauty/pkg-descr
index 7454e20da646..0bce7b828c24 100644
--- a/math/nauty/pkg-descr
+++ b/math/nauty/pkg-descr
@@ -1,3 +1,4 @@
-This is a port of Brendan McKay's graph isomorphism tester.
+nauty is a program for computing automorphism groups of graphs and digraphs.
+It can also produce a canonical labelling.
WWW: http://cs.anu.edu.au/~bdm/nauty/
diff --git a/math/nauty/pkg-plist b/math/nauty/pkg-plist
new file mode 100644
index 000000000000..e902ae269074
--- /dev/null
+++ b/math/nauty/pkg-plist
@@ -0,0 +1,24 @@
+bin/NRswitchg
+bin/addedgeg
+bin/amtog
+bin/biplabg
+bin/catg
+bin/complg
+bin/copyg
+bin/countg
+bin/deledgeg
+bin/directg
+bin/dreadnaut
+bin/dretog
+bin/genbg
+bin/geng
+bin/genrang
+bin/gentourng
+bin/labelg
+bin/listg
+bin/multig
+bin/newedgeg
+bin/pickg
+bin/planarg
+bin/shortg
+bin/showg