1.1.1, with a manpage from me, and a small usage patch.

This commit is contained in:
espie 2002-12-14 17:47:19 +00:00
parent ffc683d0a4
commit bacb07a045
4 changed files with 10 additions and 12 deletions

View File

@ -1,12 +1,12 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/12/14 17:02:37 espie Exp $
# $OpenBSD: Makefile,v 1.2 2002/12/14 17:47:19 espie Exp $
COMMENT= "finish-the-cycle logic puzzle"
CATEGORIES= games
MAINTAINER= Marc Espie <espie@openbsd.org>
DISTNAME= circuit-0.1
MASTER_SITES= ftp://quatramaran.ens.fr/pub/cigaes/
DISTNAME= circuit-0.1.1
MASTER_SITES= ftp://quatramaran.ens.fr/pub/cigaes/circuit/
# BSD
@ -22,6 +22,8 @@ do-build:
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/circuit ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/circuit.6 ${PREFIX}/man/man6
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (circuit-0.1.tar.gz) = 9bfd66fdc26bcd2011e3b2d26a4f2be2
RMD160 (circuit-0.1.tar.gz) = a824e30c3a56fecbd63d02008211399929e9c5e3
SHA1 (circuit-0.1.tar.gz) = 5f30796156be8f1c3029244a509807c6fd82516a
MD5 (circuit-0.1.1.tar.gz) = 354b67db851e2df9a60d780ab84eee39
RMD160 (circuit-0.1.1.tar.gz) = c857c70fc68ee16cf358b0776a02dbd0c5a3eb13
SHA1 (circuit-0.1.1.tar.gz) = f97beb699581f2f1d5ac1a11f591cb0c42c40cf1

View File

@ -3,8 +3,3 @@ By clicking on a circle, you can rotate all the lines protuding from
the circle.
The goal is to make all half-lines connect at the same time.
Usage: circuit [-t] [-6] width height
-t: torus map
-6: use hexagons instead of squares.

View File

@ -1,2 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/12/14 17:02:37 espie Exp $
@comment $OpenBSD: PLIST,v 1.2 2002/12/14 17:47:19 espie Exp $
bin/circuit
man/man6/circuit.6