New commits:
commit e13ba6ecb6966b897921802ea10161983f8be679
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>
ChangeLog: stupid git...
commit 5482534ab69af1152b5ca6c17d60512f44529f04
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>
nikto: version 2.03, cleaned up dependencies and installation
commit bdc0a1cb4d57b26fc469cd17299e4fe4492d7360
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>
libwhisker: version 2.4, cleaned up dependencies and installation
commit d74ffb5b9789e2c39e5044a5569823c394b753c4
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>
ftrace: new spell
diff --git a/ChangeLog b/ChangeLog
index c7fbeb9..160ea3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-09-07 Arjan Bouter <abouter AT sourcemage.org>
+ * devel/ftrace: new spell
+
2009-09-08 Ladislav Hagara <hgr AT vabo.cz>
* net/libnice: new spell, implementation of the ICE standard
* net/farsight2: new spell, Audio/Video Communications Framework
diff --git a/devel/ftrace/DETAILS b/devel/ftrace/DETAILS
new file mode 100755
index 0000000..395d168
--- /dev/null
+++ b/devel/ftrace/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=ftrace
+ VERSION=0.51
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://www.redspin.com/tools/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:8f67a9386ed6764e9323ce767ee40fe3fb85f3df3846a0a54d97a743c075cb8bb2f181ce4d70e80f79b03035b9a21792b112708c93ad8645bdea2da58f7c7f34
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.redspin.com/tools/ftrace/index.html"
+ LICENSE[0]=GPL
+ ENTERED=20090907
+ SHORT="Utility to Trace Local Function Calls"
+cat << EOF
+fTrace dynamically traces a non-stripped command until it exits.
+It prints to stderr all the local function calls which the program calls and
+reports possible arguments and return values of each function.
+It was programmed with intentional compatibility with such tools as strace
+and ltrace in mind, but rather than it's elder parents, it was more designed
+for program development than binary analysis.
+Of course, if a binary hasn't been stripped, it is still possible that fTrace
+may provide some helpful information.
+EOF
diff --git a/devel/ftrace/HISTORY b/devel/ftrace/HISTORY
new file mode 100644
index 0000000..a28d48d
--- /dev/null
+++ b/devel/ftrace/HISTORY
@@ -0,0 +1,3 @@
+2009-09-07 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: spell created
+
diff --git a/security-libs/libwhisker/BUILD b/security-libs/libwhisker/BUILD
index df79f6b..5950526 100755
--- a/security-libs/libwhisker/BUILD
+++ b/security-libs/libwhisker/BUILD
@@ -1,4 +1 @@
-perl Makefile.pl lib &&
-prepare_install &&
-perl Makefile.pl install
-
+perl Makefile.pl lib
diff --git a/security-libs/libwhisker/CONFIGURE
b/security-libs/libwhisker/CONFIGURE
deleted file mode 100755
index d140d2b..0000000
--- a/security-libs/libwhisker/CONFIGURE
+++ /dev/null
@@ -1,7 +0,0 @@
-# SSL support
-if ! grep -q "CF_SSL" $SPELL_CONFIG; then
- if query "Do you want enable SSL support ?" y
- then echo "CF_SSL=y" >> $SPELL_CONFIG
- else echo "CF_SSL=n" >> $SPELL_CONFIG
- fi
-fi
diff --git a/security-libs/libwhisker/DEPENDS
b/security-libs/libwhisker/DEPENDS
index 7bf7e53..4dbf8ca 100755
--- a/security-libs/libwhisker/DEPENDS
+++ b/security-libs/libwhisker/DEPENDS
@@ -1,5 +1,2 @@
-depends perl &&
-if [ "${CF_SSL}" == "y" ]; then
- depends openssl &&
- depends net-ssleay
-fi
+depends perl &&
+optional_depends net-ssleay '' '' 'For SSL support'
diff --git a/security-libs/libwhisker/DETAILS
b/security-libs/libwhisker/DETAILS
index 1d0800f..6ab563b 100755
--- a/security-libs/libwhisker/DETAILS
+++ b/security-libs/libwhisker/DETAILS
@@ -1,15 +1,13 @@
SPELL=libwhisker
- VERSION=2.2
- SOURCE=${SPELL}2-current.tar.gz
+ VERSION=2.4
+ SOURCE=${SPELL}2-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}2-${VERSION}
SOURCE_URL[0]=http://www.wiretrip.net/rfp/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:c2e6ba071efeaf429e8185108c5d61c470768e02f6e81b34b9db57483f44a37929db366108df89041997c2ce42d9384f56b62e1addb573266a231c4408f274e4
+
SOURCE_HASH=sha512:5a17d2407e3699d44007420b93c28d82c4fc51631698c3dedc535271820429db4f89c6c706bb4b177285bd2d28ca7fc4bd11993675f557257c70fb98ffba0ce5
LICENSE[0]=GPL2
ENTERED=20030727
- UPDATED=20050509
WEB_SITE=http://www.wiretrip.net/rfp/lw.asp
KEYWORDS="security http perl libs"
- BUILD_API=1
SHORT="Libwhisker is a Perl module geared specificly for HTTP
testing."
cat << EOF
Libwhisker is a Perl module geared specificly for HTTP testing.
diff --git a/security-libs/libwhisker/HISTORY
b/security-libs/libwhisker/HISTORY
index 972e9f0..6cae179 100644
--- a/security-libs/libwhisker/HISTORY
+++ b/security-libs/libwhisker/HISTORY
@@ -1,3 +1,9 @@
+2009-09-05 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: switched to API 2, updated to version 2.4
+ * CONFIGURE: removed, use standard optional_depends
+ * DEPENDS: use proper optional_depends for net-ssleay
+ * BUILD,INSTALL: split building and installing
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed MAINTAINER.