mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
perl-*: regeneration of Config.in files
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
991a9c6d93
commit
c5b2a50762
@ -2,6 +2,7 @@ config BR2_PACKAGE_PERL_APPCONFIG
|
|||||||
bool "perl-appconfig"
|
bool "perl-appconfig"
|
||||||
help
|
help
|
||||||
AppConfig is a bundle of Perl5 modules for reading
|
AppConfig is a bundle of Perl5 modules for reading
|
||||||
configuration files and parsing command line arguments.
|
configuration files and parsing command line
|
||||||
|
arguments.
|
||||||
|
|
||||||
https://metacpan.org/release/AppConfig
|
https://metacpan.org/release/AppConfig
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_PERL_CONVERT_ASN1
|
config BR2_PACKAGE_PERL_CONVERT_ASN1
|
||||||
bool "perl-convert-asn1"
|
bool "perl-convert-asn1"
|
||||||
help
|
help
|
||||||
Convert between perl data structures and ASN.1 encoded packets
|
Convert between perl data structures and ASN.1 encoded
|
||||||
|
packets
|
||||||
|
|
||||||
https://metacpan.org/release/Convert-ASN1
|
https://metacpan.org/release/Convert-ASN1
|
||||||
|
@ -5,7 +5,7 @@ config BR2_PACKAGE_PERL_CRYPT_OPENSSL_RANDOM
|
|||||||
help
|
help
|
||||||
OpenSSL/LibreSSL pseudo-random number generator access
|
OpenSSL/LibreSSL pseudo-random number generator access
|
||||||
|
|
||||||
http://sourceforge.net/projects/perl-openssl/
|
https://metacpan.org/release/Crypt-OpenSSL-Random
|
||||||
|
|
||||||
comment "perl-crypt-openssl-random needs a toolchain w/ dynamic library"
|
comment "perl-crypt-openssl-random needs a toolchain w/ dynamic library"
|
||||||
depends on BR2_STATIC_LIBS
|
depends on BR2_STATIC_LIBS
|
||||||
|
@ -5,7 +5,7 @@ config BR2_PACKAGE_PERL_CRYPT_OPENSSL_RSA
|
|||||||
help
|
help
|
||||||
RSA encoding and decoding, using the openSSL libraries
|
RSA encoding and decoding, using the openSSL libraries
|
||||||
|
|
||||||
https://metacpan.org/release/Crypt-OpenSSL-RSA
|
http://github.com/toddr/Crypt-OpenSSL-RSA
|
||||||
|
|
||||||
comment "perl-crypt-openssl-rsa needs a toolchain w/ dynamic library"
|
comment "perl-crypt-openssl-rsa needs a toolchain w/ dynamic library"
|
||||||
depends on BR2_STATIC_LIBS
|
depends on BR2_STATIC_LIBS
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
config BR2_PACKAGE_PERL_DIGEST_HMAC
|
config BR2_PACKAGE_PERL_DIGEST_HMAC
|
||||||
bool "perl-digest-hmac"
|
bool "perl-digest-hmac"
|
||||||
help
|
help
|
||||||
Digest::HMAC - Keyed-Hashing for Message Authentication
|
Keyed-Hashing for Message Authentication
|
||||||
|
|
||||||
https://github.com/gisle/digest-hmac
|
https://metacpan.org/release/Digest-HMAC
|
||||||
|
@ -4,7 +4,7 @@ config BR2_PACKAGE_PERL_ENCODE_DETECT
|
|||||||
depends on !BR2_STATIC_LIBS
|
depends on !BR2_STATIC_LIBS
|
||||||
help
|
help
|
||||||
An Encode::Encoding subclass that detects the encoding of
|
An Encode::Encoding subclass that detects the encoding of
|
||||||
data.
|
data
|
||||||
|
|
||||||
https://metacpan.org/release/Encode-Detect
|
https://metacpan.org/release/Encode-Detect
|
||||||
|
|
||||||
|
@ -3,4 +3,4 @@ config BR2_PACKAGE_PERL_ENCODE_LOCALE
|
|||||||
help
|
help
|
||||||
Determine the locale encoding
|
Determine the locale encoding
|
||||||
|
|
||||||
https://github.com/gisle/encode-locale
|
https://metacpan.org/release/Encode-Locale
|
||||||
|
@ -2,6 +2,6 @@ config BR2_PACKAGE_PERL_FILE_LISTING
|
|||||||
bool "perl-file-listing"
|
bool "perl-file-listing"
|
||||||
select BR2_PACKAGE_PERL_HTTP_DATE
|
select BR2_PACKAGE_PERL_HTTP_DATE
|
||||||
help
|
help
|
||||||
Module to parse directoy listings
|
parse directory listing
|
||||||
|
|
||||||
https://github.com/gisle/file-listing
|
https://metacpan.org/release/File-Listing
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
config BR2_PACKAGE_PERL_HTML_TAGSET
|
config BR2_PACKAGE_PERL_HTML_TAGSET
|
||||||
bool "perl-html-tagset"
|
bool "perl-html-tagset"
|
||||||
help
|
help
|
||||||
HTML::Tagset - data tables useful in parsing HTML
|
data tables useful in parsing HTML
|
||||||
|
|
||||||
http://www.cpan.org/modules/by-authors/id/P/PE/PETDANCE/
|
https://metacpan.org/release/HTML-Tagset
|
||||||
|
@ -4,7 +4,6 @@ config BR2_PACKAGE_PERL_HTTP_DAEMON
|
|||||||
select BR2_PACKAGE_PERL_HTTP_MESSAGE
|
select BR2_PACKAGE_PERL_HTTP_MESSAGE
|
||||||
select BR2_PACKAGE_PERL_LWP_MEDIATYPES
|
select BR2_PACKAGE_PERL_LWP_MEDIATYPES
|
||||||
help
|
help
|
||||||
Instances of the `HTTP::Daemon' class are HTTP/1.1 servers
|
a simple http server class
|
||||||
that listen on a socket for incoming requests.
|
|
||||||
|
|
||||||
http://github.com/gisle/http-daemon
|
https://metacpan.org/release/HTTP-Daemon
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
config BR2_PACKAGE_PERL_HTTP_DATE
|
config BR2_PACKAGE_PERL_HTTP_DATE
|
||||||
bool "perl-http-date"
|
bool "perl-http-date"
|
||||||
help
|
help
|
||||||
This module provides functions that deal the date formats
|
date conversion routines
|
||||||
used by the HTTP protocol (and then some more)
|
|
||||||
|
|
||||||
https://github.com/gisle/http-date
|
https://metacpan.org/release/HTTP-Date
|
||||||
|
@ -2,8 +2,6 @@ config BR2_PACKAGE_PERL_HTTP_NEGOTIATE
|
|||||||
bool "perl-http-negotiate"
|
bool "perl-http-negotiate"
|
||||||
select BR2_PACKAGE_PERL_HTTP_MESSAGE
|
select BR2_PACKAGE_PERL_HTTP_MESSAGE
|
||||||
help
|
help
|
||||||
This module provides a complete implementation of the HTTP
|
choose a variant to serve
|
||||||
content negotiation algorithm specified in
|
|
||||||
draft-ietf-http-v11-spec-00.ps chapter 12.
|
|
||||||
|
|
||||||
http://github.com/gisle/http-negotiate
|
https://metacpan.org/release/HTTP-Negotiate
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
config BR2_PACKAGE_PERL_IO_HTML
|
config BR2_PACKAGE_PERL_IO_HTML
|
||||||
bool "perl-io-html"
|
bool "perl-io-html"
|
||||||
help
|
help
|
||||||
Perl module that opens a file and performs automatic charset
|
Open an HTML file with automatic charset detection
|
||||||
detection
|
|
||||||
|
|
||||||
https://github.com/madsen/io-html
|
https://metacpan.org/release/IO-HTML
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
config BR2_PACKAGE_PERL_LWP_MEDIATYPES
|
config BR2_PACKAGE_PERL_LWP_MEDIATYPES
|
||||||
bool "perl-lwp-mediatypes"
|
bool "perl-lwp-mediatypes"
|
||||||
help
|
help
|
||||||
This module provides functions for handling media (also
|
guess media type for a file or a URL
|
||||||
known as MIME) types and encodings.
|
|
||||||
|
|
||||||
https://github.com/gisle/lwp-mediatypes
|
https://metacpan.org/release/LWP-MediaTypes
|
||||||
|
@ -2,10 +2,9 @@ config BR2_PACKAGE_PERL_MIME_BASE64
|
|||||||
bool "perl-mime-base64"
|
bool "perl-mime-base64"
|
||||||
depends on !BR2_STATIC_LIBS
|
depends on !BR2_STATIC_LIBS
|
||||||
help
|
help
|
||||||
This package contains a base64 encoder/decoder and a
|
The RFC 2045 encodings; base64 and quoted-printable
|
||||||
quoted-printable encoder/decoder.
|
|
||||||
|
|
||||||
http://github.com/gisle/mime-base64
|
https://metacpan.org/release/MIME-Base64
|
||||||
|
|
||||||
comment "perl-mime-base64 needs a toolchain w/ dynamic library"
|
comment "perl-mime-base64 needs a toolchain w/ dynamic library"
|
||||||
depends on BR2_STATIC_LIBS
|
depends on BR2_STATIC_LIBS
|
||||||
|
@ -3,7 +3,7 @@ config BR2_PACKAGE_PERL_MODULE_IMPLEMENTATION
|
|||||||
select BR2_PACKAGE_PERL_MODULE_RUNTIME
|
select BR2_PACKAGE_PERL_MODULE_RUNTIME
|
||||||
select BR2_PACKAGE_PERL_TRY_TINY
|
select BR2_PACKAGE_PERL_TRY_TINY
|
||||||
help
|
help
|
||||||
Loads one of several alternate underlying implementations
|
Loads one of several alternate underlying implementations for
|
||||||
for a module
|
a module
|
||||||
|
|
||||||
http://metacpan.org/release/Module-Implementation
|
http://metacpan.org/release/Module-Implementation
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
config BR2_PACKAGE_PERL_TIMEDATE
|
config BR2_PACKAGE_PERL_TIMEDATE
|
||||||
bool "perl-timedate"
|
bool "perl-timedate"
|
||||||
help
|
help
|
||||||
Date formating subroutines
|
miscellaneous timezone manipulations routines
|
||||||
|
|
||||||
https://metacpan.org/release/TimeDate
|
https://metacpan.org/release/TimeDate
|
||||||
|
@ -2,7 +2,6 @@ config BR2_PACKAGE_PERL_WWW_ROBOTRULES
|
|||||||
bool "perl-www-robotrules"
|
bool "perl-www-robotrules"
|
||||||
select BR2_PACKAGE_PERL_URI
|
select BR2_PACKAGE_PERL_URI
|
||||||
help
|
help
|
||||||
This module provides functions that deal the date formats
|
database of robots.txt-derived permissions
|
||||||
used by the HTTP protocol (and then some more)
|
|
||||||
|
|
||||||
http://github.com/gisle/www-robotrules
|
https://metacpan.org/release/WWW-RobotRules
|
||||||
|
Loading…
x
Reference in New Issue
Block a user