Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Martin Spitzbarth (94eb744e0f91085e31ec192dde7e5ef4f5c12811)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Martin Spitzbarth <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Martin Spitzbarth (94eb744e0f91085e31ec192dde7e5ef4f5c12811)
  • Date: Fri, 14 Mar 2008 18:02:17 -0500

GIT changes to master grimoire by Martin Spitzbarth <m.spitzbarth AT gmx.de>:

ChangeLog | 4 ++++
net/aiccu/BUILD | 3 +++
net/aiccu/DEPENDS | 2 ++
net/aiccu/DETAILS | 27 +++++++++++++++++++++++++++
net/aiccu/HISTORY | 3 +++
net/aiccu/INSTALL | 8 ++++++++
net/aiccu/PRE_BUILD | 3 +++
7 files changed, 50 insertions(+)

New commits:
commit 94eb744e0f91085e31ec192dde7e5ef4f5c12811
Author: Martin Spitzbarth <m.spitzbarth AT gmx.de>
Commit: Martin Spitzbarth <m.spitzbarth AT gmx.de>

aiccu: new spell, a utility to setup an IPv6 over IPv4 tunnel

diff --git a/ChangeLog b/ChangeLog
index 3f41342..4944939 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-14 Martin Spitzbarth <m.spitzbarth AT gmx.de>
+ * net/aiccu: new spell, a utility to automatically setup an
+ IPv6 over IPv4 tunnel to a tunnel broker
+
2008-03-14 Justin Boffemmyer <flux AT sourcemage.org>
* gnome2-apps/gtkdialog: new spell, gtk GUI creation util
* devel/radare: new spell, powerful hex editor/debugger/etc.
diff --git a/net/aiccu/BUILD b/net/aiccu/BUILD
new file mode 100755
index 0000000..32513c6
--- /dev/null
+++ b/net/aiccu/BUILD
@@ -0,0 +1,3 @@
+# The Makefile overwrites CFLAGS with RPM_OPT_FLAGS, so it is best if
+# these variables have the same value.
+RPM_OPT_FLAGS=$CFLAGS make aiccu
diff --git a/net/aiccu/DEPENDS b/net/aiccu/DEPENDS
new file mode 100755
index 0000000..e7676ff
--- /dev/null
+++ b/net/aiccu/DEPENDS
@@ -0,0 +1,2 @@
+depends libgcrypt &&
+runtime_depends iproute2
diff --git a/net/aiccu/DETAILS b/net/aiccu/DETAILS
new file mode 100755
index 0000000..7c2adb8
--- /dev/null
+++ b/net/aiccu/DETAILS
@@ -0,0 +1,27 @@
+ SPELL=aiccu
+ VERSION=20070115
+ SOURCE="${SPELL}_${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://www.sixxs.net/archive/sixxs/${SPELL}/unix/${SOURCE}
+
SOURCE_HASH=sha512:15b2f0dab51843e58abbd8a0cc13139e492057ee348e368e1b65476bb2760119e88982cd03ffc6ec2cb563a1b7a061e1f66a98861eaad15972d486ac17b7bc78
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
+ WEB_SITE="http://www.sixxs.net/tools/aiccu/";
+ LICENSE[0]=BSD
+ ENTERED=20080314
+ SHORT="A utility to automatically setup an IPv6 over IPv4 tunnel
to a tunnel broker"
+cat << EOF
+
+AICCU (Automatic IPv6 Connectivity Client Utility) makes it very easy for
+anybody to get IPv6 connectivity everywhere they want. It uses the TIC
(Tunnel
+Information & Control) protocol to request the information needed to setup a
+tunnel through which the connectivity is created.
+
+AICCU supports the following tunneling protocols:
+ - 6in4 static (RFC 2893)
+ - 6in4 heartbeat (RFC 2893 + draft-massar-v6ops-heartbeat)
+ - tinc (http://www.tinc-vpn.org)
+ - AYIYA (draft-massar-v6ops-ayiya)
+
+As AYIYA even works from behind NAT's, thus unless there is a very
restrictive
+firewall in place, anybody should be able to get IPv6 connectivity without
+problems and everywhere they want.
+EOF
diff --git a/net/aiccu/HISTORY b/net/aiccu/HISTORY
new file mode 100644
index 0000000..33de97e
--- /dev/null
+++ b/net/aiccu/HISTORY
@@ -0,0 +1,3 @@
+2008-03-14 Martin Spitzbarth <m.spitzbarth AT gmx.de>
+ * BUILD, DEPENDS, DETAILS, INSTALL, PRE_BUILD: spell created
+
diff --git a/net/aiccu/INSTALL b/net/aiccu/INSTALL
new file mode 100755
index 0000000..87abc28
--- /dev/null
+++ b/net/aiccu/INSTALL
@@ -0,0 +1,8 @@
+install -m 755 -D unix-console/aiccu \
+ ${INSTALL_ROOT}/usr/sbin/aiccu &&
+
+install -m 644 -D doc/aiccu.1 \
+ ${INSTALL_ROOT}/usr/share/man/man1/aiccu.1 &&
+
+install_config_file doc/aiccu.conf \
+ ${INSTALL_ROOT}/etc/aiccu.conf
diff --git a/net/aiccu/PRE_BUILD b/net/aiccu/PRE_BUILD
new file mode 100755
index 0000000..24b76d5
--- /dev/null
+++ b/net/aiccu/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+sed -i "s#DESTDIR=#DESTDIR=${INSTALL_ROOT}#" Makefile




Archive powered by MHonArc 2.6.24.

Top of Page