The first three patches clean up some things I stumbled over while working on
the addition of the src-meson-prog template which is found in the last two
patches.

Ulrich Ölmann (5):
  templates: wizard.sh: remove unused variable
  templates: wizard.sh: use neat parameter expansion and prevent word
    splitting
  templates: wizard.sh: use only one sed process
  templates: add src-meson-prog template
  templates: src-meson-prog: introduce version into template project

 doc/dev_manual.rst                            | 36 ++++++--
 rules/templates/src-autoconf-lib/wizard.sh    | 20 ++---
 rules/templates/src-autoconf-prog/wizard.sh   | 16 ++--
 .../templates/src-autoconf-proglib/wizard.sh  | 22 +++--
 rules/templates/src-cmake-prog/wizard.sh      | 12 ++-
 rules/templates/src-linux-driver/wizard.sh    | 12 ++-
 rules/templates/src-make-prog/wizard.sh       | 12 ++-
 rules/templates/src-meson-prog/@name@.c       | 12 +++
 rules/templates/src-meson-prog/COPYING        | 12 +++
 rules/templates/src-meson-prog/config.h.in    |  2 +
 rules/templates/src-meson-prog/meson.build    | 15 ++++
 rules/templates/src-meson-prog/wizard.sh      | 24 ++++++
 rules/templates/src-qmake-prog/wizard.sh      | 14 ++--
 rules/templates/src-stellaris/wizard.sh       | 12 ++-
 rules/templates/template-src-meson-prog-in    |  8 ++
 rules/templates/template-src-meson-prog-make  | 83 +++++++++++++++++++
 scripts/lib/ptxd_lib_template.sh              |  9 +-
 17 files changed, 245 insertions(+), 76 deletions(-)
 create mode 100644 rules/templates/src-meson-prog/@name@.c
 create mode 100644 rules/templates/src-meson-prog/COPYING
 create mode 100644 rules/templates/src-meson-prog/config.h.in
 create mode 100644 rules/templates/src-meson-prog/meson.build
 create mode 100644 rules/templates/src-meson-prog/wizard.sh
 create mode 100644 rules/templates/template-src-meson-prog-in
 create mode 100644 rules/templates/template-src-meson-prog-make

-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to