perl-http-headers-fast: new package
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
33a50b1d16
commit
e9a116473f
@ -708,6 +708,7 @@ menu "Perl libraries/modules"
|
||||
source "package/perl-http-daemon/Config.in"
|
||||
source "package/perl-http-date/Config.in"
|
||||
source "package/perl-http-entity-parser/Config.in"
|
||||
source "package/perl-http-headers-fast/Config.in"
|
||||
source "package/perl-http-message/Config.in"
|
||||
source "package/perl-http-multipartparser/Config.in"
|
||||
source "package/perl-http-negotiate/Config.in"
|
||||
|
7
package/perl-http-headers-fast/Config.in
Normal file
7
package/perl-http-headers-fast/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PERL_HTTP_HEADERS_FAST
|
||||
bool "perl-http-headers-fast"
|
||||
select BR2_PACKAGE_PERL_HTTP_DATE
|
||||
help
|
||||
faster implementation of HTTP::Headers
|
||||
|
||||
https://github.com/tokuhirom/HTTP-Headers-Fast
|
@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 024fde06808fc47db61a62655afacb41 HTTP-Headers-Fast-0.21.tar.gz
|
||||
sha256 5e68ed8e3e67531e1d43c6a2cdfd0ee2daddf2e5b94c1a2648f3a6500a6f12d5 HTTP-Headers-Fast-0.21.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 511724425acf76d736145cfbf7c775b024c70ae8674ebf9a24dfda2c8e4032a3 LICENSE
|
14
package/perl-http-headers-fast/perl-http-headers-fast.mk
Normal file
14
package/perl-http-headers-fast/perl-http-headers-fast.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-http-headers-fast
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_HTTP_HEADERS_FAST_VERSION = 0.21
|
||||
PERL_HTTP_HEADERS_FAST_SOURCE = HTTP-Headers-Fast-$(PERL_HTTP_HEADERS_FAST_VERSION).tar.gz
|
||||
PERL_HTTP_HEADERS_FAST_SITE = $(BR2_CPAN_MIRROR)/authors/id/T/TO/TOKUHIROM
|
||||
PERL_HTTP_HEADERS_FAST_DEPENDENCIES = host-perl-module-build-tiny perl-http-date
|
||||
PERL_HTTP_HEADERS_FAST_LICENSE = Artistic or GPL-1.0+
|
||||
PERL_HTTP_HEADERS_FAST_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(perl-package))
|
Loading…
Reference in New Issue
Block a user