1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

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/
This commit is contained in:
Niclas Zeising 2013-03-09 21:01:34 +00:00
parent b2f9df5f6d
commit 71b25237f5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313754
3 changed files with 37 additions and 0 deletions

30
net/ostinato/Makefile Normal file
View File

@ -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>

2
net/ostinato/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (ostinato-src-0.5.1.tar.gz) = fa19c857d73837cae23aa15d7309c1ddcf22c6f7be9f3ed15a23948142b24223
SIZE (ostinato-src-0.5.1.tar.gz) = 291529

5
net/ostinato/pkg-descr Normal file
View File

@ -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/