mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
add nauty
Brendan McKay's graph isomorphism tester PR: 27620 Submitted by: David Bremner <bremner@unb.ca>
This commit is contained in:
parent
4d2d6cf123
commit
938328ceff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43274
@ -44,6 +44,7 @@
|
||||
SUBDIR += metis
|
||||
SUBDIR += mtrxmath
|
||||
SUBDIR += mupad
|
||||
SUBDIR += nauty
|
||||
SUBDIR += netcdf
|
||||
SUBDIR += ngraph
|
||||
SUBDIR += ntl
|
||||
|
35
math/nauty/Makefile
Normal file
35
math/nauty/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# New ports collection makefile for: nauty
|
||||
# Date created: May 24 2001
|
||||
# Whom: bremner@unb.ca
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= nauty
|
||||
PORTVERSION= 2.0b9
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://cs.anu.edu.au/~bdm/nauty/
|
||||
DISTNAME= ${PORTNAME}20beta9
|
||||
|
||||
MAINTAINER= bremner@unb.ca
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}20
|
||||
MAKEFILE= makefile
|
||||
ALL_TARGET= nauty
|
||||
NO_INSTALL_MANPAGES=yes
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e "s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/${MAKEFILE}
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC}; ${INSTALL_PROGRAM} dreadnaut dreadnaut1 \
|
||||
dreadnautL1 dreadnautB ${PREFIX}/bin
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
|
||||
${INSTALL_MAN} ${WRKSRC}/oldmanual.ps ${WRKSRC}/read.me \
|
||||
${PREFIX}/share/doc/${PORTNAME}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
math/nauty/distinfo
Normal file
1
math/nauty/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (nauty20beta9.tar.gz) = 0209a4531f19d0522603871d90204175
|
1
math/nauty/pkg-comment
Normal file
1
math/nauty/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Brendan McKay's graph isomorphism tester
|
3
math/nauty/pkg-descr
Normal file
3
math/nauty/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
This is a port of Brendan McKay's graph isomorphism tester.
|
||||
|
||||
WWW: http://cs.anu.edu.au/~bdm/nauty/
|
7
math/nauty/pkg-plist
Normal file
7
math/nauty/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
bin/dreadnaut
|
||||
bin/dreadnaut1
|
||||
bin/dreadnautL1
|
||||
bin/dreadnautB
|
||||
%%PORTDOCS%%share/doc/nauty/oldmanual.ps
|
||||
%%PORTDOCS%%share/doc/nauty/read.me
|
||||
%%PORTDOCS%%@dirrm share/doc/nauty
|
Loading…
Reference in New Issue
Block a user