mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
- Update to 149311
- Pass maintainserhip to submitter PR: 149311 Submitted by: C-S <c-s@c-s.li>
This commit is contained in:
parent
968d0f9df9
commit
1d46469c86
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258847
4 changed files with 43 additions and 16 deletions
|
@ -6,28 +6,30 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= nauty
|
PORTNAME= nauty
|
||||||
PORTVERSION= 2.0b9
|
PORTVERSION= 2.4r1
|
||||||
CATEGORIES= math
|
CATEGORIES= math
|
||||||
MASTER_SITES= http://cs.anu.edu.au/~bdm/nauty/
|
MASTER_SITES= http://cs.anu.edu.au/~bdm/nauty/ \
|
||||||
DISTNAME= ${PORTNAME}20beta9
|
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
|
COMMENT= Brendan McKay's graph isomorphism tester
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}20
|
WRKSRC= ${WRKDIR}/${PORTNAME}24r1
|
||||||
MAKEFILE= makefile
|
MAKEFILE= makefile
|
||||||
ALL_TARGET= nauty
|
ALL_TARGET= all
|
||||||
NO_INSTALL_MANPAGES=yes
|
MAKE_JOBS_SAFE= YES
|
||||||
PORTDOCS= oldmanual.ps read.me
|
PORTDOCS= nug.pdf
|
||||||
PLIST_FILES= bin/dreadnaut bin/dreadnaut1 bin/dreadnautL1 bin/dreadnautB
|
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|gcc|${CC}|; s|-O4|${CFLAGS}|' \
|
@${REINPLACE_CMD} -e 's|gcc|${CC}|; s|-O4 -march=i686|${CFLAGS}|' \
|
||||||
${WRKSRC}/${MAKEFILE}
|
${WRKSRC}/${MAKEFILE}
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
cd ${WRKSRC}; ${INSTALL_PROGRAM} dreadnaut dreadnaut1 \
|
cd ${WRKSRC}; ${INSTALL_PROGRAM} dreadnaut copyg listg labelg dretog \
|
||||||
dreadnautL1 dreadnautB ${PREFIX}/bin
|
amtog geng complg shortg showg NRswitchg biplabg addedgeg \
|
||||||
|
deledgeg countg pickg genrang newedgeg catg genbg directg \
|
||||||
|
multig planarg gentourng ${PREFIX}/bin
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (nauty20beta9.tar.gz) = 0209a4531f19d0522603871d90204175
|
MD5 (nauty24r1.tar.gz) = 431f07ad06e97b48c8aa1df97bf10a02
|
||||||
SHA256 (nauty20beta9.tar.gz) = 5fcb0aa6afccf3a4bd13774df1eeb0aaf24f9e915eb58ecdd0062e052d010ead
|
SHA256 (nauty24r1.tar.gz) = 328a5fd85d380450a31943d0519a01ecb01b09dde51e5fc30a3b350876bfcae9
|
||||||
SIZE (nauty20beta9.tar.gz) = 264860
|
SIZE (nauty24r1.tar.gz) = 723634
|
||||||
|
|
|
@ -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/
|
WWW: http://cs.anu.edu.au/~bdm/nauty/
|
||||||
|
|
24
math/nauty/pkg-plist
Normal file
24
math/nauty/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue