Bug 181979 - [NEW PORT] net-mgmt/omping: A tool to test IP multicast functionality
Summary: [NEW PORT] net-mgmt/omping: A tool to test IP multicast functionality
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-10 01:20 UTC by Frank Wall
Modified: 2013-09-10 23:50 UTC (History)
0 users

See Also:


Attachments
.shar (1.64 KB, text/plain)
2013-09-10 01:20 UTC, Frank Wall
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Wall 2013-09-10 01:20:00 UTC
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/

Generated with FreeBSD Port Tools 0.99_8 (mode: new)
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-09-10 23:43:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-09-10 23:44:14 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-09-10 23:44:17 UTC
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/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"