Date: Thu, 5 Aug 2010 08:45:44 GMT From: C-S <c-s@c-s.li> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/149311: [UPDATE] math/nauty Message-ID: <201008050845.o758jiIo083647@www.freebsd.org> Resent-Message-ID: <201008050850.o758o8BD040174@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 149311 >Category: ports >Synopsis: [UPDATE] math/nauty >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Aug 05 08:50:08 UTC 2010 >Closed-Date: >Last-Modified: >Originator: C-S >Release: >Organization: >Environment: >Description: Update to latest version and I'd take maintainership. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -u -N nauty.old/Makefile nauty.new/Makefile --- nauty.old/Makefile 2010-08-05 10:39:48.565126822 +0200 +++ nauty.new/Makefile 2010-08-05 10:40:02.560847263 +0200 @@ -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 -u -N nauty.old/distinfo nauty.new/distinfo --- nauty.old/distinfo 2010-08-05 10:39:48.550114055 +0200 +++ nauty.new/distinfo 2010-08-05 10:40:02.560847263 +0200 @@ -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 -u -N nauty.old/pkg-descr nauty.new/pkg-descr --- nauty.old/pkg-descr 2010-08-05 10:39:48.550114055 +0200 +++ nauty.new/pkg-descr 2010-08-05 10:40:02.560847263 +0200 @@ -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 -u -N nauty.old/pkg-plist nauty.new/pkg-plist --- nauty.old/pkg-plist 1970-01-01 01:00:00.000000000 +0100 +++ nauty.new/pkg-plist 2010-08-05 10:40:02.560847263 +0200 @@ -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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008050845.o758jiIo083647>