Port details |
- bosh Bourne Shell extended by J. Schilling
- 2024.03.21 shells =2 2023.09.28Version of this port present on the latest quarterly branch.
- Maintainer: fuz@FreeBSD.org
- Port Added: 2022-09-19 15:39:06
- Last Update: 2023-11-06 10:03:47
- Commit Hash: 06df180
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: CDDL
- WWW:
- https://schilytools.sourceforge.net/bosh.html
- Description:
- The Schily Bourne Shell was derived from the Bourne Shell sources from
OpenSolaris. The Schily Bourne Shell is actively maintained and
enhanced on a regular base. It can be compiled into three variants:
Non-POSIX SVr4/OpenSolaris variant (obosh)
The portable but not extended variant obosh allows script
portability testing. Most scripts that run in the old Schily
Bourne Shell will run with any Unix shell that is still in use
since 1990.
Minimal POSIX compliant variant (pbosh)
This version implements the minimal set of POSIX features and
this version is always in strict POSIX mode. The features are
similar to the features in dash, but since pbosh supports multi
byte characters, it is really POSIX compliant. The pbosh
variant allows script portability testing aginst the POSIX
feature set.
The POSIX compliant extended variant (bosh)
This version has been verified to work as the system shell on
Gentoo Linux and OpenSolaris (SchilliX). The enhanced Schily
Bourne Shell (bosh) implements many features that are missing
in the OpenSolaris Bourne Shell listed above.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/shells/bosh/ && make install clean
- To add the package, run one of these commands:
- pkg install shells/bosh
- pkg install bosh
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bosh
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1711028230
SHA256 (schily-2024-03-21.tar.bz2) = 76db022e450c1791a00e69780b55d18a2e3fc39b5ff870996433f87312032024
SIZE (schily-2024-03-21.tar.bz2) = 4869239
Packages (timestamps in pop-ups are UTC):
- Master port: devel/schilybase
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- smake : devel/smake
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- Library dependencies:
-
- libschily.so : devel/schilybase
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Run
-
- misc/schilytools
Configuration Options:
- No options to configure
- Options name:
- shells_bosh
- USES:
- tar:bz2 compiler gettext-runtime iconv
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: devel/schilybase | Commit | Credits | Log message |
2023.09.28 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
2023.01.12 08 Feb 2023 23:24:25 |
Robert Clausecker (fuz) |
*/*: Update fuz@fuz.su to fuz@FreeBSD.org
www/writefreely had a stray duplicate MAINTAINER block
from an earlier botched commit. I did intentionally not
touch the entry in UPDATING.
Reviewed by: eduardo, flo
Differential Revision: https://reviews.freebsd.org/D38435 |
2022.09.18 19 Sep 2022 15:37:34 |
Neel Chauhan (nc) Author: Robert Clausecker |
devel/schilybase: update to 2022-09-18
- point MASTER_SITES to new upstream
- split bosh from sysutils/schilyutils into new port shells/bosh
- stop installing pfbosh, a SunOS-only feature
- install jsh as jbosh to avoid a conflict
- patch shell names in man pages
- point WWW to subproject-specific sites if available
- misc/schilytools: deprecate man2html component
- devel/schilybase: add missing file to pkg-plist
- make test suite work better
- do not pass INS_*BASE/DESTDIR to smake tests
- account for devel/sccs placing files in /tmp
- make sh/tests/common/test-common find bosh after
we patched out the hardlink to sh
- Test suite passes on armv7 except for archivers/star.
Will have to investigate further.
- sysutils/schilyutils: add vctags command
I forgot about that one when I made the port initially.
The ctags link is not installed to avoid conflicts.
Changelog: http://fuz.su/pub/schilytools/AN-2022-09-18.txt
PR: 266475 |
Number of commits found: 3
|