summaryrefslogtreecommitdiffstats
path: root/ching
Commit message (Collapse)AuthorAgeFilesLines
* Use PREFIX nowCameron Katri2021-03-284-8/+10
|
* Get all the games compiling for iOSCameron Katri2021-02-225-16/+44
|
* this already passes WARNS=5dholland2013-08-111-2/+2
|
* NULL does not need a castplunky2011-08-311-8/+8
|
* sprinkle staticdholland2009-08-122-29/+30
|
* Set WARNS=4 here. This got missed on my previous WARNS sweep in games.dholland2009-06-041-2/+2
| | | Everything appears to compile ok with WARNS=4 anyway though.
* more MKSHARE == no fixes:mrg2008-10-301-1/+5
| | | | | | | - move installation of atf pkg-config files out of share/atf/ - don't install spell or ching share files - update some directory entries to not have 'share' tag now my MKLINT=no MKSHARE=no MKPROFILE=no builds work again.
* Remove the \n and tabs from the __COPYRIGHT() strings.lukem2008-07-202-8/+8
|
* Quote macro.wiz2005-07-051-2/+2
|
* Sort sections. Use mdoc macros. Reformat.wiz2005-07-021-22/+23
|
* Removing trailing spaces.wiz2005-07-021-9/+9
|
* Initialize lnum and unum to avoid a "might be used uninitialized"martin2005-06-301-3/+3
| | | warning.
* missing paragraph break from the originalperry2005-06-301-1/+2
|
* ching(6) -- The Book of Changes, not seen in BSD since 4.4BSD.perry2005-06-3013-0/+3271
The C code is a complete rewrite done by Guy Harris for 4.4BSD and is not the original from v7 at all. Unfortunately, the data file itself, without which the rest isn't useful, was not freed until Caldera released all of 32v a few years ago, so it was not in 4.4lite. The data file, the ching nroff macros, and the driver script are under Caldera or Caldera+Berkeley copyright. I've partially redone the driver script from 4.4 (there was no point in using a temporary file for the hexagram), which was already partially redone from 32v. (As an aside, it is nutty that the script needs a copyright so many times longer than the code.) I've renamed "cno" to "castching", "phx" to "printching", (the traditional names were opaque), and put them in /usr/libexec/ching instead of the v7 /usr/games/ching.d. The data file and nroff macros are in /usr/share/games/ching