Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2013 21:01:34 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r313754 - head/net/ostinato
Message-ID:  <201303092101.r29L1YU9007164@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Sat Mar  9 21:01:34 2013
New Revision: 313754
URL: http://svnweb.freebsd.org/changeset/ports/313754

Log:
  Add new port net/ostinato
  
  Ostinato is an open-source, cross-platform network packet crafter/traffic
  generator and analyzer with a friendly GUI. Craft and send packets of
  several streams with different protocols at different rates.
  WWW: http://code.google.com/p/ostinato/

Added:
  head/net/ostinato/
  head/net/ostinato/Makefile   (contents, props changed)
  head/net/ostinato/distinfo   (contents, props changed)
  head/net/ostinato/pkg-descr   (contents, props changed)

Added: head/net/ostinato/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/ostinato/Makefile	Sat Mar  9 21:01:34 2013	(r313754)
@@ -0,0 +1,30 @@
+# Created by: Niclas Zeising <zeising@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	ostinato
+PORTVERSION=	0.5.1
+CATEGORIES=	net security
+MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
+DISTNAME=	${PORTNAME}-src-${PORTVERSION}${EXTRACTSUFFIX}
+
+MAINTAINER=	zeising@FreeBSD.org
+COMMENT=	Packet crafter/generator and analyzer with friendly GUI
+
+BUILD_DEPENDS=	protobuf>=2.3.0:${PORTSDIR}/devel/protobuf
+
+USE_QT4=	gui moc_build qmake_build rcc_build uic_build network script \
+		xml
+MAKE_JOBS_SAFE=	yes
+
+PLIST_FILES=	bin/drone \
+		bin/ostinato
+
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
+HAS_CONFIGURE=	yes
+
+do-configure:
+		@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
+		${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX}
+
+.include <bsd.port.mk>

Added: head/net/ostinato/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/ostinato/distinfo	Sat Mar  9 21:01:34 2013	(r313754)
@@ -0,0 +1,2 @@
+SHA256 (ostinato-src-0.5.1.tar.gz) = fa19c857d73837cae23aa15d7309c1ddcf22c6f7be9f3ed15a23948142b24223
+SIZE (ostinato-src-0.5.1.tar.gz) = 291529

Added: head/net/ostinato/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/ostinato/pkg-descr	Sat Mar  9 21:01:34 2013	(r313754)
@@ -0,0 +1,5 @@
+Ostinato is an open-source, cross-platform network packet crafter/traffic
+generator and analyzer with a friendly GUI. Craft and send packets of several
+streams with different protocols at different rates.
+
+WWW: http://code.google.com/p/ostinato/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303092101.r29L1YU9007164>