[Lunar-commits] <moonbase> libsieve: initial import
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Mon May 19 16:19:29 CEST 2008
commit 713680c4b7d7230f44120ce66898cb29aacc0bce
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Mon May 19 10:19:29 2008 -0400
libsieve: initial import
---
libs/libsieve/BUILD | 7 +++++++
libs/libsieve/DETAILS | 18 ++++++++++++++++++
2 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/libs/libsieve/BUILD b/libs/libsieve/BUILD
new file mode 100644
index 0000000..747f14c
--- /dev/null
+++ b/libs/libsieve/BUILD
@@ -0,0 +1,7 @@
+(
+
+ cd src &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/libs/libsieve/DETAILS b/libs/libsieve/DETAILS
new file mode 100644
index 0000000..e0eb494
--- /dev/null
+++ b/libs/libsieve/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=libsieve
+ VERSION=2.2.6
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL[0]=$SFORGE_URL/$MODULE/
+ SOURCE_VFY=sha1:5746d56a9ce50ae773a5f690c3163dd0dd6bc8ea
+ WEB_SITE=http://libsieve.sourceforge.net/
+ ENTERED=20080519
+ UPDATED=20080519
+ SHORT="library for parsing, sorting and filtering your mail"
+cat << EOF
+libSieve provides a library to interpret Sieve scripts, and to execute those
+scripts over a given set of messages. The return codes from the libSieve
+functions let your program know how to handle the message, and then it's up to
+you to make it so.
+
+libSieve makes no attempt to have knowledge of how SMTP, IMAP, or anything else
+work; just how to parse and deal with a buffer full of emails
+EOF
More information about the Lunar-commits
mailing list