From: Thomas De Schampheleire <patrickdepinguin@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCHv2 01/12] package/perl-locale-maketext-lexicon: new package
Date: Mon, 10 Feb 2020 12:26:24 +0100 [thread overview]
Message-ID: <20200210112636.8155-2-patrickdepinguin@gmail.com> (raw)
In-Reply-To: <20200210112636.8155-1-patrickdepinguin@gmail.com>
From: Joeri Barbarien <joeri.barbarien@nokia.com>
This is a dependency of perl-i18n added in a subsequent patch.
Added via utils/scancpan, without changes.
Signed-off-by: Joeri Barbarien <joeri.barbarien@nokia.com>
Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
---
DEVELOPERS | 1 +
package/Config.in | 1 +
package/perl-locale-maketext-lexicon/Config.in | 6 ++++++
.../perl-locale-maketext-lexicon.hash | 6 ++++++
.../perl-locale-maketext-lexicon.mk | 14 ++++++++++++++
5 files changed, 28 insertions(+)
create mode 100644 package/perl-locale-maketext-lexicon/Config.in
create mode 100644 package/perl-locale-maketext-lexicon/perl-locale-maketext-lexicon.hash
create mode 100644 package/perl-locale-maketext-lexicon/perl-locale-maketext-lexicon.mk
diff --git a/DEVELOPERS b/DEVELOPERS
index 3520072034..b179a6aea0 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -2378,6 +2378,7 @@ F: package/perl-convert-asn1/
F: package/perl-crypt-blowfish/
F: package/perl-crypt-cbc/
F: package/perl-crypt-openssl-aes/
+F: package/perl-locale-maketext-lexicon/
F: package/perl-math-prime-util/
F: package/perl-mime-base64-urlsafe/
F: package/perl-mojolicious-plugin-authentication/
diff --git a/package/Config.in b/package/Config.in
index bad4f9cba6..b39d6a32d5 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -767,6 +767,7 @@ menu "Perl libraries/modules"
source "package/perl-json-maybexs/Config.in"
source "package/perl-json-tiny/Config.in"
source "package/perl-libwww-perl/Config.in"
+ source "package/perl-locale-maketext-lexicon/Config.in"
source "package/perl-lwp-mediatypes/Config.in"
source "package/perl-mail-dkim/Config.in"
source "package/perl-mailtools/Config.in"
diff --git a/package/perl-locale-maketext-lexicon/Config.in b/package/perl-locale-maketext-lexicon/Config.in
new file mode 100644
index 0000000000..4aed7b63b5
--- /dev/null
+++ b/package/perl-locale-maketext-lexicon/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_PERL_LOCALE_MAKETEXT_LEXICON
+ bool "perl-locale-maketext-lexicon"
+ help
+ Use other catalog formats in Maketext.
+
+ http://search.cpan.org/dist/Locale-Maketext-Lexicon
diff --git a/package/perl-locale-maketext-lexicon/perl-locale-maketext-lexicon.hash b/package/perl-locale-maketext-lexicon/perl-locale-maketext-lexicon.hash
new file mode 100644
index 0000000000..683e8c7d16
--- /dev/null
+++ b/package/perl-locale-maketext-lexicon/perl-locale-maketext-lexicon.hash
@@ -0,0 +1,6 @@
+# retrieved by scancpan from http://cpan.metacpan.org/
+md5 51acf0cb00cc01a2c8f560d74dd6c593 Locale-Maketext-Lexicon-1.00.tar.gz
+sha256 b73f6b04a58d3f0e38ebf2115a4c1532f1a4eef6fac5c6a2a449e4e14c1ddc7c Locale-Maketext-Lexicon-1.00.tar.gz
+
+# computed by scancpan
+sha256 af693c8c99bee68656f09328c97d50b24eb742ae4473f57cdafaa90691807fbe LICENSE
diff --git a/package/perl-locale-maketext-lexicon/perl-locale-maketext-lexicon.mk b/package/perl-locale-maketext-lexicon/perl-locale-maketext-lexicon.mk
new file mode 100644
index 0000000000..64b37f9206
--- /dev/null
+++ b/package/perl-locale-maketext-lexicon/perl-locale-maketext-lexicon.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# perl-locale-maketext-lexicon
+#
+################################################################################
+
+PERL_LOCALE_MAKETEXT_LEXICON_VERSION = 1.00
+PERL_LOCALE_MAKETEXT_LEXICON_SOURCE = Locale-Maketext-Lexicon-$(PERL_LOCALE_MAKETEXT_LEXICON_VERSION).tar.gz
+PERL_LOCALE_MAKETEXT_LEXICON_SITE = $(BR2_CPAN_MIRROR)/authors/id/D/DR/DRTECH
+PERL_LOCALE_MAKETEXT_LEXICON_LICENSE = MIT
+PERL_LOCALE_MAKETEXT_LEXICON_LICENSE_FILES = LICENSE
+PERL_LOCALE_MAKETEXT_LEXICON_DISTNAME = Locale-Maketext-Lexicon
+
+$(eval $(perl-package))
--
2.24.1
next prev parent reply other threads:[~2020-02-10 11:26 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-10 11:26 [Buildroot] [PATCHv2 00/12] More perl packages + chartjs Thomas De Schampheleire
2020-02-10 11:26 ` Thomas De Schampheleire [this message]
2020-02-10 11:26 ` [Buildroot] [PATCHv2 02/12] package/perl-i18n: new package Thomas De Schampheleire
2020-02-10 11:26 ` [Buildroot] [PATCHv2 03/12] package/perl-mojolicious-plugin-authorization: " Thomas De Schampheleire
2020-02-10 11:26 ` [Buildroot] [PATCHv2 04/12] package/perl-mojolicious-plugin-cspheader: " Thomas De Schampheleire
2020-02-10 11:26 ` [Buildroot] [PATCHv2 05/12] package/perl-mojolicious-plugin-i18n: " Thomas De Schampheleire
2020-02-10 11:26 ` [Buildroot] [PATCHv2 06/12] package/perl-mojolicious-plugin-securityheader: " Thomas De Schampheleire
2020-02-10 11:26 ` [Buildroot] [PATCHv2 07/12] package/chartjs: " Thomas De Schampheleire
2020-02-10 11:26 ` [Buildroot] [PATCHv2 08/12] package/perl-mozilla-ca: " Thomas De Schampheleire
2020-02-10 11:26 ` [Buildroot] [PATCHv2 09/12] package/perl-lwp-protocol-https: " Thomas De Schampheleire
2020-02-10 11:26 ` [Buildroot] [PATCHv2 10/12] package/perl-path-class: new host package Thomas De Schampheleire
2020-02-10 11:26 ` [Buildroot] [PATCHv2 11/12] package/perl-crypt-ssleay: new package Thomas De Schampheleire
2020-02-10 11:26 ` [Buildroot] [PATCHv2 12/12] support/testing: add missing test file for perl-html-parser Thomas De Schampheleire
2020-03-15 21:05 ` [Buildroot] [PATCHv2 00/12] More perl packages + chartjs Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200210112636.8155-2-patrickdepinguin@gmail.com \
--to=patrickdepinguin@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.