Skip to content

Commit

Permalink
ostinato: Adding to moonbase.
Browse files Browse the repository at this point in the history
  • Loading branch information
stumbles committed May 30, 2013
1 parent 3723418 commit 9b5e354
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 0 deletions.
27 changes: 27 additions & 0 deletions net/ostinato/BUILD
@@ -0,0 +1,27 @@
(

. /etc/profile.d/qt4.rc &&

qmake -config release PREFIX=/usr $OPTS &&

default_make &&

prepare_install &&

mkdir /usr/share/$MODULE &&
install client/icons/name.png /usr/share/$MODULE &&

cat > ${MODULE}.desktop << EOF &&
[Desktop Entry]
Name=Ostinato
Comment=Network packet crafter/traffic generator and analyze
Exec=${MODULE_PREFIX}/bin/ostinato
Icon=${MODULE_PREFIX}/share/$MODULE/name.png
Terminal=false
Type=Application
Categories=Qt;KDE;Internet;
EOF

install -D -m644 ${MODULE}.desktop ${MODULE_PREFIX}/share/applications/${MODULE}.desktop

) > $C_FIFO 2>&1
3 changes: 3 additions & 0 deletions net/ostinato/DEPENDS
@@ -0,0 +1,3 @@
depends libpcap
depends protobuf
depends qt4
18 changes: 18 additions & 0 deletions net/ostinato/DETAILS
@@ -0,0 +1,18 @@
MODULE=ostinato
VERSION=src-0.5.1
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://ostinato.googlecode.com/files/
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-${VERSION#*-}
SOURCE_VFY=sha1:cea7306bcd2e036a5d97fed740dcaf621ddad12b
WEB_SITE=http://code.google.com/p/ostinato/
ENTERED=20130530
UPDATED=20130530
SHORT="network packet crafter/traffic generator and analyzer"

cat << EOF
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. For the full feature list see below.

Ostinato aims to be "Wireshark in Reverse" and become complementary to Wireshark.
EOF

0 comments on commit 9b5e354

Please sign in to comment.