6dfbfb81ab
No change since 1.0b10 [2006/08/10]. Changes since 1.0b9 [2006/07/06]: - new 'F', 'v' and 'D' commands for interactive mode. - added -F option (as suggested by Chase Phillips). - fixed long standing but rare data corruption bug (reported by Jon Amundsen). Changes since 1.0b8 [2006/06/30]: - child exit status was not saved when waiting for its orphans. - look for termcap in ncurses library (reported by Stephan Hegel). Changes since 1.0b7 [2006/05/22]: - SHMUX_SSH*_OPTS are now parsed by shmux, allowing passing more complex options strings. (loosely based on code from Jos Backus.) - added -B option (courtesy of Chase Phillips and Jos Backus). - minor enhancement of "interactive mode" status reporting. Changes since 1.0b6 [2004/12/15]: - improved timeout enforcement using process groups (suggested by Jos Backus). - improved handling of "impossible" waitpid() failures. Changes since 1.0b5 [2004/09/20]: - user@target now works with rsh. - fixed miscellaneous assumptions/bugs related to fping. - user@target is no longer incompatible with -p.
17 lines
402 B
Makefile
17 lines
402 B
Makefile
# $NetBSD: Makefile,v 1.9 2007/04/12 21:38:24 wiz Exp $
|
|
|
|
DISTNAME= shmux-1.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://web.taranis.org/shmux/dist/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://web.taranis.org/shmux/
|
|
COMMENT= Shell Multiplexor
|
|
|
|
GNU_CONFIGURE= yes
|
|
BUILD_TARGET= shmux
|
|
TEST_TARGET= test
|
|
|
|
.include "../../devel/pcre/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|