Port details |
- openpgm Implementation of the PGM reliable multicast protocol
- 5.2.122_6 net
=3 5.2.122_6Version 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: 2013-01-28 04:03:28
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: screen, libinotify, p5-Net-HTTP, py38-pycparser, p5-Encode-Locale
- Also Listed In: devel
- License: LGPL21+
- Description:
- OpenPGM is an open source implementation of the Pragmatic General Multicast
(PGM) specification in RFC 3208 available at www.ietf.org. PGM is a reliable
and scalable multicast protocol that enables receivers to detect loss, request
retransmission of lost data, or notify an application of unrecoverable loss.
PGM is a receiver-reliable protocol, which means the receiver is responsible
for ensuring all data is received, absolving the sender of reception
responsibility. PGM runs over a best effort datagram service, currently OpenPGM
uses IP multicast but could be implemented above switched fabrics such as
InfiniBand.
PGM is appropriate for applications that require duplicate-free multicast data
delivery from multiple sources to multiple receivers. PGM does not support
acknowledged delivery, nor does it guarantee ordering of packets from multiple
senders.
PGM is primarly used on internal networks to help integrate disparate systems
through a common communication platform. A lack of IPv4 multicast-enabled
infrastructure leads to limited capability for internet applications, IPv6
promotes multicast to be a part of the core functionality of IP but may still
be disabled on core routers. Support of Source-Specific Multicast (SSM) allows
for improved WAN deployment by allowing end-point router filtering of unwanted
source traffic
WWW: http://code.google.com/p/openpgm/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- For LIB depends:
- libpgm-5.2.so:net/openpgm
- libpgm.so:net/openpgm
- To install the port:
- cd /usr/ports/net/openpgm/ && make install clean
- To add the package, run one of these commands:
- pkg install net/openpgm
- pkg install openpgm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: openpgm
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1551424949
SHA256 (steve-o-openpgm-release-5-2-122_GH0.tar.gz) = acc1545fd8060aa66b17327110e2859e451cfc685ebd3b2211619728e3471b66
SIZE (steve-o-openpgm-release-5-2-122_GH0.tar.gz) = 583469
- 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:
-
- python3.8 : lang/python38
- autoconf>=2.69 : devel/autoconf
- automake>=1.16.1 : devel/automake
- libtoolize : devel/libtool
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Libraries
-
- net/libzmq3
- net/libzmq4
- net-p2p/monero-cli
- Configuration Options:
- ===> The following configuration options are available for openpgm-5.2.122_6:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- net_openpgm
- USES:
- autoreconf compiler:c11 pathfix perl5 libtool python:build
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 5.2.122_6
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
26 Jul 2019 20:46:57
5.2.122_6
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
01 Mar 2019 08:08:14
5.2.122_5
|
tobik  |
net/openpgm: Do not add -I to non-existing directory in openpgm-5.2.pc
foo/lib/pgm-5.2/include does not exist, so applications using strict
compiler flags will fail to build due to this.
Here this breaks devel/xeus build after r491260 [1]:
CMake Error in CMakeLists.txt:
Imported target "cppzmq" includes non-existent path
"/usr/local/lib/pgm-5.2/include"
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
* The path was deleted, renamed, or moved to another location. (Only the first 15 lines of the commit message are shown above ) |
12 Dec 2018 01:35:36
5.2.122_4
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
25 Sep 2018 08:38:15
5.2.122_3
|
arved  |
fix build with powerpc64
PR: 231670
Submitted by: Piotr Kubaj |
23 Feb 2018 21:09:47
5.2.122_3
|
rene  |
Reset vg@'s ports after he resigned.
With hat: portmgr-secretary |
13 Jul 2017 08:20:35
5.2.122_3
|
eugen  |
Remove perl from runtime depends: perl is not used by openpgm in runtime, only
for build.
While here, copy docs and examples only if corresponding options turned on.
PR: 217893
Submitted by: Anton Yuzhaninov
Approved by: vg (maintainer timeout, 3+ months)
Approved by: az (mentor). |
13 May 2017 23:36:16
5.2.122_2
|
linimon  |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
21 Oct 2016 15:21:13
5.2.122_2
|
mat  |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
18 Sep 2016 11:05:26
5.2.122_2
|
antoine  |
Appease portlint |
18 Sep 2016 08:31:50
5.2.122_2
|
antoine  |
Unbreak by switching to USE_GITHUB |
14 Sep 2016 15:59:34
5.2.122_2
|
mat  |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
12 Jan 2016 16:20:32
5.2.122_2
|
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
21 Jan 2015 09:10:21
5.2.122_2
|
rm  |
net/openpgm: fix build with python3
- fix build with python3 (trivial change)
- clarify license (it's LGPL21+) and add LICENSE_FILE
- simplify docs and examples installation
- whitespace fixes
- bump PORTREVISION because default package changed - examples
now installed to EXAMPLESDIR instead of EXAMPLESDIR/examples)
Approved by: vg (maintainer) |
20 Jan 2015 11:46:50
5.2.122_1
|
vg  |
- Fix build when using python3
PR: ports/194917
Submitted by: Andrew Berg <aberg010@my.hennepintech.edu> |
31 Oct 2014 10:18:46
5.2.122_1
|
bapt  |
Strip binaries
Avoid useless include of bsd.port.options.mk by letting plist handle what to add
in the package or not |
24 Oct 2014 16:21:26
5.2.122_1
|
mva  |
- Convert ports of net/ to new USES=python
Approved by: portmgr (implicit) |
23 Jun 2014 13:59:25
5.2.122_1
|
vanilla  |
1: Stagify.
2: switch to USES=libtool, bump version.
Approved by: portmgr@ |
20 Sep 2013 22:10:25
5.2.122
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
15 Sep 2013 14:54:36
5.2.122
|
az  |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
22 Jul 2013 14:34:23
5.2.122
|
vg  |
- Changed my email
- Trim Makefile headers and positions name and surname within
Approved by: eadler, rm (mentors) |
19 Mar 2013 13:04:31
5.2.122
|
eadler  |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
28 Jan 2013 04:03:05
5.2.122
|
vanilla  |
Add openpgm 5.2.122, implementation of the PGM reliable multicast
protocol.
PR: ports/175486
Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com> |