Port details |
- shell-toolbox Collection of shell script development tools
- 20190528_1 devel
=2 20190528_1Version of this port present on the latest quarterly branch. - Maintainer: 0mp@FreeBSD.org
 - Port Added: 2018-04-29 13:01:37
- Last Update: 2024-03-06 13:03:24
- Commit Hash: 0b53908
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- https://github.com/kusalananda/shell-toolbox
- Description:
- shell-toolbox is a collection of shell script development tools.
Currently, the only included script is "shell", which is useful for testing
things in an interactive environment other than your usual shell, or for
testing things in a clean environment with automatic cleanup of any files left
behind.
It creates a "temporary interactive shell" with a temporary working directory
(unless the "-d" flag is used to specify an existing directory) and clean
environment. The working directory is removed when the shell exits
(unless the "-k" or "-d" flag was used).
The temporary working directory may also be pre-populated with the
contents of an existing directory (using the "-s" flag).
See "man 1 shell" after installation.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- shell-toolbox>0:devel/shell-toolbox
- To install the port:
- cd /usr/ports/devel/shell-toolbox/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/shell-toolbox
- pkg install shell-toolbox
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: shell-toolbox
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1565171398
SHA256 (kusalananda-shell-toolbox-20190528_GH0.tar.gz) = 427d92a016e41f6eb12be1382fbd9f6439bb4805145490992479fbd0ce9f7904
SIZE (kusalananda-shell-toolbox-20190528_GH0.tar.gz) = 90944
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for shell-toolbox-20190528_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_shell-toolbox
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20190528_1 06 Mar 2024 13:03:24
    |
Nuno Teixeira (eduardo)  |
devel/shell-toolbox: Move man pages to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
20190528 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
20190528 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
20190528 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
20190528 07 Aug 2019 12:19:11
  |
0mp  |
devel/shell-toolbox: Update to 20190528
Changelog:
https://github.com/kusalananda/shell-toolbox/releases/tag/20190528 |
20180719 10 Sep 2018 13:14:52
  |
mat  |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
20180719 15 Aug 2018 12:39:19
  |
0mp  |
devel/shell-toolbox: Update to 20180719
Changelog:
* A skeleton directory (to pre-populate the temporary working
directory with) may be specified by setting the SHELL_SKEL environment
variable to the path of a directory. This environment variable is not used
if the command line option -s or -d is used.
* /bin/sh is used if SHELL is empty or unset and no other shell is specified.
Reviewed by: mat
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D16714 |
20180422 29 Apr 2018 13:01:25
  |
riggs  |
Add devel/shell-toolbox
PR: 227537
Submitted by: 0mp (maintainer) |