mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 07:23:30 +08:00
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:
parent
ccd05f6fe5
commit
da9e06cabc
@ -2,6 +2,6 @@ config BR2_PACKAGE_PERL_APACHE_LOGFORMAT_COMPILER
|
||||
bool "perl-apache-logformat-compiler"
|
||||
select BR2_PACKAGE_PERL_POSIX_STRFTIME_COMPILER # runtime
|
||||
help
|
||||
Compile a log format string to perl-code
|
||||
Compile a log format string to perl-code.
|
||||
|
||||
https://github.com/kazeburo/Apache-LogFormat-Compiler
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_ASTRO_SUNTIME
|
||||
bool "perl-astro-suntime"
|
||||
help
|
||||
A functional module for calculating sunrise/sunset times
|
||||
A functional module for calculating sunrise/sunset times.
|
||||
|
||||
https://metacpan.org/release/Astro-SunTime
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_CLASS_INSPECTOR
|
||||
bool "perl-class-inspector"
|
||||
help
|
||||
Get information about a class and its structure
|
||||
Get information about a class and its structure.
|
||||
|
||||
https://metacpan.org/pod/Class::Inspector
|
||||
|
@ -7,7 +7,7 @@ config BR2_PACKAGE_PERL_CLASS_LOAD
|
||||
select BR2_PACKAGE_PERL_PACKAGE_STASH # runtime
|
||||
select BR2_PACKAGE_PERL_TRY_TINY # runtime
|
||||
help
|
||||
A working (require "Class::Name") and more
|
||||
A working (require "Class::Name") and more.
|
||||
|
||||
https://github.com/moose/Class-Load
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_CLASS_METHOD_MODIFIERS
|
||||
bool "perl-class-method-modifiers"
|
||||
help
|
||||
Provides Moose-like method modifiers
|
||||
Provides Moose-like method modifiers.
|
||||
|
||||
https://github.com/moose/Class-Method-Modifiers
|
||||
|
@ -2,6 +2,6 @@ config BR2_PACKAGE_PERL_CLASS_STD_FAST
|
||||
bool "perl-class-std-fast"
|
||||
select BR2_PACKAGE_PERL_CLASS_STD # runtime
|
||||
help
|
||||
faster but less secure than Class::Std
|
||||
faster but less secure than Class::Std.
|
||||
|
||||
https://metacpan.org/release/Class-Std-Fast
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_CLASS_STD
|
||||
bool "perl-class-std"
|
||||
help
|
||||
Support for creating standard "inside-out" classes
|
||||
Support for creating standard "inside-out" classes.
|
||||
|
||||
https://metacpan.org/release/Class-Std
|
||||
|
@ -2,6 +2,6 @@ config BR2_PACKAGE_PERL_CONVERT_ASN1
|
||||
bool "perl-convert-asn1"
|
||||
help
|
||||
Convert between perl data structures and ASN.1 encoded
|
||||
packets
|
||||
packets.
|
||||
|
||||
https://metacpan.org/release/Convert-ASN1
|
||||
|
@ -2,6 +2,6 @@ config BR2_PACKAGE_PERL_COOKIE_BAKER
|
||||
bool "perl-cookie-baker"
|
||||
select BR2_PACKAGE_PERL_URI # runtime
|
||||
help
|
||||
Cookie string generator / parser
|
||||
Cookie string generator / parser.
|
||||
|
||||
https://github.com/kazeburo/Cookie-Baker
|
||||
|
@ -2,7 +2,7 @@ config BR2_PACKAGE_PERL_CRYPT_BLOWFISH
|
||||
bool "perl-crypt-blowfish"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
help
|
||||
Perl Blowfish encryption module
|
||||
Perl Blowfish encryption module.
|
||||
|
||||
https://metacpan.org/release/Crypt-Blowfish
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_CRYPT_CBC
|
||||
bool "perl-crypt-cbc"
|
||||
help
|
||||
Encrypt Data with Cipher Block Chaining Mode
|
||||
Encrypt Data with Cipher Block Chaining Mode.
|
||||
|
||||
https://metacpan.org/release/Crypt-CBC
|
||||
|
@ -3,7 +3,7 @@ config BR2_PACKAGE_PERL_CRYPT_OPENSSL_RANDOM
|
||||
depends on !BR2_STATIC_LIBS
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
help
|
||||
OpenSSL/LibreSSL pseudo-random number generator access
|
||||
OpenSSL/LibreSSL pseudo-random number generator access.
|
||||
|
||||
https://metacpan.org/release/Crypt-OpenSSL-Random
|
||||
|
||||
|
@ -3,7 +3,7 @@ config BR2_PACKAGE_PERL_CRYPT_OPENSSL_RSA
|
||||
depends on !BR2_STATIC_LIBS
|
||||
select BR2_PACKAGE_PERL_CRYPT_OPENSSL_RANDOM # runtime
|
||||
help
|
||||
RSA encoding and decoding, using the openSSL libraries
|
||||
RSA encoding and decoding, using the openSSL libraries.
|
||||
|
||||
http://github.com/toddr/Crypt-OpenSSL-RSA
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_DATA_DUMP
|
||||
bool "perl-data-dump"
|
||||
help
|
||||
Pretty printing of data structures
|
||||
Pretty printing of data structures.
|
||||
|
||||
https://metacpan.org/release/Data-Dump
|
||||
|
@ -4,7 +4,7 @@ config BR2_PACKAGE_PERL_DATA_OPTLIST
|
||||
select BR2_PACKAGE_PERL_PARAMS_UTIL # runtime
|
||||
select BR2_PACKAGE_PERL_SUB_INSTALL # runtime
|
||||
help
|
||||
parse and validate simple name/value option pairs
|
||||
parse and validate simple name/value option pairs.
|
||||
|
||||
https://github.com/rjbs/Data-OptList
|
||||
|
||||
|
@ -2,7 +2,7 @@ config BR2_PACKAGE_PERL_DATA_UUID
|
||||
bool "perl-data-uuid"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
help
|
||||
Globally/Universally Unique Identifiers (GUIDs/UUIDs)
|
||||
Globally/Universally Unique Identifiers (GUIDs/UUIDs).
|
||||
|
||||
https://metacpan.org/release/Data-UUID
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_DATE_MANIP
|
||||
bool "perl-date-manip"
|
||||
help
|
||||
Date manipulation routines
|
||||
Date manipulation routines.
|
||||
|
||||
https://metacpan.org/release/Date-Manip
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_DATETIME_TINY
|
||||
bool "perl-datetime-tiny"
|
||||
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
|
||||
|
@ -7,7 +7,7 @@ config BR2_PACKAGE_PERL_DBD_MYSQL
|
||||
select BR2_PACKAGE_MYSQL
|
||||
select BR2_PACKAGE_PERL_DBI # runtime
|
||||
help
|
||||
A MySQL driver for the Perl5 Database Interface (DBI)
|
||||
A MySQL driver for the Perl5 Database Interface (DBI).
|
||||
|
||||
http://dbi.perl.org/
|
||||
|
||||
|
@ -2,7 +2,7 @@ config BR2_PACKAGE_PERL_DBI
|
||||
bool "perl-dbi"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
help
|
||||
Database independent interface for Perl
|
||||
Database independent interface for Perl.
|
||||
|
||||
http://dbi.perl.org/
|
||||
|
||||
|
@ -2,6 +2,6 @@ config BR2_PACKAGE_PERL_DEVEL_STACKTRACE_ASHTML
|
||||
bool "perl-devel-stacktrace-ashtml"
|
||||
select BR2_PACKAGE_PERL_DEVEL_STACKTRACE # runtime
|
||||
help
|
||||
Displays stack trace in HTML
|
||||
Displays stack trace in HTML.
|
||||
|
||||
https://github.com/miyagawa/Devel-StackTrace-AsHTML
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_DEVEL_STACKTRACE
|
||||
bool "perl-devel-stacktrace"
|
||||
help
|
||||
An object representing a stack trace
|
||||
An object representing a stack trace.
|
||||
|
||||
http://metacpan.org/release/Devel-StackTrace
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_DIGEST_HMAC
|
||||
bool "perl-digest-hmac"
|
||||
help
|
||||
Keyed-Hashing for Message Authentication
|
||||
Keyed-Hashing for Message Authentication.
|
||||
|
||||
https://metacpan.org/release/Digest-HMAC
|
||||
|
@ -2,7 +2,7 @@ config BR2_PACKAGE_PERL_DIGEST_MD5
|
||||
bool "perl-digest-md5"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
help
|
||||
Perl interface to the MD-5 algorithm
|
||||
Perl interface to the MD-5 algorithm.
|
||||
|
||||
https://metacpan.org/release/Digest-MD5
|
||||
|
||||
|
@ -2,7 +2,7 @@ config BR2_PACKAGE_PERL_DIGEST_SHA1
|
||||
bool "perl-digest-sha1"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
help
|
||||
Perl interface to the SHA-1 algorithm
|
||||
Perl interface to the SHA-1 algorithm.
|
||||
|
||||
https://metacpan.org/release/Digest-SHA1
|
||||
|
||||
|
@ -2,6 +2,6 @@ config BR2_PACKAGE_PERL_DIST_CHECKCONFLICTS
|
||||
bool "perl-dist-checkconflicts"
|
||||
select BR2_PACKAGE_PERL_MODULE_RUNTIME # runtime
|
||||
help
|
||||
declare version conflicts for your dist
|
||||
declare version conflicts for your dist.
|
||||
|
||||
http://metacpan.org/release/Dist-CheckConflicts
|
||||
|
@ -4,7 +4,7 @@ config BR2_PACKAGE_PERL_ENCODE_DETECT
|
||||
depends on !BR2_STATIC_LIBS
|
||||
help
|
||||
An Encode::Encoding subclass that detects the encoding of
|
||||
data
|
||||
data.
|
||||
|
||||
https://metacpan.org/release/Encode-Detect
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_ENCODE_LOCALE
|
||||
bool "perl-encode-locale"
|
||||
help
|
||||
Determine the locale encoding
|
||||
Determine the locale encoding.
|
||||
|
||||
https://metacpan.org/release/Encode-Locale
|
||||
|
@ -2,6 +2,6 @@ config BR2_PACKAGE_PERL_EXPORTER_TINY
|
||||
bool "perl-exporter-tiny"
|
||||
help
|
||||
an exporter with the features of Sub::Exporter but only core
|
||||
dependencies
|
||||
dependencies.
|
||||
|
||||
https://metacpan.org/release/Exporter-Tiny
|
||||
|
@ -2,6 +2,6 @@ config BR2_PACKAGE_PERL_FILE_LISTING
|
||||
bool "perl-file-listing"
|
||||
select BR2_PACKAGE_PERL_HTTP_DATE # runtime
|
||||
help
|
||||
parse directory listing
|
||||
parse directory listing.
|
||||
|
||||
https://metacpan.org/release/File-Listing
|
||||
|
@ -2,6 +2,6 @@ config BR2_PACKAGE_PERL_FILE_SHAREDIR
|
||||
bool "perl-file-sharedir"
|
||||
select BR2_PACKAGE_PERL_CLASS_INSPECTOR # runtime
|
||||
help
|
||||
Locate per-dist and per-module shared files
|
||||
Locate per-dist and per-module shared files.
|
||||
|
||||
https://metacpan.org/release/File-ShareDir
|
||||
|
@ -2,6 +2,6 @@ config BR2_PACKAGE_PERL_FILE_SLURP
|
||||
bool "perl-file-slurp"
|
||||
help
|
||||
Simple and Efficient Reading/Writing/Modifying of Complete
|
||||
Files
|
||||
Files.
|
||||
|
||||
https://metacpan.org/release/File-Slurp
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_FILE_UTIL
|
||||
bool "perl-file-util"
|
||||
help
|
||||
Easy, versatile, portable file handling
|
||||
Easy, versatile, portable file handling.
|
||||
|
||||
https://github.com/tommybutler/file-util/wiki
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_FILESYS_NOTIFY_SIMPLE
|
||||
bool "perl-filesys-notify-simple"
|
||||
help
|
||||
Simple and dumb file system watcher
|
||||
Simple and dumb file system watcher.
|
||||
|
||||
https://github.com/miyagawa/Filesys-Notify-Simple
|
||||
|
@ -6,7 +6,7 @@ config BR2_PACKAGE_PERL_GD
|
||||
select BR2_PACKAGE_FREETYPE
|
||||
select BR2_PACKAGE_GD
|
||||
help
|
||||
Perl interface to the gd2 graphics library
|
||||
Perl interface to the gd2 graphics library.
|
||||
|
||||
https://metacpan.org/release/GD
|
||||
|
||||
|
@ -4,7 +4,7 @@ config BR2_PACKAGE_PERL_GDGRAPH
|
||||
select BR2_PACKAGE_PERL_GD # runtime
|
||||
select BR2_PACKAGE_PERL_GDTEXTUTIL # runtime
|
||||
help
|
||||
Produces charts with GD
|
||||
Produces charts with GD.
|
||||
|
||||
https://metacpan.org/release/GDGraph
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_GDTEXTUTIL
|
||||
bool "perl-gdtextutil"
|
||||
help
|
||||
Text utilities for use with GD
|
||||
Text utilities for use with GD.
|
||||
|
||||
https://metacpan.org/release/GDTextUtil
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_HASH_MULTIVALUE
|
||||
bool "perl-hash-multivalue"
|
||||
help
|
||||
Store multiple values per key
|
||||
Store multiple values per key.
|
||||
|
||||
https://github.com/miyagawa/Hash-MultiValue
|
||||
|
@ -3,7 +3,7 @@ config BR2_PACKAGE_PERL_HTML_PARSER
|
||||
depends on !BR2_STATIC_LIBS
|
||||
select BR2_PACKAGE_PERL_HTML_TAGSET # runtime
|
||||
help
|
||||
HTML parser class
|
||||
HTML parser class.
|
||||
|
||||
https://metacpan.org/release/HTML-Parser
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_HTML_TAGSET
|
||||
bool "perl-html-tagset"
|
||||
help
|
||||
data tables useful in parsing HTML
|
||||
data tables useful in parsing HTML.
|
||||
|
||||
https://metacpan.org/release/HTML-Tagset
|
||||
|
@ -3,6 +3,6 @@ config BR2_PACKAGE_PERL_HTTP_COOKIES
|
||||
select BR2_PACKAGE_PERL_HTTP_DATE # runtime
|
||||
select BR2_PACKAGE_PERL_HTTP_MESSAGE # runtime
|
||||
help
|
||||
HTTP cookie jars
|
||||
HTTP cookie jars.
|
||||
|
||||
https://github.com/libwww-perl/http-cookies
|
||||
|
@ -4,6 +4,6 @@ config BR2_PACKAGE_PERL_HTTP_DAEMON
|
||||
select BR2_PACKAGE_PERL_HTTP_MESSAGE # runtime
|
||||
select BR2_PACKAGE_PERL_LWP_MEDIATYPES # runtime
|
||||
help
|
||||
a simple http server class
|
||||
a simple http server class.
|
||||
|
||||
https://metacpan.org/release/HTTP-Daemon
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_HTTP_DATE
|
||||
bool "perl-http-date"
|
||||
help
|
||||
date conversion routines
|
||||
date conversion routines.
|
||||
|
||||
https://metacpan.org/release/HTTP-Date
|
||||
|
@ -6,6 +6,6 @@ config BR2_PACKAGE_PERL_HTTP_ENTITY_PARSER
|
||||
select BR2_PACKAGE_PERL_STREAM_BUFFERED # runtime
|
||||
select BR2_PACKAGE_PERL_WWW_FORM_URLENCODED # runtime
|
||||
help
|
||||
PSGI compliant HTTP Entity Parser
|
||||
PSGI compliant HTTP Entity Parser.
|
||||
|
||||
https://github.com/kazeburo/HTTP-Entity-Parser
|
||||
|
@ -2,6 +2,6 @@ config BR2_PACKAGE_PERL_HTTP_HEADERS_FAST
|
||||
bool "perl-http-headers-fast"
|
||||
select BR2_PACKAGE_PERL_HTTP_DATE # runtime
|
||||
help
|
||||
faster implementation of HTTP::Headers
|
||||
faster implementation of HTTP::Headers.
|
||||
|
||||
https://github.com/tokuhirom/HTTP-Headers-Fast
|
||||
|
@ -6,6 +6,6 @@ config BR2_PACKAGE_PERL_HTTP_MESSAGE
|
||||
select BR2_PACKAGE_PERL_LWP_MEDIATYPES # runtime
|
||||
select BR2_PACKAGE_PERL_URI # runtime
|
||||
help
|
||||
HTTP style message (base class)
|
||||
HTTP style message (base class).
|
||||
|
||||
https://github.com/libwww-perl/HTTP-Message
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_HTTP_MULTIPARTPARSER
|
||||
bool "perl-http-multipartparser"
|
||||
help
|
||||
HTTP MultiPart Parser
|
||||
HTTP MultiPart Parser.
|
||||
|
||||
https://metacpan.org/release/HTTP-MultiPartParser
|
||||
|
@ -2,6 +2,6 @@ config BR2_PACKAGE_PERL_HTTP_NEGOTIATE
|
||||
bool "perl-http-negotiate"
|
||||
select BR2_PACKAGE_PERL_HTTP_MESSAGE # runtime
|
||||
help
|
||||
choose a variant to serve
|
||||
choose a variant to serve.
|
||||
|
||||
https://metacpan.org/release/HTTP-Negotiate
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_IO_HTML
|
||||
bool "perl-io-html"
|
||||
help
|
||||
Open an HTML file with automatic charset detection
|
||||
Open an HTML file with automatic charset detection.
|
||||
|
||||
https://metacpan.org/release/IO-HTML
|
||||
|
@ -2,7 +2,7 @@ config BR2_PACKAGE_PERL_IO_INTERFACE
|
||||
bool "perl-io-interface"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
help
|
||||
Access and modify network interface card configuration
|
||||
Access and modify network interface card configuration.
|
||||
|
||||
https://metacpan.org/release/IO-Interface
|
||||
|
||||
|
@ -3,7 +3,7 @@ config BR2_PACKAGE_PERL_IO_SOCKET_MULTICAST
|
||||
depends on !BR2_STATIC_LIBS
|
||||
select BR2_PACKAGE_PERL_IO_INTERFACE # runtime
|
||||
help
|
||||
Send and receive multicast messages
|
||||
Send and receive multicast messages.
|
||||
|
||||
https://metacpan.org/release/IO-Socket-Multicast
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
config BR2_PACKAGE_PERL_JSON_MAYBEXS
|
||||
bool "perl-json-maybexs"
|
||||
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
|
||||
|
@ -15,7 +15,7 @@ config BR2_PACKAGE_PERL_LIBWWW_PERL
|
||||
select BR2_PACKAGE_PERL_URI # runtime
|
||||
select BR2_PACKAGE_PERL_WWW_ROBOTRULES # runtime
|
||||
help
|
||||
The World-Wide Web library for Perl
|
||||
The World-Wide Web library for Perl.
|
||||
|
||||
https://github.com/libwww-perl/libwww-perl
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_LWP_MEDIATYPES
|
||||
bool "perl-lwp-mediatypes"
|
||||
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
|
||||
|
@ -5,7 +5,7 @@ config BR2_PACKAGE_PERL_MAIL_DKIM
|
||||
select BR2_PACKAGE_PERL_MAILTOOLS # runtime
|
||||
select BR2_PACKAGE_PERL_NET_DNS # runtime
|
||||
help
|
||||
Signs/verifies Internet mail with DKIM/DomainKey signatures
|
||||
Signs/verifies Internet mail with DKIM/DomainKey signatures.
|
||||
|
||||
https://metacpan.org/release/Mail-DKIM
|
||||
|
||||
|
@ -2,6 +2,6 @@ config BR2_PACKAGE_PERL_MAILTOOLS
|
||||
bool "perl-mailtools"
|
||||
select BR2_PACKAGE_PERL_TIMEDATE # runtime
|
||||
help
|
||||
Various ancient e-mail related modules
|
||||
Various ancient e-mail related modules.
|
||||
|
||||
https://metacpan.org/release/MailTools
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_MIME_BASE64_URLSAFE
|
||||
bool "perl-mime-base64-urlsafe"
|
||||
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
|
||||
|
@ -2,7 +2,7 @@ config BR2_PACKAGE_PERL_MIME_BASE64
|
||||
bool "perl-mime-base64"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
help
|
||||
The RFC 2045 encodings; base64 and quoted-printable
|
||||
The RFC 2045 encodings; base64 and quoted-printable.
|
||||
|
||||
https://metacpan.org/release/MIME-Base64
|
||||
|
||||
|
@ -2,6 +2,6 @@ config BR2_PACKAGE_PERL_MIME_TOOLS
|
||||
bool "perl-mime-tools"
|
||||
select BR2_PACKAGE_PERL_MAILTOOLS # runtime
|
||||
help
|
||||
Tools to manipulate MIME messages
|
||||
Tools to manipulate MIME messages.
|
||||
|
||||
https://metacpan.org/release/MIME-tools
|
||||
|
@ -4,6 +4,6 @@ config BR2_PACKAGE_PERL_MODULE_IMPLEMENTATION
|
||||
select BR2_PACKAGE_PERL_TRY_TINY # runtime
|
||||
help
|
||||
Loads one of several alternate underlying implementations for
|
||||
a module
|
||||
a module.
|
||||
|
||||
http://metacpan.org/release/Module-Implementation
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_MODULE_RUNTIME
|
||||
bool "perl-module-runtime"
|
||||
help
|
||||
runtime module handling
|
||||
runtime module handling.
|
||||
|
||||
https://metacpan.org/release/Module-Runtime
|
||||
|
@ -2,6 +2,6 @@ config BR2_PACKAGE_PERL_MOJOLICIOUS_PLUGIN_AUTHENTICATION
|
||||
bool "perl-mojolicious-plugin-authentication"
|
||||
select BR2_PACKAGE_PERL_MOJOLICIOUS # runtime
|
||||
help
|
||||
A plugin to make authentication a bit easier
|
||||
A plugin to make authentication a bit easier.
|
||||
|
||||
https://metacpan.org/release/Mojolicious-Plugin-Authentication
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_MOJOLICIOUS
|
||||
bool "perl-mojolicious"
|
||||
help
|
||||
Real-time web framework
|
||||
Real-time web framework.
|
||||
|
||||
https://mojolicious.org
|
||||
|
@ -6,6 +6,6 @@ config BR2_PACKAGE_PERL_MOO
|
||||
select BR2_PACKAGE_PERL_ROLE_TINY # runtime
|
||||
select BR2_PACKAGE_PERL_SUB_QUOTE # runtime
|
||||
help
|
||||
Minimalist Object Orientation (with Moose compatibility)
|
||||
Minimalist Object Orientation (with Moose compatibility).
|
||||
|
||||
https://metacpan.org/release/Moo
|
||||
|
@ -2,6 +2,6 @@ config BR2_PACKAGE_PERL_NET_DNS
|
||||
bool "perl-net-dns"
|
||||
select BR2_PACKAGE_PERL_DIGEST_HMAC # runtime
|
||||
help
|
||||
Perl Interface to the Domain Name System
|
||||
Perl Interface to the Domain Name System.
|
||||
|
||||
https://metacpan.org/release/Net-DNS
|
||||
|
@ -2,6 +2,6 @@ config BR2_PACKAGE_PERL_NET_HTTP
|
||||
bool "perl-net-http"
|
||||
select BR2_PACKAGE_PERL_URI # runtime
|
||||
help
|
||||
Low-level HTTP connection (client)
|
||||
Low-level HTTP connection (client).
|
||||
|
||||
https://github.com/libwww-perl/Net-HTTP
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_NET_PING
|
||||
bool "perl-net-ping"
|
||||
help
|
||||
check a remote host for reachability
|
||||
check a remote host for reachability.
|
||||
|
||||
https://metacpan.org/release/Net-Ping
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_NET_SNMP
|
||||
bool "perl-net-snmp"
|
||||
help
|
||||
Object oriented interface to SNMP
|
||||
Object oriented interface to SNMP.
|
||||
|
||||
https://metacpan.org/release/Net-SNMP
|
||||
|
@ -1,9 +1,8 @@
|
||||
config BR2_PACKAGE_PERL_NET_SSLEAY
|
||||
bool "perl-net-ssleay"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
help
|
||||
Perl extension for using OpenSSL
|
||||
Perl extension for using OpenSSL.
|
||||
|
||||
https://metacpan.org/release/Net-SSLeay
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_NET_TELNET
|
||||
bool "perl-net-telnet"
|
||||
help
|
||||
Interact with TELNET port or other TCP ports
|
||||
Interact with TELNET port or other TCP ports.
|
||||
|
||||
https://metacpan.org/release/Net-Telnet
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_NETADDR_IP
|
||||
bool "perl-netaddr-ip"
|
||||
help
|
||||
Manages IPv4 and IPv6 addresses and subnets
|
||||
Manages IPv4 and IPv6 addresses and subnets.
|
||||
|
||||
https://metacpan.org/release/NetAddr-IP
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_NUMBER_BYTES_HUMAN
|
||||
bool "perl-number-bytes-human"
|
||||
help
|
||||
Convert byte count to human readable format
|
||||
Convert byte count to human readable format.
|
||||
|
||||
https://metacpan.org/release/Number-Bytes-Human
|
||||
|
@ -3,6 +3,6 @@ config BR2_PACKAGE_PERL_PACKAGE_STASH
|
||||
select BR2_PACKAGE_PERL_DIST_CHECKCONFLICTS # runtime
|
||||
select BR2_PACKAGE_PERL_MODULE_IMPLEMENTATION # runtime
|
||||
help
|
||||
routines for manipulating stashes
|
||||
routines for manipulating stashes.
|
||||
|
||||
http://metacpan.org/release/Package-Stash
|
||||
|
@ -2,7 +2,7 @@ config BR2_PACKAGE_PERL_PARAMS_UTIL
|
||||
bool "perl-params-util"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
help
|
||||
Simple, compact and correct param-checking functions
|
||||
Simple, compact and correct param-checking functions.
|
||||
|
||||
https://metacpan.org/release/Params-Util
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_PATH_TINY
|
||||
bool "perl-path-tiny"
|
||||
help
|
||||
File path utility
|
||||
File path utility.
|
||||
|
||||
https://github.com/dagolden/Path-Tiny
|
||||
|
@ -16,6 +16,6 @@ config BR2_PACKAGE_PERL_PLACK
|
||||
select BR2_PACKAGE_PERL_WWW_FORM_URLENCODED # runtime
|
||||
help
|
||||
Perl Superglue for Web frameworks and Web Servers (PSGI
|
||||
toolkit)
|
||||
toolkit).
|
||||
|
||||
https://github.com/plack/Plack
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_POSIX_STRFTIME_COMPILER
|
||||
bool "perl-posix-strftime-compiler"
|
||||
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
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_STREAM_BUFFERED
|
||||
bool "perl-stream-buffered"
|
||||
help
|
||||
temporary buffer to save bytes
|
||||
temporary buffer to save bytes.
|
||||
|
||||
https://github.com/plack/Stream-Buffered
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_SUB_EXPORTER_PROGRESSIVE
|
||||
bool "perl-sub-exporter-progressive"
|
||||
help
|
||||
Only use Sub::Exporter if you need it
|
||||
Only use Sub::Exporter if you need it.
|
||||
|
||||
https://github.com/frioux/Sub-Exporter-Progressive
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_SUB_INSTALL
|
||||
bool "perl-sub-install"
|
||||
help
|
||||
install subroutines into packages easily
|
||||
install subroutines into packages easily.
|
||||
|
||||
https://github.com/rjbs/Sub-Install
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_SUB_QUOTE
|
||||
bool "perl-sub-quote"
|
||||
help
|
||||
Efficient generation of subroutines via string eval
|
||||
Efficient generation of subroutines via string eval.
|
||||
|
||||
https://metacpan.org/release/Sub-Quote
|
||||
|
@ -2,7 +2,7 @@ config BR2_PACKAGE_PERL_SYS_MEMINFO
|
||||
bool "perl-sys-meminfo"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
help
|
||||
query the total free and used physical memory
|
||||
query the total free and used physical memory.
|
||||
|
||||
https://metacpan.org/release/Sys-MemInfo
|
||||
|
||||
|
@ -2,7 +2,7 @@ config BR2_PACKAGE_PERL_SYS_MMAP
|
||||
bool "perl-sys-mmap"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
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
|
||||
|
||||
|
@ -2,7 +2,7 @@ config BR2_PACKAGE_PERL_TIME_HIRES
|
||||
bool "perl-time-hires"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
help
|
||||
High resolution alarm, sleep, gettimeofday, interval timers
|
||||
High resolution alarm, sleep, gettimeofday, interval timers.
|
||||
|
||||
https://metacpan.org/release/Time-HiRes
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_TIME_PARSEDATE
|
||||
bool "perl-time-parsedate"
|
||||
help
|
||||
Parse and format time values
|
||||
Parse and format time values.
|
||||
|
||||
https://metacpan.org/release/Time-ParseDate
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_TIMEDATE
|
||||
bool "perl-timedate"
|
||||
help
|
||||
miscellaneous timezone manipulations routines
|
||||
miscellaneous timezone manipulations routines.
|
||||
|
||||
https://metacpan.org/release/TimeDate
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_TRY_TINY
|
||||
bool "perl-try-tiny"
|
||||
help
|
||||
Minimal try/catch with proper preservation of $@
|
||||
Minimal try/catch with proper preservation of $@.
|
||||
|
||||
https://github.com/p5sagit/Try-Tiny
|
||||
|
@ -2,6 +2,6 @@ config BR2_PACKAGE_PERL_TYPE_TINY
|
||||
bool "perl-type-tiny"
|
||||
select BR2_PACKAGE_PERL_EXPORTER_TINY # runtime
|
||||
help
|
||||
tiny, yet Moo(se)-compatible type constraint
|
||||
tiny, yet Moo(se)-compatible type constraint.
|
||||
|
||||
https://metacpan.org/release/Type-Tiny
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_URI
|
||||
bool "perl-uri"
|
||||
help
|
||||
Uniform Resource Identifiers (absolute and relative)
|
||||
Uniform Resource Identifiers (absolute and relative).
|
||||
|
||||
https://github.com/libwww-perl/URI
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_WWW_FORM_URLENCODED
|
||||
bool "perl-www-form-urlencoded"
|
||||
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
|
||||
|
@ -2,6 +2,6 @@ config BR2_PACKAGE_PERL_WWW_ROBOTRULES
|
||||
bool "perl-www-robotrules"
|
||||
select BR2_PACKAGE_PERL_URI # runtime
|
||||
help
|
||||
database of robots.txt-derived permissions
|
||||
database of robots.txt-derived permissions.
|
||||
|
||||
https://metacpan.org/release/WWW-RobotRules
|
||||
|
@ -5,7 +5,7 @@ config BR2_PACKAGE_PERL_X10
|
||||
select BR2_PACKAGE_PERL_DEVICE_SERIALPORT # runtime
|
||||
select BR2_PACKAGE_PERL_TIME_PARSEDATE # runtime
|
||||
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
|
||||
|
||||
|
@ -7,7 +7,7 @@ config BR2_PACKAGE_PERL_XML_LIBXML
|
||||
select BR2_PACKAGE_PERL_XML_SAX # runtime
|
||||
select BR2_PACKAGE_PERL_XML_SAX_BASE # runtime
|
||||
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
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_XML_NAMESPACESUPPORT
|
||||
bool "perl-xml-namespacesupport"
|
||||
help
|
||||
A simple generic namespace processor
|
||||
A simple generic namespace processor.
|
||||
|
||||
https://github.com/perigrin/xml-namespacesupport
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_XML_SAX_BASE
|
||||
bool "perl-xml-sax-base"
|
||||
help
|
||||
Base class for SAX Drivers and Filters
|
||||
Base class for SAX Drivers and Filters.
|
||||
|
||||
https://metacpan.org/release/XML-SAX-Base
|
||||
|
@ -3,6 +3,6 @@ config BR2_PACKAGE_PERL_XML_SAX
|
||||
select BR2_PACKAGE_PERL_XML_NAMESPACESUPPORT # runtime
|
||||
select BR2_PACKAGE_PERL_XML_SAX_BASE # runtime
|
||||
help
|
||||
Simple API for XML
|
||||
Simple API for XML.
|
||||
|
||||
https://metacpan.org/release/XML-SAX
|
||||
|
Loading…
Reference in New Issue
Block a user