Port details |
- shmux Utility to run commands on multiple hosts using shell commands
- 1.0.3_1 net =4 1.0.3_1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2005-03-07 22:50:53
- Last Update: 2024-02-25 10:31:39
- Commit Hash: bc7fb3e
- People watching this port, also watch:: openbox, chromium, dfc, fusefs-sshfs, fusefs-curlftpfs
- License: BSD3CLAUSE
- WWW:
- https://github.com/shmux/shmux
- Description:
- Shmux is program for executing the same command on many hosts in parallel. For
each target, a child process is spawned by shmux, and a shell on the target
obtained one of the supported methods: rsh, ssh, or sh. The output produced by
the children is received by shmux and either (optionally) output in turn to the
user using an easy to read format, or written to files for later processing
making it well suited for use in scripts.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/shmux/ && make install clean
- To add the package, run one of these commands:
- pkg install net/shmux
- pkg install shmux
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: shmux
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1560860410
SHA256 (shmux-shmux-v1.0.3_GH0.tar.gz) = c9f8863e2550e23e633cf5fc7a9c4c52d287059f424ef78aba6ecd98390fb9ab
SIZE (shmux-shmux-v1.0.3_GH0.tar.gz) = 116613
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- fping : net/fping
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for shmux-1.0.3_1:
FPING=on: Use fping utility
PCRE=off: Use Perl Compatible Regular Expressions
===> Use 'make config' to modify these settings
- Options name:
- net_shmux
- USES:
- localbase ncurses
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.3_1 25 Feb 2024 10:31:39 |
Muhammad Moinur Rahman (bofh) |
net/shmux: Moved man to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0.3 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
1.0.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.3 18 Jun 2019 19:16:41 |
kai |
net/shmux: Update to 1.0.3
While I'm here:
* Switch to GitHub and update the WWW field to avoid redirects.
* Modernize the option knobs.
* Update the license that has changed with the new release.
* Add "localbase" to USES to fix a bug that has been there a long time if
the PCRE option was enabled. Before that the configure script was able to
find libpcre but used bogus paths for the -I and -L compiler flags which
produced a binary that was never linked against libpcre.
PR: 238618
Submitted by: Thomas Merkel <tm@NetBSD.org>
Approved by: portmgr (blanket, unmaintained port) |
1.0.2_3 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.0.2_3 05 Feb 2016 13:09:54 |
marino |
net/shmux: USES+= ncurses |
1.0.2_3 23 Aug 2015 23:59:05 |
amdmi3 |
- Switch to USES=tar:tgz
- Strip binary
- Add LICENSE |
1.0.2_2 19 Aug 2015 07:41:35 |
erwin |
Reset maintainer
<online@jamundsen.dyndns.org>: Host or domain name not found. Name service
error for name=jamundsen.dyndns.org type=AAAA: Host not found
Sponsored by: DK Hostmaster A/S |
1.0.2_2 22 Nov 2014 14:43:24 |
antoine |
Cleanup plist |
1.0.2_2 16 Jul 2014 08:26:26 |
bapt |
Fix some non default LIB_DEPENDS
With hat: portmgr |
1.0.2_2 09 Mar 2014 15:02:32 |
miwi |
- Stage support |
1.0.2_2 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.0.2_2 05 Mar 2013 17:07:44 |
miwi |
- Convert to OptionsNG
- Trim header
Reviewed by: beat, bapt, kwm |
1.0.2_2 10 Dec 2012 19:11:12 |
mm |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
1.0.2_1 14 Feb 2012 12:45:35 |
mm |
Bump pcre library dependency due to 8.30 update |
1.0.2 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
1.0.2 03 Jan 2011 11:56:35 |
wen |
- Update to 1.0.2
PR: ports/153306
Submitted by: Oleg Ginzburg <olevole@olevole.ru>
Approved by: maintainer(timeout, >14 days) |
1.0.b10 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
1.0.b10 02 Jan 2008 04:59:35 |
tabthorpe |
- Update to 1.0b10
- Add CONFIGURE_TARGET
PR: ports/118812
Submitted by: Philippe Audeoud <jadawin tuxaco.net>
Approved by: Maintainer timeout |
1.0.b6 10 Apr 2006 15:45:04 |
garga |
- Update to 1.0.b6
PR: ports/94514
Submitted by: Jos Backus <jos@catnook.com>
Approved by: maintainer timeout (25 days) |
1.0.b4 22 Jan 2006 21:24:05 |
edwin |
SHA256ify
Approved by: krion@ |
1.0.b4 07 Mar 2005 22:50:08 |
flz |
Add shmux 1.0.b4, a utility to run commands in parallel on multiple hosts
using ssh, rsh, or a custom shell command as a transport.
PR: ports/71326
Submitted by: Jon Amundsen <shmux@jamundsen.dyndns.org>
Approved by: pav (mentor) |