Date: Thu, 24 May 2001 13:28:23 -0300 (ADT) From: bremner@unb.ca To: FreeBSD-gnats-submit@freebsd.org Subject: ports/27620: New Port: nauty -- Graph Isomorphism testers Message-ID: <200105241628.f4OGSNe10928@convex.cs.unb.ca>
next in thread | raw e-mail | index | archive | help
>Number: 27620 >Category: ports >Synopsis: New Port: nauty -- Graph Isomorphism testers >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 24 09:30:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David Bremner >Release: FreeBSD 4.3-RELEASE i386 >Organization: University of New Brunswick >Environment: System: FreeBSD convex.cs.unb.ca 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sat Apr 21 10:54:49 GMT 2001 jkh@narf.osd.bsdi.com:/usr/src/sys/compile/GENERIC i386 >Description: New port, compiles clean, no patches >How-To-Repeat: unpack. type make :-) >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # nauty # nauty/Makefile # nauty/np.shar # nauty/distinfo # nauty/pkg-comment # nauty/pkg-plist # nauty/pkg-descr # echo c - nauty mkdir -p nauty > /dev/null 2>&1 echo x - nauty/Makefile sed 's/^X//' >nauty/Makefile << 'END-of-nauty/Makefile' X# New ports collection makefile for: Ipe X# Date created: May 24 2001 X# Whom: bremner@unb.ca X# X# $FreeBSD$ X# X XPORTNAME= nauty XPORTVERSION= 2.0b9 XCATEGORIES= math X XMASTER_SITES= http://cs.anu.edu.au/~bdm/nauty/ XDISTNAME= ${PORTNAME}20 XDISTFILES= ${PORTNAME}20beta9.tar.gz X XMAINTAINER= bremner@unb.ca X XMAKEFILE= makefile XALL_TARGET= nauty XNO_INSTALL_MANPAGES=yes X Xdo-install: X cd ${WRKSRC}; ${INSTALL_PROGRAM} dreadnaut dreadnaut1 \ X dreadnautL1 dreadnautB ${PREFIX}/bin X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/${PORTNAME} X ${INSTALL_MAN} ${WRKSRC}/oldmanual.ps ${WRKSRC}/read.me \ X ${PREFIX}/share/doc/${PORTNAME} X.endif X X.include <bsd.port.mk> END-of-nauty/Makefile echo x - nauty/np.shar sed 's/^X//' >nauty/np.shar << 'END-of-nauty/np.shar' END-of-nauty/np.shar echo x - nauty/distinfo sed 's/^X//' >nauty/distinfo << 'END-of-nauty/distinfo' XMD5 (nauty20beta9.tar.gz) = 0209a4531f19d0522603871d90204175 END-of-nauty/distinfo echo x - nauty/pkg-comment sed 's/^X//' >nauty/pkg-comment << 'END-of-nauty/pkg-comment' XBrendan McKay's graph isomorphism tester END-of-nauty/pkg-comment echo x - nauty/pkg-plist sed 's/^X//' >nauty/pkg-plist << 'END-of-nauty/pkg-plist' Xbin/dreadnaut Xbin/dreadnaut1 Xbin/dreadnautL1 Xbin/dreadnautB Xshare/doc/nauty/oldmanual.ps Xshare/doc/nauty/read.me X@dirrm share/doc/nauty END-of-nauty/pkg-plist echo x - nauty/pkg-descr sed 's/^X//' >nauty/pkg-descr << 'END-of-nauty/pkg-descr' X XThis is a port of Brendan McKay's graph isomorphism tester. X XWWW: http://cs.anu.edu.au/~bdm/nauty/ END-of-nauty/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105241628.f4OGSNe10928>