Skip to Content.
Sympa Menu

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

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 (d8c264d9e5552538df07b28ac15c72d7c02e177e)
  • Date: Sun, 29 Apr 2007 10:46:02 -0500

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

ChangeLog | 3 +++
net/ipkungfu/DEPENDS | 1 +
net/ipkungfu/DETAILS | 15 +++++++++++++++
net/ipkungfu/HISTORY | 2 ++
4 files changed, 21 insertions(+)

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

Merge from WIP

diff --git a/ChangeLog b/ChangeLog
index 43fad4b..a30630f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-04-29 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * net/ipkungfu: new spell, an iptables firewall generator
+
2007-04-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* audio-players/mcdp: new spell, a simplistic CD player

diff --git a/net/ipkungfu/DEPENDS b/net/ipkungfu/DEPENDS
new file mode 100755
index 0000000..3e0c0d7
--- /dev/null
+++ b/net/ipkungfu/DEPENDS
@@ -0,0 +1 @@
+depends iptables
diff --git a/net/ipkungfu/DETAILS b/net/ipkungfu/DETAILS
new file mode 100755
index 0000000..8c539a5
--- /dev/null
+++ b/net/ipkungfu/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=ipkungfu
+ VERSION=0.6.1
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://www.linuxkungfu.org/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:bc1df9894d36d40f5394cbaef6f7cc9f95a8eaaf45a03d1c3a809bc5a7a5ae685c8cf6a27363ab83f6f817a0d44277b28de8bd40230d29c5700dda1d52e231b7
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.linuxkungfu.org "
+ LICENSE[0]=GPL
+ ENTERED=20070429
+ SHORT="An iptables-based Linux firewall."
+cat << EOF
+IPKungFu is an iptables-based Linux firewall. It aims to simplify the
+configuration of Internet connection sharing, port forwarding, and packet
+filtering.
+EOF
diff --git a/net/ipkungfu/HISTORY b/net/ipkungfu/HISTORY
new file mode 100644
index 0000000..ac0748d
--- /dev/null
+++ b/net/ipkungfu/HISTORY
@@ -0,0 +1,2 @@
+2007-04-29 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS, DEPENDS, HISTORY: created spell



  • [SM-Commit] GIT changes to master grimoire by Andraž Levstik (d8c264d9e5552538df07b28ac15c72d7c02e177e), Andraž Levstik, 04/29/2007

Archive powered by MHonArc 2.6.24.

Top of Page