diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2010-12-24 10:50:03 -0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2010-12-24 10:50:03 -0200 |
commit | 10ec39fd5c3816dc757f2332ecfaf9b7a32e68c9 (patch) | |
tree | 535675c0f043af13aad54b8f65f265bd1b45fd02 /network/dovecot-pigeonhole | |
parent | 2a68848278acaea9189d72fab32ebcf06a065a3d (diff) | |
download | slackbuilds-10ec39fd5c3816dc757f2332ecfaf9b7a32e68c9.tar.gz |
network/dovecot-pigeonhole: Updated for version 0.2.2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'network/dovecot-pigeonhole')
-rw-r--r-- | network/dovecot-pigeonhole/README | 16 | ||||
-rw-r--r-- | network/dovecot-pigeonhole/dovecot-pigeonhole.SlackBuild | 5 | ||||
-rw-r--r-- | network/dovecot-pigeonhole/dovecot-pigeonhole.info | 8 | ||||
-rw-r--r-- | network/dovecot-pigeonhole/slack-desc | 3 |
4 files changed, 17 insertions, 15 deletions
diff --git a/network/dovecot-pigeonhole/README b/network/dovecot-pigeonhole/README index 60295deaec..e736e8a5ed 100644 --- a/network/dovecot-pigeonhole/README +++ b/network/dovecot-pigeonhole/README @@ -1,10 +1,16 @@ -Pigeonhole is the name of the project that adds support for the Sieve -language (RFC 5228) and the ManageSieve protocol (RFC 5804) to the -Dovecot Secure IMAP/POP3 Server. +Pigeonhole is the name of the project that adds support for +the Sieve language (RFC 5228) and the ManageSieve protocol +(RFC 5804) to the Dovecot Secure IMAP/POP3 Server. Requires: dovecot -Configuration: sieve and managesieve config files are placed with -dovecot documentation. Copy over 20-managesieve.conf and 90-sieve.conf +Configuration: +sieve and managesieve config files are placed with dovecot +documentation. Copy over 20-managesieve.conf and 90-sieve.conf to /etc/dovecot/conf.d and edit accordingly. +For additional configuration help, see: + +http://wiki2.dovecot.org/Pigeonhole/Sieve +http://wiki2.dovecot.org/Pigeonhole/ManageSieve + diff --git a/network/dovecot-pigeonhole/dovecot-pigeonhole.SlackBuild b/network/dovecot-pigeonhole/dovecot-pigeonhole.SlackBuild index b2729a3fda..594fc1107f 100644 --- a/network/dovecot-pigeonhole/dovecot-pigeonhole.SlackBuild +++ b/network/dovecot-pigeonhole/dovecot-pigeonhole.SlackBuild @@ -28,16 +28,14 @@ set -e PRGNAM="dovecot-pigeonhole" -VERSION=${VERSION:-0.2.0} +VERSION=${VERSION:-0.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -98,7 +96,6 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp AUTHORS COPYING* INSTALL NEWS README TODO \ $PKG/usr/doc/$PRGNAM-$VERSION -### compress man pages find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $(find $PKG/usr/man -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done diff --git a/network/dovecot-pigeonhole/dovecot-pigeonhole.info b/network/dovecot-pigeonhole/dovecot-pigeonhole.info index 2e84012709..f902f38584 100644 --- a/network/dovecot-pigeonhole/dovecot-pigeonhole.info +++ b/network/dovecot-pigeonhole/dovecot-pigeonhole.info @@ -1,10 +1,10 @@ PRGNAM="dovecot-pigeonhole" -VERSION="0.2.0" +VERSION="0.2.2" HOMEPAGE="http://pigeonhole.dovecot.org/" -DOWNLOAD="http://www.rename-it.nl/dovecot/2.0/dovecot-2.0-pigeonhole-0.2.0.tar.gz" -MD5SUM="dcd7e0567c0b9ec2fee0be1708c3d3f7" +DOWNLOAD="http://www.rename-it.nl/dovecot/2.0/dovecot-2.0-pigeonhole-0.2.2.tar.gz" +MD5SUM="23b9be534c62257a0d049b1370f11a99" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Nishant Limbachia" EMAIL="nishant@mnspace.net" -APPROVED="dsomero" +APPROVED="Niels Horn" diff --git a/network/dovecot-pigeonhole/slack-desc b/network/dovecot-pigeonhole/slack-desc index 80c7fe74a7..24c33db726 100644 --- a/network/dovecot-pigeonhole/slack-desc +++ b/network/dovecot-pigeonhole/slack-desc @@ -4,8 +4,7 @@ # the right side marks the last column you can put a character in. You must make # exactly 11 lines for the formatting to be correct. It's also customary to # leave one space after the ':'. - - |-----handy-ruler----------------------------------------------------| + |-----handy-ruler------------------------------------------------------| dovecot-pigeonhole: dovecot-pigeonhole (Sieve & Managesieve support for Dovecot) dovecot-pigeonhole: dovecot-pigeonhole: dovecot-pigeonhole project provides Sieve language support and |