]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
help text
authorMike Frysinger <vapier@gentoo.org>
Thu, 14 Oct 2004 20:33:45 +0000 (20:33 -0000)
committerMike Frysinger <vapier@gentoo.org>
Thu, 14 Oct 2004 20:33:45 +0000 (20:33 -0000)
19 files changed:
package/bash/Config.in
package/coreutils/Config.in
package/distcc/Config.in
package/dnsmasq/Config.in
package/dropbear_sshd/Config.in
package/file/Config.in
package/grep/Config.in
package/gzip/Config.in
package/less/Config.in
package/ntp/Config.in
package/pciutils/Config.in
package/procps/Config.in
package/python/Config.in
package/rsync/Config.in
package/sed/Config.in
package/strace/Config.in
package/util-linux/Config.in
package/wget/Config.in
package/zlib/Config.in

index b2aa0a30b19d18c91253add3bd9eea3a07e70896..8b39c21acaafe0c5a1564064b256784020cf5b21 100644 (file)
@@ -1,8 +1,7 @@
-#
-
 config BR2_PACKAGE_BASH
-       bool"bash"
+       bool "bash"
        default n
        help
-         Add help text here.
+         The standard GNU Bourne again shell.
 
+         http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html
index a2606002262db1572b4450b1fa78f45de1c0d8f8..ca130e9716c15ed61ba93958642730090f78abb2 100644 (file)
@@ -1,8 +1,12 @@
-#
-
 config BR2_PACKAGE_COREUTILS
-       bool"coreutils"
+       bool "coreutils"
        default n
        help
-         Add help text here.
+         All of the basic file/text/shell utilities.
+
+         Things like:
+         - chmod, cp, dd, dir, ls, etc...
+         - sort, tr, head, tail, wc, etc...
+         - whoami, who, etc...
 
+         http://www.gnu.org/software/coreutils/
index 7e1cc9f042ae14de9c043edeebff7c0980875141..fef396425ef36ad98321e4dc0807eae32f7564fb 100644 (file)
@@ -1,8 +1,9 @@
-#
-
 config BR2_PACKAGE_DISTCC
-       bool"distcc"
+       bool "distcc"
        default n
        help
-         Add help text here.
+         Distributed compiler client and server.  Allows you to 
+         distribute compilation of C code across several machines 
+         on a network.
 
+         http://distcc.samba.org/
index db1e6c68d1af7a915e265176a56679f5fcf58665..05e40f34eb7bcc1beb626dc315721ab9d5cb8e9f 100644 (file)
@@ -1,8 +1,8 @@
-#
-
 config BR2_PACKAGE_DNSMASQ
-       bool"dnsmasq"
+       bool "dnsmasq"
        default n
        help
-         Add help text here.
+         A lightweight DNS and DHCP server.  It is intended to provide 
+         coupled DNS and DHCP service to a LAN.
 
+         http://www.thekelleys.org.uk/dnsmasq/
index 42f827fb137d05ed0673c2b14f0a17985fc9dfd1..d2e0d0bbe83992daec007079653c22ea0084df16 100644 (file)
@@ -1,8 +1,7 @@
-#
-
 config BR2_PACKAGE_DROPBEAR_SSHD
        bool"dropbear_sshd"
        default n
        help
-         Add help text here.
+         A small SSH 2 server designed for small memory environments.
 
+         http://matt.ucc.asn.au/dropbear/
index 926a54fbca5a01794e1ea42419937dc0cfca94a6..ac74f19fd3d7ea48361b17c14a865740504678e9 100644 (file)
@@ -1,8 +1,8 @@
-#
-
 config BR2_PACKAGE_FILE
-       bool"file"
+       bool "file"
        default n
        help
-         Add help text here.
+         Program to identify a file's format by scanning binary data 
+         for known patterns.
 
+         ftp://ftp.astron.com/pub/file/
index e6b3f2f5cf892b01f11a060be6ad336d325f18a6..523563408dd07b8856f998fa90934719adbc4553 100644 (file)
@@ -1,8 +1,7 @@
-#
-
 config BR2_PACKAGE_GREP
-       bool"grep"
+       bool "grep"
        default n
        help
-         Add help text here.
+         The GNU regular expression matcher.
 
+         http://www.gnu.org/software/grep/grep.html
index d9872c5f96c29d1e26479f1bdad323de26105473..e80789454e7f9ec42c40fae03c1b5007847fb261 100644 (file)
@@ -1,8 +1,8 @@
-#
-
 config BR2_PACKAGE_GZIP
-       bool"gzip"
+       bool "gzip"
        default n
        help
-         Add help text here.
+         Standard GNU compressor.  Provides things like gzip, 
+         gunzip, gzcat, etc...
 
+         http://www.gnu.org/software/gzip/gzip.html
index dffda34455f600faafbf74d28b3c3ce3be688069..7e53474b3aad8a27672f0203e5cd461025190c48 100644 (file)
@@ -1,8 +1,7 @@
-#
-
 config BR2_PACKAGE_LESS
-       bool"less"
+       bool "less"
        default n
        help
-         Add help text here.
+         Excellent text file viewer.
 
+         http://www.greenwoodsoftware.com/
index ba6405e55285f6d82365b30d35a1adf57d518ec4..0f35a17a6873dad64902a3e152f22074fa8c2eb4 100644 (file)
@@ -1,8 +1,8 @@
-#
-
 config BR2_PACKAGE_NTP
-       bool"ntp"
+       bool "ntp"
        default n
        help
-         Add help text here.
+         Network Time Protocol suite/programs.
+         Provides things like ntpd, ntpdate, ntpq, etc...
 
+         http://www.ntp.org/
index d7451402bf5676bce24391e576fe736772dbebcd..9b3c83d9ab723de53c0a5eef1250ecaa3374b673 100644 (file)
@@ -1,8 +1,8 @@
-#
-
 config BR2_PACKAGE_PCIUTILS
-       bool"pciutils"
+       bool "pciutils"
        default n
        help
-         Add help text here.
+         Various utilities dealing with the PCI bus.
+         Provides things like setpci and lspci.
 
+         http://atrey.karlin.mff.cuni.cz/~mj/pciutils.html
index 1f14e0f26768afef204fb04bfa7b98e8cc3f5346..43f8ff29a0d53135d8640acbcf2dc384a2815e21 100644 (file)
@@ -1,8 +1,8 @@
-#
-
 config BR2_PACKAGE_PROCPS
-       bool"procps"
+       bool "procps"
        default n
        help
-         Add help text here.
+         Standard informational utilities and process-handling tools.
+         Provides things like kill, ps, uptime, free, top, etc...
 
+         http://procps.sourceforge.net/
index f2abf975e91693ae937f716d5d75284778832d7c..b9b41df66d582901fe719edbe7701d7bd423d0cc 100644 (file)
@@ -1,8 +1,7 @@
-#
-
 config BR2_PACKAGE_PYTHON
-       bool"python"
+       bool "python"
        default n
        help
-         Add help text here.
+         The python language interpreter.
 
+         http://www.python.org/
index c251925f6fa276aa958c8e06e52dc3f87cb6f16a..c9ab3b8a22c64f2f79b40e67e50fb958ed028308 100644 (file)
@@ -1,8 +1,7 @@
-#
-
 config BR2_PACKAGE_RSYNC
-       bool"rsync"
+       bool "rsync"
        default n
        help
-         Add help text here.
+         File transfer program to keep remote files in sync.
 
+         http://rsync.samba.org/
index 2a38d62d6cb6b6c735ecaec866fa4d893aa0c3ab..5cfc12d41fd62083c72bac4683e4ef57dc120e63 100644 (file)
@@ -1,8 +1,9 @@
-#
-
 config BR2_PACKAGE_SED
        bool "sed"
        default n
        help
-         Most people will answer Y.
+         Super-useful stream editor.
 
+         http://sed.sourceforge.net/
+
+         Most people will answer Y.
index a7187988a9761146e61f5c00e21918ac9dc03304..46a6f741e10426b96987fead7141f5797d3a79d6 100644 (file)
@@ -1,8 +1,9 @@
-#
-
 config BR2_PACKAGE_STRACE
-       bool"strace"
+       bool "strace"
        default n
        help
-         Add help text here.
+         A useful diagnostic, instructional, and debugging tool.
+         Allows you to track what system calls a program makes 
+         while it is running.
 
+         http://sourceforge.net/projects/strace/
index de63bcd572ca0d08c966e838bfa694c423a8e2d7..0c115015d0a6e7ce016789da7e1227f974f00a74 100644 (file)
@@ -1,8 +1,9 @@
-#
-
 config BR2_PACKAGE_UTIL-LINUX
-       bool"util-linux"
+       bool "util-linux"
        default n
        help
-         Add help text here.
+         Various useful/essential Linux utilities.
+
+         Things like mkfs, mkswap, swapon, fdisk, mount, dmesg, etc...
 
+         http://www.kernel.org/pub/linux/utils/util-linux/
index 7d54b5695d44b991dd633e1670efb1fc6b7948ff..5963c0f7618db34a3c5df106c65957cfac5b491d 100644 (file)
@@ -1,8 +1,7 @@
-#
-
 config BR2_PACKAGE_WGET
-       bool"wget"
+       bool "wget"
        default n
        help
-         Add help text here.
+         Network utility to retrieve files from http/ftp/etc...
 
+         http://wget.sunsite.dk/
index 54a02550ac1c63162b8bac8ba64ef294296b2b17..e39e8abb05111bf006c15ccff9412ca87c6d11ff 100644 (file)
@@ -1,8 +1,8 @@
-#
-
 config BR2_PACKAGE_ZLIB
-       bool"zlib"
+       bool "zlib"
        default n
        help
-         Add help text here.
+         Standard (de)compression library.  Used by things like 
+         gzip and libpng.
 
+         http://www.gzip.org/zlib/