Date: Tue, 10 Sep 2013 22:44:04 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326936 - in head/net-mgmt: . omping Message-ID: <201309102244.r8AMi4uV066680@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Tue Sep 10 22:44:04 2013 New Revision: 326936 URL: http://svnweb.freebsd.org/changeset/ports/326936 Log: net-mgmt/omping: Tool to test IP multicast functionality Omping (Open Multicast Ping) is tool to test IP multicast functionality primarily in local network. Features * Similar user experience as classic ping tool * Ping multiple hosts at once * Implementation of RFC Draft draft-ietf-mboned-ssmping-08 * Any-source and Source-specific Multicast WWW: https://fedorahosted.org/omping/ PR: ports/181979 Submitted by: Frank Wall <fw moov.de> Added: head/net-mgmt/omping/ head/net-mgmt/omping/Makefile (contents, props changed) head/net-mgmt/omping/distinfo (contents, props changed) head/net-mgmt/omping/pkg-descr (contents, props changed) Modified: head/net-mgmt/Makefile Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Tue Sep 10 22:31:42 2013 (r326935) +++ head/net-mgmt/Makefile Tue Sep 10 22:44:04 2013 (r326936) @@ -188,6 +188,7 @@ SUBDIR += observium SUBDIR += ocsinventory-agent SUBDIR += ocsinventory-ng + SUBDIR += omping SUBDIR += openlldp SUBDIR += openvmps SUBDIR += ourmon Added: head/net-mgmt/omping/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/omping/Makefile Tue Sep 10 22:44:04 2013 (r326936) @@ -0,0 +1,23 @@ +# Created by: Frank Wall <fw@moov.de> +# $FreeBSD$ + +PORTNAME= omping +PORTVERSION= 0.0.4 +CATEGORIES= net-mgmt +MASTER_SITES= https://fedorahosted.org/releases/o/m/${PORTNAME}/ + +MAINTAINER= fw@moov.de +COMMENT= Tool to test IP multicast functionality + +LICENSE= MIT + +USES= gmake + +PLIST_FILES= bin/${PORTNAME} + +MAN8= ${PORTNAME}.8 + +post-patch: + @${REINPLACE_CMD} -e 's|/share/man|/man|g' ${WRKSRC}/Makefile + +.include <bsd.port.mk> Added: head/net-mgmt/omping/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/omping/distinfo Tue Sep 10 22:44:04 2013 (r326936) @@ -0,0 +1,2 @@ +SHA256 (omping-0.0.4.tar.gz) = 8909616b007139138d9d1cb51cc234edaf728f20a26897ef2959a570da02dc0a +SIZE (omping-0.0.4.tar.gz) = 44287 Added: head/net-mgmt/omping/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/omping/pkg-descr Tue Sep 10 22:44:04 2013 (r326936) @@ -0,0 +1,10 @@ +Omping (Open Multicast Ping) is tool to test IP multicast functionality +primarily in local network. + +Features +* Similar user experience as classic ping tool +* Ping multiple hosts at once +* Implementation of RFC Draft draft-ietf-mboned-ssmping-08 +* Any-source and Source-specific Multicast + +WWW: https://fedorahosted.org/omping/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309102244.r8AMi4uV066680>