diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-03-23 05:59:18 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-03-23 05:59:18 +0000 |
commit | 3d4fcaba36a414b48cc19163793f7e1ba1f9228a (patch) | |
tree | f02c35ea84fad70ced0eec134888a76fa963187c /release/sysinstall/index.c | |
parent | d1ecde2bbbcd377a8630bb28bafd3287c77bec70 (diff) | |
download | src-test2-3d4fcaba36a414b48cc19163793f7e1ba1f9228a.tar.gz src-test2-3d4fcaba36a414b48cc19163793f7e1ba1f9228a.zip |
Notes
Diffstat (limited to 'release/sysinstall/index.c')
-rw-r--r-- | release/sysinstall/index.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/release/sysinstall/index.c b/release/sysinstall/index.c index 531246c647be..16a9e83a9dd8 100644 --- a/release/sysinstall/index.c +++ b/release/sysinstall/index.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: index.c,v 1.51 1997/10/08 15:31:13 jkh Exp $ + * $Id: index.c,v 1.52 1997/11/13 11:44:42 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -83,6 +83,7 @@ static char *descrs[] = { "emulation", "Utilities for emulating other OS types.", "emulators", "Utilities for emulating other OS types.", "games", "Various and sundry amusements.", + "german", "Ported software for Germanic countries.", "graphics", "Graphics libraries and utilities.", "japanese", "Ported software for the Japanese market.", "korean", "Ported software for the Korean market.", @@ -110,9 +111,12 @@ static char *descrs[] = { "textproc", "Text processing/search utilities.", "tcl75", "TCL v7.5 and packages which depend on it.", "tcl76", "TCL v7.6 and packages which depend on it.", + "tcl80", "TCL v8.0 and packages which depend on it.", + "tcl81", "TCL v8.1 and packages which depend on it.", "tk41", "Tk4.1 and packages which depend on it.", "tk42", "Tk4.2 and packages which depend on it.", "tk80", "Tk8.0 and packages which depend on it.", + "tk81", "Tk8.1 and packages which depend on it.", "troff", "TROFF Text formatting utilities.", "utils", "Various user utilities.", "utilities", "Various user utilities.", |