Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (f8c2475952157786b18d5b3084e340a3f892dbdf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (f8c2475952157786b18d5b3084e340a3f892dbdf)
  • Date: Mon, 16 Jul 2007 16:55:24 -0500

GIT changes to master grimoire by Andraž Levstik <ruskie AT mages.ath.cx>:

ChangeLog | 5 +++++
net/darkstat/DETAILS | 17 +++++++++++++++++
net/darkstat/HISTORY | 2 ++
net/ipfm/BD705E89.gpg |binary
net/ipfm/DEPENDS | 1 +
net/ipfm/DETAILS | 19 +++++++++++++++++++
net/ipfm/HISTORY | 4 ++++
7 files changed, 48 insertions(+)

New commits:
commit f8c2475952157786b18d5b3084e340a3f892dbdf
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

net/ipfm: new spell, ip flow monitor

commit dabaea857a55a3dba0ecf58e26e98a706fdb3f90
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

net/darkstat: new spell, ntop like monitor but less issues

diff --git a/ChangeLog b/ChangeLog
index b1a2487..b7b6e98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-07-16 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * net/darkstat: new spell, ntop like network monitor
+ but with less issues
+ * net/ipfm: new spell, ip flow monitor
+
2007-07-12 Treeve Jelbert <treeve AT sourcemage.org>
* FUNCTIONS: add check_if_qt4_provider and build_qt3_or_4
fix typo
diff --git a/net/darkstat/DETAILS b/net/darkstat/DETAILS
new file mode 100755
index 0000000..a83980a
--- /dev/null
+++ b/net/darkstat/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=darkstat
+ VERSION=3.0.619
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://dmr.ath.cx/net/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:28c645846453a906e577f31d4dbe4c27bf41cef946a4f799ce4e3c53db62ed5e7be32dd9f815094a16aa441874d3b43761dd15b2f8e97c1274e3cacb825aef43
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-$VERSION"
+ WEB_SITE="http://dmr.ath.cx/net/darkstat/";
+ LICENSE[0]=GPL
+ ENTERED=20070716
+ SHORT="A network traffic analyzer."
+cat << EOF
+darkstat is an ntop-workalike network statistics gatherer. It runs as a
+background process on a cable or DSL router, uses libpcap to capture network
+traffic, and has a Web interface that serves up reports of statistics such
+as data transferred by host, port, and protocol. It also has a neat bandwidth
+usage graph.
+EOF
diff --git a/net/darkstat/HISTORY b/net/darkstat/HISTORY
new file mode 100644
index 0000000..7788a12
--- /dev/null
+++ b/net/darkstat/HISTORY
@@ -0,0 +1,2 @@
+2007-07-16 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS, HISTORY: created spell
diff --git a/net/ipfm/BD705E89.gpg b/net/ipfm/BD705E89.gpg
new file mode 100644
index 0000000..68ded12
Binary files /dev/null and b/net/ipfm/BD705E89.gpg differ
diff --git a/net/ipfm/DEPENDS b/net/ipfm/DEPENDS
new file mode 100755
index 0000000..7591f1e
--- /dev/null
+++ b/net/ipfm/DEPENDS
@@ -0,0 +1 @@
+depends libpcap
diff --git a/net/ipfm/DETAILS b/net/ipfm/DETAILS
new file mode 100755
index 0000000..c0a2c8f
--- /dev/null
+++ b/net/ipfm/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=ipfm
+ VERSION=0.12.0rc1
+ SOURCE="${SPELL}-${VERSION}.tgz"
+ SOURCE2=$SOURCE.asc
+ SOURCE_URL[0]=http://robert.cheramy.net/${SPELL}/archive/${SOURCE}
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ SOURCE_GPG=BD705E89.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://robert.cheramy.net/ipfm/ "
+ LICENSE[0]=GPL
+ ENTERED=20070716
+ SHORT="IP Flow Meter, a bandwidth analysis tool."
+cat << EOF
+IP Flow Meter (IPFM) is a bandwidth analysis tool that outputs a list of
+hosts with their respective bandwidth usage. It uses libpcap and aims to be
+portable. It features multi-filtering rules and name resolving, and runs on
+Linux, FreeBSD, and IRIX.
+EOF
diff --git a/net/ipfm/HISTORY b/net/ipfm/HISTORY
new file mode 100644
index 0000000..8655785
--- /dev/null
+++ b/net/ipfm/HISTORY
@@ -0,0 +1,4 @@
+2007-07-16 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: converted to upstream signature checking
+ * BD705E89.gpg: added gpg keyring
+ * DETAILS, DEPENDS, HISTORY: created spell



  • [SM-Commit] GIT changes to master grimoire by Andraž Levstik (f8c2475952157786b18d5b3084e340a3f892dbdf), Andraž Levstik, 07/16/2007

Archive powered by MHonArc 2.6.24.

Top of Page