| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
18 Mar 2011 17:59:51
0.1.2
|
miwi  |
- Get Rid MD5 support
With hat: portmgr (myself) |
29 Dec 2010 20:04:42
0.1.2
|
pgollucci  |
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav) |
12 Nov 2009 10:52:03
0.1.2
|
miwi  |
- Update to 0.1.2
PR: 140389
Submitted by: Jilles Tjoelker <jilles@stack.nl>
Approved by: maintainer |
28 May 2007 14:58:33
0.1.1
|
jmelo  |
- Add WWW in pkg-descr.
PR: ports/112209
Submitted by: kitsune <v.velox@vvelox.net>
Approved by: Zane C.B. <vvelox@vvelox.net> |
20 Apr 2007 21:36:35
0.1.1
|
miwi  |
Allows include files to be used in shells the same way they are with C.
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 |