Commit graph

11 commits

Author SHA1 Message Date
Dmitry Marakasov
48fc0d7bc6 - Fix stagedir referenced from installed files:
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
2015-05-09 02:10:09 +00:00
Baptiste Daroussin
033b54e3df Cleanup plist 2015-02-05 15:55:53 +00:00
Adam Weinberger
9b68f5d5fa Use the USES=tar:... variants. 2014-06-20 00:09:20 +00:00
Baptiste Daroussin
49d364f91e Support stage
General cleanup
2013-12-27 09:15:03 +00:00
Baptiste Daroussin
f6e6105ff8 Add NO_STAGE all over the place in preparation for the staging support (cat: shells) 2013-09-20 22:57:23 +00:00
Andrej Zverev
94f7601273 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-12 06:27:41 +00:00
Martin Wilke
65e190c0f0 - Get Rid MD5 support
With hat:	portmgr (myself)
2011-03-18 17:59:50 +00:00
Philip M. Gollucci
116ec22ac1 - 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)
2010-12-29 20:04:42 +00:00
Martin Wilke
b880f46e5d - Update to 0.1.2
PR:		140389
Submitted by:	Jilles Tjoelker <jilles@stack.nl>
Approved by:	maintainer
2009-11-12 10:52:03 +00:00
Jean Milanez Melo
1b63fb0c33 - Add WWW in pkg-descr.
PR:		ports/112209
Submitted by:	kitsune <v.velox@vvelox.net>
Approved by:	Zane C.B. <vvelox@vvelox.net>
2007-05-28 14:58:33 +00:00
Martin Wilke
c8a7494f7e 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
2007-04-20 21:36:35 +00:00