diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-08-05 22:21:37 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-08-05 22:21:37 +0000 |
commit | 82e1beade1b7cd993e28e7f03af390e98dd48073 (patch) | |
tree | 004b897ae23d6b766b85e7976cd424985a0ab44b /mail/libsieve/pkg-plist | |
parent | Mark BROKEN on 4.x: fails to compile. (diff) |
New port: mail/libsieve A library to interpret Sieve scripts, and
to execute them over a given set of messages
A library for parsing, sorting and filtering your mail. 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.
PR: ports/101346
Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru>
Notes
Notes:
svn path=/head/; revision=169778
Diffstat (limited to 'mail/libsieve/pkg-plist')
-rw-r--r-- | mail/libsieve/pkg-plist | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/libsieve/pkg-plist b/mail/libsieve/pkg-plist new file mode 100644 index 000000000000..954e47e766a8 --- /dev/null +++ b/mail/libsieve/pkg-plist @@ -0,0 +1,6 @@ +include/sieve2.h +include/sieve2_error.h +lib/libsieve.a +lib/libsieve.la +lib/libsieve.so +lib/libsieve.so.1 |