summaryrefslogtreecommitdiffstats
path: root/collab/ingo/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'collab/ingo/DETAILS')
-rwxr-xr-xcollab/ingo/DETAILS27
1 files changed, 27 insertions, 0 deletions
diff --git a/collab/ingo/DETAILS b/collab/ingo/DETAILS
new file mode 100755
index 0000000000..2a6192db97
--- /dev/null
+++ b/collab/ingo/DETAILS
@@ -0,0 +1,27 @@
+ SPELL=ingo
+if [[ "$HORDE_DEVEL" == 'y' ]]; then
+ VERSION=$(date +%Y%m%d)
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=cvs://:pserver:cvsread:horde@anoncvs.horde.org:/repository:$SPELL:HEAD
+ SOURCE_IGNORE='volatile'
+ FORCE_DOWNLOAD='on'
+else
+ VERSION=1.0.2-rc1
+ SOURCE_HASH='sha1:ae440b795a245c62134681a0fcd7449bc1068b8c'
+ SOURCE=$SPELL-h3-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-h3-$VERSION
+ SOURCE_URL[0]=ftp://ftp.horde.org/pub/$SPELL/$SOURCE
+fi
+ WEB_SITE=http://www.horde.org/$SPELL/
+ ENTERED=20020718
+ UPDATED=20050420
+ LICENSE[0]=GPL
+ GATHER_DOCS=off
+ BUILD_API=2
+ SHORT='Horde email filter rules management application'
+cat << EOF
+Ingo is an email filter rules manager. It can generate Sieve, procmail and IMAP
+scripts and upload them to or execute them on the server (using a timsieved or
+VFS FTP driver, or the PHP IMAP extension, respectively).
+EOF