summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
Diffstat (limited to 'shells')
-rw-r--r--shells/anongitssh/pkg-descr2
-rw-r--r--shells/antibody/pkg-descr2
-rw-r--r--shells/ast-ksh/pkg-descr2
-rw-r--r--shells/bash-completion/pkg-descr2
-rw-r--r--shells/bash/pkg-descr2
-rw-r--r--shells/bashc/pkg-descr2
-rw-r--r--shells/bicon/pkg-descr2
-rw-r--r--shells/ch/pkg-descr2
-rw-r--r--shells/dash/pkg-descr2
-rw-r--r--shells/elvish/pkg-descr2
-rw-r--r--shells/envy/pkg-descr2
-rw-r--r--shells/etsh/pkg-descr2
-rw-r--r--shells/fd/pkg-descr2
-rw-r--r--shells/fish/pkg-descr2
-rw-r--r--shells/git-prompt.zsh/pkg-descr2
-rw-r--r--shells/heirloom-sh/pkg-descr2
-rw-r--r--shells/ibsh/pkg-descr2
-rw-r--r--shells/ion/pkg-descr2
-rw-r--r--shells/jailkit/pkg-descr2
-rw-r--r--shells/klish/pkg-descr2
-rw-r--r--shells/ksh-devel/pkg-descr2
-rw-r--r--shells/ksh/pkg-descr2
-rw-r--r--shells/ksh2020/pkg-descr2
-rw-r--r--shells/ksh93/pkg-descr2
-rw-r--r--shells/mksh/pkg-descr2
-rw-r--r--shells/modernish/pkg-descr2
-rw-r--r--shells/nsh/pkg-descr2
-rw-r--r--shells/ohmyzsh/pkg-descr2
-rw-r--r--shells/oksh/pkg-descr2
-rw-r--r--shells/p5-Bash-Completion/pkg-descr2
-rw-r--r--shells/p5-Shell-Perl/pkg-descr2
-rw-r--r--shells/p5-Term-Bash-Completion-Generator/pkg-descr2
-rw-r--r--shells/p5-Term-ShellUI/pkg-descr2
-rw-r--r--shells/pdksh/pkg-descr2
-rw-r--r--shells/pear-PHP_Shell/pkg-descr2
-rw-r--r--shells/psh/pkg-descr2
-rw-r--r--shells/rc/pkg-descr2
-rw-r--r--shells/rubygem-shellwords/pkg-descr2
-rw-r--r--shells/rush/pkg-descr2
-rw-r--r--shells/sash/pkg-descr2
-rw-r--r--shells/scponly/pkg-descr2
-rw-r--r--shells/starship/pkg-descr2
-rw-r--r--shells/switchBashZsh/pkg-descr2
-rw-r--r--shells/tcshrc/pkg-descr2
-rw-r--r--shells/v7sh/pkg-descr2
-rw-r--r--shells/viewglob/pkg-descr2
-rw-r--r--shells/vshnu/pkg-descr2
-rw-r--r--shells/wcd/pkg-descr2
-rw-r--r--shells/xonsh/pkg-descr2
-rw-r--r--shells/yash/pkg-descr2
-rw-r--r--shells/zsh-antigen/pkg-descr2
-rw-r--r--shells/zsh-autosuggestions/pkg-descr2
-rw-r--r--shells/zsh-completions/pkg-descr2
-rw-r--r--shells/zsh-navigation-tools/pkg-descr2
-rw-r--r--shells/zsh-syntax-highlighting/pkg-descr2
-rw-r--r--shells/zsh/pkg-descr2
56 files changed, 0 insertions, 112 deletions
diff --git a/shells/anongitssh/pkg-descr b/shells/anongitssh/pkg-descr
index 5a1f3864e9fa..285eb12932d5 100644
--- a/shells/anongitssh/pkg-descr
+++ b/shells/anongitssh/pkg-descr
@@ -2,5 +2,3 @@ anongitssh: a restricted shell for git-upload-pack over SSH
Note: The default setting is for git.FreeBSD.org only and needs to be
overridden and rebuilt for being useful in other setups.
-
-WWW: https://github.com/hrs-allbsd/anongitssh/
diff --git a/shells/antibody/pkg-descr b/shells/antibody/pkg-descr
index 72f7718e5ca2..1c134cc25f4f 100644
--- a/shells/antibody/pkg-descr
+++ b/shells/antibody/pkg-descr
@@ -4,5 +4,3 @@ performance.
It is faster because it can do things concurrently, while Antigen does it
sequentially. It also has the advantage of using a compiled language (go)
instead of a scripting one.
-
-WWW: https://getantibody.github.io/
diff --git a/shells/ast-ksh/pkg-descr b/shells/ast-ksh/pkg-descr
index ee3150bac1cd..9daad3daf523 100644
--- a/shells/ast-ksh/pkg-descr
+++ b/shells/ast-ksh/pkg-descr
@@ -9,5 +9,3 @@ features of the BSD shell "csh". With KSH-93, medium-sized programming
tasks can be performed at shell-level without a significant loss
in performance. In addition, "sh" scripts can be run on KSH-93
without modification.
-
-WWW: http://www.kornshell.com/
diff --git a/shells/bash-completion/pkg-descr b/shells/bash-completion/pkg-descr
index 48fe1cd8ee63..c153df049897 100644
--- a/shells/bash-completion/pkg-descr
+++ b/shells/bash-completion/pkg-descr
@@ -4,5 +4,3 @@ features the ability to tab-complete arguments for many common programs.
Completion functions for FreeBSD-specific software are developed independently
as an extension to the official bash-completion library. The development takes
place on GitHub: https://github.com/0mp/bash-completion-freebsd
-
-WWW: https://github.com/scop/bash-completion
diff --git a/shells/bash/pkg-descr b/shells/bash/pkg-descr
index 3e6a46662a7e..84aea89d562b 100644
--- a/shells/bash/pkg-descr
+++ b/shells/bash/pkg-descr
@@ -3,5 +3,3 @@ a complete implementation of the POSIX.2 shell spec, but also
with interactive command line editing, job control on architectures
that support it, csh-like features such as history substitution and
brace expansion, and a slew of other features.
-
-WWW: https://www.gnu.org/software/bash/
diff --git a/shells/bashc/pkg-descr b/shells/bashc/pkg-descr
index 1d95ae1092d6..ae3845fad0cb 100644
--- a/shells/bashc/pkg-descr
+++ b/shells/bashc/pkg-descr
@@ -1,5 +1,3 @@
Bash Commander is a fork of GNU Bourne Again Shell. Its main feature is a
visual two-panel mode, much like Midnight Commander and other text-mode
visual shells.
-
-WWW: https://github.com/sergev/bash-commander
diff --git a/shells/bicon/pkg-descr b/shells/bicon/pkg-descr
index 74afabf7d2d3..2e84b7231f30 100644
--- a/shells/bicon/pkg-descr
+++ b/shells/bicon/pkg-descr
@@ -1,5 +1,3 @@
BiCon, short for Bidirectional-Console, is a tool which allows the usage
of Arabic on Linux/Unix consoles or terminal emulators with basic Unicode
rendering support, like gnome-terminal, xterm, or PuTTY.
-
-WWW: https://www.arabeyes.org/Bicon
diff --git a/shells/ch/pkg-descr b/shells/ch/pkg-descr
index f1869e8006d5..49eb13fee01e 100644
--- a/shells/ch/pkg-descr
+++ b/shells/ch/pkg-descr
@@ -7,5 +7,3 @@ Ch is the solution for:
* Enterprise
* Academic
* Plotting and Numerical Computing
-
-WWW: http://www.softintegration.com/products/chstandard/
diff --git a/shells/dash/pkg-descr b/shells/dash/pkg-descr
index 459e6dcce699..a8e7651f0d48 100644
--- a/shells/dash/pkg-descr
+++ b/shells/dash/pkg-descr
@@ -1,5 +1,3 @@
DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small as
possible. It does this without sacrificing speed where possible. In fact, it
is significantly faster than bash (the GNU Bourne-Again SHell) for most tasks.
-
-WWW: http://gondor.apana.org.au/~herbert/dash/
diff --git a/shells/elvish/pkg-descr b/shells/elvish/pkg-descr
index d2f74952bb82..e29dadb2c541 100644
--- a/shells/elvish/pkg-descr
+++ b/shells/elvish/pkg-descr
@@ -1,4 +1,2 @@
Elvish is an expressive programming language and a versatile interactive shell,
combined into one seamless package. It runs on Linux, BSDs, macOS and Windows.
-
-WWW: https://elv.sh/
diff --git a/shells/envy/pkg-descr b/shells/envy/pkg-descr
index 385eb53e8442..69eb27b18193 100644
--- a/shells/envy/pkg-descr
+++ b/shells/envy/pkg-descr
@@ -7,5 +7,3 @@ pyenv, nvm and asdf. It sets environment variables with the root of
the current git repository and the active branch without executing
git, which you can use to customize your shell prompt. It also loads
custom environment variables from local .envy files.
-
-WWW: https://github.com/wojas/envy
diff --git a/shells/etsh/pkg-descr b/shells/etsh/pkg-descr
index 590fdcf2c62f..ca7f90380a2d 100644
--- a/shells/etsh/pkg-descr
+++ b/shells/etsh/pkg-descr
@@ -1,4 +1,2 @@
Etsh is an enhanced, backward-compatible port of the
V6 UNIX <-> V6 Thompson shell.
-
-WWW: https://etsh.nl/
diff --git a/shells/fd/pkg-descr b/shells/fd/pkg-descr
index bdc1194284b8..41981eea551b 100644
--- a/shells/fd/pkg-descr
+++ b/shells/fd/pkg-descr
@@ -5,5 +5,3 @@ compatible shell which can be run stand-alone by the name of `fdsh'.
This version is a clone of FD for DOS (AT and PC9801) designed and
written by A. Idei (SDI00544@niftyserve.or.jp).
-
-WWW: https://hp.vector.co.jp/authors/VA012337/soft/fd/
diff --git a/shells/fish/pkg-descr b/shells/fish/pkg-descr
index ca1b7d987af0..619bab9b154e 100644
--- a/shells/fish/pkg-descr
+++ b/shells/fish/pkg-descr
@@ -1,4 +1,2 @@
fish is a user friendly commandline shell intended mostly for
interactive use.
-
-WWW: http://fishshell.com/
diff --git a/shells/git-prompt.zsh/pkg-descr b/shells/git-prompt.zsh/pkg-descr
index ef11e5defaae..50303463d159 100644
--- a/shells/git-prompt.zsh/pkg-descr
+++ b/shells/git-prompt.zsh/pkg-descr
@@ -2,5 +2,3 @@ git-prompt.zsh is a fast, customizable, pure-shell, asynchronous Git
prompt for Zsh. It is heavily inspired by Olivier Verdier's
zsh-git-prompt and very similar to the "Informative VCS" prompt of fish
shell.
-
-WWW: https://github.com/woefe/git-prompt.zsh
diff --git a/shells/heirloom-sh/pkg-descr b/shells/heirloom-sh/pkg-descr
index e80d2ed3921f..254bad8070f9 100644
--- a/shells/heirloom-sh/pkg-descr
+++ b/shells/heirloom-sh/pkg-descr
@@ -3,5 +3,3 @@ If one need to write portable shell scripts, this one is excellent for
testing them. It is installed as jsh (job shell).
Other OpenSolaris user land tools are available in sysutils/heirloom
-
-WWW: http://heirloom.sourceforge.net/sh.html
diff --git a/shells/ibsh/pkg-descr b/shells/ibsh/pkg-descr
index 981ed0c3acbd..83f9c4091850 100644
--- a/shells/ibsh/pkg-descr
+++ b/shells/ibsh/pkg-descr
@@ -2,5 +2,3 @@ Iron Bars Shell is a restricted Unix shell. The user cannot step out of, nor
access files outside the home directory. It is written in C for Linux. No
libraries used. It is small, fast, secure. Two ascii configuration files for
more control.
-
-WWW: http://ibsh.sourceforge.net/
diff --git a/shells/ion/pkg-descr b/shells/ion/pkg-descr
index 94b47d111665..43b3fe0eff7a 100644
--- a/shells/ion/pkg-descr
+++ b/shells/ion/pkg-descr
@@ -6,5 +6,3 @@ development easier. It also offers a level of performance that
exceeds that of Dash, when taking advantage of Ion's features.
While it is developed alongside, and primarily for, RedoxOS, it is
a fully capable on other *nix platforms.
-
-WWW: https://gitlab.redox-os.org/redox-os/ion
diff --git a/shells/jailkit/pkg-descr b/shells/jailkit/pkg-descr
index 780d0dbd1d68..ed39eb067a3b 100644
--- a/shells/jailkit/pkg-descr
+++ b/shells/jailkit/pkg-descr
@@ -13,5 +13,3 @@ leading IT security firms, internet servers from several large enterprise
organizations, internet servers from internet service providers, as well
as many smaller companies and private users that need to secure cvs,
sftp, shell, or daemon processes.
-
-WWW: https://olivier.sessink.nl/jailkit/
diff --git a/shells/klish/pkg-descr b/shells/klish/pkg-descr
index 0f1f2bd6156d..74b87305dc57 100644
--- a/shells/klish/pkg-descr
+++ b/shells/klish/pkg-descr
@@ -1,3 +1 @@
The klish is a framework for implementing a CISCO-like CLI on a UNIX systems.
-
-WWW: http://libcode.org/projects/klish/
diff --git a/shells/ksh-devel/pkg-descr b/shells/ksh-devel/pkg-descr
index ee3150bac1cd..9daad3daf523 100644
--- a/shells/ksh-devel/pkg-descr
+++ b/shells/ksh-devel/pkg-descr
@@ -9,5 +9,3 @@ features of the BSD shell "csh". With KSH-93, medium-sized programming
tasks can be performed at shell-level without a significant loss
in performance. In addition, "sh" scripts can be run on KSH-93
without modification.
-
-WWW: http://www.kornshell.com/
diff --git a/shells/ksh/pkg-descr b/shells/ksh/pkg-descr
index ee3150bac1cd..9daad3daf523 100644
--- a/shells/ksh/pkg-descr
+++ b/shells/ksh/pkg-descr
@@ -9,5 +9,3 @@ features of the BSD shell "csh". With KSH-93, medium-sized programming
tasks can be performed at shell-level without a significant loss
in performance. In addition, "sh" scripts can be run on KSH-93
without modification.
-
-WWW: http://www.kornshell.com/
diff --git a/shells/ksh2020/pkg-descr b/shells/ksh2020/pkg-descr
index ee3150bac1cd..9daad3daf523 100644
--- a/shells/ksh2020/pkg-descr
+++ b/shells/ksh2020/pkg-descr
@@ -9,5 +9,3 @@ features of the BSD shell "csh". With KSH-93, medium-sized programming
tasks can be performed at shell-level without a significant loss
in performance. In addition, "sh" scripts can be run on KSH-93
without modification.
-
-WWW: http://www.kornshell.com/
diff --git a/shells/ksh93/pkg-descr b/shells/ksh93/pkg-descr
index ee3150bac1cd..9daad3daf523 100644
--- a/shells/ksh93/pkg-descr
+++ b/shells/ksh93/pkg-descr
@@ -9,5 +9,3 @@ features of the BSD shell "csh". With KSH-93, medium-sized programming
tasks can be performed at shell-level without a significant loss
in performance. In addition, "sh" scripts can be run on KSH-93
without modification.
-
-WWW: http://www.kornshell.com/
diff --git a/shells/mksh/pkg-descr b/shells/mksh/pkg-descr
index b5c9e1bb0dd0..9e34856e86dd 100644
--- a/shells/mksh/pkg-descr
+++ b/shells/mksh/pkg-descr
@@ -1,5 +1,3 @@
The MirBSD Korn Shell (mksh) is enhanced of the Public Domain
Korn shell (pdksh), a bourne-compatible shell which is largely
similar to the original AT&T Korn shell.
-
-WWW: https://www.mirbsd.org/mksh.htm
diff --git a/shells/modernish/pkg-descr b/shells/modernish/pkg-descr
index f7d7da6284a8..4e25a0f7148c 100644
--- a/shells/modernish/pkg-descr
+++ b/shells/modernish/pkg-descr
@@ -15,5 +15,3 @@ think the shell has become a modern programming language!
The library builds on the POSIX 2018 Edition standard, so it should run on any
sufficiently POSIX-compliant shell and operating system. But it also takes
advantage of certain shell-specific enhancements if it detects them.
-
-WWW: https://github.com/modernish/modernish
diff --git a/shells/nsh/pkg-descr b/shells/nsh/pkg-descr
index 5a68a6b0261b..5fbb2cd0b367 100644
--- a/shells/nsh/pkg-descr
+++ b/shells/nsh/pkg-descr
@@ -4,5 +4,3 @@ A command-line shell that focuses on productivity and swiftness featuring:
- Bash completion support (by internally invoking the genuine Bash).
- Builtin zero configration features.
- Written in Rust :crab:
-
-WWW: https://github.com/nuta/nsh
diff --git a/shells/ohmyzsh/pkg-descr b/shells/ohmyzsh/pkg-descr
index d28ac32dd44c..da8684016df5 100644
--- a/shells/ohmyzsh/pkg-descr
+++ b/shells/ohmyzsh/pkg-descr
@@ -7,5 +7,3 @@ customizable and provides dozens of different themes.
Sounds boring. Let's try again.
Oh My Zsh will not make you a 10x developer...but you may feel like one.
-
-WWW: https://ohmyz.sh/
diff --git a/shells/oksh/pkg-descr b/shells/oksh/pkg-descr
index 95e127d5b76a..ac65e78c4632 100644
--- a/shells/oksh/pkg-descr
+++ b/shells/oksh/pkg-descr
@@ -2,5 +2,3 @@ oksh is the portable version of the OpenBSD Korn shell, a continuation
of the Public Domain Korn Shell (PDKSH). Its command language is a
superset of the sh(1) shell language. oksh is best known as the
default user shell and /bin/sh on OpenBSD.
-
-WWW: https://github.com/ibara/oksh
diff --git a/shells/p5-Bash-Completion/pkg-descr b/shells/p5-Bash-Completion/pkg-descr
index 0c538e7620eb..00a8ed44aba5 100644
--- a/shells/p5-Bash-Completion/pkg-descr
+++ b/shells/p5-Bash-Completion/pkg-descr
@@ -17,5 +17,3 @@ command:
setup-bash-complete
To write a new Bash::Completion plugin, see Bash::Completion::Plugin.
-
-WWW: https://metacpan.org/release/Bash-Completion
diff --git a/shells/p5-Shell-Perl/pkg-descr b/shells/p5-Shell-Perl/pkg-descr
index 2e7d91902f65..4cbd65137fd6 100644
--- a/shells/p5-Shell-Perl/pkg-descr
+++ b/shells/p5-Shell-Perl/pkg-descr
@@ -1,4 +1,2 @@
Shell::Perl is the implementation of a simple command-line interpreter
for Perl.
-
-WWW: https://metacpan.org/release/Shell-Perl
diff --git a/shells/p5-Term-Bash-Completion-Generator/pkg-descr b/shells/p5-Term-Bash-Completion-Generator/pkg-descr
index f1a109cf78d9..3c514b22d20b 100644
--- a/shells/p5-Term-Bash-Completion-Generator/pkg-descr
+++ b/shells/p5-Term-Bash-Completion-Generator/pkg-descr
@@ -1,4 +1,2 @@
Generate bash completion functions or perl scripts to dynamically provide
completion for an application.
-
-WWW: https://metacpan.org/release/Term-Bash-Completion-Generator
diff --git a/shells/p5-Term-ShellUI/pkg-descr b/shells/p5-Term-ShellUI/pkg-descr
index f54b085d3d50..28e2c66a493a 100644
--- a/shells/p5-Term-ShellUI/pkg-descr
+++ b/shells/p5-Term-ShellUI/pkg-descr
@@ -5,5 +5,3 @@ trivial to implement.
You simply declare your command set and let ShellUI take
care of the heavy lifting.
-
-WWW: https://metacpan.org/release/Term-ShellUI
diff --git a/shells/pdksh/pkg-descr b/shells/pdksh/pkg-descr
index b80f990161df..64514d922a84 100644
--- a/shells/pdksh/pkg-descr
+++ b/shells/pdksh/pkg-descr
@@ -1,4 +1,2 @@
PDKSH is the Public Domain Korn Shell. Its command language is a
superset of the sh(1) shell language.
-
-WWW: http://www.cs.mun.ca/~michael/pdksh/
diff --git a/shells/pear-PHP_Shell/pkg-descr b/shells/pear-PHP_Shell/pkg-descr
index 286ed0da425b..3fcdee5e11a1 100644
--- a/shells/pear-PHP_Shell/pkg-descr
+++ b/shells/pear-PHP_Shell/pkg-descr
@@ -1,4 +1,2 @@
a interactive PHP Shell with tab-completion, inline help
and handling of FATAL errors
-
-WWW: https://pear.php.net/package/PHP_Shell
diff --git a/shells/psh/pkg-descr b/shells/psh/pkg-descr
index 64564553187d..0ccb2292f7e5 100644
--- a/shells/psh/pkg-descr
+++ b/shells/psh/pkg-descr
@@ -1,4 +1,2 @@
Perl Shell is a new shell that combines the power of bash
and several other shells with the power of perl programming.
-
-WWW: https://metacpan.org/release/psh
diff --git a/shells/rc/pkg-descr b/shells/rc/pkg-descr
index d3f496a9175a..0c3c18aa232d 100644
--- a/shells/rc/pkg-descr
+++ b/shells/rc/pkg-descr
@@ -4,5 +4,3 @@ a small feature set similar to a traditional Bourne shell, but with a much
cleaner and simpler syntax. Among other things, this makes rc much better than
Bourne-compatible shells at handling filenames which contain spaces. Thus,
writing rc scripts is less error-prone than writing sh scripts.
-
-WWW: https://github.com/rakitzis/rc
diff --git a/shells/rubygem-shellwords/pkg-descr b/shells/rubygem-shellwords/pkg-descr
index 7a6e65006c38..d8e3214a6a9c 100644
--- a/shells/rubygem-shellwords/pkg-descr
+++ b/shells/rubygem-shellwords/pkg-descr
@@ -4,5 +4,3 @@ Bourne shell.
The shellwords() function was originally a port of shellwords.pl, but modified
to conform to the Shell & Utilities volume of the IEEE Std 1003.1-2008, 2016
Edition.
-
-WWW: https://github.com/ruby/shellwords
diff --git a/shells/rush/pkg-descr b/shells/rush/pkg-descr
index fc01700b8767..f5654b12666b 100644
--- a/shells/rush/pkg-descr
+++ b/shells/rush/pkg-descr
@@ -5,5 +5,3 @@ only remote access to the machine. Using a flexible configuration file, GNU Rush
gives administrator complete control over the command lines that users execute,
and allows to tune the usage of system resources, such as virtual memory, CPU
time, etc. on a per-user basis.
-
-WWW: https://puszcza.gnu.org.ua/software/rush/
diff --git a/shells/sash/pkg-descr b/shells/sash/pkg-descr
index 24120512bc9c..ec5e3fa79924 100644
--- a/shells/sash/pkg-descr
+++ b/shells/sash/pkg-descr
@@ -10,5 +10,3 @@ Shell includes: echo pwd cd mkdir mknod rmdir sync rm chmod
Commands include: dd ed grep gzip ls tar file find mount chattr
SASH is a port from Linux version (David Bell) by Andrzej Bialecki
-
-WWW: http://members.tip.net.au/~dbell/
diff --git a/shells/scponly/pkg-descr b/shells/scponly/pkg-descr
index 6b0d7af64d84..c169a73bb2cd 100644
--- a/shells/scponly/pkg-descr
+++ b/shells/scponly/pkg-descr
@@ -8,5 +8,3 @@ scponly validates remote requests by examining the third argument passed to the
shell upon login. (The first argument is the shell itself, and the second is
-c.) The only commands allowed are "scp", "sftp-server" and "ls". Arguments
to these commands are passed along unmolested.
-
-WWW: https://github.com/scponly/scponly/wiki
diff --git a/shells/starship/pkg-descr b/shells/starship/pkg-descr
index eda7ffcc96d7..e783a043c828 100644
--- a/shells/starship/pkg-descr
+++ b/shells/starship/pkg-descr
@@ -4,5 +4,3 @@ The prompt shows information you need while you're working, while staying sleek
and out of the way.
To use it in bash, add the line 'eval "$(starship init bash)"' to your ~/.bashrc
-
-WWW: https://starship.rs/
diff --git a/shells/switchBashZsh/pkg-descr b/shells/switchBashZsh/pkg-descr
index 46652fec376e..f50546e9c1f3 100644
--- a/shells/switchBashZsh/pkg-descr
+++ b/shells/switchBashZsh/pkg-descr
@@ -13,5 +13,3 @@ paste it over your second box's $HOME/.shell (after running
switchBashZsh setup script on the second box). The second box need
not be the same operating system - switchBashZsh works across
FreeBSD / Linux / Cygwin.
-
-WWW: https://github.com/bourne-again/switchBashZsh
diff --git a/shells/tcshrc/pkg-descr b/shells/tcshrc/pkg-descr
index 4e8848e051b6..ded550ba4bbe 100644
--- a/shells/tcshrc/pkg-descr
+++ b/shells/tcshrc/pkg-descr
@@ -1,4 +1,2 @@
The .tcshrc project creates a set of configuration scripts for the
TCSH shell. These scripts exploit the most advanced features of tcsh.
-
-WWW: http://tcshrc.sourceforge.net/
diff --git a/shells/v7sh/pkg-descr b/shells/v7sh/pkg-descr
index 5262bc67cbe7..345e5a0cb1d2 100644
--- a/shells/v7sh/pkg-descr
+++ b/shells/v7sh/pkg-descr
@@ -19,5 +19,3 @@ System III, 4.3BSD-Reno, Ultrix 3.1 and ``home made'' fixes and enhancements :
error recovery (sysIII/reno). better restricted shell (sysIII) and
IFS protection (reno).
* functions aren't supported and command line input is not 8 bit clean.
-
-WWW: http://minnie.tuhs.org/UnixTree/V7/
diff --git a/shells/viewglob/pkg-descr b/shells/viewglob/pkg-descr
index 4efd2ed03110..91d044c2d0ce 100644
--- a/shells/viewglob/pkg-descr
+++ b/shells/viewglob/pkg-descr
@@ -13,5 +13,3 @@ name completions.
It can also be used as a surrogate terminal, where keystrokes typed in
the display are passed to the shell. Files and directories can be
double-clicked to insert their names and/or paths into the terminal.
-
-WWW: http://viewglob.sourceforge.net/
diff --git a/shells/vshnu/pkg-descr b/shells/vshnu/pkg-descr
index 7f49af616923..ba7feaa473b7 100644
--- a/shells/vshnu/pkg-descr
+++ b/shells/vshnu/pkg-descr
@@ -6,5 +6,3 @@ optional supplemental visual mode to your command line shell. You
switch between command line and visual mode easily as you wish. Your
interface bandwidth and power for Unix operations is on a higher
plane and life gets sweeter.
-
-WWW: https://www.cs.indiana.edu/~kinzler/vshnu/
diff --git a/shells/wcd/pkg-descr b/shells/wcd/pkg-descr
index e170f427c2d7..2dd7601fc366 100644
--- a/shells/wcd/pkg-descr
+++ b/shells/wcd/pkg-descr
@@ -3,5 +3,3 @@ at the keyboard. One needs to type only a part of a directory name and wcd
will jump to it. Wcd has a fast selection method in case of multiple matches
and allows aliasing and banning of directories. Wcd also includes a full
screen interactive directory tree browser with speed search.
-
-WWW: http://wcd.sourceforge.net/
diff --git a/shells/xonsh/pkg-descr b/shells/xonsh/pkg-descr
index 1c0aa70c84cd..5882b8ef6465 100644
--- a/shells/xonsh/pkg-descr
+++ b/shells/xonsh/pkg-descr
@@ -3,5 +3,3 @@ xonsh is a Python-ish, BASHwards-looking shell language and command prompt.
The language is a superset of Python 3.4+ with additional shell primitives.
xonsh (pronounced conch) is meant for the daily use of experts and novices
alike.
-
-WWW: http://xon.sh
diff --git a/shells/yash/pkg-descr b/shells/yash/pkg-descr
index 6f03bae80bc1..ec47a4505dc3 100644
--- a/shells/yash/pkg-descr
+++ b/shells/yash/pkg-descr
@@ -11,5 +11,3 @@ Notable features are:
* Command line completion with predefined completion scripts for more
than 100 commands
* Command line prediction based on command history
-
-WWW: https://yash.osdn.jp/index.html.en
diff --git a/shells/zsh-antigen/pkg-descr b/shells/zsh-antigen/pkg-descr
index 35d3efca375e..a0b7cc1316a0 100644
--- a/shells/zsh-antigen/pkg-descr
+++ b/shells/zsh-antigen/pkg-descr
@@ -2,5 +2,3 @@ Antigen is a small set of functions that help you easily manage
your Z shell (zsh) plugins, called bundles. The concept is pretty
much the same as bundles in a typical vim+pathogen setup. Antigen
is to zsh, what Vundle is to vim.
-
-WWW: https://github.com/zsh-users/antigen
diff --git a/shells/zsh-autosuggestions/pkg-descr b/shells/zsh-autosuggestions/pkg-descr
index ae4b6be01ab9..0a128b6fef5e 100644
--- a/shells/zsh-autosuggestions/pkg-descr
+++ b/shells/zsh-autosuggestions/pkg-descr
@@ -1,4 +1,2 @@
zsh-autosuggestions enables fast and unobtrusive fish-like autosuggestions
for Zsh. It suggests commands as you type, based on command history.
-
-WWW: https://github.com/zsh-users/zsh-autosuggestions
diff --git a/shells/zsh-completions/pkg-descr b/shells/zsh-completions/pkg-descr
index 570c30199ab8..25d1e6e90d90 100644
--- a/shells/zsh-completions/pkg-descr
+++ b/shells/zsh-completions/pkg-descr
@@ -3,5 +3,3 @@ zsh-completions is the additional completion definitions for Zsh.
This projects aims at gathering/developing new completion scripts that are not
available in Zsh yet. The scripts may be contributed to the Zsh project when
stable enough.
-
-WWW: https://github.com/zsh-users/zsh-completions
diff --git a/shells/zsh-navigation-tools/pkg-descr b/shells/zsh-navigation-tools/pkg-descr
index c34a0c4a788c..ce4c94e5fa0e 100644
--- a/shells/zsh-navigation-tools/pkg-descr
+++ b/shells/zsh-navigation-tools/pkg-descr
@@ -12,5 +12,3 @@ scroll and advanced history management. Selected tools provided:
Written in pure Zsh, with use of curses module. Can be configured from
zshrc. Binds n-history to Ctrl-R. Provides widgets for n-cd and n-kill.
-
-WWW: https://github.com/psprint/zsh-navigation-tools
diff --git a/shells/zsh-syntax-highlighting/pkg-descr b/shells/zsh-syntax-highlighting/pkg-descr
index 6b28cdf2786b..e9dec2fd40f6 100644
--- a/shells/zsh-syntax-highlighting/pkg-descr
+++ b/shells/zsh-syntax-highlighting/pkg-descr
@@ -1,5 +1,3 @@
Zsh-syntax-highlighting enables highlighting of commands whilst they
are typed at an interactive zsh prompt. This helps in reviewing
commands before running them, particularly in catching syntax errors.
-
-WWW: https://github.com/zsh-users/zsh-syntax-highlighting
diff --git a/shells/zsh/pkg-descr b/shells/zsh/pkg-descr
index d2bf51384271..b0953aca4452 100644
--- a/shells/zsh/pkg-descr
+++ b/shells/zsh/pkg-descr
@@ -11,5 +11,3 @@ To fire up the zsh completion system, type the following commands:
$ autoload -U compinstall
$ compinstall
-
-WWW: https://www.zsh.org/