more blurbs
Alex Schroeder <[email protected]>
| Newsgroups | gmane.linux.bbc.general |
|---|---|
| Message-ID | <[email protected]> |
More blurbs Index: utils/procps/Makefile =================================================================== RCS file: /var/cvs/gar/utils/procps/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- utils/procps/Makefile 18 Mar 2003 04:53:29 -0000 1.10 +++ utils/procps/Makefile 8 May 2003 01:01:45 -0000 @@ -9,7 +9,9 @@ DESCRIPTION = ps based on /proc define BLURB - #XXX: nwall package blurb goes here. +procps is the package that has a bunch of small useful utilities that +give information about processes using the /proc filesystem. The +package includes the programs ps, top, vmstat, w, kill, and skill. endef LIBDEPS = lib/ncurses Index: utils/regutils/Makefile =================================================================== RCS file: /var/cvs/gar/utils/regutils/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- utils/regutils/Makefile 18 Mar 2003 04:53:29 -0000 1.5 +++ utils/regutils/Makefile 8 May 2003 01:01:45 -0000 @@ -8,11 +8,22 @@ MAINTAINER = Seth Schoen <[email protected]> LICENSE = GPL2 -DESCRIPTION = Windows registry utilities +DESCRIPTION = regutils - win9x registry & ini file manipulation tools for unix define BLURB - Enter a longer description here. +Regutils is a collection of programs that can assist in the +installation of windows 9x software on diskless clients. The basic +procedure is to take a snap shot of a (diskfull) system before and +after a piece of software is installed and then look at what +changed. The changes are then modified to suite the diskless +environment and applied to the directory tree on the client's +server. The programs in regutils can be used to identify, sort, modify +and apply the changes. - You can use multiple lines if you want. +In addition, some of the programs in regutils can be used for other +purposes. For example, the iniedit and regedit programs can be used to +customize the client's win.ini and system.dat registry as well as the +user's user.dat registry and may be used to modify the system's policy +file, config.pol. endef # Dependencies are of the form categorydir/packagedir Index: utils/symlinks/Makefile =================================================================== RCS file: /var/cvs/gar/utils/symlinks/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- utils/symlinks/Makefile 12 Mar 2003 04:31:38 -0000 1.8 +++ utils/symlinks/Makefile 8 May 2003 01:01:46 -0000 @@ -9,7 +9,9 @@ DESCRIPTION = symlinks file utility define BLURB - #XXX: symlinks is an under used utility +A useful utility for maintainers of FTP sites, CDROMs, and Linux +software distributions. It scans directories for symbolic links and +lists them on stdout, often revealing flaws in the filesystem tree. endef # CONFIGURE_SCRIPTS = $(WORKSRC)/configure Index: utils/termcap/Makefile =================================================================== RCS file: /var/cvs/gar/utils/termcap/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- utils/termcap/Makefile 14 Nov 2002 23:23:10 -0000 1.4 +++ utils/termcap/Makefile 8 May 2003 01:01:46 -0000 @@ -9,7 +9,8 @@ DESCRIPTION = GNU termcap define BLURB - #XXX: nwall package blurb goes here. +A library of C functions that enable programs to send control strings +to terminals in a way independent of the terminal type. endef CONFIGURE_SCRIPTS = $(WORKSRC)/configure Index: utils/which/Makefile =================================================================== RCS file: /var/cvs/gar/utils/which/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- utils/which/Makefile 24 Nov 2002 05:46:14 -0000 1.4 +++ utils/which/Makefile 8 May 2003 01:01:46 -0000 @@ -5,9 +5,9 @@ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz LICENSE = GPL2 -DESCRIPTION = patch +DESCRIPTION = which define BLURB - #XXX: nwall package blurb goes here. +Which shows the full path of (shell) commands. endef CONFIGURE_SCRIPTS = $(WORKSRC)/configure