- Use CONFLICTS_INSTALL instead of CONFLICTS

- Reformat pkg-descr
- Remove Author line
- Take maintainership
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-09-30 18:32:21 +00:00
parent 4780a91c72
commit a26180ae4b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369653
2 changed files with 9 additions and 10 deletions

View file

@ -7,18 +7,19 @@ PORTREVISION= 1
CATEGORIES= sysutils CATEGORIES= sysutils
MASTER_SITES= http://devel.ringlet.net/sysutils/timelimit/ MASTER_SITES= http://devel.ringlet.net/sysutils/timelimit/
MAINTAINER= ports@FreeBSD.org MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Limit the absolute execution time of a process COMMENT= Limit the absolute execution time of a process
LICENSE= BSD2CLAUSE LICENSE= BSD2CLAUSE
CONFLICTS= netpipes-[0-9]* CONFLICTS_INSTALL= netpipes-[0-9]*
PLIST_FILES= bin/timelimit man/man1/timelimit.1.gz
NO_ARCH= yes NO_ARCH= yes
PLIST_FILES= bin/timelimit man/man1/timelimit.1.gz
do-install: do-install:
${INSTALL_PROGRAM} ${WRKSRC}/timelimit ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/timelimit ${STAGEDIR}${PREFIX}/bin/
${INSTALL_DATA} ${WRKSRC}/timelimit.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ ${INSTALL_DATA} ${WRKSRC}/timelimit.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1,7 +1,5 @@
timelimit executes a command and terminates the spawned process timelimit executes a command and terminates the spawned process after a given
after a given time with a given signal. A 'warning' signal time with a given signal. A 'warning' signal is sent first, then, after a
is sent first, then, after a timeout, a 'kill' signal, similar timeout, a 'kill' signal, similar to the way init(8) operates on shutdown.
to the way init(8) operates on shutdown.
Author: Peter Pentchev <roam@ringlet.net>
WWW: http://devel.ringlet.net/sysutils/timelimit/ WWW: http://devel.ringlet.net/sysutils/timelimit/