1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Add a MASTER_SITES and upgrade to 2.6r12.

Changelog at <http://pallini.di.uniroma1.it/changes24-26.txt>.

Note: le license is now Apache 2.0.
This commit is contained in:
Thierry Thomas 2020-04-04 18:30:34 +00:00
parent 003b9f3955
commit b7a630d79b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=530703
3 changed files with 16 additions and 22 deletions

View File

@ -2,42 +2,34 @@
# $FreeBSD$
PORTNAME= nauty
PORTVERSION= 2.4r2
PORTVERSION= 2.6r12
CATEGORIES= math
MASTER_SITES= http://cs.anu.edu.au/~bdm/nauty/
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
LICENSE= NAUTY
LICENSE_NAME= nauty license
LICENSE_FILE= ${WRKDIR}/LICENSE
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
USES= gmake
GNU_CONFIGURE= yes
MAKEFILE= makefile
PROGRAMS= NRswitchg addedgeg amtog biplabg catg complg copyg \
countg deledgeg directg dreadnaut dretog genbg geng \
genrang gentourng labelg listg multig newedgeg pickg \
planarg shortg showg
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
PORTDOCS= nug.pdf
PORTDOCS= nug26.pdf
PLIST_FILES= ${PROGRAMS:S!^!bin/!}
OPTIONS_DEFINE= DOCS
post-extract:
@${SED} -ne '/AUTHOR/,/RIP/ {s|^\* ||; s| *\*$$||;p;}' \
< ${WRKSRC}/nauty.h > ${WRKDIR}/LICENSE
post-patch:
@${REINPLACE_CMD} -e \
's|gcc|$${CC}| ; \
s|-O4 -march=i686|$${CFLAGS}|' ${WRKSRC}/${MAKEFILE}
do-install:
.for i in ${PROGRAMS}
${INSTALL_PROGRAM} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/bin

View File

@ -1,2 +1,3 @@
SHA256 (nauty24r2.tar.gz) = 760f9cca43b8eb7dd083983ea0e137125ee8a181d460c970137cfb7490fe1621
SIZE (nauty24r2.tar.gz) = 720754
TIMESTAMP = 1586023265
SHA256 (nauty26r12.tar.gz) = 862ae0dc3656db34ede6fafdb0999f7b875b14c7ab4fedbb3da4f28291eb95dc
SIZE (nauty26r12.tar.gz) = 1660980

View File

@ -2,3 +2,4 @@ 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/
WWW: http://pallini.di.uniroma1.it/