fcadc193aa
v0.7.4: - Fixing a bug about dangling processes, in case of using "ts -r". v0.7.3: - Add option '-N' to set the number of slots required for a job to run. Proposed by Sergey Litvinov. v0.7.2: - Add option '-E', to keep stderr apart. It goes to "`ts -o`.e". v0.7.1: - Implement check of ownership of the socket. Security bugfix.
17 lines
407 B
Makefile
17 lines
407 B
Makefile
# $NetBSD: Makefile,v 1.4 2014/05/18 13:23:32 wiz Exp $
|
|
|
|
DISTNAME= ts-0.7.4
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://vicerveza.homeunix.net/~viric/soft/ts/
|
|
|
|
MAINTAINER= jan.smydke@jh-inst.cas.cz
|
|
HOMEPAGE= http://vicerveza.homeunix.net/~viric/soft/ts/
|
|
COMMENT= Simple handy batch system
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_LANGUAGES= c
|
|
USE_TOOLS+= gmake
|
|
|
|
LDFLAGS.SunOS+= -lsocket -lnsl
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|