git: games: Bring in cgram(6) from NetBSD

Aaron LI aly at crater.dragonflybsd.org
Sun Feb 21 00:18:27 PST 2021


commit 1efcf41be2ab5dc10b26e8830d8ad970f685cc8e
Author: Aaron LI <aly at aaronly.me>
Date:   Sat Feb 20 18:41:17 2021 +0800

    games: Bring in cgram(6) from NetBSD
    
    cgram is a curses-based widget for solving Sunday-paper-type cryptograms
    based on substitution ciphers.  A random cleartext is chosen using
    fortune(6) and a random substitution key is generated.

Summary of changes:
 games/Makefile                                     |   1 +
 games/cgram/Makefile                               |   8 +
 .../utmp_update.8 => games/cgram/cgram.6           |  58 ++--
 games/cgram/cgram.c                                | 348 +++++++++++++++++++++
 games/{sail/restart.h => cgram/pathnames.h}        |   8 +-
 5 files changed, 391 insertions(+), 32 deletions(-)
 create mode 100644 games/cgram/Makefile
 copy libexec/utmp_update/utmp_update.8 => games/cgram/cgram.6 (63%)
 create mode 100644 games/cgram/cgram.c
 copy games/{sail/restart.h => cgram/pathnames.h} (90%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1efcf41be2ab5dc10b26e8830d8ad970f685cc8e


-- 
DragonFly BSD source repository



More information about the Commits mailing list