All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] pwgen: new package
@ 2014-07-01  0:44 Gustavo Zacarias
  2014-07-01  9:50 ` Baruch Siach
  2014-07-01 11:04 ` Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2014-07-01  0:44 UTC (permalink / raw)
  To: buildroot

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
+
+$(eval $(autotools-package))
+$(eval $(host-autotools-package))
-- 
1.8.5.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] pwgen: new package
  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
  1 sibling, 1 reply; 4+ messages in thread
From: Baruch Siach @ 2014-07-01  9:50 UTC (permalink / raw)
  To: buildroot

Hi Gustavo,

On Mon, Jun 30, 2014 at 09:44:05PM -0300, Gustavo Zacarias wrote:
> 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
> +
> +$(eval $(autotools-package))
> +$(eval $(host-autotools-package))

What is the host version for?

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] pwgen: new package
  2014-07-01  9:50 ` Baruch Siach
@ 2014-07-01 10:06   ` Gustavo Zacarias
  0 siblings, 0 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2014-07-01 10:06 UTC (permalink / raw)
  To: buildroot

On 07/01/2014 06:50 AM, Baruch Siach wrote:

> What is the host version for?

Hi, i personally use it to generate random usable non-dictionary
passwords in post build scripts and some custom packages.
It can go if it's not deemed useful and i'll just keep a separate patch
for that (or add a host utilites entries for that).
Regards.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] pwgen: new package
  2014-07-01  0:44 [Buildroot] [PATCH] pwgen: new package Gustavo Zacarias
  2014-07-01  9:50 ` Baruch Siach
@ 2014-07-01 11:04 ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2014-07-01 11:04 UTC (permalink / raw)
  To: buildroot

>>>>> "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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-07-01 11:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.