diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2010-08-06 19:21:38 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2010-08-06 19:21:38 +0800 |
commit | c9b0b73c9137f23272f78ed0089407dcff873730 (patch) | |
tree | 2e8cc64aada7c424db5f03f5188f6dc7b81d33f8 | |
parent | 49a5a858a351680e412b9a6540bd7517c08835b6 (diff) | |
download | freebsd-ports-gnome-c9b0b73c9137f23272f78ed0089407dcff873730.tar.gz freebsd-ports-gnome-c9b0b73c9137f23272f78ed0089407dcff873730.tar.zst freebsd-ports-gnome-c9b0b73c9137f23272f78ed0089407dcff873730.zip |
- Update to 149311
- Pass maintainserhip to submitter
PR: 149311
Submitted by: C-S <c-s@c-s.li>
-rw-r--r-- | math/nauty/Makefile | 26 | ||||
-rw-r--r-- | math/nauty/distinfo | 6 | ||||
-rw-r--r-- | math/nauty/pkg-descr | 3 | ||||
-rw-r--r-- | math/nauty/pkg-plist | 24 |
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 |