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:
parent
b2f9df5f6d
commit
71b25237f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313754
30
net/ostinato/Makefile
Normal file
30
net/ostinato/Makefile
Normal 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
2
net/ostinato/distinfo
Normal 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
5
net/ostinato/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user