| CARVIEW |
Select Language
HTTP/2 200
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
set-cookie: PHPSESSID=q2bbip8u9bufn0782cuh6u0o9i; path=/
content-type: text/html; charset=UTF-8
date: Sat, 27 Dec 2025 01:45:26 GMT
server: Apache
pkgsrc.se | The NetBSD package collection
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
mail
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
print
regress
security
shells
shellche..
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./shells/shellcheck, Shell script analysis tool
[
Branch: CURRENT, Version: 0.10.0nb4, Package name: shellcheck-0.10.0nb4, Maintainer: pkgsrc-users
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.
Navigation:
-
Browse pkgsrc
(this page)
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
regress
security
shells
shellche..sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./shells/shellcheck, Shell script analysis tool
[
CVSweb ] [
Homepage ] [
RSS ] [
Required by ] [
Add to tracker ]
Branch: CURRENT, Version: 0.10.0nb4, Package name: shellcheck-0.10.0nb4, Maintainer: pkgsrc-users
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.
Master sites:
Filesize: 229.352 KBVersion history: (Expand)
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-08-13) Updated to version: shellcheck-0.10.0nb4
- (2025-03-05) Updated to version: shellcheck-0.10.0nb3
- (2025-02-02) Updated to version: shellcheck-0.10.0nb2
- (2024-05-09) Updated to version: shellcheck-0.10.0nb1
CVS history: (Expand)
| 2025-08-13 13:07:47 by Masatake Daimon | Files touched by this commit (1263) |
Log message: Bump all Haskell because lang/ghc910 has got a library change |
| 2025-03-05 04:40:14 by Masatake Daimon | Files touched by this commit (1173) |
Log message: recursive revbump after patching lang/ghc910 |
| 2025-02-02 14:06:08 by Masatake Daimon | Files touched by this commit (1173) |
Log message: Bump all Haskell packages after switching the default compiler. |
| 2025-02-01 15:52:36 by Masatake Daimon | Files touched by this commit (1) |
Log message: shells/shellcheck: Fix build with GHC 9.10 |
| 2024-05-09 03:32:57 by Masatake Daimon | Files touched by this commit (1137) |
Log message: Recursive revbump after changing the default Haskell compiler |
| 2024-05-02 09:51:56 by Masatake Daimon | Files touched by this commit (2) |
Log message: shells/shellcheck: Fix build with GHC 9.8 This breaks build with the currently default GHC 9.6. Please bear with me until I switch the default compiler. |
| 2024-04-12 15:51:29 by nikita | Files touched by this commit (2) | |
Log message: shellcheck: update to version 0.10.0 Changelog: ## v0.10.0 - 2024-03-07 ### Added - Precompiled binaries for macOS ARM64 (darwin.aarch64) - Added support for busybox sh - Added flag --rcfile to specify an rc file by name. - Added `extended-analysis=true` directive to enable/disable dataflow analysis (with a corresponding --extended-analysis flag). - SC2324: Warn when x+=1 appends instead of increments - SC2325: Warn about multiple `!`s in dash/sh. - SC2326: Warn about `foo | ! bar` in bash/dash/sh. - SC3012: Warn about lexicographic-compare bashism in test like in [ ] - SC3013: Warn bashism `test _ -op/-nt/-ef _` like in [ ] - SC3014: Warn bashism `test _ == _` like in [ ] - SC3015: Warn bashism `test _ =~ _` like in [ ] - SC3016: Warn bashism `test -v _` like in [ ] - SC3017: Warn bashism `test -a _` like in [ ] ### Fixed - source statements with here docs now work correctly - "(Array.!): undefined array element" error should no longer occur |
| 2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141) |
Log message: Revbump all Haskell after updating lang/ghc96 |
