From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] pwgen: new package
Date: Tue, 01 Jul 2014 13:04:00 +0200 [thread overview]
Message-ID: <87ionhibmn.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1404175445-4316-1-git-send-email-gustavo@zacarias.com.ar> (Gustavo Zacarias's message of "Mon, 30 Jun 2014 21:44:05 -0300")
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
> package/Config.in | 1 +
> package/pwgen/Config.in | 7 +++++++
> package/pwgen/pwgen.mk | 12 ++++++++++++
> 3 files changed, 20 insertions(+)
> create mode 100644 package/pwgen/Config.in
> create mode 100644 package/pwgen/pwgen.mk
> diff --git a/package/Config.in b/package/Config.in
> index 1282c8a..9900271 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -1137,6 +1137,7 @@ if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
> source "package/procps-ng/Config.in"
> source "package/psmisc/Config.in"
> endif
> + source "package/pwgen/Config.in"
> source "package/quota/Config.in"
> if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
> source "package/rsyslog/Config.in"
> diff --git a/package/pwgen/Config.in b/package/pwgen/Config.in
> new file mode 100644
> index 0000000..7bbc1d6
> --- /dev/null
> +++ b/package/pwgen/Config.in
> @@ -0,0 +1,7 @@
> +config BR2_PACKAGE_PWGEN
> + bool "pwgen"
> + help
> + Pwgen is a small, GPL'ed password generator which creates passwords
> + which can be easily memorized by a human.
> +
> + http://sourceforge.net/projects/pwgen/
> diff --git a/package/pwgen/pwgen.mk b/package/pwgen/pwgen.mk
> new file mode 100644
> index 0000000..f0e66d2
> --- /dev/null
> +++ b/package/pwgen/pwgen.mk
> @@ -0,0 +1,12 @@
> +################################################################################
> +#
> +# pwgen
> +#
> +################################################################################
> +
> +PWGEN_VERSION = 2.06
> +PWGEN_SITE = http://downloads.sourceforge.net/project/pwgen/pwgen/$(PWGEN_VERSION)
> +PWGEN_LICENSE = GPLv2
While not a real copyright file, I think we should point people to
debian/copyright, so I've added that as _LICENSE_FILES.
> +
> +$(eval $(autotools-package))
> +$(eval $(host-autotools-package))
I don't have a problem with adding a user visible option under host
utilities, please send a followup patch adding it.
Committed, thanks.
--
Bye, Peter Korsgaard
prev parent reply other threads:[~2014-07-01 11:04 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-01 0:44 [Buildroot] [PATCH] pwgen: new package Gustavo Zacarias
2014-07-01 9:50 ` Baruch Siach
2014-07-01 10:06 ` Gustavo Zacarias
2014-07-01 11:04 ` Peter Korsgaard [this message]
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=87ionhibmn.fsf@dell.be.48ers.dk \
--to=jacmet@uclibc.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox