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"
|
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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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/
|
||||||
|
|
||||||
|
@ -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/
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user