Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (3955fa250b61079ab07f1b3dd9f30b5863f4115a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (3955fa250b61079ab07f1b3dd9f30b5863f4115a)
  • Date: Thu, 29 Mar 2012 08:10:34 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 5 ++++-
mail/dovecot-antispam/BUILD | 1 +
mail/dovecot-antispam/DEPENDS | 1 +
mail/dovecot-antispam/DETAILS | 14 ++++++++++++++
mail/dovecot-antispam/HISTORY | 2 ++
mail/dovecot-antispam/INSTALL | 4 ++++
6 files changed, 26 insertions(+), 1 deletion(-)

New commits:
commit 3955fa250b61079ab07f1b3dd9f30b5863f4115a
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

dovecot-antispam: new spell, Dovecot antispam plugin

commit 4f53ab687152fdf9f807d3d573e8bfecc7413150
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

added missing asterisk

diff --git a/ChangeLog b/ChangeLog
index 8db8f97..808d19e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,11 @@
+2012-03-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * mail/dovecot-antispam: new spell, Dovecot antispam plugin
+
2012-03-28 Ladislav Hagara <hgr AT vabo.cz>
* graphics-libs/libwacom: new spell, wacom tablets support library

2012-03-28 Treeve Jelbert <treeve AT sourcemage.org>
- kernels/mtdev: new spell, Multitouch Protocol Translation Library
+ * kernels/mtdev: new spell, Multitouch Protocol Translation Library

2012-03-28 Arjan Bouter <abouter AT sourcemage.org>
* windowmanagers/amiwm: new spell, amiga workbench wm
diff --git a/mail/dovecot-antispam/BUILD b/mail/dovecot-antispam/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/mail/dovecot-antispam/BUILD
@@ -0,0 +1 @@
+make
diff --git a/mail/dovecot-antispam/DEPENDS b/mail/dovecot-antispam/DEPENDS
new file mode 100755
index 0000000..4deac70
--- /dev/null
+++ b/mail/dovecot-antispam/DEPENDS
@@ -0,0 +1 @@
+depends dovecot
diff --git a/mail/dovecot-antispam/DETAILS b/mail/dovecot-antispam/DETAILS
new file mode 100755
index 0000000..fd3e9ce
--- /dev/null
+++ b/mail/dovecot-antispam/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=dovecot-antispam
+ VERSION=2.0
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=http://johannes.sipsolutions.net/download/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:e3ac04d05fb69aea68e0b2a317c6545e551c727e1e4769d15af5ebfbf24e85f7c832f5bcb2b0634e0ee0e7dbbe61302218fee7ced78529e85e3e3db91fd0e61a
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://johannes.sipsolutions.net/Projects/dovecot-antispam
+ LICENSE[0]=GPL
+ ENTERED=20120328
+ SHORT="Dovecot antispam plugin"
+cat << EOF
+dovecot-antispam integrates spam learning into Dovecot with various anti-spam
+systems.
+EOF
diff --git a/mail/dovecot-antispam/HISTORY b/mail/dovecot-antispam/HISTORY
new file mode 100644
index 0000000..8b57cbd
--- /dev/null
+++ b/mail/dovecot-antispam/HISTORY
@@ -0,0 +1,2 @@
+2012-03-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
diff --git a/mail/dovecot-antispam/INSTALL b/mail/dovecot-antispam/INSTALL
new file mode 100755
index 0000000..520ec47
--- /dev/null
+++ b/mail/dovecot-antispam/INSTALL
@@ -0,0 +1,4 @@
+make INSTALLDIR="$INSTALL_ROOT/usr/lib/dovecot" install &&
+
+install -vm 755 -d "$INSTALL_ROOT/usr/share/man/man7" &&
+install -vm 644 antispam.7 "$INSTALL_ROOT/usr/share/man/man7/"



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (3955fa250b61079ab07f1b3dd9f30b5863f4115a), Vlad Glagolev, 03/29/2012

Archive powered by MHonArc 2.6.24.

Top of Page