mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
package/d*/Config.in: fix help text wrapping
The check-package script when ran gives warnings on text wrapping on all of these Config files. This patch cleans up all warnings related to the text wrapping for the Config files starting with the letter d in the package directory. The appropriate indentation is: <tab><2 spaces><62 chars> See http://nightly.buildroot.org/#writing-rules-config-in for more information. Signed-off-by: Adam Duskett <aduskett@codeblue.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
ee71aa2375
commit
67f4794de1
@ -4,8 +4,8 @@ config BR2_PACKAGE_DBUS_TRIGGERD
|
|||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # dbus
|
depends on BR2_TOOLCHAIN_HAS_THREADS # dbus
|
||||||
depends on BR2_PACKAGE_DBUS
|
depends on BR2_PACKAGE_DBUS
|
||||||
help
|
help
|
||||||
dbus-triggerd is a tool to trigger shell-commands upon receiving
|
dbus-triggerd is a tool to trigger shell-commands upon
|
||||||
a given dbus-signal.
|
receiving a given dbus-signal.
|
||||||
|
|
||||||
http://gareus.org/oss/dbustriggerd/start
|
http://gareus.org/oss/dbustriggerd/start
|
||||||
|
|
||||||
|
@ -2,9 +2,9 @@ config BR2_PACKAGE_DDRESCUE
|
|||||||
bool "ddrescue"
|
bool "ddrescue"
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
help
|
help
|
||||||
GNU ddrescue is a data recovery tool. It copies data from one file
|
GNU ddrescue is a data recovery tool. It copies data from one
|
||||||
or block device (hard disc, cdrom, etc) to another, trying to
|
file or block device (hard disc, cdrom, etc) to another,
|
||||||
rescue the good parts first in case of read errors.
|
trying to rescue the good parts first in case of read errors.
|
||||||
|
|
||||||
http://www.gnu.org/software/ddrescue/ddrescue.html
|
http://www.gnu.org/software/ddrescue/ddrescue.html
|
||||||
|
|
||||||
|
@ -6,8 +6,9 @@ config BR2_PACKAGE_DIALOG
|
|||||||
help
|
help
|
||||||
dialog - display dialog boxes from shell scripts
|
dialog - display dialog boxes from shell scripts
|
||||||
|
|
||||||
This application provides a method of displaying several different
|
This application provides a method of displaying several
|
||||||
types of dialog boxes from shell scripts. This allows a developer
|
different types of dialog boxes from shell scripts. This
|
||||||
of a script to interact with the user in a much friendlier manner.
|
allows a developer of a script to interact with the user in a
|
||||||
|
much friendlier manner.
|
||||||
|
|
||||||
http://invisible-island.net/dialog/dialog.html
|
http://invisible-island.net/dialog/dialog.html
|
||||||
|
@ -2,8 +2,8 @@ config BR2_PACKAGE_DIRECTFB_EXAMPLES
|
|||||||
bool "directfb examples"
|
bool "directfb examples"
|
||||||
depends on BR2_PACKAGE_DIRECTFB
|
depends on BR2_PACKAGE_DIRECTFB
|
||||||
help
|
help
|
||||||
The DirectFB-examples package contains a set of simple DirectFB
|
The DirectFB-examples package contains a set of simple
|
||||||
applications that can be used to test and demonstrate various
|
DirectFB applications that can be used to test and demonstrate
|
||||||
DirectFB features.
|
various DirectFB features.
|
||||||
|
|
||||||
http://directfb.org/downloads/Extras/README.DirectFB-examples
|
http://directfb.org/downloads/Extras/README.DirectFB-examples
|
||||||
|
@ -9,11 +9,13 @@ config BR2_PACKAGE_DIRECTFB
|
|||||||
select BR2_PACKAGE_FREETYPE
|
select BR2_PACKAGE_FREETYPE
|
||||||
select BR2_PACKAGE_ZLIB
|
select BR2_PACKAGE_ZLIB
|
||||||
help
|
help
|
||||||
DirectFB (Direct Frame Buffer) is a set of graphics APIs implemented
|
DirectFB (Direct Frame Buffer) is a set of graphics APIs
|
||||||
on top of the Linux Frame Buffer (fbdev) abstraction layer. It is an
|
implemented on top of the Linux Frame Buffer (fbdev)
|
||||||
alternative to X11 with a smaller memory footprint that still has an
|
abstraction layer. It is an alternative to X11 with a smaller
|
||||||
integrated windowing system. As of 4 October 2015, DirectFB's website
|
memory footprint that still has an integrated windowing
|
||||||
http://www.directfb.org/ is down. See alternative site listed below.
|
system. As of 4 October 2015, DirectFB's website
|
||||||
|
http://www.directfb.org/ is down. See alternative site listed
|
||||||
|
below.
|
||||||
|
|
||||||
http://elinux.org/DirectFB
|
http://elinux.org/DirectFB
|
||||||
|
|
||||||
|
@ -5,9 +5,9 @@ config BR2_PACKAGE_DMALLOC
|
|||||||
# different segments".
|
# different segments".
|
||||||
depends on !(BR2_microblaze && BR2_ENABLE_DEBUG)
|
depends on !(BR2_microblaze && BR2_ENABLE_DEBUG)
|
||||||
help
|
help
|
||||||
A debug memory allocation library which is a drop in replacement for
|
A debug memory allocation library which is a drop in
|
||||||
the system's malloc, realloc, calloc, free and other memory management
|
replacement for the system's malloc, realloc, calloc, free and
|
||||||
routines while providing powerful debugging facilities configurable at
|
other memory management routines while providing powerful
|
||||||
runtime.
|
debugging facilities configurable at runtime.
|
||||||
|
|
||||||
http://dmalloc.com/
|
http://dmalloc.com/
|
||||||
|
@ -6,8 +6,9 @@ config BR2_PACKAGE_DMRAID
|
|||||||
depends on !BR2_TOOLCHAIN_USES_MUSL # lvm2
|
depends on !BR2_TOOLCHAIN_USES_MUSL # lvm2
|
||||||
select BR2_PACKAGE_LVM2
|
select BR2_PACKAGE_LVM2
|
||||||
help
|
help
|
||||||
dmraid discovers, activates, deactivates and displays properties
|
dmraid discovers, activates, deactivates and displays
|
||||||
of software RAID sets (eg, ATARAID) and contained DOS partitions.
|
properties of software RAID sets (eg, ATARAID) and contained
|
||||||
|
DOS partitions.
|
||||||
|
|
||||||
dmraid uses the Linux device-mapper to create devices with
|
dmraid uses the Linux device-mapper to create devices with
|
||||||
respective mappings for the ATARAID sets discovered.
|
respective mappings for the ATARAID sets discovered.
|
||||||
|
@ -34,7 +34,8 @@ config BR2_PACKAGE_DNSMASQ_IDN
|
|||||||
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
||||||
help
|
help
|
||||||
Enable IDN support in dnsmasq.
|
Enable IDN support in dnsmasq.
|
||||||
This option is a big space taker since it pulls in many libraries.
|
This option is a big space taker since it pulls in many
|
||||||
|
libraries.
|
||||||
|
|
||||||
config BR2_PACKAGE_DNSMASQ_LUA
|
config BR2_PACKAGE_DNSMASQ_LUA
|
||||||
bool "Lua scripting support"
|
bool "Lua scripting support"
|
||||||
|
@ -2,6 +2,8 @@ config BR2_PACKAGE_DOOM_WAD
|
|||||||
bool "shareware Doom WAD file"
|
bool "shareware Doom WAD file"
|
||||||
depends on BR2_PACKAGE_CHOCOLATE_DOOM || BR2_PACKAGE_PRBOOM
|
depends on BR2_PACKAGE_CHOCOLATE_DOOM || BR2_PACKAGE_PRBOOM
|
||||||
help
|
help
|
||||||
This will install the shareware wad data file for the doom game.
|
This will install the shareware wad data file for the doom
|
||||||
|
game.
|
||||||
|
|
||||||
The wad file will be placed in the /usr/share/games/doom directory.
|
The wad file will be placed in the /usr/share/games/doom
|
||||||
|
directory.
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
config BR2_PACKAGE_DOVECOT_PIGEONHOLE
|
config BR2_PACKAGE_DOVECOT_PIGEONHOLE
|
||||||
bool "dovecot-pigeonhole"
|
bool "dovecot-pigeonhole"
|
||||||
help
|
help
|
||||||
Pigeonhole is the name of the project that adds support for the Sieve
|
Pigeonhole is the name of the project that adds support for
|
||||||
language (RFC 5228) and the ManageSieve protocol (RFC 5804) to the
|
the Sieve language (RFC 5228) and the ManageSieve protocol
|
||||||
Dovecot Secure IMAP Server.
|
(RFC 5804) to the Dovecot Secure IMAP Server.
|
||||||
|
|
||||||
http://pigeonhole.dovecot.org
|
http://pigeonhole.dovecot.org
|
||||||
|
@ -5,11 +5,11 @@ config BR2_PACKAGE_DOVECOT
|
|||||||
select BR2_PACKAGE_OPENSSL
|
select BR2_PACKAGE_OPENSSL
|
||||||
select BR2_PACKAGE_ZLIB
|
select BR2_PACKAGE_ZLIB
|
||||||
help
|
help
|
||||||
Dovecot is an open source IMAP and POP3 email server for Linux/UNIX-
|
Dovecot is an open source IMAP and POP3 email server for
|
||||||
like systems, written with security primarily in mind. Dovecot is an
|
Linux/UNIX- like systems, written with security primarily in
|
||||||
excellent choice for both small and large installations. It's fast,
|
mind. Dovecot is an excellent choice for both small and large
|
||||||
simple to set up, requires no special administration and it uses very
|
installations. It's fast, simple to set up, requires no
|
||||||
little memory.
|
special administration and it uses very little memory.
|
||||||
|
|
||||||
http://www.dovecot.org
|
http://www.dovecot.org
|
||||||
|
|
||||||
|
@ -6,19 +6,20 @@ config BR2_PACKAGE_DSTAT
|
|||||||
depends on !BR2_STATIC_LIBS # python
|
depends on !BR2_STATIC_LIBS # python
|
||||||
select BR2_PACKAGE_PYTHON
|
select BR2_PACKAGE_PYTHON
|
||||||
help
|
help
|
||||||
Dstat, written in Python, is a versatile replacement for vmstat,
|
Dstat, written in Python, is a versatile replacement for
|
||||||
iostat, netstat and ifstat. Dstat overcomes some of their limitations
|
vmstat, iostat, netstat and ifstat. Dstat overcomes some of
|
||||||
and adds some extra features, more counters and flexibility. Dstat is
|
their limitations and adds some extra features, more counters
|
||||||
handy for monitoring systems during performance tuning tests,
|
and flexibility. Dstat is handy for monitoring systems during
|
||||||
benchmarks or troubleshooting.
|
performance tuning tests, benchmarks or troubleshooting.
|
||||||
Dstat allows you to view all of your system resources in real-time,
|
Dstat allows you to view all of your system resources in
|
||||||
you can e.g. compare disk utilization in combination with interrupts
|
real-time, you can e.g. compare disk utilization in
|
||||||
from your IDE controller, or compare the network bandwidth numbers
|
combination with interrupts from your IDE controller, or
|
||||||
directly with the disk throughput (in the same interval).
|
compare the network bandwidth numbers directly with the disk
|
||||||
|
throughput (in the same interval).
|
||||||
|
|
||||||
Note that to get proper output, your terminal size should be known by
|
Note that to get proper output, your terminal size should be
|
||||||
the termios subsystem. This can be done by running the 'resize'
|
known by the termios subsystem. This can be done by running
|
||||||
utility of busybox.
|
the 'resize' utility of busybox.
|
||||||
|
|
||||||
http://dag.wieers.com/home-made/dstat/
|
http://dag.wieers.com/home-made/dstat/
|
||||||
|
|
||||||
|
@ -2,8 +2,9 @@ config BR2_PACKAGE_DTACH
|
|||||||
bool "dtach"
|
bool "dtach"
|
||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
help
|
help
|
||||||
dtach is a tiny program that emulates the detach feature of screen,
|
dtach is a tiny program that emulates the detach feature of
|
||||||
allowing you to run a program in an environment that is protected
|
screen, allowing you to run a program in an environment that
|
||||||
from the controlling terminal and attach to it later.
|
is protected from the controlling terminal and attach to it
|
||||||
|
later.
|
||||||
|
|
||||||
http://dtach.sourceforge.net/
|
http://dtach.sourceforge.net/
|
||||||
|
@ -6,7 +6,8 @@ config BR2_PACKAGE_DTC
|
|||||||
a given format and outputs a device-tree in another format.
|
a given format and outputs a device-tree in another format.
|
||||||
|
|
||||||
Note that only the library is installed.
|
Note that only the library is installed.
|
||||||
If you want the programs, say 'y' here, and to "dtc programs", below.
|
If you want the programs, say 'y' here, and to "dtc programs",
|
||||||
|
below.
|
||||||
|
|
||||||
https://git.kernel.org/cgit/utils/dtc/dtc.git
|
https://git.kernel.org/cgit/utils/dtc/dtc.git
|
||||||
|
|
||||||
@ -19,13 +20,14 @@ config BR2_PACKAGE_DTC_PROGRAMS
|
|||||||
- convert-dtsv0 convert from version 0 to version 1
|
- convert-dtsv0 convert from version 0 to version 1
|
||||||
- dtc the device tree compiler
|
- dtc the device tree compiler
|
||||||
- dtdiff compare two device trees (needs bash)
|
- dtdiff compare two device trees (needs bash)
|
||||||
- fdtdump print a readable version of a flat device tree
|
- fdtdump print a readable version of a
|
||||||
|
flat device tree
|
||||||
- fdtget read values from device tree
|
- fdtget read values from device tree
|
||||||
- fdtput write a property value to a device tree
|
- fdtput write a property value to a device tree
|
||||||
|
|
||||||
Note: dtdiff requires bash, so if bash is not selected, dtdiff will
|
Note: dtdiff requires bash, so if bash is not selected, dtdiff
|
||||||
be removed from the target file system. Enable bash if you
|
will be removed from the target file system. Enable bash if
|
||||||
need dtdiff on the target.
|
you need dtdiff on the target.
|
||||||
|
|
||||||
comment "dtdiff will not be installed: it requires bash"
|
comment "dtdiff will not be installed: it requires bash"
|
||||||
depends on BR2_PACKAGE_DTC_PROGRAMS
|
depends on BR2_PACKAGE_DTC_PROGRAMS
|
||||||
|
@ -4,6 +4,7 @@ config BR2_PACKAGE_HOST_DTC
|
|||||||
The Device Tree Compiler, dtc, takes as input a device-tree in
|
The Device Tree Compiler, dtc, takes as input a device-tree in
|
||||||
a given format and outputs a device-tree in another format.
|
a given format and outputs a device-tree in another format.
|
||||||
|
|
||||||
Install host tools: dtc, convert-dtsv0, fdtdump, fdtget and fdtput.
|
Install host tools: dtc, convert-dtsv0, fdtdump, fdtget and
|
||||||
|
fdtput.
|
||||||
|
|
||||||
https://git.kernel.org/cgit/utils/dtc/dtc.git
|
https://git.kernel.org/cgit/utils/dtc/dtc.git
|
||||||
|
@ -1,21 +1,21 @@
|
|||||||
config BR2_PACKAGE_DVBSNOOP
|
config BR2_PACKAGE_DVBSNOOP
|
||||||
bool "dvbsnoop"
|
bool "dvbsnoop"
|
||||||
help
|
help
|
||||||
Dvbsnoop is just a simple tool to analyze, view or debug a transport
|
Dvbsnoop is just a simple tool to analyze, view or debug a
|
||||||
stream (TS), program elementary stream (PES) or even a program stream
|
transport stream (TS), program elementary stream (PES) or even
|
||||||
(PS). Dvbsnoop is trying to get input mostly direct from a frontend
|
a program stream (PS). Dvbsnoop is trying to get input mostly
|
||||||
(satellite or cable tuner inside a set-top box for example) via DVB
|
direct from a frontend (satellite or cable tuner inside a
|
||||||
APIv3 to view into a TS, or a demux to view PES or PS (also mostly
|
set-top box for example) via DVB APIv3 to view into a TS, or a
|
||||||
inside the set-top box or even PCI Card or USB Plug) but also from a
|
demux to view PES or PS (also mostly inside the set-top box or
|
||||||
file (recorded TS).
|
even PCI Card or USB Plug) but also from a file (recorded TS).
|
||||||
Dvbsnoop is working well on SD transport streams but may have some
|
Dvbsnoop is working well on SD transport streams but may have
|
||||||
limited functionality on HD transport streams (DVB-{C,S,T}2 because
|
some limited functionality on HD transport streams
|
||||||
of missing knowledge how to handle it.
|
(DVB-{C,S,T}2 because of missing knowledge how to handle it.
|
||||||
|
|
||||||
Dvbsnoop itself doesn't do the tuning on the frontend, this has to be
|
Dvbsnoop itself doesn't do the tuning on the frontend, this
|
||||||
done by external helpers or manually driver call.
|
has to be done by external helpers or manually driver call.
|
||||||
The dvbsnoop tool was written while developing the software Neutrino
|
The dvbsnoop tool was written while developing the software
|
||||||
on the set-top box DBox2.
|
Neutrino on the set-top box DBox2.
|
||||||
|
|
||||||
http://dvbsnoop.sourceforge.net
|
http://dvbsnoop.sourceforge.net
|
||||||
http://en.wikipedia.org/wiki/DBox2
|
http://en.wikipedia.org/wiki/DBox2
|
||||||
|
@ -4,11 +4,12 @@ config BR2_PACKAGE_DVDAUTHOR
|
|||||||
select BR2_PACKAGE_FREETYPE
|
select BR2_PACKAGE_FREETYPE
|
||||||
select BR2_PACKAGE_LIBPNG
|
select BR2_PACKAGE_LIBPNG
|
||||||
help
|
help
|
||||||
DVDAuthor is a set of tools to help you author the file and directory
|
DVDAuthor is a set of tools to help you author the file and
|
||||||
structure of a DVD-Video disc, including programmatic commands for
|
directory structure of a DVD-Video disc, including
|
||||||
implementing interactive behaviour. It is driven by command lines and
|
programmatic commands for implementing interactive behaviour.
|
||||||
XML control files, though there are other programs that provide
|
It is driven by command lines and XML control files, though
|
||||||
GUI-based front ends if you prefer
|
there are other programs that provide GUI-based front ends
|
||||||
|
if you prefer
|
||||||
|
|
||||||
http://dvdauthor.sourceforge.net
|
http://dvdauthor.sourceforge.net
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user