From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 21 19:10:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A3AB5713 for ; Mon, 21 Jan 2013 19:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8923D864 for ; Mon, 21 Jan 2013 19:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r0LJA27A053210 for ; Mon, 21 Jan 2013 19:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r0LJA2Nl053209; Mon, 21 Jan 2013 19:10:02 GMT (envelope-from gnats) Resent-Date: Mon, 21 Jan 2013 19:10:02 GMT Resent-Message-Id: <201301211910.r0LJA2Nl053209@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Veniamin Gvozdikov Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 52CD2621 for ; Mon, 21 Jan 2013 19:03:30 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 32382831 for ; Mon, 21 Jan 2013 19:03:30 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r0LJ3TRS001031 for ; Mon, 21 Jan 2013 19:03:29 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r0LJ3Tk6001030; Mon, 21 Jan 2013 19:03:29 GMT (envelope-from nobody) Message-Id: <201301211903.r0LJ3Tk6001030@red.freebsd.org> Date: Mon, 21 Jan 2013 19:03:29 GMT From: Veniamin Gvozdikov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/175486: [new port]: net/openpgm Implementation of the PGM reliable multicast protocol X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 19:10:02 -0000 >Number: 175486 >Category: ports >Synopsis: [new port]: net/openpgm Implementation of the PGM reliable multicast protocol >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 21 19:10:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Veniamin Gvozdikov >Release: FreeBSD 8.3-RELEASE-p5 >Organization: >Environment: FreeBSD ololo 8.3-RELEASE-p5 FreeBSD 8.3-RELEASE-p5 #0: Thu Dec 6 16:25:28 MSK 2012 root@ololo:/usr/obj/usr/src/sys/OLOLO amd64 >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 >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # openpgm # openpgm/pkg-plist # openpgm/distinfo # openpgm/pkg-descr # openpgm/Makefile # echo c - openpgm mkdir -p openpgm > /dev/null 2>&1 echo x - openpgm/pkg-plist sed 's/^X//' >openpgm/pkg-plist << '6a77a360a02862d2f1f21ea827cdf3a6' X%%EXAMPLES%%%%EXAMPLESDIR%%/examples/SConscript X%%EXAMPLES%%%%EXAMPLESDIR%%/examples/SConscript89 X%%EXAMPLES%%%%EXAMPLESDIR%%/examples/async.c X%%EXAMPLES%%%%EXAMPLESDIR%%/examples/async.h X%%EXAMPLES%%%%EXAMPLESDIR%%/examples/blocksyncrecv.c X%%EXAMPLES%%%%EXAMPLESDIR%%/examples/daytime.c X%%EXAMPLES%%%%EXAMPLESDIR%%/examples/enonblocksyncrecv.c X%%EXAMPLES%%%%EXAMPLESDIR%%/examples/enonblocksyncrecvmsg.c X%%EXAMPLES%%%%EXAMPLESDIR%%/examples/enonblocksyncrecvmsgv.c X%%EXAMPLES%%%%EXAMPLESDIR%%/examples/getopt.c X%%EXAMPLES%%%%EXAMPLESDIR%%/examples/getopt.h X%%EXAMPLES%%%%EXAMPLESDIR%%/examples/heatmap.c X%%EXAMPLES%%%%EXAMPLESDIR%%/examples/pgmdump.c X%%EXAMPLES%%%%EXAMPLESDIR%%/examples/pgmping.cc X%%EXAMPLES%%%%EXAMPLESDIR%%/examples/pgmrecv.c X%%EXAMPLES%%%%EXAMPLESDIR%%/examples/pgmsend.c X%%EXAMPLES%%%%EXAMPLESDIR%%/examples/pgmtop.c X%%EXAMPLES%%%%EXAMPLESDIR%%/examples/ping.proto X%%EXAMPLES%%%%EXAMPLESDIR%%/examples/pnonblocksyncrecv.c X%%EXAMPLES%%%%EXAMPLESDIR%%/examples/purinrecv.c X%%EXAMPLES%%%%EXAMPLESDIR%%/examples/purinrecvcc.cc X%%EXAMPLES%%%%EXAMPLESDIR%%/examples/purinsend.c X%%EXAMPLES%%%%EXAMPLESDIR%%/examples/purinsendcc.cc X%%EXAMPLES%%%%EXAMPLESDIR%%/examples/shortcakerecv.c X%%EXAMPLES%%%%EXAMPLESDIR%%/examples/snonblocksyncrecv.c X%%PORTDOCS%%%%DOCSDIR%%/draft-ietf-rmt-bb-pgmcc-03.txt X%%PORTDOCS%%%%DOCSDIR%%/rfc3208.txt Xinclude/pgm-5.2/pgm/atomic.h Xinclude/pgm-5.2/pgm/engine.h Xinclude/pgm-5.2/pgm/error.h Xinclude/pgm-5.2/pgm/gsi.h Xinclude/pgm-5.2/pgm/if.h Xinclude/pgm-5.2/pgm/in.h Xinclude/pgm-5.2/pgm/list.h Xinclude/pgm-5.2/pgm/macros.h Xinclude/pgm-5.2/pgm/mem.h Xinclude/pgm-5.2/pgm/messages.h Xinclude/pgm-5.2/pgm/msgv.h Xinclude/pgm-5.2/pgm/packet.h Xinclude/pgm-5.2/pgm/pgm.h Xinclude/pgm-5.2/pgm/skbuff.h Xinclude/pgm-5.2/pgm/socket.h Xinclude/pgm-5.2/pgm/time.h Xinclude/pgm-5.2/pgm/tsi.h Xinclude/pgm-5.2/pgm/types.h Xinclude/pgm-5.2/pgm/version.h Xinclude/pgm-5.2/pgm/winint.h Xinclude/pgm-5.2/pgm/wininttypes.h Xinclude/pgm-5.2/pgm/zinttypes.h Xlib/libpgm-5.2.so Xlib/libpgm-5.2.so.0 Xlib/libpgm.a Xlib/libpgm.la Xlib/libpgm.so Xlibdata/pkgconfig/openpgm-5.2.pc X%%EXAMPLES%%@dirrm %%EXAMPLESDIR%%/examples X%%EXAMPLES%%@dirrm %%EXAMPLESDIR%% X%%PORTDOCS%%@dirrm %%DOCSDIR%% X@dirrm include/pgm-5.2/pgm X@dirrm include/pgm-5.2 6a77a360a02862d2f1f21ea827cdf3a6 echo x - openpgm/distinfo sed 's/^X//' >openpgm/distinfo << '95c501c5851720b70e38011b17724bf6' XSHA256 (libpgm-5.2.122.tar.bz2) = 2f6fcdad7fcf08368bce100db2598abdd57cb1e55869df68c0032a12ffe86d93 XSIZE (libpgm-5.2.122.tar.bz2) = 821143 95c501c5851720b70e38011b17724bf6 echo x - openpgm/pkg-descr sed 's/^X//' >openpgm/pkg-descr << '7f0d29b284b78c0a58216822fd50f7e1' XOpenPGM is an open source implementation of the Pragmatic General Multicast X(PGM) specification in RFC 3208 available at www.ietf.org. PGM is a reliable Xand scalable multicast protocol that enables receivers to detect loss, request Xretransmission of lost data, or notify an application of unrecoverable loss. XPGM is a receiver-reliable protocol, which means the receiver is responsible Xfor ensuring all data is received, absolving the sender of reception Xresponsibility. PGM runs over a best effort datagram service, currently OpenPGM Xuses IP multicast but could be implemented above switched fabrics such as XInfiniBand. X XPGM is appropriate for applications that require duplicate-free multicast data Xdelivery from multiple sources to multiple receivers. PGM does not support Xacknowledged delivery, nor does it guarantee ordering of packets from multiple Xsenders. X XPGM is primarly used on internal networks to help integrate disparate systems Xthrough a common communication platform. A lack of IPv4 multicast-enabled Xinfrastructure leads to limited capability for internet applications, IPv6 Xpromotes multicast to be a part of the core functionality of IP but may still Xbe disabled on core routers. Support of Source-Specific Multicast (SSM) allows Xfor improved WAN deployment by allowing end-point router filtering of unwanted Xsource traffic X XWWW: http://code.google.com/p/openpgm/ 7f0d29b284b78c0a58216822fd50f7e1 echo x - openpgm/Makefile sed 's/^X//' >openpgm/Makefile << 'fa362e3115082c583d55970b2d1409f7' X# Created by: Gvozdikov Veniamin X# $FreeBSD$ X# Do not forget fix version openpgm in devel/libxs X XPORTNAME= openpgm XPORTVERSION= 5.2.122 XCATEGORIES= net devel XMASTER_SITES= GOOGLE_CODE XDISTNAME= libpgm-${PORTVERSION} X XMAINTAINER= g.veniamin@googlemail.com XCOMMENT= Implementation of the PGM reliable multicast protocol X XLICENSE= LGPLv3 X XGNU_CONFIGURE= yes XUSE_BZIP2= yes XUSE_GNOME= gnomehack XUSE_LDCONFIG= yes XUSE_PERL5= yes XUSE_PYTHON= yes XWRKSRC= ${WRKDIR}/${DISTNAME}/openpgm/pgm X XOPTIONS_DEFINE= DOCS EXAMPLES XDOCS_DESC= Install documetation XEXAMPLES_DESC= Install examples X X.include X X.if ${PORT_OPTIONS:MEXAMPLES} XPLIST_SUB+= EXAMPLES="" X.else XPLIST_SUB+= EXAMPLES="@comment " X.endif X Xpost-install: X.if ${PORT_OPTIONS:MDOCS} X ${MKDIR} ${DOCSDIR} X ${INSTALL_MAN} ${WRKSRC}/../doc/draft-ietf-rmt-bb-pgmcc-03.txt ${DOCSDIR} X ${INSTALL_MAN} ${WRKSRC}/../doc/rfc3208.txt ${DOCSDIR} X.endif X X.if ${PORT_OPTIONS:MEXAMPLES} X ${MKDIR} ${EXAMPLESDIR} X cd ${WRKSRC} && ${COPYTREE_SHARE} examples ${EXAMPLESDIR} X.endif X X.include fa362e3115082c583d55970b2d1409f7 exit >Release-Note: >Audit-Trail: >Unformatted: