From patchwork Thu Mar 4 13:40:49 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ismael Luceno X-Patchwork-Id: 1447315 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.133; helo=smtp2.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4DrsQS6ylPz9sSC for ; Fri, 5 Mar 2021 00:38:38 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id A8A0F43250; Thu, 4 Mar 2021 13:38:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JMS0_6hCbG1G; Thu, 4 Mar 2021 13:38:34 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id 0EACC4322C; Thu, 4 Mar 2021 13:38:34 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 8B2051BF4D6 for ; Thu, 4 Mar 2021 13:38:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 86D024EC15 for ; Thu, 4 Mar 2021 13:38:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1mvOrvSLxsjH for ; Thu, 4 Mar 2021 13:38:31 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 Received: from iodev.co.uk (iodev.co.uk [46.30.189.100]) by smtp4.osuosl.org (Postfix) with ESMTP id 109D84EC0B for ; Thu, 4 Mar 2021 13:38:30 +0000 (UTC) Received: from localhost (186.131.77.188.dynamic.jazztel.es [188.77.131.186]) by iodev.co.uk (Postfix) with ESMTPSA id 66B9B23F9E; Thu, 4 Mar 2021 14:38:29 +0100 (CET) From: Ismael Luceno To: buildroot@buildroot.org Date: Thu, 4 Mar 2021 14:40:49 +0100 Message-Id: <20210304134049.9317-1-ismael@iodev.co.uk> X-Mailer: git-send-email 2.30.1 MIME-Version: 1.0 Subject: [Buildroot] [PATCH] package/mawk: new package X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Thomas Petazzoni , Ismael Luceno Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Interpreter for the AWK Programming Language. Signed-off-by: Ismael Luceno --- DEVELOPERS | 1 + package/Config.in | 1 + package/mawk/Config.in | 6 ++++++ package/mawk/mawk.hash | 2 ++ package/mawk/mawk.mk | 13 +++++++++++++ 5 files changed, 23 insertions(+) create mode 100644 package/mawk/Config.in create mode 100644 package/mawk/mawk.hash create mode 100644 package/mawk/mawk.mk diff --git a/DEVELOPERS b/DEVELOPERS index 0c48236da402..02b3dd23814c 100644 --- a/DEVELOPERS +++ b/DEVELOPERS @@ -1122,6 +1122,7 @@ F: package/exempi/ N: Ismael Luceno F: package/axel/ +F: package/mawk/ N: Jagan Teki F: board/amarula/ diff --git a/package/Config.in b/package/Config.in index 5304ab141c0f..ddfa671c2a46 100644 --- a/package/Config.in +++ b/package/Config.in @@ -178,6 +178,7 @@ menu "Development tools" source "package/jq/Config.in" source "package/libtool/Config.in" source "package/make/Config.in" + source "package/mawk/Config.in" source "package/patch/Config.in" source "package/pkgconf/Config.in" source "package/ripgrep/Config.in" diff --git a/package/mawk/Config.in b/package/mawk/Config.in new file mode 100644 index 000000000000..80118b3f6d52 --- /dev/null +++ b/package/mawk/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_MAWK + bool "mawk" + help + Interpreter for the AWK Programming Language. + + http://invisible-island.net/mawk/mawk.html diff --git a/package/mawk/mawk.hash b/package/mawk/mawk.hash new file mode 100644 index 000000000000..69761f77df57 --- /dev/null +++ b/package/mawk/mawk.hash @@ -0,0 +1,2 @@ +sha256 7fd4cd1e1fae9290fe089171181bbc6291dfd9bca939ca804f0ddb851c8b8237 mawk-1.3.4-20200120.tgz +sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING diff --git a/package/mawk/mawk.mk b/package/mawk/mawk.mk new file mode 100644 index 000000000000..c4a486215d5d --- /dev/null +++ b/package/mawk/mawk.mk @@ -0,0 +1,13 @@ +################################################################################ +# +# mawk +# +################################################################################ + +MAWK_VERSION = 1.3.4-20200120 +MAWK_SITE = https://invisible-mirror.net/archives/mawk +MAWK_SOURCE = mawk-$(MAWK_VERSION).tgz +MAWK_LICENSE = GPL-2.0 +MAWK_LICENSE_FILES = COPYING + +$(eval $(autotools-package))