package/perl-*: regeneration of Config.in files with full stop

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Francois Perrad 2018-10-28 16:23:13 +01:00 committed by Thomas Petazzoni
parent ccd05f6fe5
commit da9e06cabc
96 changed files with 97 additions and 97 deletions

View File

@ -2,6 +2,6 @@ config BR2_PACKAGE_PERL_APACHE_LOGFORMAT_COMPILER
bool "perl-apache-logformat-compiler" bool "perl-apache-logformat-compiler"
select BR2_PACKAGE_PERL_POSIX_STRFTIME_COMPILER # runtime select BR2_PACKAGE_PERL_POSIX_STRFTIME_COMPILER # runtime
help help
Compile a log format string to perl-code Compile a log format string to perl-code.
https://github.com/kazeburo/Apache-LogFormat-Compiler https://github.com/kazeburo/Apache-LogFormat-Compiler

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PERL_ASTRO_SUNTIME config BR2_PACKAGE_PERL_ASTRO_SUNTIME
bool "perl-astro-suntime" bool "perl-astro-suntime"
help help
A functional module for calculating sunrise/sunset times A functional module for calculating sunrise/sunset times.
https://metacpan.org/release/Astro-SunTime https://metacpan.org/release/Astro-SunTime

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PERL_CLASS_INSPECTOR config BR2_PACKAGE_PERL_CLASS_INSPECTOR
bool "perl-class-inspector" bool "perl-class-inspector"
help help
Get information about a class and its structure Get information about a class and its structure.
https://metacpan.org/pod/Class::Inspector https://metacpan.org/pod/Class::Inspector

View File

@ -7,7 +7,7 @@ config BR2_PACKAGE_PERL_CLASS_LOAD
select BR2_PACKAGE_PERL_PACKAGE_STASH # runtime select BR2_PACKAGE_PERL_PACKAGE_STASH # runtime
select BR2_PACKAGE_PERL_TRY_TINY # runtime select BR2_PACKAGE_PERL_TRY_TINY # runtime
help help
A working (require "Class::Name") and more A working (require "Class::Name") and more.
https://github.com/moose/Class-Load https://github.com/moose/Class-Load

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PERL_CLASS_METHOD_MODIFIERS config BR2_PACKAGE_PERL_CLASS_METHOD_MODIFIERS
bool "perl-class-method-modifiers" bool "perl-class-method-modifiers"
help help
Provides Moose-like method modifiers Provides Moose-like method modifiers.
https://github.com/moose/Class-Method-Modifiers https://github.com/moose/Class-Method-Modifiers

View File

@ -2,6 +2,6 @@ config BR2_PACKAGE_PERL_CLASS_STD_FAST
bool "perl-class-std-fast" bool "perl-class-std-fast"
select BR2_PACKAGE_PERL_CLASS_STD # runtime select BR2_PACKAGE_PERL_CLASS_STD # runtime
help help
faster but less secure than Class::Std faster but less secure than Class::Std.
https://metacpan.org/release/Class-Std-Fast https://metacpan.org/release/Class-Std-Fast

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PERL_CLASS_STD config BR2_PACKAGE_PERL_CLASS_STD
bool "perl-class-std" bool "perl-class-std"
help help
Support for creating standard "inside-out" classes Support for creating standard "inside-out" classes.
https://metacpan.org/release/Class-Std https://metacpan.org/release/Class-Std

View File

@ -2,6 +2,6 @@ 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 Convert between perl data structures and ASN.1 encoded
packets packets.
https://metacpan.org/release/Convert-ASN1 https://metacpan.org/release/Convert-ASN1

View File

@ -2,6 +2,6 @@ config BR2_PACKAGE_PERL_COOKIE_BAKER
bool "perl-cookie-baker" bool "perl-cookie-baker"
select BR2_PACKAGE_PERL_URI # runtime select BR2_PACKAGE_PERL_URI # runtime
help help
Cookie string generator / parser Cookie string generator / parser.
https://github.com/kazeburo/Cookie-Baker https://github.com/kazeburo/Cookie-Baker

View File

@ -2,7 +2,7 @@ config BR2_PACKAGE_PERL_CRYPT_BLOWFISH
bool "perl-crypt-blowfish" bool "perl-crypt-blowfish"
depends on !BR2_STATIC_LIBS depends on !BR2_STATIC_LIBS
help help
Perl Blowfish encryption module Perl Blowfish encryption module.
https://metacpan.org/release/Crypt-Blowfish https://metacpan.org/release/Crypt-Blowfish

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PERL_CRYPT_CBC config BR2_PACKAGE_PERL_CRYPT_CBC
bool "perl-crypt-cbc" bool "perl-crypt-cbc"
help help
Encrypt Data with Cipher Block Chaining Mode Encrypt Data with Cipher Block Chaining Mode.
https://metacpan.org/release/Crypt-CBC https://metacpan.org/release/Crypt-CBC

View File

@ -3,7 +3,7 @@ config BR2_PACKAGE_PERL_CRYPT_OPENSSL_RANDOM
depends on !BR2_STATIC_LIBS depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_OPENSSL select BR2_PACKAGE_OPENSSL
help help
OpenSSL/LibreSSL pseudo-random number generator access OpenSSL/LibreSSL pseudo-random number generator access.
https://metacpan.org/release/Crypt-OpenSSL-Random https://metacpan.org/release/Crypt-OpenSSL-Random

View File

@ -3,7 +3,7 @@ config BR2_PACKAGE_PERL_CRYPT_OPENSSL_RSA
depends on !BR2_STATIC_LIBS depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_PERL_CRYPT_OPENSSL_RANDOM # runtime select BR2_PACKAGE_PERL_CRYPT_OPENSSL_RANDOM # runtime
help help
RSA encoding and decoding, using the openSSL libraries RSA encoding and decoding, using the openSSL libraries.
http://github.com/toddr/Crypt-OpenSSL-RSA http://github.com/toddr/Crypt-OpenSSL-RSA

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PERL_DATA_DUMP config BR2_PACKAGE_PERL_DATA_DUMP
bool "perl-data-dump" bool "perl-data-dump"
help help
Pretty printing of data structures Pretty printing of data structures.
https://metacpan.org/release/Data-Dump https://metacpan.org/release/Data-Dump

View File

@ -4,7 +4,7 @@ config BR2_PACKAGE_PERL_DATA_OPTLIST
select BR2_PACKAGE_PERL_PARAMS_UTIL # runtime select BR2_PACKAGE_PERL_PARAMS_UTIL # runtime
select BR2_PACKAGE_PERL_SUB_INSTALL # runtime select BR2_PACKAGE_PERL_SUB_INSTALL # runtime
help help
parse and validate simple name/value option pairs parse and validate simple name/value option pairs.
https://github.com/rjbs/Data-OptList https://github.com/rjbs/Data-OptList

View File

@ -2,7 +2,7 @@ config BR2_PACKAGE_PERL_DATA_UUID
bool "perl-data-uuid" bool "perl-data-uuid"
depends on !BR2_STATIC_LIBS depends on !BR2_STATIC_LIBS
help help
Globally/Universally Unique Identifiers (GUIDs/UUIDs) Globally/Universally Unique Identifiers (GUIDs/UUIDs).
https://metacpan.org/release/Data-UUID https://metacpan.org/release/Data-UUID

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PERL_DATE_MANIP config BR2_PACKAGE_PERL_DATE_MANIP
bool "perl-date-manip" bool "perl-date-manip"
help help
Date manipulation routines Date manipulation routines.
https://metacpan.org/release/Date-Manip https://metacpan.org/release/Date-Manip

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PERL_DATETIME_TINY config BR2_PACKAGE_PERL_DATETIME_TINY
bool "perl-datetime-tiny" bool "perl-datetime-tiny"
help help
A date object, with as little code as possible A date object, with as little code as possible.
https://github.com/dagolden/DateTime-Tiny https://github.com/dagolden/DateTime-Tiny

View File

@ -7,7 +7,7 @@ config BR2_PACKAGE_PERL_DBD_MYSQL
select BR2_PACKAGE_MYSQL select BR2_PACKAGE_MYSQL
select BR2_PACKAGE_PERL_DBI # runtime select BR2_PACKAGE_PERL_DBI # runtime
help help
A MySQL driver for the Perl5 Database Interface (DBI) A MySQL driver for the Perl5 Database Interface (DBI).
http://dbi.perl.org/ http://dbi.perl.org/

View File

@ -2,7 +2,7 @@ config BR2_PACKAGE_PERL_DBI
bool "perl-dbi" bool "perl-dbi"
depends on !BR2_STATIC_LIBS depends on !BR2_STATIC_LIBS
help help
Database independent interface for Perl Database independent interface for Perl.
http://dbi.perl.org/ http://dbi.perl.org/

View File

@ -2,6 +2,6 @@ config BR2_PACKAGE_PERL_DEVEL_STACKTRACE_ASHTML
bool "perl-devel-stacktrace-ashtml" bool "perl-devel-stacktrace-ashtml"
select BR2_PACKAGE_PERL_DEVEL_STACKTRACE # runtime select BR2_PACKAGE_PERL_DEVEL_STACKTRACE # runtime
help help
Displays stack trace in HTML Displays stack trace in HTML.
https://github.com/miyagawa/Devel-StackTrace-AsHTML https://github.com/miyagawa/Devel-StackTrace-AsHTML

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PERL_DEVEL_STACKTRACE config BR2_PACKAGE_PERL_DEVEL_STACKTRACE
bool "perl-devel-stacktrace" bool "perl-devel-stacktrace"
help help
An object representing a stack trace An object representing a stack trace.
http://metacpan.org/release/Devel-StackTrace http://metacpan.org/release/Devel-StackTrace

View File

@ -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
Keyed-Hashing for Message Authentication Keyed-Hashing for Message Authentication.
https://metacpan.org/release/Digest-HMAC https://metacpan.org/release/Digest-HMAC

View File

@ -2,7 +2,7 @@ config BR2_PACKAGE_PERL_DIGEST_MD5
bool "perl-digest-md5" bool "perl-digest-md5"
depends on !BR2_STATIC_LIBS depends on !BR2_STATIC_LIBS
help help
Perl interface to the MD-5 algorithm Perl interface to the MD-5 algorithm.
https://metacpan.org/release/Digest-MD5 https://metacpan.org/release/Digest-MD5

View File

@ -2,7 +2,7 @@ config BR2_PACKAGE_PERL_DIGEST_SHA1
bool "perl-digest-sha1" bool "perl-digest-sha1"
depends on !BR2_STATIC_LIBS depends on !BR2_STATIC_LIBS
help help
Perl interface to the SHA-1 algorithm Perl interface to the SHA-1 algorithm.
https://metacpan.org/release/Digest-SHA1 https://metacpan.org/release/Digest-SHA1

View File

@ -2,6 +2,6 @@ config BR2_PACKAGE_PERL_DIST_CHECKCONFLICTS
bool "perl-dist-checkconflicts" bool "perl-dist-checkconflicts"
select BR2_PACKAGE_PERL_MODULE_RUNTIME # runtime select BR2_PACKAGE_PERL_MODULE_RUNTIME # runtime
help help
declare version conflicts for your dist declare version conflicts for your dist.
http://metacpan.org/release/Dist-CheckConflicts http://metacpan.org/release/Dist-CheckConflicts

View File

@ -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

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PERL_ENCODE_LOCALE config BR2_PACKAGE_PERL_ENCODE_LOCALE
bool "perl-encode-locale" bool "perl-encode-locale"
help help
Determine the locale encoding Determine the locale encoding.
https://metacpan.org/release/Encode-Locale https://metacpan.org/release/Encode-Locale

View File

@ -2,6 +2,6 @@ config BR2_PACKAGE_PERL_EXPORTER_TINY
bool "perl-exporter-tiny" bool "perl-exporter-tiny"
help help
an exporter with the features of Sub::Exporter but only core an exporter with the features of Sub::Exporter but only core
dependencies dependencies.
https://metacpan.org/release/Exporter-Tiny https://metacpan.org/release/Exporter-Tiny

View File

@ -2,6 +2,6 @@ config BR2_PACKAGE_PERL_FILE_LISTING
bool "perl-file-listing" bool "perl-file-listing"
select BR2_PACKAGE_PERL_HTTP_DATE # runtime select BR2_PACKAGE_PERL_HTTP_DATE # runtime
help help
parse directory listing parse directory listing.
https://metacpan.org/release/File-Listing https://metacpan.org/release/File-Listing

View File

@ -2,6 +2,6 @@ config BR2_PACKAGE_PERL_FILE_SHAREDIR
bool "perl-file-sharedir" bool "perl-file-sharedir"
select BR2_PACKAGE_PERL_CLASS_INSPECTOR # runtime select BR2_PACKAGE_PERL_CLASS_INSPECTOR # runtime
help help
Locate per-dist and per-module shared files Locate per-dist and per-module shared files.
https://metacpan.org/release/File-ShareDir https://metacpan.org/release/File-ShareDir

View File

@ -2,6 +2,6 @@ config BR2_PACKAGE_PERL_FILE_SLURP
bool "perl-file-slurp" bool "perl-file-slurp"
help help
Simple and Efficient Reading/Writing/Modifying of Complete Simple and Efficient Reading/Writing/Modifying of Complete
Files Files.
https://metacpan.org/release/File-Slurp https://metacpan.org/release/File-Slurp

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PERL_FILE_UTIL config BR2_PACKAGE_PERL_FILE_UTIL
bool "perl-file-util" bool "perl-file-util"
help help
Easy, versatile, portable file handling Easy, versatile, portable file handling.
https://github.com/tommybutler/file-util/wiki https://github.com/tommybutler/file-util/wiki

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PERL_FILESYS_NOTIFY_SIMPLE config BR2_PACKAGE_PERL_FILESYS_NOTIFY_SIMPLE
bool "perl-filesys-notify-simple" bool "perl-filesys-notify-simple"
help help
Simple and dumb file system watcher Simple and dumb file system watcher.
https://github.com/miyagawa/Filesys-Notify-Simple https://github.com/miyagawa/Filesys-Notify-Simple

View File

@ -6,7 +6,7 @@ config BR2_PACKAGE_PERL_GD
select BR2_PACKAGE_FREETYPE select BR2_PACKAGE_FREETYPE
select BR2_PACKAGE_GD select BR2_PACKAGE_GD
help help
Perl interface to the gd2 graphics library Perl interface to the gd2 graphics library.
https://metacpan.org/release/GD https://metacpan.org/release/GD

View File

@ -4,7 +4,7 @@ config BR2_PACKAGE_PERL_GDGRAPH
select BR2_PACKAGE_PERL_GD # runtime select BR2_PACKAGE_PERL_GD # runtime
select BR2_PACKAGE_PERL_GDTEXTUTIL # runtime select BR2_PACKAGE_PERL_GDTEXTUTIL # runtime
help help
Produces charts with GD Produces charts with GD.
https://metacpan.org/release/GDGraph https://metacpan.org/release/GDGraph

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PERL_GDTEXTUTIL config BR2_PACKAGE_PERL_GDTEXTUTIL
bool "perl-gdtextutil" bool "perl-gdtextutil"
help help
Text utilities for use with GD Text utilities for use with GD.
https://metacpan.org/release/GDTextUtil https://metacpan.org/release/GDTextUtil

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PERL_HASH_MULTIVALUE config BR2_PACKAGE_PERL_HASH_MULTIVALUE
bool "perl-hash-multivalue" bool "perl-hash-multivalue"
help help
Store multiple values per key Store multiple values per key.
https://github.com/miyagawa/Hash-MultiValue https://github.com/miyagawa/Hash-MultiValue

View File

@ -3,7 +3,7 @@ config BR2_PACKAGE_PERL_HTML_PARSER
depends on !BR2_STATIC_LIBS depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_PERL_HTML_TAGSET # runtime select BR2_PACKAGE_PERL_HTML_TAGSET # runtime
help help
HTML parser class HTML parser class.
https://metacpan.org/release/HTML-Parser https://metacpan.org/release/HTML-Parser

View File

@ -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
data tables useful in parsing HTML data tables useful in parsing HTML.
https://metacpan.org/release/HTML-Tagset https://metacpan.org/release/HTML-Tagset

View File

@ -3,6 +3,6 @@ config BR2_PACKAGE_PERL_HTTP_COOKIES
select BR2_PACKAGE_PERL_HTTP_DATE # runtime select BR2_PACKAGE_PERL_HTTP_DATE # runtime
select BR2_PACKAGE_PERL_HTTP_MESSAGE # runtime select BR2_PACKAGE_PERL_HTTP_MESSAGE # runtime
help help
HTTP cookie jars HTTP cookie jars.
https://github.com/libwww-perl/http-cookies https://github.com/libwww-perl/http-cookies

View File

@ -4,6 +4,6 @@ config BR2_PACKAGE_PERL_HTTP_DAEMON
select BR2_PACKAGE_PERL_HTTP_MESSAGE # runtime select BR2_PACKAGE_PERL_HTTP_MESSAGE # runtime
select BR2_PACKAGE_PERL_LWP_MEDIATYPES # runtime select BR2_PACKAGE_PERL_LWP_MEDIATYPES # runtime
help help
a simple http server class a simple http server class.
https://metacpan.org/release/HTTP-Daemon https://metacpan.org/release/HTTP-Daemon

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PERL_HTTP_DATE config BR2_PACKAGE_PERL_HTTP_DATE
bool "perl-http-date" bool "perl-http-date"
help help
date conversion routines date conversion routines.
https://metacpan.org/release/HTTP-Date https://metacpan.org/release/HTTP-Date

View File

@ -6,6 +6,6 @@ config BR2_PACKAGE_PERL_HTTP_ENTITY_PARSER
select BR2_PACKAGE_PERL_STREAM_BUFFERED # runtime select BR2_PACKAGE_PERL_STREAM_BUFFERED # runtime
select BR2_PACKAGE_PERL_WWW_FORM_URLENCODED # runtime select BR2_PACKAGE_PERL_WWW_FORM_URLENCODED # runtime
help help
PSGI compliant HTTP Entity Parser PSGI compliant HTTP Entity Parser.
https://github.com/kazeburo/HTTP-Entity-Parser https://github.com/kazeburo/HTTP-Entity-Parser

View File

@ -2,6 +2,6 @@ config BR2_PACKAGE_PERL_HTTP_HEADERS_FAST
bool "perl-http-headers-fast" bool "perl-http-headers-fast"
select BR2_PACKAGE_PERL_HTTP_DATE # runtime select BR2_PACKAGE_PERL_HTTP_DATE # runtime
help help
faster implementation of HTTP::Headers faster implementation of HTTP::Headers.
https://github.com/tokuhirom/HTTP-Headers-Fast https://github.com/tokuhirom/HTTP-Headers-Fast

View File

@ -6,6 +6,6 @@ config BR2_PACKAGE_PERL_HTTP_MESSAGE
select BR2_PACKAGE_PERL_LWP_MEDIATYPES # runtime select BR2_PACKAGE_PERL_LWP_MEDIATYPES # runtime
select BR2_PACKAGE_PERL_URI # runtime select BR2_PACKAGE_PERL_URI # runtime
help help
HTTP style message (base class) HTTP style message (base class).
https://github.com/libwww-perl/HTTP-Message https://github.com/libwww-perl/HTTP-Message

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PERL_HTTP_MULTIPARTPARSER config BR2_PACKAGE_PERL_HTTP_MULTIPARTPARSER
bool "perl-http-multipartparser" bool "perl-http-multipartparser"
help help
HTTP MultiPart Parser HTTP MultiPart Parser.
https://metacpan.org/release/HTTP-MultiPartParser https://metacpan.org/release/HTTP-MultiPartParser

View File

@ -2,6 +2,6 @@ config BR2_PACKAGE_PERL_HTTP_NEGOTIATE
bool "perl-http-negotiate" bool "perl-http-negotiate"
select BR2_PACKAGE_PERL_HTTP_MESSAGE # runtime select BR2_PACKAGE_PERL_HTTP_MESSAGE # runtime
help help
choose a variant to serve choose a variant to serve.
https://metacpan.org/release/HTTP-Negotiate https://metacpan.org/release/HTTP-Negotiate

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PERL_IO_HTML config BR2_PACKAGE_PERL_IO_HTML
bool "perl-io-html" bool "perl-io-html"
help help
Open an HTML file with automatic charset detection Open an HTML file with automatic charset detection.
https://metacpan.org/release/IO-HTML https://metacpan.org/release/IO-HTML

View File

@ -2,7 +2,7 @@ config BR2_PACKAGE_PERL_IO_INTERFACE
bool "perl-io-interface" bool "perl-io-interface"
depends on !BR2_STATIC_LIBS depends on !BR2_STATIC_LIBS
help help
Access and modify network interface card configuration Access and modify network interface card configuration.
https://metacpan.org/release/IO-Interface https://metacpan.org/release/IO-Interface

View File

@ -3,7 +3,7 @@ config BR2_PACKAGE_PERL_IO_SOCKET_MULTICAST
depends on !BR2_STATIC_LIBS depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_PERL_IO_INTERFACE # runtime select BR2_PACKAGE_PERL_IO_INTERFACE # runtime
help help
Send and receive multicast messages Send and receive multicast messages.
https://metacpan.org/release/IO-Socket-Multicast https://metacpan.org/release/IO-Socket-Multicast

View File

@ -1,6 +1,7 @@
config BR2_PACKAGE_PERL_JSON_MAYBEXS config BR2_PACKAGE_PERL_JSON_MAYBEXS
bool "perl-json-maybexs" bool "perl-json-maybexs"
help help
Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP Use Cpanel::JSON::XS with a fallback to JSON::XS and
JSON::PP.
https://metacpan.org/release/JSON-MaybeXS https://metacpan.org/release/JSON-MaybeXS

View File

@ -15,7 +15,7 @@ config BR2_PACKAGE_PERL_LIBWWW_PERL
select BR2_PACKAGE_PERL_URI # runtime select BR2_PACKAGE_PERL_URI # runtime
select BR2_PACKAGE_PERL_WWW_ROBOTRULES # runtime select BR2_PACKAGE_PERL_WWW_ROBOTRULES # runtime
help help
The World-Wide Web library for Perl The World-Wide Web library for Perl.
https://github.com/libwww-perl/libwww-perl https://github.com/libwww-perl/libwww-perl

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PERL_LWP_MEDIATYPES config BR2_PACKAGE_PERL_LWP_MEDIATYPES
bool "perl-lwp-mediatypes" bool "perl-lwp-mediatypes"
help help
guess media type for a file or a URL guess media type for a file or a URL.
https://metacpan.org/release/LWP-MediaTypes https://metacpan.org/release/LWP-MediaTypes

View File

@ -5,7 +5,7 @@ config BR2_PACKAGE_PERL_MAIL_DKIM
select BR2_PACKAGE_PERL_MAILTOOLS # runtime select BR2_PACKAGE_PERL_MAILTOOLS # runtime
select BR2_PACKAGE_PERL_NET_DNS # runtime select BR2_PACKAGE_PERL_NET_DNS # runtime
help help
Signs/verifies Internet mail with DKIM/DomainKey signatures Signs/verifies Internet mail with DKIM/DomainKey signatures.
https://metacpan.org/release/Mail-DKIM https://metacpan.org/release/Mail-DKIM

View File

@ -2,6 +2,6 @@ config BR2_PACKAGE_PERL_MAILTOOLS
bool "perl-mailtools" bool "perl-mailtools"
select BR2_PACKAGE_PERL_TIMEDATE # runtime select BR2_PACKAGE_PERL_TIMEDATE # runtime
help help
Various ancient e-mail related modules Various ancient e-mail related modules.
https://metacpan.org/release/MailTools https://metacpan.org/release/MailTools

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PERL_MIME_BASE64_URLSAFE config BR2_PACKAGE_PERL_MIME_BASE64_URLSAFE
bool "perl-mime-base64-urlsafe" bool "perl-mime-base64-urlsafe"
help help
Perl version of Python's URL-safe base64 codec Perl version of Python's URL-safe base64 codec.
https://metacpan.org/release/MIME-Base64-URLSafe https://metacpan.org/release/MIME-Base64-URLSafe

View File

@ -2,7 +2,7 @@ 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
The RFC 2045 encodings; base64 and quoted-printable The RFC 2045 encodings; base64 and quoted-printable.
https://metacpan.org/release/MIME-Base64 https://metacpan.org/release/MIME-Base64

View File

@ -2,6 +2,6 @@ config BR2_PACKAGE_PERL_MIME_TOOLS
bool "perl-mime-tools" bool "perl-mime-tools"
select BR2_PACKAGE_PERL_MAILTOOLS # runtime select BR2_PACKAGE_PERL_MAILTOOLS # runtime
help help
Tools to manipulate MIME messages Tools to manipulate MIME messages.
https://metacpan.org/release/MIME-tools https://metacpan.org/release/MIME-tools

View File

@ -4,6 +4,6 @@ config BR2_PACKAGE_PERL_MODULE_IMPLEMENTATION
select BR2_PACKAGE_PERL_TRY_TINY # runtime select BR2_PACKAGE_PERL_TRY_TINY # runtime
help help
Loads one of several alternate underlying implementations for Loads one of several alternate underlying implementations for
a module a module.
http://metacpan.org/release/Module-Implementation http://metacpan.org/release/Module-Implementation

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PERL_MODULE_RUNTIME config BR2_PACKAGE_PERL_MODULE_RUNTIME
bool "perl-module-runtime" bool "perl-module-runtime"
help help
runtime module handling runtime module handling.
https://metacpan.org/release/Module-Runtime https://metacpan.org/release/Module-Runtime

View File

@ -2,6 +2,6 @@ config BR2_PACKAGE_PERL_MOJOLICIOUS_PLUGIN_AUTHENTICATION
bool "perl-mojolicious-plugin-authentication" bool "perl-mojolicious-plugin-authentication"
select BR2_PACKAGE_PERL_MOJOLICIOUS # runtime select BR2_PACKAGE_PERL_MOJOLICIOUS # runtime
help help
A plugin to make authentication a bit easier A plugin to make authentication a bit easier.
https://metacpan.org/release/Mojolicious-Plugin-Authentication https://metacpan.org/release/Mojolicious-Plugin-Authentication

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PERL_MOJOLICIOUS config BR2_PACKAGE_PERL_MOJOLICIOUS
bool "perl-mojolicious" bool "perl-mojolicious"
help help
Real-time web framework Real-time web framework.
https://mojolicious.org https://mojolicious.org

View File

@ -6,6 +6,6 @@ config BR2_PACKAGE_PERL_MOO
select BR2_PACKAGE_PERL_ROLE_TINY # runtime select BR2_PACKAGE_PERL_ROLE_TINY # runtime
select BR2_PACKAGE_PERL_SUB_QUOTE # runtime select BR2_PACKAGE_PERL_SUB_QUOTE # runtime
help help
Minimalist Object Orientation (with Moose compatibility) Minimalist Object Orientation (with Moose compatibility).
https://metacpan.org/release/Moo https://metacpan.org/release/Moo

View File

@ -2,6 +2,6 @@ config BR2_PACKAGE_PERL_NET_DNS
bool "perl-net-dns" bool "perl-net-dns"
select BR2_PACKAGE_PERL_DIGEST_HMAC # runtime select BR2_PACKAGE_PERL_DIGEST_HMAC # runtime
help help
Perl Interface to the Domain Name System Perl Interface to the Domain Name System.
https://metacpan.org/release/Net-DNS https://metacpan.org/release/Net-DNS

View File

@ -2,6 +2,6 @@ config BR2_PACKAGE_PERL_NET_HTTP
bool "perl-net-http" bool "perl-net-http"
select BR2_PACKAGE_PERL_URI # runtime select BR2_PACKAGE_PERL_URI # runtime
help help
Low-level HTTP connection (client) Low-level HTTP connection (client).
https://github.com/libwww-perl/Net-HTTP https://github.com/libwww-perl/Net-HTTP

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PERL_NET_PING config BR2_PACKAGE_PERL_NET_PING
bool "perl-net-ping" bool "perl-net-ping"
help help
check a remote host for reachability check a remote host for reachability.
https://metacpan.org/release/Net-Ping https://metacpan.org/release/Net-Ping

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PERL_NET_SNMP config BR2_PACKAGE_PERL_NET_SNMP
bool "perl-net-snmp" bool "perl-net-snmp"
help help
Object oriented interface to SNMP Object oriented interface to SNMP.
https://metacpan.org/release/Net-SNMP https://metacpan.org/release/Net-SNMP

View File

@ -1,9 +1,8 @@
config BR2_PACKAGE_PERL_NET_SSLEAY config BR2_PACKAGE_PERL_NET_SSLEAY
bool "perl-net-ssleay" bool "perl-net-ssleay"
depends on !BR2_STATIC_LIBS depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_OPENSSL
help help
Perl extension for using OpenSSL Perl extension for using OpenSSL.
https://metacpan.org/release/Net-SSLeay https://metacpan.org/release/Net-SSLeay

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PERL_NET_TELNET config BR2_PACKAGE_PERL_NET_TELNET
bool "perl-net-telnet" bool "perl-net-telnet"
help help
Interact with TELNET port or other TCP ports Interact with TELNET port or other TCP ports.
https://metacpan.org/release/Net-Telnet https://metacpan.org/release/Net-Telnet

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PERL_NETADDR_IP config BR2_PACKAGE_PERL_NETADDR_IP
bool "perl-netaddr-ip" bool "perl-netaddr-ip"
help help
Manages IPv4 and IPv6 addresses and subnets Manages IPv4 and IPv6 addresses and subnets.
https://metacpan.org/release/NetAddr-IP https://metacpan.org/release/NetAddr-IP

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PERL_NUMBER_BYTES_HUMAN config BR2_PACKAGE_PERL_NUMBER_BYTES_HUMAN
bool "perl-number-bytes-human" bool "perl-number-bytes-human"
help help
Convert byte count to human readable format Convert byte count to human readable format.
https://metacpan.org/release/Number-Bytes-Human https://metacpan.org/release/Number-Bytes-Human

View File

@ -3,6 +3,6 @@ config BR2_PACKAGE_PERL_PACKAGE_STASH
select BR2_PACKAGE_PERL_DIST_CHECKCONFLICTS # runtime select BR2_PACKAGE_PERL_DIST_CHECKCONFLICTS # runtime
select BR2_PACKAGE_PERL_MODULE_IMPLEMENTATION # runtime select BR2_PACKAGE_PERL_MODULE_IMPLEMENTATION # runtime
help help
routines for manipulating stashes routines for manipulating stashes.
http://metacpan.org/release/Package-Stash http://metacpan.org/release/Package-Stash

View File

@ -2,7 +2,7 @@ config BR2_PACKAGE_PERL_PARAMS_UTIL
bool "perl-params-util" bool "perl-params-util"
depends on !BR2_STATIC_LIBS depends on !BR2_STATIC_LIBS
help help
Simple, compact and correct param-checking functions Simple, compact and correct param-checking functions.
https://metacpan.org/release/Params-Util https://metacpan.org/release/Params-Util

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PERL_PATH_TINY config BR2_PACKAGE_PERL_PATH_TINY
bool "perl-path-tiny" bool "perl-path-tiny"
help help
File path utility File path utility.
https://github.com/dagolden/Path-Tiny https://github.com/dagolden/Path-Tiny

View File

@ -16,6 +16,6 @@ config BR2_PACKAGE_PERL_PLACK
select BR2_PACKAGE_PERL_WWW_FORM_URLENCODED # runtime select BR2_PACKAGE_PERL_WWW_FORM_URLENCODED # runtime
help help
Perl Superglue for Web frameworks and Web Servers (PSGI Perl Superglue for Web frameworks and Web Servers (PSGI
toolkit) toolkit).
https://github.com/plack/Plack https://github.com/plack/Plack

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PERL_POSIX_STRFTIME_COMPILER config BR2_PACKAGE_PERL_POSIX_STRFTIME_COMPILER
bool "perl-posix-strftime-compiler" bool "perl-posix-strftime-compiler"
help help
GNU C library compatible strftime for loggers and servers GNU C library compatible strftime for loggers and servers.
https://github.com/kazeburo/POSIX-strftime-Compiler https://github.com/kazeburo/POSIX-strftime-Compiler

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PERL_STREAM_BUFFERED config BR2_PACKAGE_PERL_STREAM_BUFFERED
bool "perl-stream-buffered" bool "perl-stream-buffered"
help help
temporary buffer to save bytes temporary buffer to save bytes.
https://github.com/plack/Stream-Buffered https://github.com/plack/Stream-Buffered

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PERL_SUB_EXPORTER_PROGRESSIVE config BR2_PACKAGE_PERL_SUB_EXPORTER_PROGRESSIVE
bool "perl-sub-exporter-progressive" bool "perl-sub-exporter-progressive"
help help
Only use Sub::Exporter if you need it Only use Sub::Exporter if you need it.
https://github.com/frioux/Sub-Exporter-Progressive https://github.com/frioux/Sub-Exporter-Progressive

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PERL_SUB_INSTALL config BR2_PACKAGE_PERL_SUB_INSTALL
bool "perl-sub-install" bool "perl-sub-install"
help help
install subroutines into packages easily install subroutines into packages easily.
https://github.com/rjbs/Sub-Install https://github.com/rjbs/Sub-Install

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PERL_SUB_QUOTE config BR2_PACKAGE_PERL_SUB_QUOTE
bool "perl-sub-quote" bool "perl-sub-quote"
help help
Efficient generation of subroutines via string eval Efficient generation of subroutines via string eval.
https://metacpan.org/release/Sub-Quote https://metacpan.org/release/Sub-Quote

View File

@ -2,7 +2,7 @@ config BR2_PACKAGE_PERL_SYS_MEMINFO
bool "perl-sys-meminfo" bool "perl-sys-meminfo"
depends on !BR2_STATIC_LIBS depends on !BR2_STATIC_LIBS
help help
query the total free and used physical memory query the total free and used physical memory.
https://metacpan.org/release/Sys-MemInfo https://metacpan.org/release/Sys-MemInfo

View File

@ -2,7 +2,7 @@ config BR2_PACKAGE_PERL_SYS_MMAP
bool "perl-sys-mmap" bool "perl-sys-mmap"
depends on !BR2_STATIC_LIBS depends on !BR2_STATIC_LIBS
help help
uses mmap to map in a file as a Perl variable uses mmap to map in a file as a Perl variable.
https://metacpan.org/release/Sys-Mmap https://metacpan.org/release/Sys-Mmap

View File

@ -2,7 +2,7 @@ config BR2_PACKAGE_PERL_TIME_HIRES
bool "perl-time-hires" bool "perl-time-hires"
depends on !BR2_STATIC_LIBS depends on !BR2_STATIC_LIBS
help help
High resolution alarm, sleep, gettimeofday, interval timers High resolution alarm, sleep, gettimeofday, interval timers.
https://metacpan.org/release/Time-HiRes https://metacpan.org/release/Time-HiRes

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PERL_TIME_PARSEDATE config BR2_PACKAGE_PERL_TIME_PARSEDATE
bool "perl-time-parsedate" bool "perl-time-parsedate"
help help
Parse and format time values Parse and format time values.
https://metacpan.org/release/Time-ParseDate https://metacpan.org/release/Time-ParseDate

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PERL_TIMEDATE config BR2_PACKAGE_PERL_TIMEDATE
bool "perl-timedate" bool "perl-timedate"
help help
miscellaneous timezone manipulations routines miscellaneous timezone manipulations routines.
https://metacpan.org/release/TimeDate https://metacpan.org/release/TimeDate

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PERL_TRY_TINY config BR2_PACKAGE_PERL_TRY_TINY
bool "perl-try-tiny" bool "perl-try-tiny"
help help
Minimal try/catch with proper preservation of $@ Minimal try/catch with proper preservation of $@.
https://github.com/p5sagit/Try-Tiny https://github.com/p5sagit/Try-Tiny

View File

@ -2,6 +2,6 @@ config BR2_PACKAGE_PERL_TYPE_TINY
bool "perl-type-tiny" bool "perl-type-tiny"
select BR2_PACKAGE_PERL_EXPORTER_TINY # runtime select BR2_PACKAGE_PERL_EXPORTER_TINY # runtime
help help
tiny, yet Moo(se)-compatible type constraint tiny, yet Moo(se)-compatible type constraint.
https://metacpan.org/release/Type-Tiny https://metacpan.org/release/Type-Tiny

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PERL_URI config BR2_PACKAGE_PERL_URI
bool "perl-uri" bool "perl-uri"
help help
Uniform Resource Identifiers (absolute and relative) Uniform Resource Identifiers (absolute and relative).
https://github.com/libwww-perl/URI https://github.com/libwww-perl/URI

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PERL_WWW_FORM_URLENCODED config BR2_PACKAGE_PERL_WWW_FORM_URLENCODED
bool "perl-www-form-urlencoded" bool "perl-www-form-urlencoded"
help help
parser and builder for application/x-www-form-urlencoded parser and builder for application/x-www-form-urlencoded.
https://github.com/kazeburo/WWW-Form-UrlEncoded https://github.com/kazeburo/WWW-Form-UrlEncoded

View File

@ -2,6 +2,6 @@ config BR2_PACKAGE_PERL_WWW_ROBOTRULES
bool "perl-www-robotrules" bool "perl-www-robotrules"
select BR2_PACKAGE_PERL_URI # runtime select BR2_PACKAGE_PERL_URI # runtime
help help
database of robots.txt-derived permissions database of robots.txt-derived permissions.
https://metacpan.org/release/WWW-RobotRules https://metacpan.org/release/WWW-RobotRules

View File

@ -5,7 +5,7 @@ config BR2_PACKAGE_PERL_X10
select BR2_PACKAGE_PERL_DEVICE_SERIALPORT # runtime select BR2_PACKAGE_PERL_DEVICE_SERIALPORT # runtime
select BR2_PACKAGE_PERL_TIME_PARSEDATE # runtime select BR2_PACKAGE_PERL_TIME_PARSEDATE # runtime
help help
creates a server used to receive events from an x10 client creates a server used to receive events from an x10 client.
https://metacpan.org/release/X10 https://metacpan.org/release/X10

View File

@ -7,7 +7,7 @@ config BR2_PACKAGE_PERL_XML_LIBXML
select BR2_PACKAGE_PERL_XML_SAX # runtime select BR2_PACKAGE_PERL_XML_SAX # runtime
select BR2_PACKAGE_PERL_XML_SAX_BASE # runtime select BR2_PACKAGE_PERL_XML_SAX_BASE # runtime
help help
Interface to Gnome libxml2 xml parsing and DOM library Interface to Gnome libxml2 xml parsing and DOM library.
https://github.com/shlomif/perl-XML-LibXML https://github.com/shlomif/perl-XML-LibXML

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PERL_XML_NAMESPACESUPPORT config BR2_PACKAGE_PERL_XML_NAMESPACESUPPORT
bool "perl-xml-namespacesupport" bool "perl-xml-namespacesupport"
help help
A simple generic namespace processor A simple generic namespace processor.
https://github.com/perigrin/xml-namespacesupport https://github.com/perigrin/xml-namespacesupport

View File

@ -1,6 +1,6 @@
config BR2_PACKAGE_PERL_XML_SAX_BASE config BR2_PACKAGE_PERL_XML_SAX_BASE
bool "perl-xml-sax-base" bool "perl-xml-sax-base"
help help
Base class for SAX Drivers and Filters Base class for SAX Drivers and Filters.
https://metacpan.org/release/XML-SAX-Base https://metacpan.org/release/XML-SAX-Base

View File

@ -3,6 +3,6 @@ config BR2_PACKAGE_PERL_XML_SAX
select BR2_PACKAGE_PERL_XML_NAMESPACESUPPORT # runtime select BR2_PACKAGE_PERL_XML_NAMESPACESUPPORT # runtime
select BR2_PACKAGE_PERL_XML_SAX_BASE # runtime select BR2_PACKAGE_PERL_XML_SAX_BASE # runtime
help help
Simple API for XML Simple API for XML.
https://metacpan.org/release/XML-SAX https://metacpan.org/release/XML-SAX