summaryrefslogtreecommitdiffstats
path: root/collab/horde/DETAILS
blob: 3db410b3a27a7da518bd748c8b8ca90e0f4a6764 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
           SPELL=horde
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_URL[0]=cvs://:pserver:cvsread:horde@anoncvs.horde.org:/repository:$SPELL:HEAD
   SOURCE_IGNORE='volatile'
  FORCE_DOWNLOAD='on'
else
         VERSION=3.3
     #SOURCE_HASH='sha512:c11e9b95f9793be6fa38033147aeb5ba4d12e75af492ab9b2b7cdb5842472a4babfce5a21266fdea5f0fdc9edaed030ac3eec4b58c728b120cf15a18c2fc6886'
          SOURCE=$SPELL-$VERSION.tar.gz
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
   SOURCE_URL[0]=ftp://ftp.horde.org/pub/$SPELL/$SOURCE
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
      LICENSE[0]=LGPL
     GATHER_DOCS=off
        WEB_SITE=http://www.horde.org/horde/
        KEYWORDS="collab web php"
         ENTERED=20020428
           SHORT="General-purpose web application framework in PHP"
cat << EOF
The Horde Framework is the glue that all Horde applications have in common.
It is many things, including some coding standards, common code, and
inter-application communication. The shared code provides common ways of
handling things like preferences, permissions, browser detection, user help,
and more.

Required PHP compilation options (BUILD fails if they were off):
--with-gettext for internationalization support
--with-xml     for XML support
--with-imap    for IMAP and POP3 support
Recommended PHP compilation options:
--with-mysql  to store preferences in MySQL
--with-pgsql  to store preferences in PostgreSQL
--with-oracle to store preferences in Oracle
--with-ldap   to store preferences in LDAP
--with-mcrypt to provide cryptographics beyond PHP built-in
--enable-ftp  for Gollem support
Also recommended:
* sendmail(8) API and a local sendmail interface (included with sendmail,
* postfix, qmail, exim, and others) as specified by dependency on
  MAIL-TRANSPORT-AGENT in DEPENDS
EOF