Browse Source

more help updates from Tom Cameron

Mike Frysinger 20 years ago
parent
commit
6d9728e843

+ 1 - 1
package/dropbear_sshd/Config.in

@@ -1,5 +1,5 @@
 config BR2_PACKAGE_DROPBEAR_SSHD
 config BR2_PACKAGE_DROPBEAR_SSHD
-	bool"dropbear_sshd"
+	bool "dropbear_sshd"
 	default n
 	default n
 	help
 	help
 	  A small SSH 2 server designed for small memory environments.
 	  A small SSH 2 server designed for small memory environments.

+ 3 - 4
package/fakeroot/Config.in

@@ -1,8 +1,7 @@
-#
-
 config BR2_PACKAGE_FAKEROOT
 config BR2_PACKAGE_FAKEROOT
-	bool"fakeroot"
+	bool "fakeroot"
 	default n
 	default n
 	help
 	help
-	  Add help text here.
+	  Run commands in an environment faking root privileges.
 
 
+	  http://joostje.op.het.net/fakeroot/

+ 1 - 3
package/libfloat/Config.in

@@ -1,10 +1,8 @@
-#
-
 config BR2_PACKAGE_LIBFLOAT
 config BR2_PACKAGE_LIBFLOAT
 	bool "libfloat"
 	bool "libfloat"
 	default n
 	default n
 	help
 	help
-	 Soft floating point library
+	 Soft floating point library.
 	 
 	 
 	 http://netwinder.osuosl.org/devteam/scottb/libfloat/
 	 http://netwinder.osuosl.org/devteam/scottb/libfloat/
 
 

+ 3 - 4
package/libglib12/Config.in

@@ -1,8 +1,7 @@
-#
-
 config BR2_PACKAGE_LIBGLIB12
 config BR2_PACKAGE_LIBGLIB12
-	bool"libglib12"
+	bool "libglib12"
 	default n
 	default n
 	help
 	help
-	  Add help text here.
+	  Low-level core library that forms the basis of GTK+ and GNOME.
 
 
+	  http://www.gtk.org/

+ 5 - 4
package/libmad/Config.in

@@ -1,8 +1,9 @@
-#
-
 config BR2_PACKAGE_LIBMAD
 config BR2_PACKAGE_LIBMAD
-	bool"libmad"
+	bool "libmad"
 	default n
 	default n
 	help
 	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/

+ 4 - 4
package/libtool/Config.in

@@ -1,8 +1,8 @@
-#
-
 config BR2_PACKAGE_LIBTOOL
 config BR2_PACKAGE_LIBTOOL
-	bool"libtool"
+	bool "libtool"
 	default n
 	default n
 	help
 	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/

+ 3 - 4
package/links/Config.in

@@ -1,8 +1,7 @@
-#
-
 config BR2_PACKAGE_LINKS
 config BR2_PACKAGE_LINKS
-	bool"links"
+	bool "links"
 	default n
 	default n
 	help
 	help
-	  Add help text here.
+	  Graphics and text mode WWW browser (kind of like lynx).
 
 
+	  http://atrey.karlin.mff.cuni.cz/~clock/twibright/links

+ 3 - 4
package/linux/Config.in

@@ -1,8 +1,7 @@
-#
-
 config BR2_PACKAGE_LINUX
 config BR2_PACKAGE_LINUX
-	bool"linux"
+	bool "linux"
 	default n
 	default n
 	help
 	help
-	  Add help text here.
+	  The Linux kernel.
 
 
+	  http://www.kernel.org/

+ 3 - 4
package/lrzsz/Config.in

@@ -1,8 +1,7 @@
-#
-
 config BR2_PACKAGE_LRZSZ
 config BR2_PACKAGE_LRZSZ
-	bool"lrzsz"
+	bool "lrzsz"
 	default n
 	default n
 	help
 	help
-	  Add help text here.
+	  Portable and fast implementation of the X/Y/Zmodem protocols.
 
 
+	  http://www.ohse.de/uwe/software/lrzsz.html

+ 3 - 4
package/ltp-testsuite/Config.in

@@ -1,8 +1,7 @@
-#
-
 config BR2_PACKAGE_LTP-TESTSUITE
 config BR2_PACKAGE_LTP-TESTSUITE
-	bool"ltp-testsuite"
+	bool "ltp-testsuite"
 	default n
 	default n
 	help
 	help
-	  Add help text here.
+	  The Linux Test Project provides a huge testsuite for Linux.
 
 
+	  http://ltp.sourceforge.net/

+ 3 - 4
package/ltrace/Config.in

@@ -1,8 +1,7 @@
-#
-
 config BR2_PACKAGE_LTRACE
 config BR2_PACKAGE_LTRACE
-	bool"ltrace"
+	bool "ltrace"
 	default n
 	default n
 	help
 	help
-	  Add help text here.
+	  Debugging program which runs a specified command until it exits.
 
 
+	  http://packages.debian.org/unstable/utils/ltrace.html

+ 3 - 4
package/lzo/Config.in

@@ -1,8 +1,7 @@
-#
-
 config BR2_PACKAGE_LZO
 config BR2_PACKAGE_LZO
-	bool"lzo"
+	bool "lzo"
 	default n
 	default n
 	help
 	help
-	  Add help text here.
+	  Portable lossless data compression library written in ANSI C.
 
 
+	  http://www.oberhumer.com/opensource/lzo/

+ 3 - 4
package/m4/Config.in

@@ -1,8 +1,7 @@
-#
-
 config BR2_PACKAGE_M4
 config BR2_PACKAGE_M4
-	bool"m4"
+	bool "m4"
 	default n
 	default n
 	help
 	help
-	  Add help text here.
+	  An implementation of the traditional Unix macro processor.
 
 
+	  http://www.gnu.org/software/m4/m4.html

+ 4 - 4
package/make/Config.in

@@ -1,8 +1,8 @@
-#
-
 config BR2_PACKAGE_MAKE
 config BR2_PACKAGE_MAKE
-	bool"make"
+	bool "make"
 	default n
 	default n
 	help
 	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/

+ 3 - 4
package/microcom/Config.in

@@ -1,8 +1,7 @@
-#
-
 config BR2_PACKAGE_MICROCOM
 config BR2_PACKAGE_MICROCOM
-	bool"microcom"
+	bool "microcom"
 	default n
 	default n
 	help
 	help
-	  Add help text here.
+	  A minicom-like serial terminal emulator with scripting support.
 
 
+	  http://microcom.port5.com/

+ 0 - 3
package/microwin/Config.in

@@ -1,5 +1,3 @@
-#
-
 config BR2_PACKAGE_MICROWIN
 config BR2_PACKAGE_MICROWIN
 	bool "microwin"
 	bool "microwin"
 	default n
 	default n
@@ -8,4 +6,3 @@ config BR2_PACKAGE_MICROWIN
 	 embedded enviroments.
 	 embedded enviroments.
 	 
 	 
 	 http://microwindows.censoft.com/
 	 http://microwindows.censoft.com/
-

+ 3 - 4
package/mkdosfs/Config.in

@@ -1,8 +1,7 @@
-#
-
 config BR2_PACKAGE_MKDOSFS
 config BR2_PACKAGE_MKDOSFS
-	bool"mkdosfs"
+	bool "mkdosfs"
 	default n
 	default n
 	help
 	help
-	  Add help text here.
+	  Creates a DOS FAT filesystem on a device.
 
 
+	  ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/

+ 3 - 4
package/mke2fs/Config.in

@@ -1,8 +1,7 @@
-#
-
 config BR2_PACKAGE_MKE2FS
 config BR2_PACKAGE_MKE2FS
-	bool"mke2fs"
+	bool "mke2fs"
 	default n
 	default n
 	help
 	help
-	  Add help text here.
+	  Create ext2 filesystems.
 
 
+	  http://e2fsprogs.sourceforge.net/

+ 4 - 4
package/mpg123/Config.in

@@ -1,8 +1,8 @@
-#
-
 config BR2_PACKAGE_MPG123
 config BR2_PACKAGE_MPG123
-	bool"mpg123"
+	bool "mpg123"
 	default n
 	default n
 	help
 	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/

+ 3 - 4
package/mrouted/Config.in

@@ -1,8 +1,7 @@
-#
-
 config BR2_PACKAGE_MROUTED
 config BR2_PACKAGE_MROUTED
-	bool"mrouted"
+	bool "mrouted"
 	default n
 	default n
 	help
 	help
-	  Add help text here.
+	  An implementation of the DVMRP multicast routing protocol.
 
 
+	  http://freshmeat.net/projects/mrouted/

+ 4 - 4
package/ncurses/Config.in

@@ -1,8 +1,8 @@
-#
-
 config BR2_PACKAGE_NCURSES
 config BR2_PACKAGE_NCURSES
-	bool"ncurses"
+	bool "ncurses"
 	default n
 	default n
 	help
 	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/

+ 3 - 4
package/netkitbase/Config.in

@@ -1,8 +1,7 @@
-#
-
 config BR2_PACKAGE_NETKITBASE
 config BR2_PACKAGE_NETKITBASE
-	bool"netkitbase"
+	bool "netkitbase"
 	default n
 	default n
 	help
 	help
-	  Add help text here.
+	  Old-style inetd.
 
 
+	  ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/

+ 3 - 4
package/netkittelnet/Config.in

@@ -1,8 +1,7 @@
-#
-
 config BR2_PACKAGE_NETKITTELNET
 config BR2_PACKAGE_NETKITTELNET
-	bool"netkittelnet"
+	bool "netkittelnet"
 	default n
 	default n
 	help
 	help
-	  Add help text here.
+	  Standard Linux telnet client and server.
 
 
+	  ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/

+ 4 - 4
package/netsnmp/Config.in

@@ -1,9 +1,9 @@
-#
-
 config BR2_PACKAGE_NETSNMP
 config BR2_PACKAGE_NETSNMP
-	bool"netsnmp"
+	bool "netsnmp"
 	default n
 	default n
 	select BR2_PACKAGE_OPENSSL
 	select BR2_PACKAGE_OPENSSL
 	help
 	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/

+ 3 - 4
package/newt/Config.in

@@ -1,8 +1,7 @@
-#
-
 config BR2_PACKAGE_NEWT
 config BR2_PACKAGE_NEWT
-	bool"newt"
+	bool "newt"
 	default n
 	default n
 	help
 	help
-	  Add help text here.
+	  Programming library for color text mode, widget based user interfaces.
 
 
+	  http://www.redhat.com/

+ 4 - 4
package/openssh/Config.in

@@ -1,9 +1,9 @@
-#
-
 config BR2_PACKAGE_OPENSSH
 config BR2_PACKAGE_OPENSSH
-	bool"openssh"
+	bool "openssh"
 	default n
 	default n
 	select BR2_PACKAGE_OPENSSL
 	select BR2_PACKAGE_OPENSSL
 	help
 	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/

+ 6 - 4
package/openssl/Config.in

@@ -1,8 +1,10 @@
-#
-
 config BR2_PACKAGE_OPENSSL
 config BR2_PACKAGE_OPENSSL
-	bool"openssl"
+	bool "openssl"
 	default n
 	default n
 	help
 	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/

+ 4 - 4
package/patch/Config.in

@@ -1,8 +1,8 @@
-#
-
 config BR2_PACKAGE_PATCH
 config BR2_PACKAGE_PATCH
-	bool"patch"
+	bool "patch"
 	default n
 	default n
 	help
 	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/

+ 3 - 4
package/pcmcia/Config.in

@@ -1,8 +1,7 @@
-#
-
 config BR2_PACKAGE_PCMCIA
 config BR2_PACKAGE_PCMCIA
-	bool"pcmcia"
+	bool "pcmcia"
 	default n
 	default n
 	help
 	help
-	  Add help text here.
+	  PCMCIA tools for Linux.
 
 
+	  http://pcmcia-cs.sourceforge.net/

+ 3 - 4
package/pppd/Config.in

@@ -1,8 +1,7 @@
-#
-
 config BR2_PACKAGE_PPPD
 config BR2_PACKAGE_PPPD
-	bool"pppd"
+	bool "pppd"
 	default n
 	default n
 	help
 	help
-	  Add help text here.
+	  An implementation of the Point-to-point protocol.
 
 
+	  http://www.samba.org/ppp/

+ 3 - 4
package/raidtools/Config.in

@@ -1,8 +1,7 @@
-#
-
 config BR2_PACKAGE_RAIDTOOLS
 config BR2_PACKAGE_RAIDTOOLS
-	bool"raidtools"
+	bool "raidtools"
 	default n
 	default n
 	help
 	help
-	  Add help text here.
+	  Utilities to support 'old-style' RAID disks.
 
 
+	  http://people.redhat.com/mingo/raidtools/

+ 4 - 4
package/tar/Config.in

@@ -1,8 +1,8 @@
-#
-
 config BR2_PACKAGE_TAR
 config BR2_PACKAGE_TAR
-	bool"tar"
+	bool "tar"
 	default n
 	default n
 	help
 	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/