Port details |
- heirloom-sh Portable version of OpenSolaris' Bourne Shell
- 050706_2 shells
=3 050706_2Version of this port present on the latest quarterly branch. - Maintainer: hrs@FreeBSD.org
 - Port Added: 2008-04-29 21:34:23
- Last Update: 2024-11-19 17:30:56
- Commit Hash: 6b7215e
- People watching this port, also watch:: aide, isc-cron, libssh, cops, gnupg1
- License: CDDL
- WWW:
- https://heirloom.sourceforge.net/sh.html
- Description:
- Heirloom-sh is a portable version of OpenSolaris' #!/bin/sh.
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
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- heirloom-sh>0:shells/heirloom-sh
- To install the port:
- cd /usr/ports/shells/heirloom-sh/ && make install clean
- To add the package, run one of these commands:
- pkg install shells/heirloom-sh
- pkg install heirloom-sh
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: heirloom-sh
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (heirloom-sh-050706.tar.bz2) = 25fb8409e1eb75bb5da21ca32baf2d5eebcb8b84a1288d66e65763a125809e1d
SIZE (heirloom-sh-050706.tar.bz2) = 82725
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 heirloom-sh-050706_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- shells_heirloom-sh
- USES:
- sbrk tar:bzip2
- 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 |
050706_2 19 Nov 2024 17:30:56
    |
Brooks Davis (brooks)  |
*/*: use USES=sbrk
Replace various BROKEN entries for missing sbrk on aarch64 and risc64
with USES=sbrk.
Fix a few missing entries (generally ports blocked by other
dependences).
Approved by: portmgr (mat in D47258 comment)
Differential Revision: https://reviews.freebsd.org/D47259 |
050706_2 21 Jan 2024 19:25:23
    |
Muhammad Moinur Rahman (bofh)  |
shells/heirloom-sh: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
050706_2 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 |
050706_2 13 Jan 2023 09:03:55
    |
Hiroki Sato (hrs)  |
shells/heirloom-sh: Change the installation directory
- Use ${PREFIX}/heirloom as the installation directory
- Add LICENSE
- Use the standard do-install target
- Take maintainership |
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) |
050706_1 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 ) |
050706_1 20 Jul 2022 14:22:59
    |
Tobias C. Berner (tcberner)  |
shells: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Weinberger <adamw@FreeBSD.org>
* Andreas Kohn <andreas@syndrom23.de>
* Carlos Jacobo Puga Medina <cpm@FreeBSD.org>
* Cyrille.Lefevre@laposte.net
* Danijel Tasov <danielt@pilgerer.org>
* David O'Brien <obrien@NUXI.com>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Hajimu UMEMOTO <ume@FreeBSD.org>
* Igor Pokrovsky <ip@unixway.org>
* Jean-Yves Lefort <jylefort@brutele.be>
* Kai Wang <kaiw27@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
050706_1 10 Jan 2022 15:15:39
    |
Stefan Eßer (se)  |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
050706_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
050706_1 01 Jan 2021 23:56:59
  |
linimon  |
Reset maintainer due to email address bounce. |
050706_1 01 Jan 2021 23:51:49
  |
linimon  |
Mark ports that are BROKEN due to sbrk on aarch64, also BROKEN on riscv64
where appropriate.
While here, pet portlint (Makevar order; whitespace).
Approved by: portmgr (tier-2 blanket) |
050706_1 20 Dec 2019 05:41:15
  |
tobik  |
shells/heirloom-sh: Use @shell instead of custom reimplementation |
050706 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 |
050706 10 Nov 2016 01:21:43
  |
linimon  |
Mark as broken on aarch64: fails to link with sbrk.
While here, pet portlint and remove stale ia64 lines.
Approved by: portmgr (tier-2 blanket) |
050706 20 Jun 2014 07:23:40
  |
adamw  |
Correct typo... it's tar:bzip2, not tar:bz2. |
050706 20 Jun 2014 00:09:20
  |
adamw  |
Use the USES=tar:... variants. |
050706 27 Dec 2013 08:23:12
  |
bapt  |
Support stage |
050706 20 Sep 2013 22:57:24
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
shells) |
050706 18 Mar 2011 17:59:51
 |
miwi  |
- Get Rid MD5 support
With hat: portmgr (myself) |
050706 22 Aug 2009 00:35:32
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
050706 29 Apr 2008 21:34:02
 |
miwi  |
Heirloom-sh is a portable version of OpenSolaris' #!/bin/sh.
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
PR: ports/122192
Submitted by: Danijel Tasov <danielt at pilgerer.org> |