perl-file-slurp: new package

Signed-off-by: Christopher McCrory <chrismcc@gmail.com>
Acked-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Christopher McCrory 2018-08-10 09:14:53 -07:00 committed by Thomas Petazzoni
parent cd1788f676
commit 61bc823035
5 changed files with 28 additions and 0 deletions

View File

@ -488,6 +488,7 @@ F: package/perl-data-uuid/
F: package/perl-date-manip/
F: package/perl-dbi/
F: package/perl-device-serialport/
F: package/perl-file-slurp/
N: Clayton Shotwell <clayton.shotwell@rockwellcollins.com>
F: package/audit/

View File

@ -684,6 +684,7 @@ menu "Perl libraries/modules"
source "package/perl-encode-detect/Config.in"
source "package/perl-encode-locale/Config.in"
source "package/perl-file-listing/Config.in"
source "package/perl-file-slurp/Config.in"
source "package/perl-file-util/Config.in"
source "package/perl-gd/Config.in"
source "package/perl-gdgraph/Config.in"

View File

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

View File

@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 7d584cd15c4f8b9547765eff8c4ef078 File-Slurp-9999.19.tar.gz
sha256 ce29ebe995097ebd6e9bc03284714cdfa0c46dc94f6b14a56980747ea3253643 File-Slurp-9999.19.tar.gz
# computed by scancpan
sha256 17e638d011c04b1d39b300c07ccd0c57d7857b9ccdb9fe7abce1b15f0e7b0c20 README

View File

@ -0,0 +1,13 @@
################################################################################
#
# perl-file-slurp
#
################################################################################
PERL_FILE_SLURP_VERSION = 9999.19
PERL_FILE_SLURP_SOURCE = File-Slurp-$(PERL_FILE_SLURP_VERSION).tar.gz
PERL_FILE_SLURP_SITE = $(BR2_CPAN_MIRROR)/authors/id/U/UR/URI
PERL_FILE_SLURP_LICENSE = Artistic or GPL-1.0+
PERL_FILE_SLURP_LICENSE_FILES = README
$(eval $(perl-package))