All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] perl-cookie-baker: new package
@ 2018-10-08 10:23 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2018-10-08 10:23 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=9c2fced5a73243b4b6f6d71d0684ecf7290e873c
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 package/Config.in                                |  1 +
 package/perl-cookie-baker/Config.in              |  7 +++++++
 package/perl-cookie-baker/perl-cookie-baker.hash |  6 ++++++
 package/perl-cookie-baker/perl-cookie-baker.mk   | 14 ++++++++++++++
 4 files changed, 28 insertions(+)

diff --git a/package/Config.in b/package/Config.in
index d68ecaef3f..309a9cfecc 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -673,6 +673,7 @@ menu "Perl libraries/modules"
 	source "package/perl-class-std/Config.in"
 	source "package/perl-class-std-fast/Config.in"
 	source "package/perl-convert-asn1/Config.in"
+	source "package/perl-cookie-baker/Config.in"
 	source "package/perl-crypt-blowfish/Config.in"
 	source "package/perl-crypt-cbc/Config.in"
 	source "package/perl-crypt-openssl-random/Config.in"
diff --git a/package/perl-cookie-baker/Config.in b/package/perl-cookie-baker/Config.in
new file mode 100644
index 0000000000..e6846a21e0
--- /dev/null
+++ b/package/perl-cookie-baker/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_PERL_COOKIE_BAKER
+	bool "perl-cookie-baker"
+	select BR2_PACKAGE_PERL_URI
+	help
+	  Cookie string generator / parser
+
+	  https://github.com/kazeburo/Cookie-Baker
diff --git a/package/perl-cookie-baker/perl-cookie-baker.hash b/package/perl-cookie-baker/perl-cookie-baker.hash
new file mode 100644
index 0000000000..8d0d63b174
--- /dev/null
+++ b/package/perl-cookie-baker/perl-cookie-baker.hash
@@ -0,0 +1,6 @@
+# retrieved by scancpan from http://cpan.metacpan.org/
+md5    20f6f16689df949db86645652c1ebe38 Cookie-Baker-0.10.tar.gz
+sha256 b42bad15b12da4cdc5c90c902faf3ad484281a42203fa4e7652866434f6fa4dd Cookie-Baker-0.10.tar.gz
+
+# computed by scancpan
+sha256 b4ce94671fa219074d4e91e2268652d6bf9764cebcc7a5e27bfc14897745ca4c LICENSE
diff --git a/package/perl-cookie-baker/perl-cookie-baker.mk b/package/perl-cookie-baker/perl-cookie-baker.mk
new file mode 100644
index 0000000000..31410ee74d
--- /dev/null
+++ b/package/perl-cookie-baker/perl-cookie-baker.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# perl-cookie-baker
+#
+################################################################################
+
+PERL_COOKIE_BAKER_VERSION = 0.10
+PERL_COOKIE_BAKER_SOURCE = Cookie-Baker-$(PERL_COOKIE_BAKER_VERSION).tar.gz
+PERL_COOKIE_BAKER_SITE = $(BR2_CPAN_MIRROR)/authors/id/K/KA/KAZEBURO
+PERL_COOKIE_BAKER_DEPENDENCIES = host-perl-module-build-tiny perl-uri
+PERL_COOKIE_BAKER_LICENSE = Artistic or GPL-1.0+
+PERL_COOKIE_BAKER_LICENSE_FILES = LICENSE
+
+$(eval $(perl-package))

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-10-08 10:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-08 10:23 [Buildroot] [git commit] perl-cookie-baker: new package Thomas Petazzoni

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.