From: Waldemar Brodkorb <wbx@openadk.org>
To: buildroot@buildroot.org
Cc: Deividas Puplauskas <deividas.puplauskas@gmail.com>
Subject: [Buildroot] [PATCH] package/perl-log-message: new package
Date: Mon, 15 Jun 2026 15:47:14 +0200 [thread overview]
Message-ID: <ajACYu7LSI58wafz@waldemar-brodkorb.de> (raw)
From: Deividas Puplauskas <deividas.puplauskas@gmail.com>
See here for a description:
https://metacpan.org/pod/Log::Message
Signed-off-by: Deividas Puplauskas <deividas.puplauskas@gmail.com>
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
DEVELOPERS | 1 +
package/Config.in | 1 +
package/perl-log-message/Config.in | 6 ++++++
package/perl-log-message/perl-log-message.hash | 6 ++++++
package/perl-log-message/perl-log-message.mk | 14 ++++++++++++++
5 files changed, 28 insertions(+)
create mode 100644 package/perl-log-message/Config.in
create mode 100644 package/perl-log-message/perl-log-message.hash
create mode 100644 package/perl-log-message/perl-log-message.mk
diff --git a/DEVELOPERS b/DEVELOPERS
index d9612a5e06..605d54b945 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -3424,6 +3424,7 @@ F: package/libpam-pkcs11/
F: package/mksh/
F: package/perl-cgi/
F: package/perl-cgi-session/
+F: package/perl-log-message/
F: package/ruby/
F: package/uclibc/
F: package/uclibc-ng-test/
diff --git a/package/Config.in b/package/Config.in
index 388b9ff5ee..cc667a763a 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -876,6 +876,7 @@ menu "Perl libraries/modules"
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-log-message/Config.in"
source "package/perl-lwp-mediatypes/Config.in"
source "package/perl-lwp-protocol-https/Config.in"
source "package/perl-mail-dkim/Config.in"
diff --git a/package/perl-log-message/Config.in b/package/perl-log-message/Config.in
new file mode 100644
index 0000000000..4834117afd
--- /dev/null
+++ b/package/perl-log-message/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_PERL_LOG_MESSAGE
+ bool "perl-log-message"
+ help
+ Powerful and flexible message logging mechanism.
+
+ https://metacpan.org/release/Log-Message
diff --git a/package/perl-log-message/perl-log-message.hash b/package/perl-log-message/perl-log-message.hash
new file mode 100644
index 0000000000..7024d994e2
--- /dev/null
+++ b/package/perl-log-message/perl-log-message.hash
@@ -0,0 +1,6 @@
+# retrieved by scancpan from https://cpan.metacpan.org/
+md5 406fe7d1e37980afa105b663c436c4af Log-Message-0.08.tar.gz
+sha256 bd697dd62aaf26d118e9f0a0813429deb1c544e4501559879b61fcbdfe99fe46 Log-Message-0.08.tar.gz
+
+# computed by scancpan
+sha256 88ba1a4e4836eb179a5c93ba34d9549024b2c7cae923b6e8263df8f525f168cd README
diff --git a/package/perl-log-message/perl-log-message.mk b/package/perl-log-message/perl-log-message.mk
new file mode 100644
index 0000000000..f4018e4cf2
--- /dev/null
+++ b/package/perl-log-message/perl-log-message.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# perl-log-message
+#
+################################################################################
+
+PERL_LOG_MESSAGE_VERSION = 0.08
+PERL_LOG_MESSAGE_SOURCE = Log-Message-$(PERL_LOG_MESSAGE_VERSION).tar.gz
+PERL_LOG_MESSAGE_SITE = $(BR2_CPAN_MIRROR)/authors/id/B/BI/BINGOS
+PERL_LOG_MESSAGE_LICENSE = Artistic or GPL-1.0+
+PERL_LOG_MESSAGE_LICENSE_FILES = README
+PERL_LOG_MESSAGE_DISTNAME = Log-Message
+
+$(eval $(perl-package))
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
reply other threads:[~2026-06-15 13:47 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=ajACYu7LSI58wafz@waldemar-brodkorb.de \
--to=wbx@openadk.org \
--cc=buildroot@buildroot.org \
--cc=deividas.puplauskas@gmail.com \
/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.