Port details |
- mcjoin Simple multicast testing application for UNIX
- 2.11_1 net =4 2.11_1Version of this port present on the latest quarterly branch.
- Maintainer: john@saltant.com
- Port Added: 2020-03-01 08:34:13
- Last Update: 2024-02-25 09:17:54
- Commit Hash: 31cf17e
- People watching this port, also watch:: ndisc6, lnav, ndpmon, fastnetmon, pg_activity
- License: ISCL
- WWW:
- https://github.com/troglobit/mcjoin
- Description:
- mcjoin is a simple and easy-to-use tool to test IP multicast,
featuring:
* a multicast generator (server)
* a multicast data sink (client)
* supports joining/sending to one or more groups:
* ASM (*,G)
* SSM (S,G)
* IPv4 & IPv6
- ¦ ¦ ¦ ¦
- 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/mcjoin/ && make install clean
- To add the package, run one of these commands:
- pkg install net/mcjoin
- pkg install mcjoin
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mcjoin
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1661631533
SHA256 (troglobit-mcjoin-v2.11_GH0.tar.gz) = cbb4ace4129d6cf7cc42b6f04673b12f641b7c8dcdff919a7a6059ecee3a683c
SIZE (troglobit-mcjoin-v2.11_GH0.tar.gz) = 85409
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_mcjoin
- USES:
- autoreconf
- 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 |
2.11_1 25 Feb 2024 09:17:54 |
Muhammad Moinur Rahman (bofh) |
net/mcjoin: 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) |
2.11 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 ) |
2.11 27 Aug 2022 22:02:47 |
Neel Chauhan (nc) Author: John W. O'Brien |
net/mcjoin: Update to 2.11
Changes: https://github.com/troglobit/mcjoin/releases/tag/v2.11
PR: 266078 |
2.10 19 Mar 2022 22:29:30 |
Guangyuan Yang (ygy) Author: John W. O'Brien |
net/mcjoin: Update to 2.10
Changelog: https://github.com/troglobit/mcjoin/releases/tag/v2.10
PR: 262675 |
2.9 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.9 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.9 07 Feb 2021 19:29:01 |
nc |
net/mcjoin: Update to 2.9
Changes: https://github.com/troglobit/mcjoin/blob/v2.9/ChangeLog.md
PR: 251475
Submitted by: John W. O'Brien <john AT saltant DOT com> |
2.6 27 Jun 2020 14:51:53 |
lwhsu |
Update to 2.6
PR: 247569
Submitted by: John W. O'Brien <john@saltant.com> (maintainer) |
2.5 08 Mar 2020 13:40:14 |
tcberner |
net/mcjoin: Update to 2.5
PR: 244565
Submitted by: John W. O'Brien <john@saltant.com> (maintainer) |
2.4 01 Mar 2020 08:34:04 |
pi |
New port: net/mcjoin: Simple multicast testing application for UNIX
mcjoin is a very simple and easy-to-use tool to test IPv4 and IPv6
multicast. It features:
* an optional multicast generator (server)
* an end device that can act as a data sink (client)
* supports joining one or more groups:
* ASM (*,G) support
* SSM (S,G) support
* IPv4
* IPv6
WWW: https://github.com/troglobit/mcjoin
PR: 243787
Submitted by: John W. O'Brien <john@saltant.com> |