The FreeBSD Ports Archive
FreeBSD games : connect44>
A curses version of the classic game
Please refer to the man page for instructions and further information.
This version contains my patches and man page.
Share and enjoy,
Joel...
sutton@aardvark.apana.org.au
|
connect4 history
v. 1.14
date: 2004/03/19 23:56:42; author: trevor; state: Exp; lines: +1 -1
The gshar+gunshar port is renamed to ports/archivers/sharutils.
PR: 64443
v. 1.13
date: 2003/06/15 05:24:29; author: kris; state: Exp; lines: +1 -1
BUILD_DEPENDS -> EXTRACT_DEPENDS
v. 1.12
date: 2003/02/20 17:32:06; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.11
date: 2002/11/10 16:46:03; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.10
date: 2002/11/06 22:44:58; author: adamw; state: Exp; lines: +3 -1
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.9
date: 2000/11/03 12:50:56; author: kevlo; state: Exp; lines: +14 -15
- Use MASTER_SITE_COMP_SOURCES to MASTER_SITES
- Support CC/CFLAGS/PREFIX properly
- Change location of data file from lib/ to share/
PR: 22552
Submitted by: Ports Fury
v. 1.8
date: 2000/10/29 06:31:32; author: dougb; state: Exp; lines: +2 -2
At his request, remove Joel Sutton as maintainer of 8 ports. Thank you for
your efforts on these ports, and thank you for also taking the responsibility
to let us know your time now has other priorities.
PR: ports/22384
Submitted by: Joel Sutton, jsutton@bbcon.com.au
v. 1.7
date: 2000/08/16 05:58:22; author: kris; state: Exp; lines: +3 -3
Remove a world-writable score file by making the game binary setgid games
and the score file root:games mode 664. Since the games group has (should
have) no permissions other than to write to game data files, it doesn't
really matter if this is "insecure" (lots of other things which are
setgid games already are).
v. 1.6
date: 2000/04/14 00:45:41; author: mharo; state: Exp; lines: +4 -4
update portname/portversion stuff (games commit part 1, a-c)
v. 1.5
date: 2000/03/20 22:44:29; author: mharo; state: Exp; lines: +3 -3
remove extra whitespace (portlint)
Submitte by:
v. 1.4
date: 1999/10/21 05:53:28; author: cpiazza; state: Exp; lines: +3 -4
Update maintainer's email address
PR: 14395
Submitted by: maintainer
v. 1.3
date: 1999/08/25 06:03:06; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.2
date: 1999/02/03 11:11:43; author: asami; state: Exp; lines: +3 -2
Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
bsd.port.mk rev. 1.304 for details on the change.
The fix here is one of the following.
(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
EXTRACT_* commands.
(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
calling the "tar" command (i.e., arguments like "-xzf" are spelled
out).
(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
add ${EXTRACT_AFTER_ARGS} to the command line as well.
(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
is set, define the other two too.
v. 1.1
date: 1997/06/04 03:21:12; author: asami; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/06/04 03:21:12; author: asami; state: Exp; lines: +0 -0
Classic "drop tokens" game.
PR: 3625
Submitted by: Joel Sutton sutton@aardvark.apana.org.au
=============================================================================
v. 1.14
date: 2004/03/19 23:56:42; author: trevor; state: Exp; lines: +1 -1
The gshar+gunshar port is renamed to ports/archivers/sharutils.
PR: 64443
v. 1.13
date: 2003/06/15 05:24:29; author: kris; state: Exp; lines: +1 -1
BUILD_DEPENDS -> EXTRACT_DEPENDS
v. 1.12
date: 2003/02/20 17:32:06; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.11
date: 2002/11/10 16:46:03; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.10
date: 2002/11/06 22:44:58; author: adamw; state: Exp; lines: +3 -1
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.9
date: 2000/11/03 12:50:56; author: kevlo; state: Exp; lines: +14 -15
- Use MASTER_SITE_COMP_SOURCES to MASTER_SITES
- Support CC/CFLAGS/PREFIX properly
- Change location of data file from lib/ to share/
PR: 22552
Submitted by: Ports Fury
v. 1.8
date: 2000/10/29 06:31:32; author: dougb; state: Exp; lines: +2 -2
At his request, remove Joel Sutton as maintainer of 8 ports. Thank you for
your efforts on these ports, and thank you for also taking the responsibility
to let us know your time now has other priorities.
PR: ports/22384
Submitted by: Joel Sutton, jsutton@bbcon.com.au
v. 1.7
date: 2000/08/16 05:58:22; author: kris; state: Exp; lines: +3 -3
Remove a world-writable score file by making the game binary setgid games
and the score file root:games mode 664. Since the games group has (should
have) no permissions other than to write to game data files, it doesn't
really matter if this is "insecure" (lots of other things which are
setgid games already are).
v. 1.6
date: 2000/04/14 00:45:41; author: mharo; state: Exp; lines: +4 -4
update portname/portversion stuff (games commit part 1, a-c)
v. 1.5
date: 2000/03/20 22:44:29; author: mharo; state: Exp; lines: +3 -3
remove extra whitespace (portlint)
Submitte by:
v. 1.4
date: 1999/10/21 05:53:28; author: cpiazza; state: Exp; lines: +3 -4
Update maintainer's email address
PR: 14395
Submitted by: maintainer
v. 1.3
date: 1999/08/25 06:03:06; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.2
date: 1999/02/03 11:11:43; author: asami; state: Exp; lines: +3 -2
Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
bsd.port.mk rev. 1.304 for details on the change.
The fix here is one of the following.
(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
EXTRACT_* commands.
(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
calling the "tar" command (i.e., arguments like "-xzf" are spelled
out).
(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
add ${EXTRACT_AFTER_ARGS} to the command line as well.
(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
is set, define the other two too.
v. 1.1
date: 1997/06/04 03:21:12; author: asami; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/06/04 03:21:12; author: asami; state: Exp; lines: +0 -0
Classic "drop tokens" game.
PR: 3625
Submitted by: Joel Sutton sutton@aardvark.apana.org.au
=============================================================================
v. 1.14
date: 2004/03/19 23:56:42; author: trevor; state: Exp; lines: +1 -1
The gshar+gunshar port is renamed to ports/archivers/sharutils.
PR: 64443
v. 1.13
date: 2003/06/15 05:24:29; author: kris; state: Exp; lines: +1 -1
BUILD_DEPENDS -> EXTRACT_DEPENDS
v. 1.12
date: 2003/02/20 17:32:06; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.11
date: 2002/11/10 16:46:03; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.10
date: 2002/11/06 22:44:58; author: adamw; state: Exp; lines: +3 -1
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.9
date: 2000/11/03 12:50:56; author: kevlo; state: Exp; lines: +14 -15
- Use MASTER_SITE_COMP_SOURCES to MASTER_SITES
- Support CC/CFLAGS/PREFIX properly
- Change location of data file from lib/ to share/
PR: 22552
Submitted by: Ports Fury
v. 1.8
date: 2000/10/29 06:31:32; author: dougb; state: Exp; lines: +2 -2
At his request, remove Joel Sutton as maintainer of 8 ports. Thank you for
your efforts on these ports, and thank you for also taking the responsibility
to let us know your time now has other priorities.
PR: ports/22384
Submitted by: Joel Sutton, jsutton@bbcon.com.au
v. 1.7
date: 2000/08/16 05:58:22; author: kris; state: Exp; lines: +3 -3
Remove a world-writable score file by making the game binary setgid games
and the score file root:games mode 664. Since the games group has (should
have) no permissions other than to write to game data files, it doesn't
really matter if this is "insecure" (lots of other things which are
setgid games already are).
v. 1.6
date: 2000/04/14 00:45:41; author: mharo; state: Exp; lines: +4 -4
update portname/portversion stuff (games commit part 1, a-c)
v. 1.5
date: 2000/03/20 22:44:29; author: mharo; state: Exp; lines: +3 -3
remove extra whitespace (portlint)
Submitte by:
v. 1.4
date: 1999/10/21 05:53:28; author: cpiazza; state: Exp; lines: +3 -4
Update maintainer's email address
PR: 14395
Submitted by: maintainer
v. 1.3
date: 1999/08/25 06:03:06; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.2
date: 1999/02/03 11:11:43; author: asami; state: Exp; lines: +3 -2
Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
bsd.port.mk rev. 1.304 for details on the change.
The fix here is one of the following.
(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
EXTRACT_* commands.
(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
calling the "tar" command (i.e., arguments like "-xzf" are spelled
out).
(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
add ${EXTRACT_AFTER_ARGS} to the command line as well.
(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
is set, define the other two too.
v. 1.1
date: 1997/06/04 03:21:12; author: asami; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/06/04 03:21:12; author: asami; state: Exp; lines: +0 -0
Classic "drop tokens" game.
PR: 3625
Submitted by: Joel Sutton sutton@aardvark.apana.org.au
=============================================================================
|
| |

|