package/a*/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 a 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:
Adam Duskett 2017-05-05 10:08:05 -04:00 committed by Thomas Petazzoni
parent 462040443c
commit 0896e3ed64
11 changed files with 42 additions and 34 deletions

View File

@ -3,8 +3,8 @@ config BR2_PACKAGE_A10DISP
depends on BR2_arm
depends on BR2_LINUX_KERNEL
help
Program to change the display mode of Allwinner ARM SOCs running
the linux-sunxi kernel (and not the mainline kernel.)
Program to change the display mode of Allwinner ARM SOCs
running the linux-sunxi kernel (and not the mainline kernel.)
http://github.com/hglm/a10disp

View File

@ -4,7 +4,8 @@ config BR2_PACKAGE_ACPID
help
Advanced Configuration and Power Interface event daemon.
Acpid is designed to notify user-space programs of ACPI events,
and allows you to configure specific actions for specific events.
Acpid is designed to notify user-space programs of ACPI
events, and allows you to configure specific actions for
specific events.
http://sourceforge.net/projects/acpid2/

View File

@ -2,9 +2,10 @@ config BR2_PACKAGE_AESPIPE
bool "aespipe"
depends on BR2_USE_MMU # fork()
help
aespipe program is AES encrypting or decrypting pipe. It reads from
standard input and writes to standard output. It can be used to
create and restore encrypted tar or cpio archives. It can be used to
encrypt and decrypt loop-AES compatible encrypted disk images.
aespipe program is AES encrypting or decrypting pipe. It reads
from standard input and writes to standard output. It can be
used to create and restore encrypted tar or cpio archives.
It can be used to encrypt and decrypt loop-AES compatible
encrypted disk images.
http://koti.tnnet.fi/jari.ruusu/linux/

View File

@ -5,13 +5,14 @@ config BR2_PACKAGE_AGENTPP
depends on !BR2_STATIC_LIBS # snmp++
select BR2_PACKAGE_SNMPPP
help
AGENT++ is a set of C++ classes which provides a complete protocol
engine and dispatch table for the development of SNMP agents.
AGENT++ is a multilingual API which supports SNMPv1, SNMPv2c, and
SNMPv3. It provides various C++ classes implementing prototypes for
scalar and table SNMP managed objects that can be customized by
derivation. Additional classes support the development of proxy
agents as well as sending notifications.
AGENT++ is a set of C++ classes which provides a complete
protocol engine and dispatch table for the development of SNMP
agents. AGENT++ is a multilingual API which supports SNMPv1,
SNMPv2c, and SNMPv3. It provides various C++ classes
implementing prototypes for scalar and table SNMP managed
objects that can be customized by derivation. Additional
classes support the development of proxy agents as well as
sending notifications.
SNMPv3 support is enabled if SNMP++ enables it.

View File

@ -13,8 +13,8 @@ menuconfig BR2_PACKAGE_ALSA_LIB
# is fixed
select BR2_PACKAGE_ALSA_LIB_PCM
help
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
functionality to the Linux operating system.
The Advanced Linux Sound Architecture (ALSA) provides audio
and MIDI functionality to the Linux operating system.
http://www.alsa-project.org/

View File

@ -6,11 +6,12 @@ config BR2_PACKAGE_APACHE
select BR2_PACKAGE_APR_UTIL
select BR2_PACKAGE_PCRE
help
The Apache HTTP Server Project is an effort to develop and maintain an
open-source HTTP server for modern operating systems including UNIX
and Windows NT. The goal of this project is to provide a secure,
efficient and extensible server that provides HTTP services in sync
with the current HTTP standards.
The Apache HTTP Server Project is an effort to develop and
maintain an open-source HTTP server for modern operating
systems including UNIX and Windows NT. The goal of this
project is to provide a secure, efficient and extensible
server that provides HTTP services in sync with the current
HTTP standards.
http://httpd.apache.org

View File

@ -4,9 +4,10 @@ config BR2_PACKAGE_APR
depends on !BR2_STATIC_LIBS
depends on BR2_USE_MMU # fork() in apr_proc_fork()
help
The mission of the Apache Portable Runtime (APR) project is to create
and maintain software libraries that provide a predictable and
consistent interface to underlying platform-specific implementations
The mission of the Apache Portable Runtime (APR) project is to
create and maintain software libraries that provide a
predictable and consistent interface to underlying
platform-specific implementations
http://apr.apache.org/

View File

@ -8,9 +8,10 @@ config BR2_PACKAGE_ASSIMP
select BR2_PACKAGE_ZLIB
help
Open Asset Import Library (assimp) is a portable Open Source
library to import various well-known 3D model formats in a uniform
manner. The most recent version also knows how to export 3d files
and is therefore suitable as a general-purpose 3D model converter.
library to import various well-known 3D model formats in a
uniform manner. The most recent version also knows how to
export 3d files and is therefore suitable as a general-purpose
3D model converter.
http://www.assimp.org

View File

@ -3,10 +3,10 @@ config BR2_PACKAGE_AUBIO
depends on !BR2_STATIC_LIBS
depends on BR2_TOOLCHAIN_HAS_THREADS
help
aubio is a tool designed for the extraction of annotations from
audio signals. Its features include segmenting a sound file
before each of its attacks, performing pitch detection, tapping
the beat and producing midi streams from live audio.
aubio is a tool designed for the extraction of annotations
from audio signals. Its features include segmenting a sound
file before each of its attacks, performing pitch detection,
tapping the beat and producing midi streams from live audio.
Because these tasks are difficult, we thought it was important
to gather them in a dedicated library. To increase the fun, we

View File

@ -28,7 +28,8 @@ config BR2_PACKAGE_AUFS_UTIL_VERSION
Usually, the sha1 of the cset you want to use; avoid using a
branch name as this yields non-reproducible builds.
See the following resources to see what versions are available:
See the following resources to see what versions are
available:
https://sourceforge.net/p/aufs/aufs-util/ci/master/tree/

View File

@ -4,6 +4,7 @@ config BR2_PACKAGE_AUTOSSH
depends on BR2_PACKAGE_DROPBEAR || BR2_PACKAGE_OPENSSH
help
autossh is a program to start a copy of ssh and monitor it,
restarting it as necessary should it die or stop passing traffic.
restarting it as necessary should it die or stop passing
traffic.
http://www.harding.motd.ca/autossh/