pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/shellcheck



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Oct 13 11:16:19 UTC 2020

Added Files:
        pkgsrc/shells/shellcheck: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/shells/shellcheck/DESCR \
    pkgsrc/shells/shellcheck/Makefile pkgsrc/shells/shellcheck/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/shells/shellcheck/DESCR
diff -u /dev/null pkgsrc/shells/shellcheck/DESCR:1.1
--- /dev/null   Tue Oct 13 11:16:19 2020
+++ pkgsrc/shells/shellcheck/DESCR      Tue Oct 13 11:16:19 2020
@@ -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.
Index: pkgsrc/shells/shellcheck/Makefile
diff -u /dev/null pkgsrc/shells/shellcheck/Makefile:1.1
--- /dev/null   Tue Oct 13 11:16:19 2020
+++ pkgsrc/shells/shellcheck/Makefile   Tue Oct 13 11:16:19 2020
@@ -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"
Index: pkgsrc/shells/shellcheck/distinfo
diff -u /dev/null pkgsrc/shells/shellcheck/distinfo:1.1
--- /dev/null   Tue Oct 13 11:16:19 2020
+++ pkgsrc/shells/shellcheck/distinfo   Tue Oct 13 11:16:19 2020
@@ -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