summaryrefslogtreecommitdiff
path: root/sysutils/shmux/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2004-11-28 23:12:05 +0000
committerwiz <wiz>2004-11-28 23:12:05 +0000
commit03dc9942bb04b50cd942711f6f0eeb13aa1e1982 (patch)
tree6034a650be32a2eb704075c65a75f7779722af94 /sysutils/shmux/Makefile
parent02d52a1b098b5cdef9a63d8f87b1bd2ac2e57035 (diff)
downloadpkgsrc-03dc9942bb04b50cd942711f6f0eeb13aa1e1982.tar.gz
Update to 1.0b5:
Changes since 1.0b4 [2004/08/07]: - Use SHMUX_SPAWNMODE environmental variable, as per the manual page. - New SHMUX_MAX environmental variable (suggested by Jon Amundsen). Changes since 1.0b3 [2004/07/06]: - ported to cygwin (problems reported by Jon Amundsen). - better background detection code. Changes since 0.13b [2004/06/07]: - added code to try to avoid hanging accessing the controlling terminal. - Sun's OpenSSH chokes on "-xa", use "-x -a" instead (reported by Poehner Uwe). Changes since 0.12b [2004/04/05]: - clear environment of harmful variables to run tests. - updated "timers" test for Solaris. - minor Makefile changes. Changes since 0.11a [2003/11/28]: - added test suite. - fixed various minor problems with parsing of -A for regex/pcre analyzers. - fixed fatal regex analyzer initialization problem. - fixed mmap() usage. Changes since 0.10a [2003/06/22]: - suppressed extraneous empty lines in final report. - fixed minor scheduling bug resulting in slower runs with the default "-S one". - cleaned up handling of early termination. - minor code cleanup in term.c. - command timeouts (-C) are now also enforced by shmux with SIGTERM and SIGKILL. Reset maintainer to tech-pkg on previous maintainers request.
Diffstat (limited to 'sysutils/shmux/Makefile')
-rw-r--r--sysutils/shmux/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/shmux/Makefile b/sysutils/shmux/Makefile
index 56c21324ea4..77df16d0c57 100644
--- a/sysutils/shmux/Makefile
+++ b/sysutils/shmux/Makefile
@@ -1,18 +1,18 @@
-# $NetBSD: Makefile,v 1.4 2004/10/03 00:18:16 tv Exp $
+# $NetBSD: Makefile,v 1.5 2004/11/28 23:12:05 wiz Exp $
-DISTNAME= shmux-0.10a
-PKGREVISION= 1
+DISTNAME= shmux-1.0b5
CATEGORIES= sysutils
MASTER_SITES= http://web.taranis.org/shmux/dist/
EXTRACT_SUFX= .tgz
-MAINTAINER= shmux@taranis.org
+MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://web.taranis.org/shmux/
COMMENT= Shell Multiplexor
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
ALL_TARGET= shmux
+TEST_TARGET= test
.include "../../devel/pcre/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"