New commits:
commit d1dbb29a79cce44b57da37049e91c6b2bf6e7860
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>
added some more options and an init script to the spell
diff --git a/mail/dspam/CONFIGURE b/mail/dspam/CONFIGURE
index 2e2058a..59ce24f 100755
--- a/mail/dspam/CONFIGURE
+++ b/mail/dspam/CONFIGURE
@@ -2,6 +2,7 @@ config_query DSPAM_SQLITE 'Enable SQLite
config_query DSPAM_DB 'Enable Berkeley DB driver?' n &&
config_query DSPAM_MYSQL 'Enable MySQL driver?' n &&
config_query DSPAM_PGSQL 'Enable PostgreSQL driver?' n &&
+config_query DSPAM_GD 'Use gd for pretty graphs?' n &&
if [[ "$DSPAM_PGSQL" == 'y' || "$DSPAM_MYSQL" == 'y' ]] ; then
config_query DSPAM_VIRTUAL_USERS 'Enable virtual users?' n
diff --git a/mail/dspam/DEPENDS b/mail/dspam/DEPENDS
index 2154a3a..71a6a72 100755
--- a/mail/dspam/DEPENDS
+++ b/mail/dspam/DEPENDS
@@ -5,5 +5,15 @@ if [[ "$DSPAM_DB" == y ]]; then depe
if [[ "$DSPAM_MYSQL" == y ]]; then depends mysql ; fi &&
if [[ "$DSPAM_PGSQL" == y ]]; then depends postgresql; fi &&