svn commit: r326936 - in head/net-mgmt: . omping
William Grzybowski
wg at FreeBSD.org
Tue Sep 10 22:44:05 UTC 2013
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 at moov.de>
+# $FreeBSD$
+
+PORTNAME= omping
+PORTVERSION= 0.0.4
+CATEGORIES= net-mgmt
+MASTER_SITES= https://fedorahosted.org/releases/o/m/${PORTNAME}/
+
+MAINTAINER= fw at 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/
More information about the svn-ports-head
mailing list