summaryrefslogtreecommitdiff
path: root/shells/shell-include
Commit message (Collapse)AuthorAgeFilesLines
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.Philip M. Gollucci2010-12-291-1/+0
| | | | | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=267133
* - Update to 0.1.2Martin Wilke2009-11-122-6/+6
| | | | | | | | | PR: 140389 Submitted by: Jilles Tjoelker <jilles@stack.nl> Approved by: maintainer Notes: svn path=/head/; revision=244161
* - Add WWW in pkg-descr.Jean Milanez Melo2007-05-281-0/+2
| | | | | | | | | PR: ports/112209 Submitted by: kitsune <v.velox@vvelox.net> Approved by: Zane C.B. <vvelox@vvelox.net> Notes: svn path=/head/; revision=192186
* Allows include files to be used in shells the same way they are with C.Martin Wilke2007-04-204-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 Notes: svn path=/head/; revision=190502