SPELL=kronolith if [[ "$HORDE_DEVEL" == 'y' ]]; then if [[ "$HORDE_DEVEL_AUTOUPDATE" == "y" ]]; then VERSION=$(date +%Y%m%d) else VERSION=cvs fi SOURCE=$SPELL-cvs.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=2.3.3 #SOURCE_HASH='sha512:fe10d4d169b6ac657a742d8637fc1890e910599ef3832ce5d58cb59fe40550401055d97fb584c8657f773402a5f59960af14b4897cdb7ada534efdc2f73f35c8' SOURCE=$SPELL-h3-$VERSION.tar.gz SOURCE_GPG="gurus.gpg:${SOURCE}.sig:UPSTREAM_HASH" SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-h3-$VERSION SOURCE_URL[0]=ftp://ftp.horde.org/pub/$SPELL/$SOURCE SECURITY_PATCH=1 fi GATHER_DOCS=off LICENSE[0]=GPL WEB_SITE=http://www.horde.org/$SPELL/ ENTERED=20020427 SHORT="Horde calendar application" cat << EOF Kronolith is the Horde calendar application. It provides a stable and featureful individual calendar system for every Horde user, allowing repeating events, all-day events, custom fields, keywords, and managing multiple users through Horde Authentication. The calendar API that Kronolith uses is abstracted such that it could work with any backend, but right now we provide SQL (abstracted to support most databases, including MySQL, PostgreSQL, Oracle, and MSSQL via PEAR DB) and MCAL backend libraries. EOF