aboutsummaryrefslogtreecommitdiffstats
path: root/shells/shell-include
Commit message (Collapse)AuthorAgeFilesLines
* - Fix stagedir referenced from installed files:amdmi32015-05-092-4/+114
| | | | | | | | | | | | | | | | Error: 'bin/bash-include' is referring to /wrkdirs/usr/ports/shells/shell-include/work/stage Error: 'bin/sh-include' is referring to /wrkdirs/usr/ports/shells/shell-include/work/stage - Don't use random and don't use /tmp for temporary files. It's unsafe, and netstat spews warnings from the jail: netstat: kvm not available: /dev/mem: No such file or directory - Depend on perl as pod2man is used during build - Fix path to pod2man PR: 199645 Submitted by: amdmi3 Approved by: maintainer timeout
* Cleanup plistbapt2015-02-051-3/+0
|
* Use the USES=tar:... variants.adamw2014-06-201-2/+1
|
* Support stagebapt2013-12-272-17/+9
| | | | General cleanup
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | shells)
* - convert to the new perl5 frameworkaz2013-09-121-6/+2
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
| | | | With hat: portmgr (myself)
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.pgollucci2010-12-301-1/+0
| | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav)
* - Update to 0.1.2miwi2009-11-122-6/+6
| | | | | | PR: 140389 Submitted by: Jilles Tjoelker <jilles@stack.nl> Approved by: maintainer
* - Add WWW in pkg-descr.jmelo2007-05-281-0/+2
| | | | | | PR: ports/112209 Submitted by: kitsune <v.velox@vvelox.net> Approved by: Zane C.B. <vvelox@vvelox.net>
* Allows include files to be used in shells the same way they are with C.miwi2007-04-214-0/+60
The file with the include code needs to be included. This is done by figuring out were it is located using which. . `which sh-include` will take care of it for sh. sh example... . `which sh-include` include fileGetLine line=`fileGetLine /etc/group 4` PR: ports/111829 Submitted by: Zane C. Bowers