Import nauty-24r2 as wip/nauty.

nauty is a program for computing automorphism groups of graphs and digraphs.
It can also produce a canonical labelling.
This commit is contained in:
Kamel Ibn Aziz Derouiche 2010-09-02 12:05:14 +00:00 committed by Thomas Klausner
parent 03c5cb518f
commit 6b20ff6ea9
4 changed files with 69 additions and 0 deletions

2
nauty/DESCR Normal file
View file

@ -0,0 +1,2 @@
nauty is a program for computing automorphism groups of graphs and digraphs.
It can also produce a canonical labelling.

37
nauty/Makefile Normal file
View file

@ -0,0 +1,37 @@
# $NetBSD: Makefile,v 1.1.1.1 2010/09/02 12:05:14 jihbed Exp $
#
DISTNAME= nauty24r2
PKGNAME= nauty-24r2
CATEGORIES= math
MASTER_SITES= http://cs.anu.edu.au/~bdm/nauty/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://cs.anu.edu.au/~bdm/nauty/
COMMENT= Brendan McKay's graph isomorphism tester
#LICENSE= # TODO: (see mk/license.mk)
MAKE_JOBS_SAFE= no
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
MAKE_FILE= makefile
USE_TOOLS+= gmake
USE_LANGUAGES= c
PROGFILES= NRswitchg complg dreadnaut gentourng pickg \
addedgeg copyg dretog labelg planarg amtog countg \
genbg listg shortg biplabg deledgeg geng multig showg \
arg directg genrang newedgeg
INSTALLATION_DIRS= bin
do-install:
.for progf in ${PROGFILES}
${INSTALL_PROGRAM} ${WRKSRC}/${progf} ${DESTDIR}${PREFIX}/bin
.endfor
.include "../../mk/bsd.pkg.mk"

25
nauty/PLIST Normal file
View file

@ -0,0 +1,25 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/02 12:05:14 jihbed Exp $
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

5
nauty/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2010/09/02 12:05:14 jihbed Exp $
SHA1 (nauty24r2.tar.gz) = 3f012beb399a9340f77d0104bf1c9bf1100e8286
RMD160 (nauty24r2.tar.gz) = 4d22200a646e453090cd8d31fc3adce6a1e47e69
Size (nauty24r2.tar.gz) = 720754 bytes