summaryrefslogtreecommitdiffstats
path: root/collab/kronolith/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'collab/kronolith/DETAILS')
-rwxr-xr-xcollab/kronolith/DETAILS32
1 files changed, 32 insertions, 0 deletions
diff --git a/collab/kronolith/DETAILS b/collab/kronolith/DETAILS
new file mode 100755
index 0000000000..100a8d95ea
--- /dev/null
+++ b/collab/kronolith/DETAILS
@@ -0,0 +1,32 @@
+ SPELL=kronolith
+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=2.0.4-rc1
+ SOURCE_HASH='sha1:85e7cfbd1cd21f78a8555be185f94003b37588c6'
+ 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=20020427
+ UPDATED=20030108
+ LICENSE[0]=GPL
+ GATHER_DOCS=off
+ BUILD_API=2
+ 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