From 6d9728e843fb6fee4d3c62235862ef524292d365 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 26 Dec 2004 07:36:59 +0000 Subject: [PATCH] more help updates from Tom Cameron --- package/dropbear_sshd/Config.in | 2 +- package/fakeroot/Config.in | 7 +++---- package/libfloat/Config.in | 4 +--- package/libglib12/Config.in | 7 +++---- package/libmad/Config.in | 9 +++++---- package/libtool/Config.in | 8 ++++---- package/links/Config.in | 7 +++---- package/linux/Config.in | 7 +++---- package/lrzsz/Config.in | 7 +++---- package/ltp-testsuite/Config.in | 7 +++---- package/ltrace/Config.in | 7 +++---- package/lzo/Config.in | 7 +++---- package/m4/Config.in | 7 +++---- package/make/Config.in | 8 ++++---- package/microcom/Config.in | 7 +++---- package/microwin/Config.in | 3 --- package/mkdosfs/Config.in | 7 +++---- package/mke2fs/Config.in | 7 +++---- package/mpg123/Config.in | 8 ++++---- package/mrouted/Config.in | 7 +++---- package/ncurses/Config.in | 8 ++++---- package/netkitbase/Config.in | 7 +++---- package/netkittelnet/Config.in | 7 +++---- package/netsnmp/Config.in | 8 ++++---- package/newt/Config.in | 7 +++---- package/openssh/Config.in | 8 ++++---- package/openssl/Config.in | 10 ++++++---- package/patch/Config.in | 8 ++++---- package/pcmcia/Config.in | 7 +++---- package/pppd/Config.in | 7 +++---- package/raidtools/Config.in | 7 +++---- package/tar/Config.in | 8 ++++---- 32 files changed, 102 insertions(+), 123 deletions(-) diff --git a/package/dropbear_sshd/Config.in b/package/dropbear_sshd/Config.in index d2e0d0bbe..07c521884 100644 --- a/package/dropbear_sshd/Config.in +++ b/package/dropbear_sshd/Config.in @@ -1,5 +1,5 @@ config BR2_PACKAGE_DROPBEAR_SSHD - bool"dropbear_sshd" + bool "dropbear_sshd" default n help A small SSH 2 server designed for small memory environments. diff --git a/package/fakeroot/Config.in b/package/fakeroot/Config.in index 87e28b798..f9aa1ebf8 100644 --- a/package/fakeroot/Config.in +++ b/package/fakeroot/Config.in @@ -1,8 +1,7 @@ -# - config BR2_PACKAGE_FAKEROOT - bool"fakeroot" + bool "fakeroot" default n help - Add help text here. + Run commands in an environment faking root privileges. + http://joostje.op.het.net/fakeroot/ diff --git a/package/libfloat/Config.in b/package/libfloat/Config.in index 80acbd4d2..d3c161f8f 100644 --- a/package/libfloat/Config.in +++ b/package/libfloat/Config.in @@ -1,10 +1,8 @@ -# - config BR2_PACKAGE_LIBFLOAT bool "libfloat" default n help - Soft floating point library + Soft floating point library. http://netwinder.osuosl.org/devteam/scottb/libfloat/ diff --git a/package/libglib12/Config.in b/package/libglib12/Config.in index 78d8d5556..f2e29be0f 100644 --- a/package/libglib12/Config.in +++ b/package/libglib12/Config.in @@ -1,8 +1,7 @@ -# - config BR2_PACKAGE_LIBGLIB12 - bool"libglib12" + bool "libglib12" default n help - Add help text here. + Low-level core library that forms the basis of GTK+ and GNOME. + http://www.gtk.org/ diff --git a/package/libmad/Config.in b/package/libmad/Config.in index b05ce5cb3..540ac0267 100644 --- a/package/libmad/Config.in +++ b/package/libmad/Config.in @@ -1,8 +1,9 @@ -# - config BR2_PACKAGE_LIBMAD - bool"libmad" + bool "libmad" default n help - Add help text here. + High-quality MPEG audio decoder. All computations are performed + with fixed-point integer arithmetic, making it ideal for systems + without a floating-point unit. + http://www.underbit.com/products/mad/ diff --git a/package/libtool/Config.in b/package/libtool/Config.in index eb05f1948..81f3f0bc0 100644 --- a/package/libtool/Config.in +++ b/package/libtool/Config.in @@ -1,8 +1,8 @@ -# - config BR2_PACKAGE_LIBTOOL - bool"libtool" + bool "libtool" default n help - Add help text here. + Library that hides the complexity of using shared/static libraries + on different platforms behind a consistent, portable interface. + http://www.gnu.org/software/libtool/ diff --git a/package/links/Config.in b/package/links/Config.in index 2949a2cd6..0d970a4e5 100644 --- a/package/links/Config.in +++ b/package/links/Config.in @@ -1,8 +1,7 @@ -# - config BR2_PACKAGE_LINKS - bool"links" + bool "links" default n help - Add help text here. + Graphics and text mode WWW browser (kind of like lynx). + http://atrey.karlin.mff.cuni.cz/~clock/twibright/links diff --git a/package/linux/Config.in b/package/linux/Config.in index 177ff0b76..4588e48ef 100644 --- a/package/linux/Config.in +++ b/package/linux/Config.in @@ -1,8 +1,7 @@ -# - config BR2_PACKAGE_LINUX - bool"linux" + bool "linux" default n help - Add help text here. + The Linux kernel. + http://www.kernel.org/ diff --git a/package/lrzsz/Config.in b/package/lrzsz/Config.in index fe4f71a2f..47f06d226 100644 --- a/package/lrzsz/Config.in +++ b/package/lrzsz/Config.in @@ -1,8 +1,7 @@ -# - config BR2_PACKAGE_LRZSZ - bool"lrzsz" + bool "lrzsz" default n help - Add help text here. + Portable and fast implementation of the X/Y/Zmodem protocols. + http://www.ohse.de/uwe/software/lrzsz.html diff --git a/package/ltp-testsuite/Config.in b/package/ltp-testsuite/Config.in index 704944a56..59378633a 100644 --- a/package/ltp-testsuite/Config.in +++ b/package/ltp-testsuite/Config.in @@ -1,8 +1,7 @@ -# - config BR2_PACKAGE_LTP-TESTSUITE - bool"ltp-testsuite" + bool "ltp-testsuite" default n help - Add help text here. + The Linux Test Project provides a huge testsuite for Linux. + http://ltp.sourceforge.net/ diff --git a/package/ltrace/Config.in b/package/ltrace/Config.in index 77a6c6f9b..0988e5509 100644 --- a/package/ltrace/Config.in +++ b/package/ltrace/Config.in @@ -1,8 +1,7 @@ -# - config BR2_PACKAGE_LTRACE - bool"ltrace" + bool "ltrace" default n help - Add help text here. + Debugging program which runs a specified command until it exits. + http://packages.debian.org/unstable/utils/ltrace.html diff --git a/package/lzo/Config.in b/package/lzo/Config.in index 57a64c6c1..c6639b79a 100644 --- a/package/lzo/Config.in +++ b/package/lzo/Config.in @@ -1,8 +1,7 @@ -# - config BR2_PACKAGE_LZO - bool"lzo" + bool "lzo" default n help - Add help text here. + Portable lossless data compression library written in ANSI C. + http://www.oberhumer.com/opensource/lzo/ diff --git a/package/m4/Config.in b/package/m4/Config.in index 96f9d42a5..3e2839628 100644 --- a/package/m4/Config.in +++ b/package/m4/Config.in @@ -1,8 +1,7 @@ -# - config BR2_PACKAGE_M4 - bool"m4" + bool "m4" default n help - Add help text here. + An implementation of the traditional Unix macro processor. + http://www.gnu.org/software/m4/m4.html diff --git a/package/make/Config.in b/package/make/Config.in index 724ca3f65..ec66c149e 100644 --- a/package/make/Config.in +++ b/package/make/Config.in @@ -1,8 +1,8 @@ -# - config BR2_PACKAGE_MAKE - bool"make" + bool "make" default n help - Add help text here. + A tool which controls the generation of executables and other + non-source files of a program from the program's source files. + http://www.gnu.org/software/make/ diff --git a/package/microcom/Config.in b/package/microcom/Config.in index 9062a81a0..3cca04cc5 100644 --- a/package/microcom/Config.in +++ b/package/microcom/Config.in @@ -1,8 +1,7 @@ -# - config BR2_PACKAGE_MICROCOM - bool"microcom" + bool "microcom" default n help - Add help text here. + A minicom-like serial terminal emulator with scripting support. + http://microcom.port5.com/ diff --git a/package/microwin/Config.in b/package/microwin/Config.in index 18a981f40..b94d15406 100644 --- a/package/microwin/Config.in +++ b/package/microwin/Config.in @@ -1,5 +1,3 @@ -# - config BR2_PACKAGE_MICROWIN bool "microwin" default n @@ -8,4 +6,3 @@ config BR2_PACKAGE_MICROWIN embedded enviroments. http://microwindows.censoft.com/ - diff --git a/package/mkdosfs/Config.in b/package/mkdosfs/Config.in index c6ded62e8..1527e8148 100644 --- a/package/mkdosfs/Config.in +++ b/package/mkdosfs/Config.in @@ -1,8 +1,7 @@ -# - config BR2_PACKAGE_MKDOSFS - bool"mkdosfs" + bool "mkdosfs" default n help - Add help text here. + Creates a DOS FAT filesystem on a device. + ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/ diff --git a/package/mke2fs/Config.in b/package/mke2fs/Config.in index f3e9bea51..27abcc552 100644 --- a/package/mke2fs/Config.in +++ b/package/mke2fs/Config.in @@ -1,8 +1,7 @@ -# - config BR2_PACKAGE_MKE2FS - bool"mke2fs" + bool "mke2fs" default n help - Add help text here. + Create ext2 filesystems. + http://e2fsprogs.sourceforge.net/ diff --git a/package/mpg123/Config.in b/package/mpg123/Config.in index 73d98b3b3..12db82935 100644 --- a/package/mpg123/Config.in +++ b/package/mpg123/Config.in @@ -1,8 +1,8 @@ -# - config BR2_PACKAGE_MPG123 - bool"mpg123" + bool "mpg123" default n help - Add help text here. + Fast, free and portable MPEG audio player for Unix. It supports + MPEG 1.0/2.0 layers 1, 2 and 3. + http://www.mpg123.de/ diff --git a/package/mrouted/Config.in b/package/mrouted/Config.in index 567e78ae1..7f684492c 100644 --- a/package/mrouted/Config.in +++ b/package/mrouted/Config.in @@ -1,8 +1,7 @@ -# - config BR2_PACKAGE_MROUTED - bool"mrouted" + bool "mrouted" default n help - Add help text here. + An implementation of the DVMRP multicast routing protocol. + http://freshmeat.net/projects/mrouted/ diff --git a/package/ncurses/Config.in b/package/ncurses/Config.in index babadb22b..fec54c19e 100644 --- a/package/ncurses/Config.in +++ b/package/ncurses/Config.in @@ -1,8 +1,8 @@ -# - config BR2_PACKAGE_NCURSES - bool"ncurses" + bool "ncurses" default n help - Add help text here. + The Ncurses (new curses) library is a free software emulation of + curses in System V Release 4.0, and more. + http://www.gnu.org/software/ncurses/ diff --git a/package/netkitbase/Config.in b/package/netkitbase/Config.in index 9cf9e90a7..abd94265d 100644 --- a/package/netkitbase/Config.in +++ b/package/netkitbase/Config.in @@ -1,8 +1,7 @@ -# - config BR2_PACKAGE_NETKITBASE - bool"netkitbase" + bool "netkitbase" default n help - Add help text here. + Old-style inetd. + ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/ diff --git a/package/netkittelnet/Config.in b/package/netkittelnet/Config.in index 5661fb870..757f96418 100644 --- a/package/netkittelnet/Config.in +++ b/package/netkittelnet/Config.in @@ -1,8 +1,7 @@ -# - config BR2_PACKAGE_NETKITTELNET - bool"netkittelnet" + bool "netkittelnet" default n help - Add help text here. + Standard Linux telnet client and server. + ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/ diff --git a/package/netsnmp/Config.in b/package/netsnmp/Config.in index fabf7ec20..4e0783077 100644 --- a/package/netsnmp/Config.in +++ b/package/netsnmp/Config.in @@ -1,9 +1,9 @@ -# - config BR2_PACKAGE_NETSNMP - bool"netsnmp" + bool "netsnmp" default n select BR2_PACKAGE_OPENSSL help - Add help text here. + Suite of applications used to implement SNMP v1, SNMP v2c, and + SNMP v3 using both IPv4 and IPv6. + http://net-snmp.sourceforge.net/ diff --git a/package/newt/Config.in b/package/newt/Config.in index adc66edd1..7c5364880 100644 --- a/package/newt/Config.in +++ b/package/newt/Config.in @@ -1,8 +1,7 @@ -# - config BR2_PACKAGE_NEWT - bool"newt" + bool "newt" default n help - Add help text here. + Programming library for color text mode, widget based user interfaces. + http://www.redhat.com/ diff --git a/package/openssh/Config.in b/package/openssh/Config.in index 97dd0e330..e98d3b12b 100644 --- a/package/openssh/Config.in +++ b/package/openssh/Config.in @@ -1,9 +1,9 @@ -# - config BR2_PACKAGE_OPENSSH - bool"openssh" + bool "openssh" default n select BR2_PACKAGE_OPENSSL help - Add help text here. + A free version of the SSH protocol suite of network connectivity + tools. The standard 'ssh', 'sshd', 'scp', and friends. + http://www.openssh.com/ diff --git a/package/openssl/Config.in b/package/openssl/Config.in index 0742e132a..d13768d05 100644 --- a/package/openssl/Config.in +++ b/package/openssl/Config.in @@ -1,8 +1,10 @@ -# - config BR2_PACKAGE_OPENSSL - bool"openssl" + bool "openssl" default n help - Add help text here. + A collaborative effort to develop a robust, commercial-grade, fully + featured, and Open Source toolkit implementing the Secure Sockets + Layer (SSL v2/v3) and Transport Security (TLS v1) as well as a + full-strength general-purpose cryptography library. + http://www.openssl.org/ diff --git a/package/patch/Config.in b/package/patch/Config.in index e9267cb4b..c2a79299e 100644 --- a/package/patch/Config.in +++ b/package/patch/Config.in @@ -1,8 +1,8 @@ -# - config BR2_PACKAGE_PATCH - bool"patch" + bool "patch" default n help - Add help text here. + Take patch files (containing difference listings) and apply them + to original files, producing patched versions. + http://www.gnu.org/software/patch/ diff --git a/package/pcmcia/Config.in b/package/pcmcia/Config.in index a20059f4f..812a58e58 100644 --- a/package/pcmcia/Config.in +++ b/package/pcmcia/Config.in @@ -1,8 +1,7 @@ -# - config BR2_PACKAGE_PCMCIA - bool"pcmcia" + bool "pcmcia" default n help - Add help text here. + PCMCIA tools for Linux. + http://pcmcia-cs.sourceforge.net/ diff --git a/package/pppd/Config.in b/package/pppd/Config.in index 6c8a2b0af..e362d2726 100644 --- a/package/pppd/Config.in +++ b/package/pppd/Config.in @@ -1,8 +1,7 @@ -# - config BR2_PACKAGE_PPPD - bool"pppd" + bool "pppd" default n help - Add help text here. + An implementation of the Point-to-point protocol. + http://www.samba.org/ppp/ diff --git a/package/raidtools/Config.in b/package/raidtools/Config.in index 5cc8fc3bc..158620240 100644 --- a/package/raidtools/Config.in +++ b/package/raidtools/Config.in @@ -1,8 +1,7 @@ -# - config BR2_PACKAGE_RAIDTOOLS - bool"raidtools" + bool "raidtools" default n help - Add help text here. + Utilities to support 'old-style' RAID disks. + http://people.redhat.com/mingo/raidtools/ diff --git a/package/tar/Config.in b/package/tar/Config.in index 889455b1b..9f3ef85be 100644 --- a/package/tar/Config.in +++ b/package/tar/Config.in @@ -1,8 +1,8 @@ -# - config BR2_PACKAGE_TAR - bool"tar" + bool "tar" default n help - Add help text here. + A program that saves many files together into a single tape or disk + archive, and can restore individual files from the archive. + http://www.gnu.org/software/tar/