freebsd-dev/games
Colin Percival 11d9aa6707 Step 1 of eliminating the "games" distribution: Move binaries to /usr/bin;
update paths; and include everything in the "base" distribution.

The "games" distribution being optional made sense when there were more
games and we had small disks; but the "games-like" games were moved into
the ports tree a dozen years ago and the remaining "utility-like" games
occupy less than 0.001% of my laptop's small hard drive.  Meanwhile every
new user is confronted by the question "do you want games installed" when
they they try to install FreeBSD.

The next steps will be:

2. Removing punch card (bcd, ppt), phase-of-moon (pom), clock (grdc), and
caesar cipher (caesar, rot13) utilities.  I intend to keep fortune, factor,
morse, number, primes, and random, since there is evidence that those are
still being used.

3. Merging src/games into src/usr.bin.

This change will not be MFCed.

Reviewed by:	jmg
Discussed at:	EuroBSDCon
Approved by:	gjb (release-affecting changes)
2015-02-12 05:35:00 +00:00
..
bcd bcd isn't installed setuid. 2012-10-22 03:06:53 +00:00
caesar Step 1 of eliminating the "games" distribution: Move binaries to /usr/bin; 2015-02-12 05:35:00 +00:00
factor Update factor for changes to types in primes, which is a dependency. 2014-09-27 10:57:34 +00:00
fortune Step 1 of eliminating the "games" distribution: Move binaries to /usr/bin; 2015-02-12 05:35:00 +00:00
grdc Replace all uses of libncurses and libtermcap with their wide character 2014-07-17 18:24:34 +00:00
morse use .Mt to mark up email addresses consistently (part1) 2014-06-20 09:40:43 +00:00
number Add static keywords to variables and functions where possible in games/. 2011-11-05 07:18:53 +00:00
pom Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00
ppt NO_MAN= has been deprecated in favor of MAN= for some time, go ahead 2014-04-13 05:21:56 +00:00
primes Switch primes(6) from using unsigned long to using uint64_t. This fixes 2014-09-27 09:00:38 +00:00
random use .Mt to mark up email addresses consistently (part1) 2014-06-20 09:40:43 +00:00
tests Add placeholder Kyuafiles for various top-level hierarchies. 2014-04-21 21:39:25 +00:00
Makefile Use src.opts.mk in preference to bsd.own.mk except where we need stuff 2014-05-06 04:22:01 +00:00
Makefile.inc Step 1 of eliminating the "games" distribution: Move binaries to /usr/bin; 2015-02-12 05:35:00 +00:00