View | Details | Raw Unified | Return to bug 149311
Collapse All | Expand All

(-)nauty.new/Makefile (-12 / +14 lines)
Lines 6-33 Link Here
6
#
6
#
7
7
8
PORTNAME=	nauty
8
PORTNAME=	nauty
9
PORTVERSION=	2.0b9
9
PORTVERSION=	2.4r1
10
CATEGORIES=	math
10
CATEGORIES=	math
11
MASTER_SITES=	http://cs.anu.edu.au/~bdm/nauty/
11
MASTER_SITES=	http://cs.anu.edu.au/~bdm/nauty/ \
12
DISTNAME=	${PORTNAME}20beta9
12
		http://www.c-s.li/ports/
13
DISTNAME=	${PORTNAME}24r1
13
14
14
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	c-s@c-s.li
15
COMMENT=	Brendan McKay's graph isomorphism tester
16
COMMENT=	Brendan McKay's graph isomorphism tester
16
17
17
WRKSRC=		${WRKDIR}/${PORTNAME}20
18
WRKSRC=		${WRKDIR}/${PORTNAME}24r1
18
MAKEFILE=	makefile
19
MAKEFILE=	makefile
19
ALL_TARGET=	nauty
20
ALL_TARGET=	all
20
NO_INSTALL_MANPAGES=yes
21
MAKE_JOBS_SAFE=	YES
21
PORTDOCS=	oldmanual.ps read.me
22
PORTDOCS=	nug.pdf
22
PLIST_FILES=	bin/dreadnaut bin/dreadnaut1 bin/dreadnautL1 bin/dreadnautB
23
23
24
post-patch:
24
post-patch:
25
	@${REINPLACE_CMD} -e 's|gcc|${CC}|; s|-O4|${CFLAGS}|' \
25
	@${REINPLACE_CMD} -e 's|gcc|${CC}|; s|-O4 -march=i686|${CFLAGS}|' \
26
		${WRKSRC}/${MAKEFILE}
26
		${WRKSRC}/${MAKEFILE}
27
27
28
do-install:
28
do-install:
29
	cd ${WRKSRC}; 	${INSTALL_PROGRAM} dreadnaut dreadnaut1 \
29
	cd ${WRKSRC}; 	${INSTALL_PROGRAM} dreadnaut copyg listg labelg dretog \
30
		dreadnautL1 dreadnautB  ${PREFIX}/bin
30
	amtog geng complg shortg showg NRswitchg biplabg addedgeg deledgeg \
31
	countg pickg genrang newedgeg catg genbg directg  multig planarg \
32
	gentourng ${PREFIX}/bin
31
33
32
post-install:
34
post-install:
33
.if !defined(NOPORTDOCS)
35
.if !defined(NOPORTDOCS)
(-)nauty.new/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (nauty20beta9.tar.gz) = 0209a4531f19d0522603871d90204175
1
MD5 (nauty24r1.tar.gz) = 431f07ad06e97b48c8aa1df97bf10a02
2
SHA256 (nauty20beta9.tar.gz) = 5fcb0aa6afccf3a4bd13774df1eeb0aaf24f9e915eb58ecdd0062e052d010ead
2
SHA256 (nauty24r1.tar.gz) = 328a5fd85d380450a31943d0519a01ecb01b09dde51e5fc30a3b350876bfcae9
3
SIZE (nauty20beta9.tar.gz) = 264860
3
SIZE (nauty24r1.tar.gz) = 723634
(-)nauty.new/pkg-descr (-1 / +2 lines)
Lines 1-3 Link Here
1
This is a port of Brendan McKay's graph isomorphism tester.
1
nauty is a program for computing automorphism groups of graphs and digraphs.
2
It can also produce a canonical labelling.
2
3
3
WWW: http://cs.anu.edu.au/~bdm/nauty/
4
WWW: http://cs.anu.edu.au/~bdm/nauty/
(-)nauty.new/pkg-plist (+24 lines)
Line 0 Link Here
1
bin/NRswitchg
2
bin/addedgeg
3
bin/amtog
4
bin/biplabg
5
bin/catg
6
bin/complg
7
bin/copyg
8
bin/countg
9
bin/deledgeg
10
bin/directg
11
bin/dreadnaut
12
bin/dretog
13
bin/genbg
14
bin/geng
15
bin/genrang
16
bin/gentourng
17
bin/labelg
18
bin/listg
19
bin/multig
20
bin/newedgeg
21
bin/pickg
22
bin/planarg
23
bin/shortg
24
bin/showg

Return to bug 149311