All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/mawk: new package
Date: Sat, 6 Mar 2021 23:39:28 +0100	[thread overview]
Message-ID: <20210306223928.GV2275@scaer> (raw)
In-Reply-To: <20210306222820.GU2275@scaer>

Ismael, All,

On 2021-03-06 23:28 +0100, Yann E. MORIN spake thusly:
> On 2021-03-04 14:40 +0100, Ismael Luceno spake thusly:
> > Interpreter for the AWK Programming Language.
> > 
> > Signed-off-by: Ismael Luceno <ismael@iodev.co.uk>
> 
> Applied to master, thanks.

Sorry, this was applied to next...

Regards,
Yann E. MORIN.

> Regards,
> Yann E. MORIN.
> 
> > ---
> >  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 <ismael@iodev.co.uk>
> >  F:	package/axel/
> > +F:	package/mawk/
> >  
> >  N:	Jagan Teki <jagan@amarulasolutions.com>
> >  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))
> > -- 
> > 2.30.1
> > 
> > _______________________________________________
> > buildroot mailing list
> > buildroot at busybox.net
> > http://lists.busybox.net/mailman/listinfo/buildroot
> 
> -- 
> .-----------------.--------------------.------------------.--------------------.
> |  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
> | +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
> | +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
> | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
> '------------------------------^-------^------------------^--------------------'
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2021-03-06 22:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-04 13:40 [Buildroot] [PATCH] package/mawk: new package Ismael Luceno
2021-03-06 22:28 ` Yann E. MORIN
2021-03-06 22:39   ` Yann E. MORIN [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-02-17 19:30 Ismael Luceno

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=20210306223928.GV2275@scaer \
    --to=yann.morin.1998@free.fr \
    --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.