pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells/shellcheck shellcheck: Import version 0.7.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/36e29babcbd4
branches:  trunk
changeset: 440609:36e29babcbd4
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Oct 13 11:16:19 2020 +0000

description:
shellcheck: Import version 0.7.1.

ShellCheck is a GPLv3 tool that gives warnings and suggestions for
bash/sh shell scripts.

The goals of ShellCheck are:

* To point out and clarify typical beginner's syntax issues that cause
  a shell to give cryptic error messages.

* To point out and clarify typical intermediate level semantic problems
  that cause a shell to behave strangely and counter-intuitively.

* To point out subtle caveats, corner cases and pitfalls that may cause
  an advanced user's otherwise working script to fail under future
  circumstances.

diffstat:

 shells/shellcheck/DESCR    |  16 ++++++++++++++++
 shells/shellcheck/Makefile |  16 ++++++++++++++++
 shells/shellcheck/distinfo |   6 ++++++
 3 files changed, 38 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r 02d294d2a8ab -r 36e29babcbd4 shells/shellcheck/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/shellcheck/DESCR   Tue Oct 13 11:16:19 2020 +0000
@@ -0,0 +1,16 @@
+ShellCheck - A shell script static analysis tool
+
+ShellCheck is a GPLv3 tool that gives warnings and suggestions for
+bash/sh shell scripts.
+
+The goals of ShellCheck are:
+
+* To point out and clarify typical beginner's syntax issues that cause
+  a shell to give cryptic error messages.
+
+* To point out and clarify typical intermediate level semantic problems
+  that cause a shell to behave strangely and counter-intuitively.
+
+* To point out subtle caveats, corner cases and pitfalls that may cause
+  an advanced user's otherwise working script to fail under future
+  circumstances.
diff -r 02d294d2a8ab -r 36e29babcbd4 shells/shellcheck/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/shellcheck/Makefile        Tue Oct 13 11:16:19 2020 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2020/10/13 11:16:19 jperkin Exp $
+
+DISTNAME=      ShellCheck-0.7.1
+PKGNAME=       ${DISTNAME:tl}
+CATEGORIES=    shells devel
+
+MAINTAINER=    pkgsrc-users%pkgsrc.org@localhost
+COMMENT=       Shell script analysis tool
+LICENSE=       gnu-gpl-v3
+
+.include "../../converters/hs-aeson/buildlink3.mk"
+.include "../../devel/hs-QuickCheck/buildlink3.mk"
+.include "../../textproc/hs-Diff/buildlink3.mk"
+.include "../../textproc/hs-regex-tdfa/buildlink3.mk"
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 02d294d2a8ab -r 36e29babcbd4 shells/shellcheck/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/shellcheck/distinfo        Tue Oct 13 11:16:19 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/10/13 11:16:19 jperkin Exp $
+
+SHA1 (ShellCheck-0.7.1.tar.gz) = 52cb5785c68724353e98ed6de67b826aeb29e6e0
+RMD160 (ShellCheck-0.7.1.tar.gz) = 16c7012b91b0fbf5215ed8bc539079a21b202f22
+SHA512 (ShellCheck-0.7.1.tar.gz) = fc84bd67e30af1378a92c1e378693a2c181e9567d53f2590e76aedb9f607276b90abd2ac83818c36524bd77a480df347af5a0879a925a846f35440ab207fad8a
+Size (ShellCheck-0.7.1.tar.gz) = 163288 bytes



Home | Main Index | Thread Index | Old Index