summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/ostinato/Makefile30
-rw-r--r--net/ostinato/distinfo2
-rw-r--r--net/ostinato/pkg-descr5
3 files changed, 37 insertions, 0 deletions
diff --git a/net/ostinato/Makefile b/net/ostinato/Makefile
new file mode 100644
index 000000000000..c583198285c5
--- /dev/null
+++ b/net/ostinato/Makefile
@@ -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>
diff --git a/net/ostinato/distinfo b/net/ostinato/distinfo
new file mode 100644
index 000000000000..97b69c60745a
--- /dev/null
+++ b/net/ostinato/distinfo
@@ -0,0 +1,2 @@
+SHA256 (ostinato-src-0.5.1.tar.gz) = fa19c857d73837cae23aa15d7309c1ddcf22c6f7be9f3ed15a23948142b24223
+SIZE (ostinato-src-0.5.1.tar.gz) = 291529
diff --git a/net/ostinato/pkg-descr b/net/ostinato/pkg-descr
new file mode 100644
index 000000000000..62361f60ab78
--- /dev/null
+++ b/net/ostinato/pkg-descr
@@ -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/