aboutsummaryrefslogtreecommitdiff
path: root/shells/heirloom-sh
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Reset maintainer due to email address bounce.Mark Linimon2021-01-011-1/+1
| | | | Notes: svn path=/head/; revision=559892
* Mark ports that are BROKEN due to sbrk on aarch64, also BROKEN on riscv64Mark Linimon2021-01-011-0/+1
| | | | | | | | | | | where appropriate. While here, pet portlint (Makevar order; whitespace). Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=559890
* shells/heirloom-sh: Use @shell instead of custom reimplementationTobias Kortkamp2019-12-203-45/+2
| | | | Notes: svn path=/head/; revision=520470
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-0/+2
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* Mark as broken on aarch64: fails to link with sbrk.Mark Linimon2016-11-101-0/+2
| | | | | | | | | While here, pet portlint and remove stale ia64 lines. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=425823
* Correct typo... it's tar:bzip2, not tar:bz2.Adam Weinberger2014-06-201-1/+1
| | | | Notes: svn path=/head/; revision=358516
* Use the USES=tar:... variants.Adam Weinberger2014-06-201-1/+1
| | | | Notes: svn path=/head/; revision=358479
* Support stageBaptiste Daroussin2013-12-271-20/+7
| | | | Notes: svn path=/head/; revision=337649
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | shells) Notes: svn path=/head/; revision=327770
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with P,R,S Notes: svn path=/head/; revision=240075
* Heirloom-sh is a portable version of OpenSolaris' #!/bin/sh.Martin Wilke2008-04-296-0/+106
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> Notes: svn path=/head/; revision=212287