Version: 0.8.0, Package name: shellcheck-0.8.0 |
Maintained by: Caspar Schutijser |
Master sites: |
Description ShellCheck is a shell script static analysis tool. The goals of ShellCheck are: * To point out and clarify typical beginner's syntax issues, that causes a shell to give cryptic error messages. * To point out and clarify typical intermediate level semantic problems, that causes 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. |
Filesize: 2.231 KB |
Version History (View Complete History) |
|
2021-11-09 20:50:55 by Greg Steuck | Files touched by this commit (3) |
Log message: Update devel/shellcheck to 0.8.0 By maintainer (Caspar Schutijser) |
2021-10-19 19:55:12 by Greg Steuck | Files touched by this commit (2) |
Log message: Regenerate devel/shellcheck with newer dependency libs looks good to Caspar Schutijser (maintainer) |
2021-06-10 02:28:00 by Stuart Henderson | Files touched by this commit (3) |
Log message: shellcheck: add a pregenerated manual to FILESDIR (it requires a markdown- to-man translator to generate; not adding the build dep). warn the porter if the source file has changed via a hash check, so they know when an rebuild is needed following an update. ok maintainer & gnezdo |
2021-04-25 11:29:48 by Greg Steuck | Files touched by this commit (2) |
Log message: Upgrade devel/shellcheck to 0.7.2 From maintainer Caspar Schutijser |
2021-02-28 12:58:09 by Greg Steuck | Files touched by this commit (11) |
Log message: Use devel/cabal module for devel/shellcheck and upgrade to 0.7.1 Upgrade fix-up and ok kili |
2019-09-30 06:50:08 by Matthias Kilian | Files touched by this commit (5) |
Log message: Let it build with ghc-8.6.4. Also, enable it on i386. Joint work with Greg Steuck. |
2019-09-10 07:51:31 by Matthias Kilian | Files touched by this commit (215) |
Log message: Switch ghc and hs-ports from @exec/@unexec to @define-tag/@tag. ghc and the hs-packages now simply include the necessary (haskell) package description files in lib/ghc/package.conf.d and update the package.cache by running ghc-pkg recache at the end. register and unregister scripts are no longer needed. |
2019-07-12 14:46:30 by Stuart Henderson | Files touched by this commit (853) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-04-21 15:16:42 by Matthias Kilian | Files touched by this commit (1) |
Log message: Don't assign ${BUILD_DEPENDS} to RUN_DEPENDS-lib. While here, remove an unneeded empty assignment to LIB_DEPENDS-lib. ok nigel@, who also reported the problem. |
2018-04-14 13:48:36 by Matthias Kilian | Files touched by this commit (1) |
Log message: Adjust MODGHC_PACKAGE_KEY. From maintainer Caspar Schutijser. |