[SM-Commit] GIT changes to master grimoire by Ladislav Hagara (b65d9b9766b2cc2630f8ce3f92f2c55a64055289)

Ladislav Hagara scm at sourcemage.org
Thu Nov 8 16:37:42 EST 2007


GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara at unob.cz>:

 ChangeLog            |    4 ++++
 mail/sagator/BUILD   |    1 +
 mail/sagator/DEPENDS |    1 +
 mail/sagator/DETAILS |   19 +++++++++++++++++++
 mail/sagator/HISTORY |    3 +++
 5 files changed, 28 insertions(+)

New commits:
commit b65d9b9766b2cc2630f8ce3f92f2c55a64055289
Author: Ladislav Hagara <ladislav.hagara at unob.cz>
Commit: Ladislav Hagara <ladislav.hagara at unob.cz>

    mail/sagator: new spell, an email antivirus/antispam gateway for any smtpd
    (needs some work, just prepared spell for one new SMGL user, I hope he will test and update it)

diff --git a/ChangeLog b/ChangeLog
index 1d6660c..541e2b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-08 Ladislav Hagara <hgr at vabo.cz>
+	* mail/sagator: new spell
+	  an email antivirus/antispam gateway for any smtpd
+
 2007-11-08 Vlad Glagolev <stealth at sourcemage.org>
 	* graphics-libs/pil: => python-devel
 
diff --git a/mail/sagator/BUILD b/mail/sagator/BUILD
new file mode 100755
index 0000000..fdd126f
--- /dev/null
+++ b/mail/sagator/BUILD
@@ -0,0 +1 @@
+./configure --prefix /usr --webdir /usr/share/www/sagator
diff --git a/mail/sagator/DEPENDS b/mail/sagator/DEPENDS
new file mode 100755
index 0000000..867b4d4
--- /dev/null
+++ b/mail/sagator/DEPENDS
@@ -0,0 +1 @@
+depends  python
diff --git a/mail/sagator/DETAILS b/mail/sagator/DETAILS
new file mode 100755
index 0000000..6d10318
--- /dev/null
+++ b/mail/sagator/DETAILS
@@ -0,0 +1,19 @@
+           SPELL=sagator
+         VERSION=0.9.1
+          SOURCE=$SPELL-$VERSION.tar.bz2
+   SOURCE_URL[0]=http://www.salstar.sk/pub/$SPELL/$SOURCE
+     SOURCE_HASH=sha512:6c57148e69fa76f4b57a929e3676557f61f26ce2a828a4e2a893538910155419e64f66bb7f8d7b7408bb549758dc58a58991bb4f3eb1d105865b73f152c66082
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+        WEB_SITE=http://www.salstar.sk/sagator/
+      LICENSE[0]=GPL
+         ENTERED=20071108
+           SHORT="an email antivirus/antispam gateway for any smtpd"
+cat << EOF
+SAGATOR is an email antivirus/antispam gateway. It is an interface to
+any smtpd, which runs an antivirus and/ or spam checker. Its modular
+architecture can use any combination of antivirus/spam checker according to
+configuration. It currently supports clamav, nod32d, AVG, sophos, TrendMicro
+AV, Symantec AV, spamassassin, bogofilter, and quickspamfilter. It has some
+internal checkers (string_scanner and regexp_scanner). It can parse MIME
+mails and decompress archives.
+EOF
diff --git a/mail/sagator/HISTORY b/mail/sagator/HISTORY
new file mode 100644
index 0000000..6d11e5a
--- /dev/null
+++ b/mail/sagator/HISTORY
@@ -0,0 +1,3 @@
+2007-11-08 Ladislav Hagara <hgr at vabo.cz>
+	* DETAILS, DEPENDS, BUILD, HISTORY: created this spell, version 0.9.1
+



More information about the SM-Commit mailing list