pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/shmux Update to 1.0b5:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c5e91ff154c
branches:  trunk
changeset: 484662:5c5e91ff154c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Nov 28 23:12:05 2004 +0000

description:
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:

 sysutils/shmux/Makefile |  8 ++++----
 sysutils/shmux/PLIST    |  3 ++-
 sysutils/shmux/distinfo |  6 +++---
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (47 lines):

diff -r 897cb28d16ac -r 5c5e91ff154c sysutils/shmux/Makefile
--- a/sysutils/shmux/Makefile   Sun Nov 28 23:09:05 2004 +0000
+++ b/sysutils/shmux/Makefile   Sun Nov 28 23:12:05 2004 +0000
@@ -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@localhost
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
 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"
diff -r 897cb28d16ac -r 5c5e91ff154c sysutils/shmux/PLIST
--- a/sysutils/shmux/PLIST      Sun Nov 28 23:09:05 2004 +0000
+++ b/sysutils/shmux/PLIST      Sun Nov 28 23:12:05 2004 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/06/24 00:32:03 hubertf Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/11/28 23:12:05 wiz Exp $
 bin/shmux
 man/man1/shmux.1
 share/shmux/mcmd.sh
+@dirrm share/shmux
diff -r 897cb28d16ac -r 5c5e91ff154c sysutils/shmux/distinfo
--- a/sysutils/shmux/distinfo   Sun Nov 28 23:09:05 2004 +0000
+++ b/sysutils/shmux/distinfo   Sun Nov 28 23:12:05 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/06/24 00:32:03 hubertf Exp $
+$NetBSD: distinfo,v 1.2 2004/11/28 23:12:05 wiz Exp $
 
-SHA1 (shmux-0.10a.tgz) = 0af133531adc47a2d7c9c8cf93b70a2fc95c56b7
-Size (shmux-0.10a.tgz) = 71476 bytes
+SHA1 (shmux-1.0b5.tgz) = 1ea5c296072390072a6128249b53b943183f21fb
+Size (shmux-1.0b5.tgz) = 76863 bytes



Home | Main Index | Thread Index | Old Index