Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (b65d9b9766b2cc2630f8ce3f92f2c55a64055289)
  • Date: Thu, 8 Nov 2007 15:37:42 -0600

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
+



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (b65d9b9766b2cc2630f8ce3f92f2c55a64055289), Ladislav Hagara, 11/08/2007

Archive powered by MHonArc 2.6.24.

Top of Page