Index: head/math/nauty/Makefile =================================================================== --- head/math/nauty/Makefile (revision 551322) +++ head/math/nauty/Makefile (revision 551323) @@ -1,44 +1,53 @@ # Created by: bremner@unb.ca # $FreeBSD$ PORTNAME= nauty -PORTVERSION= 2.6r12 +PORTVERSION= 27r1 CATEGORIES= math MASTER_SITES= http://cs.anu.edu.au/~bdm/nauty/ \ http://pallini.di.uniroma1.it/ DISTNAME= ${PORTNAME}${PORTVERSION:S!.!!} MAINTAINER= ports@FreeBSD.org -COMMENT= Brendan McKay's graph isomorphism tester +COMMENT= Nauty & Traces are programs for graph automorphisms LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYRIGHT USES= gmake GNU_CONFIGURE= yes +CFLAGS+= -fPIC MAKEFILE= makefile +TEST_TARGET= check -PROGRAMS= addedgeg amtog biplabg catg complg converseg copyg countg \ - cubhamg deledgeg delptg directg dreadnaut dretodot dretog genbg \ - genbgL geng genquarticg genrang genspecialg gentourng gentreeg \ - hamheuristic labelg linegraphg listg multig newedgeg NRswitchg \ - pickg planarg ranlabg shortg showg subdivideg twohamg vcolg \ - watercluster2 +PROGRAMS= addedgeg amtog assembleg biplabg catg complg converseg copyg \ + countg cubhamg deledgeg delptg directg dreadnaut dretodot dretog\ + edgetransg genbg genbgL geng gengL genquarticg genrang \ + genspecialg gentourng gentreeg hamheuristic labelg linegraphg \ + listg multig newedgeg NRswitchg pickg planarg ranlabg shortg \ + showg subdivideg twohamg underlyingg vcolg watercluster2 -PORTDOCS= nug26.pdf -PLIST_FILES= ${PROGRAMS:S!^!bin/!} +PORTDOCS= nug27.pdf +PLIST_FILES= include/nauty/nauty.h lib/libnauty.a ${PROGRAMS:S!^!bin/!} OPTIONS_DEFINE= DOCS +post-extract: + ${RM} ${WRKSRC}/*.a + do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/include/nauty + ${INSTALL_DATA} ${WRKSRC}/nauty.h ${STAGEDIR}${PREFIX}/include/nauty + # Do not use ${INSTALL_LIB} to strip the library! + ${INSTALL_DATA} ${WRKSRC}/nauty.a ${STAGEDIR}${PREFIX}/lib/libnauty.a .for i in ${PROGRAMS} ${INSTALL_PROGRAM} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/bin .endfor do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/math/nauty/distinfo =================================================================== --- head/math/nauty/distinfo (revision 551322) +++ head/math/nauty/distinfo (revision 551323) @@ -1,3 +1,3 @@ -TIMESTAMP = 1586023265 -SHA256 (nauty26r12.tar.gz) = 862ae0dc3656db34ede6fafdb0999f7b875b14c7ab4fedbb3da4f28291eb95dc -SIZE (nauty26r12.tar.gz) = 1660980 +TIMESTAMP = 1601648114 +SHA256 (nauty27r1.tar.gz) = 76ca5d196e402c83a987f90c28ff706bcc5a333bb4a8fbb979a62d3b99c34e77 +SIZE (nauty27r1.tar.gz) = 3428473