Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (d83588448231a41c13a1fea90d7dc443a1fe7745)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (d83588448231a41c13a1fea90d7dc443a1fe7745)
  • Date: Fri, 20 May 2011 03:53:23 -0500

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

ChangeLog | 3 +++
security/ostinato/BUILD | 2 ++
security/ostinato/DEPENDS | 3 +++
security/ostinato/DETAILS | 13 +++++++++++++
security/ostinato/HISTORY | 2 ++
5 files changed, 23 insertions(+)

New commits:
commit d83588448231a41c13a1fea90d7dc443a1fe7745
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

security/ostinato: new spell, Packet/Traffic Generator and Analyzer

diff --git a/ChangeLog b/ChangeLog
index fb253b1..a6c3f3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-05-20 Ladislav Hagara <hgr AT vabo.cz>
+ * security/ostinato: new spell, Packet/Traffic Generator and Analyzer
+
2011-05-17 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* perl-cpan/www-opensearch: new spell, support for OpenSearch
compatible
search engines
diff --git a/security/ostinato/BUILD b/security/ostinato/BUILD
new file mode 100755
index 0000000..33b4634
--- /dev/null
+++ b/security/ostinato/BUILD
@@ -0,0 +1,2 @@
+/usr/bin/qt4/qmake PREFIX=/usr &&
+make
diff --git a/security/ostinato/DEPENDS b/security/ostinato/DEPENDS
new file mode 100755
index 0000000..e9b6d7f
--- /dev/null
+++ b/security/ostinato/DEPENDS
@@ -0,0 +1,3 @@
+depends qt4 &&
+depends protobuf &&
+depends libpcap
diff --git a/security/ostinato/DETAILS b/security/ostinato/DETAILS
new file mode 100755
index 0000000..efa7b4f
--- /dev/null
+++ b/security/ostinato/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=ostinato
+ VERSION=0.4.1
+ SOURCE=$SPELL-src-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=http://ostinato.googlecode.com/files/$SOURCE
+
SOURCE_HASH=sha512:d47f696b9ca46a9af77fcafdac4370c32f60dbe93c0a107b9f884be61ff4bc55d5a5dd58c8cbe67e06ea6e86c6f60ab4ea145a030b1f68eacf55c19ccb911240
+ WEB_SITE=http://code.google.com/p/ostinato/
+ ENTERED=20110520
+ LICENSE[0]=GPL
+ SHORT="Packet/Traffic Generator and Analyzer"
+cat << EOF
+Packet/Traffic Generator and Analyzer.
+EOF
diff --git a/security/ostinato/HISTORY b/security/ostinato/HISTORY
new file mode 100644
index 0000000..b40966c
--- /dev/null
+++ b/security/ostinato/HISTORY
@@ -0,0 +1,2 @@
+2011-05-20 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS: spell created, version 0.4.1



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (d83588448231a41c13a1fea90d7dc443a1fe7745), Ladislav Hagara, 05/20/2011

Archive powered by MHonArc 2.6.24.

Top of Page