New commits:
commit 66bb121f73fcfaee4cb1f3d02e190a6e53c13b94
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>
shorewall6-lite: new spell, shorewall-lite for IPv6
commit 2b3b3a04476656a511e137181cf2e57332759193
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>
shorewall6: new spell, IPv6 shorewall
commit 1e0ae96e468ef7af5ca759fa8d560122af330cbd
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>
shorewall-perl: version 4.2.6.2
commit 9d4a57ba5ab5d718f8163aa7591476f11d0f785f
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>
shorewall-shell: version 4.2.6
commit 53b9298c7f42b2bbb35245d8cf792e7e5e7e202a
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>
shorewall-lite: version 4.2.6
commit 91d9a795a5bd55dc6cbc20f0b8542be38d8bf8db
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>
shorewall-docs-xml: version 4.2.6
commit 37877b3826f03b8a2bbdf4e7a238da9f4deb14f9
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>
shorewall-docs-html: version 4.2.6
commit 7ddf7670dc248cd00765a785ab33c06c032be86a
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>
shorewall-common: version 4.2.6
commit 9f5de1b29f9c0fb8ee40cf60b119a827a1ee3d0c
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>
shorewall: version 4.2.6
commit e9f1fa5b73d080cee10e1806277ad9cc0ef8c1e8
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>
mediatomb: new spell, upnp media server
diff --git a/ChangeLog b/ChangeLog
index 13bc876..39f3349 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-03-08 Arjan Bouter <abouter AT sourcemage.org>
+ * audio-soft/mediatomb: new spell, upnp media server
+ * net/shorewall6: new spell, shorewall IPv6
+ * net/shorewall6-lite: new spell, shorewall-lite for IPv6
+
2009-03-07 Vlad Glagolev <stealth AT sourcemage.org>
* utils/qemulator: new spell, comfortable GUI for the qemu virtual
engine
diff --git a/audio-soft/mediatomb/DEPENDS b/audio-soft/mediatomb/DEPENDS
new file mode 100755
index 0000000..62d96f0
--- /dev/null
+++ b/audio-soft/mediatomb/DEPENDS
@@ -0,0 +1,50 @@
+message "MediaTomb requires either sqlite or mysql to store it's db"
+optional_depends sqlite \
+ "--enable-sqlite" \
+ "--disable-sqlite" \
+ "to store the media db in sqlite" &&
+optional_depends mysql \
+ "--enable-mysql" \
+ "--disable-mysql" \
+ "store the media db in mysql" &&
+optional_depends expat \
+ "--enable-expat" \
+ "--disable-expat" \
+ "use the expat XML parser" &&
+optional_depends zlib \
+ "" \
+ "" \
+ "for auto creation of the media db" &&
+optional_depends file \
+ "--enable-libmagic" \
+ "--disable-libmagic" \
+ "file type recognition" &&
+optional_depends spidermonkey \
+ "--enable-libjs" \
+ "--disable-libjs" \
+ "personalized virtual containers" &&
+message "mediatomb depends on either taglib or id3lib, but NOT both" &&
+optional_depends taglib \
+ "--enable-taglib" \
+ "--disable-taglib" \
+ "to parse id3 tags" &&
+optional_depends id3lib \
+ "--enable-id3lib" \
+ "--disable-id3lib" \
+ "to parse id3 tags" &&
+optional_depends libexif \
+ "--enable-libexif" \
+ "--disable-libexif" \
+ "to gather metadata from JPEG files" &&
+optional_depends curl \
+ "--enable-curl" \
+ "--disable-curl" \
+ "to fetch content from the web" &&
+optional_depends libextractor \
+ "--enable-libextractor" \
+ "--disable-libextractor" \
+ "to gather metadata from various files (NOT recommended)" &&
+optional_depends LIBAVCODEC \
+ "--enable-ffmpeg --with-ffmpeg-h=/usr/include/libavformat" \
+ "--disable-ffmpeg" \
+ "to gather metadata from video files"
diff --git a/audio-soft/mediatomb/DETAILS b/audio-soft/mediatomb/DETAILS
new file mode 100755
index 0000000..53d0378
--- /dev/null
+++ b/audio-soft/mediatomb/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=mediatomb
+ VERSION=0.11.0
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:52e6fccbbda16edc778044ac591c1f3b80941edafbd80170ef4d10297fca051421976003566609db7461faa4c0efd74337943e10b802e57072525a2e5e74036b
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://mediatomb.cc"
+ LICENSE[0]=GPL
+ ENTERED=20090308
+ SHORT="open source media server"
+cat << EOF
+MediaTomb is an open source (GPL) UPnP MediaServer with a nice web user
interface,
+it allows you to stream your digital media through your home network and
+listen to/watch it on a variety of UPnP compatible devices.
+MediaTomb implements the UPnP MediaServer V 1.0 specification that can be
found on
+http://www.upnp.org/. The current implementation focuses on parts that are
required
+by the specification, however we look into extending the functionality to
cover the
+optional parts of the spec as well.
+MediaTomb should work with any UPnP compliant MediaRenderer, please tell us
if you
+experience difficulties with particular models, also take a look at the
Supported
+Devices list for more information.
+EOF
diff --git a/audio-soft/mediatomb/HISTORY b/audio-soft/mediatomb/HISTORY
new file mode 100644
index 0000000..01bcbd7
--- /dev/null
+++ b/audio-soft/mediatomb/HISTORY
@@ -0,0 +1,3 @@
+2009-03-08 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS, DETAILS, PRE_BUILD: spell created
+
diff --git a/audio-soft/mediatomb/PRE_BUILD b/audio-soft/mediatomb/PRE_BUILD
new file mode 100755
index 0000000..1ea7218
--- /dev/null
+++ b/audio-soft/mediatomb/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sedit 's#FFMPEG_SEARCH_HEADERS/ffmpeg#FFMPEG_SEARCH_HEADERS#g' configure &&
+sedit 's#ffmpeg/avformat.h#avformat.h#g' configure &&
+sedit 's#ffmpeg/avformat.h#avformat.h#g' src/metadata/ffmpeg_handler.cc &&
+#next line can prolly be removed for versions > 0.11.0, fixed in svn
+sedit 's#CURLOPT_NOBODY)#CURLOPT_NOBODY, 1)#' src/url.cc
diff --git a/net/shorewall-common/DETAILS b/net/shorewall-common/DETAILS
index 67c2a0f..7562d37 100755
--- a/net/shorewall-common/DETAILS
+++ b/net/shorewall-common/DETAILS
@@ -1,5 +1,5 @@
SPELL=shorewall-common
- VERSION=4.0.14
+ VERSION=4.2.6
MAINVER=${VERSION:0:3}
RELEASE=shorewall-$VERSION
SOURCE=$SPELL-$VERSION.tar.bz2
diff --git a/net/shorewall-common/HISTORY b/net/shorewall-common/HISTORY
index 9978605..84ef5ea 100644
--- a/net/shorewall-common/HISTORY
+++ b/net/shorewall-common/HISTORY
@@ -1,3 +1,6 @@
+2009-03-08 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: updated to 4.2.6
+
2008-09-30 Elisamuel Resto <ryuji AT sourcemage.org>
* DETAILS: updated to 4.0.14
diff --git a/net/shorewall-docs-html/DETAILS b/net/shorewall-docs-html/DETAILS
index a301d82..db6ae3d 100755
--- a/net/shorewall-docs-html/DETAILS
+++ b/net/shorewall-docs-html/DETAILS
@@ -1,5 +1,5 @@
SPELL=shorewall-docs-html
- VERSION=4.0.14
+ VERSION=4.2.6
MAINVER=${VERSION:0:3}
RELEASE=shorewall-$VERSION
SOURCE=$SPELL-$VERSION.tar.bz2
diff --git a/net/shorewall-docs-html/HISTORY b/net/shorewall-docs-html/HISTORY
index 9eabcad..1f39704 100644
--- a/net/shorewall-docs-html/HISTORY
+++ b/net/shorewall-docs-html/HISTORY
@@ -1,3 +1,6 @@
+2009-03-08 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: updated to 4.2.6
+
2008-09-30 Elisamuel Resto <ryuji AT sourcemage.org>
* DETAILS: updated to 4.0.14
diff --git a/net/shorewall-docs-xml/DETAILS b/net/shorewall-docs-xml/DETAILS
index 98a559d..b3a007f 100755
--- a/net/shorewall-docs-xml/DETAILS
+++ b/net/shorewall-docs-xml/DETAILS
@@ -1,5 +1,5 @@
SPELL=shorewall-docs-xml
- VERSION=4.0.14
+ VERSION=4.2.6
MAINVER=${VERSION:0:3}
RELEASE=shorewall-$VERSION
SOURCE=$SPELL-$VERSION.tar.bz2
diff --git a/net/shorewall-docs-xml/HISTORY b/net/shorewall-docs-xml/HISTORY
index 9eabcad..0add037 100644
--- a/net/shorewall-docs-xml/HISTORY
+++ b/net/shorewall-docs-xml/HISTORY
@@ -1,3 +1,6 @@
+2009-03-08 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: updated to 4.2.6
+
2008-09-30 Elisamuel Resto <ryuji AT sourcemage.org>
* DETAILS: updated to 4.0.14
diff --git a/net/shorewall-lite/DETAILS b/net/shorewall-lite/DETAILS
index d66942c..b4d58f8 100755
--- a/net/shorewall-lite/DETAILS
+++ b/net/shorewall-lite/DETAILS
@@ -1,5 +1,5 @@
SPELL=shorewall-lite
- VERSION=4.0.14
+ VERSION=4.2.6
MAINVER=${VERSION:0:3}
RELEASE=shorewall-$VERSION
SOURCE=$SPELL-$VERSION.tar.bz2
diff --git a/net/shorewall-lite/HISTORY b/net/shorewall-lite/HISTORY
index 803fb7b..3c73ecf 100644
--- a/net/shorewall-lite/HISTORY
+++ b/net/shorewall-lite/HISTORY
@@ -1,3 +1,6 @@
+2009-03-08 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: updated to 4.2.6
+
2008-09-30 Elisamuel Resto <ryuji AT sourcemage.org>
* DETAILS: updated to 4.0.14