View | Details | Raw Unified | Return to bug 36903
Collapse All | Expand All

(-)/usr/ports/www/horde2/Makefile (-6 / +8 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	horde
8
PORTNAME=	horde
9
PORTVERSION=	2.0
9
PORTVERSION=	2.1
10
PORTREVISION=	2
11
CATEGORIES=	www
10
CATEGORIES=	www
12
MASTER_SITES=	ftp://ftp.horde.org/pub/horde/tarballs/
11
MASTER_SITES=	ftp://ftp.horde.org/pub/horde/tarballs/
12
DISTNAME=	${PORTNAME}-${PORTVERSION}-RC2
13
13
14
MAINTAINER=	thierry@pompo.net
14
MAINTAINER=	thierry@pompo.net
15
15
Lines 36-42 Link Here
36
DOCS=		COPYING README docs/CHANGES docs/CODING_STANDARDS \
36
DOCS=		COPYING README docs/CHANGES docs/CODING_STANDARDS \
37
		docs/CONTRIBUTING docs/CREDITS docs/HACKING docs/INSTALL
37
		docs/CONTRIBUTING docs/CREDITS docs/HACKING docs/INSTALL
38
CONFFILE=	html.php lang.php mime_drivers.php mime_mapping.php \
38
CONFFILE=	html.php lang.php mime_drivers.php mime_mapping.php \
39
		motd.php registry.php
39
		motd.php prefs.php registry.php
40
SUB_DIRS=	config graphics lib locale po scripts templates util
40
41
41
LHORDEDIR?=	www/horde
42
LHORDEDIR?=	www/horde
42
LHORDESBIN?=	sbin
43
LHORDESBIN?=	sbin
Lines 65-70 Link Here
65
	@${ECHO_MSG} "PHP with IMAP / IMAP-SSL, OpenLDAP, OpenSSL, mcrypt, XML,"
66
	@${ECHO_MSG} "PHP with IMAP / IMAP-SSL, OpenLDAP, OpenSSL, mcrypt, XML,"
66
	@${ECHO_MSG} "FTP, gettext, pspell, zlib, MCAL and"
67
	@${ECHO_MSG} "FTP, gettext, pspell, zlib, MCAL and"
67
	@${ECHO_MSG} "a database (like MySQL or PostgreSQL)."
68
	@${ECHO_MSG} "a database (like MySQL or PostgreSQL)."
69
	@${ECHO_MSG} "For Japanese language, please enable mbstring."
68
	@${ECHO_MSG} ""
70
	@${ECHO_MSG} ""
69
71
70
pre-install:
72
pre-install:
Lines 83-91 Link Here
83
85
84
do-install:
86
do-install:
85
	@${MKDIR}  ${HORDEDIR}
87
	@${MKDIR}  ${HORDEDIR}
86
	@${CP} -Rp ${WRKSRC}/config ${WRKSRC}/graphics ${WRKSRC}/lib ${HORDEDIR}
88
.for REP in ${SUB_DIRS}
87
	@${CP} -Rp ${WRKSRC}/locale ${WRKSRC}/scripts ${WRKSRC}/templates ${HORDEDIR}
89
	@${CP} -Rp ${WRKSRC}/${REP} ${HORDEDIR}
88
	@${CP} -Rp ${WRKSRC}/po ${WRKSRC}/admin ${WRKSRC}/util ${HORDEDIR}
90
.endfor
89
	@${CP} -p  ${WRKSRC}/*.php ${HORDEDIR}
91
	@${CP} -p  ${WRKSRC}/*.php ${HORDEDIR}
90
	@if [ ! -f ${CONFDIR}/horde.php ]; then \
92
	@if [ ! -f ${CONFDIR}/horde.php ]; then \
91
		${CP} ${CONFDIR}/horde.php.dist ${CONFDIR}/horde.php ; \
93
		${CP} ${CONFDIR}/horde.php.dist ${CONFDIR}/horde.php ; \
(-)/usr/ports/www/horde2/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (horde-2.0.tar.gz) = 039d760ebf282dca33ab6081179c2be0
1
MD5 (horde-2.1-RC2.tar.gz) = 212e5f84a37a20dac48799b9d0f8e4b6
(-)/usr/ports/www/horde2/files/patch-ab (-38 / +36 lines)
Lines 1-48 Link Here
1
--- config/horde.php.dist.orig	Fri Dec 28 19:48:37 2001
1
--- config/horde.php.dist.orig	Sat Mar  9 19:43:35 2002
2
+++ config/horde.php.dist	Thu Jan  3 17:01:56 2002
2
+++ config/horde.php.dist	Wed Mar 13 01:21:30 2002
3
@@ -83,12 +83,13 @@
3
@@ -75,7 +75,7 @@
4
 
5
 /* Which users should be treated as administrators (root, super-user)
6
  * by Horde? Example: $conf['auth']['admins'] = array('admin', 'john');
7
+ * N.B.: 'admin' is used by Jonah to fetch the news.
8
  */
9
-$conf['auth']['admins'] = array();
10
+$conf['auth']['admins'] = array('admin');
11
 
4
 
12
 // What backend should we use for authenticating users to Horde? Valid
5
 // What backend should we use for authenticating users to Horde? Valid
13
 // options are currently 'imap', 'ldap', 'mcal', 'sql', and 'ftp'.
6
 // options are currently 'imap', 'ldap', 'mcal', 'sql', and 'ftp'.
14
-$conf['auth']['driver'] = '';
7
-$conf['auth']['driver'] = '';
15
+$conf['auth']['driver'] = 'imap';
8
+$conf['auth']['driver'] = 'imap';
16
 
9
 
17
 /* An array holding any parameters that the Auth object will need to
10
 // An array holding any parameters that the Auth object will need to
18
  * function correctly. For IMAP, this is the server name, port,
11
 // function correctly.
19
@@ -119,8 +120,12 @@
12
@@ -106,7 +106,7 @@
20
  * and for sql it would be the table name to use. For the 'syslog'
13
 // and for sql it would be the table name to use. For the 'syslog'
21
  * driver it is the facility as a _constant_ (with no quotes), e.g.:
14
 // driver it is the facility as a _constant_ (with no quotes), e.g.:
22
  * ... = LOG_LOCAL0;
15
 // ... = LOG_LOCAL0;
23
+ * Warning: il you keep file, do not forget to add a line in your
24
+ * /etc/newsyslog.conf
25
+ * For example:
26
+ * /var/log/horde.log		600  5     100  *     Z
27
  */
28
-$conf['log']['name'] = '/tmp/horde.log';
16
-$conf['log']['name'] = '/tmp/horde.log';
29
+$conf['log']['name'] = '/var/log/horde.log';
17
+$conf['log']['name'] = '/var/log/horde.log';
30
 
18
 
31
 /* What level of messages should we log? The values are LOG_EMERG,
19
 // What level of messages should we log? The values are LOG_EMERG,
32
  * LOG_ALERT, LOG_CRIT, LOG_ERR, LOG_WARNING, LOG_NOTICE, LOG_INFO,
20
 // LOG_ALERT, LOG_CRIT, LOG_ERR, LOG_WARNING, LOG_NOTICE, LOG_INFO,
33
@@ -148,7 +153,7 @@
21
@@ -131,7 +131,7 @@
34
  * 'session' (preferences only persist during the login), 'ldap', 
22
 // (meaning use system defaults and don't save any user preferences),
35
  * and 'sql'.
23
 // 'session' (preferences only persist during the login), 'ldap', 
36
  */
24
 // and 'sql'.
37
-$conf['prefs']['driver'] = 'none';
25
-$conf['prefs']['driver'] = 'none';
38
+$conf['prefs']['driver'] = 'sql';
26
+$conf['prefs']['driver'] = 'sql';
39
 
27
 
40
 /* Any parameters that the preferences driver needs. This includes
28
 // Any parameters that the preferences driver needs. This includes
41
  * database or ldap server, username/password to connect with, etc.
29
 // database or ldap server, username/password to connect with, etc.
42
@@ -159,12 +164,12 @@
30
@@ -140,12 +140,12 @@
43
  * Be sure to set the prefs driver to 'sql' above if you use this
31
 // This is an example configuration for a MySQL preference backend.
44
  * configuration. 
32
 // The SQL script to setup the preference database is placed in
45
  */
33
 // horde/scripts/db/prefs.sql.
46
-// $conf['prefs']['params']['phptype'] = 'mysql';
34
-// $conf['prefs']['params']['phptype'] = 'mysql';
47
-// $conf['prefs']['params']['hostspec'] = 'localhost';
35
-// $conf['prefs']['params']['hostspec'] = 'localhost';
48
-// $conf['prefs']['params']['username'] = 'horde';
36
-// $conf['prefs']['params']['username'] = 'horde';
Lines 58-69 Link Here
58
 
46
 
59
 
47
 
60
 /**
48
 /**
61
@@ -216,7 +221,7 @@
49
@@ -177,7 +177,7 @@
62
  * option; SMTP requires at least a server and a port (if nonstandard).
50
 // function correctly. For sendmail, this is mainly the sendmail_path
63
  */
51
 // option; SMTP requires at least a server and a port (if nonstandard).
64
 $conf['mailer']['params'] = array();
52
 $conf['mailer']['params'] = array();
65
-// $conf['mailer']['params'] = array('sendmail_path' => '/usr/lib/sendmail');
53
-// $conf['mailer']['params'] = array('sendmail_path' => '/usr/lib/sendmail');
66
+// $conf['mailer']['params'] = array('sendmail_path' => '/usr/sbin/sendmail');
54
+// $conf['mailer']['params'] = array('sendmail_path' => '/usr/sbin/sendmail');
67
 // $conf['mailer']['params'] = array('server' => 'smtp.example.com');
55
 // $conf['mailer']['params'] = array('host' => 'smtp.example.com');
68
 
56
 
69
 /**
57
 
58
@@ -223,3 +223,9 @@
59
 // Should we use DHTML to display a floating menu of Horde appliation
60
 // links, instead of a frame?
61
 $conf['menu']['floating_bar'] = false;
62
+
63
+/* Which users should be treated as administrators (root, super-user)
64
+ * by Horde? Example: $conf['auth']['admins'] = array('admin', 'john');
65
+ * N.B.: 'admin' is used by Jonah to fetch the news.
66
+ */
67
+$conf['auth']['admins'] = array('admin');
(-)/usr/ports/www/horde2/files/patch-ac (-31 / +89 lines)
Lines 1-5 Link Here
1
--- config/registry.php.dist.orig	Sun Dec 23 03:22:14 2001
1
--- config/registry.php.dist.orig	Tue Mar 12 17:56:41 2002
2
+++ config/registry.php.dist	Tue Dec 25 13:11:34 2001
2
+++ config/registry.php.dist	Mon Apr  8 21:47:24 2002
3
@@ -20,8 +20,8 @@
3
@@ -20,8 +20,8 @@
4
  *   IMP or Gollem handle the authentication for Horde. This avoids the
4
  *   IMP or Gollem handle the authentication for Horde. This avoids the
5
  *   "double login" while accessing IMP.
5
  *   "double login" while accessing IMP.
Lines 11-50 Link Here
11
 
11
 
12
 /* mail: Handler for sending mail. */
12
 /* mail: Handler for sending mail. */
13
 $this->registry['mail']['compose'] = 'imp';
13
 $this->registry['mail']['compose'] = 'imp';
14
@@ -62,32 +62,103 @@
14
@@ -33,12 +33,18 @@
15
 $this->registry['contacts']['sources'] = 'turba';
16
 $this->registry['contacts']['fields'] = 'turba';
17
 
18
+/* nic: network utilities */
19
+$this->registry['net']['finger'] = 'nic';
20
+
21
 /* tasks: Handler for todo lists. */
22
 $this->registry['tasks']['search'] = 'nag';
23
 $this->registry['tasks']['list'] = 'nag';
24
 $this->registry['tasks']['show'] = 'nag';
25
 $this->registry['tasks']['add'] = 'nag';
26
 
27
+/* whups: bugs reports */
28
+$this->registry['projects']['list'] = 'whups';
29
+$this->registry['projects']['add'] = 'whups';
30
 
31
 /**
32
  * Application registry
33
@@ -68,50 +74,112 @@
15
     'server_port' => $GLOBALS['HTTP_SERVER_VARS']['SERVER_PORT']
34
     'server_port' => $GLOBALS['HTTP_SERVER_VARS']['SERVER_PORT']
16
 );
35
 );
17
 
36
 
18
-// $this->applications['imp'] = array(
37
-// $this->applications['imp'] = array(
19
-//     'fileroot' => dirname(__FILE__) . '/../imp',
38
-//     'fileroot' => dirname(__FILE__) . '/../imp',
20
-//     'webroot' => $this->applications['horde']['webroot'] . '/imp',
39
-//     'webroot' => $this->applications['horde']['webroot'] . '/imp',
21
-//     'icon' => '/horde/imp/graphics/imp.gif',
40
-//     'icon' => $this->applications['horde']['webroot'] . '/imp/graphics/imp.gif',
22
-//     'name' => _("Mail"),
41
-//     'name' => _("Mail"),
23
-//     'allow_guests' => true,
42
-//     'allow_guests' => false,
24
-//     'show' => true
43
-//     'show' => true
25
-// );
44
-// );
26
-
45
-
27
-// $this->applications['turba'] = array(
46
-// $this->applications['turba'] = array(
28
-//     'fileroot' => dirname(__FILE__) . '/../turba',
47
-//     'fileroot' => dirname(__FILE__) . '/../turba',
29
-//     'webroot' => $this->applications['horde']['webroot'] . '/turba',
48
-//     'webroot' => $this->applications['horde']['webroot'] . '/turba',
30
-//     'icon' => '/horde/turba/graphics/turba.gif',
49
-//     'icon' => $this->applications['horde']['webroot'] . '/turba/graphics/turba.gif',
31
-//     'name' => _("Addressbook"),
50
-//     'name' => _("Addressbook"),
32
-//     'allow_guests' => false,
51
-//     'allow_guests' => false,
33
-//     'show' => true
52
-//     'show' => true
34
-// );
53
-// );
35
-
54
-
55
-// $this->applications['kronolith'] = array(
56
-//     'fileroot' => dirname(__FILE__) . '/../kronolith',
57
-//     'webroot' => $this->applications['horde']['webroot'] . '/kronolith',
58
-//     'icon' => $this->applications['horde']['webroot'] . '/kronolith/graphics/kronolith.gif',
59
-//     'name' => _("Calendar"),
60
-//     'allow_guests' => false,
61
-//     'show' => false
62
-// );
63
-
64
-// $this->applications['nag'] = array(
65
-//     'fileroot' => dirname(__FILE__) . '/../nag',
66
-//     'webroot' => $this->applications['horde']['webroot'] . '/nag',
67
-//     'icon' => $this->applications['horde']['webroot'] . '/nag/graphics/nag.gif',
68
-//     'name' => _("Tasks"),
69
-//     'allow_guests' => false,
70
-//     'show' => false
71
-// );
72
-
36
-// $this->applications['chora'] = array(
73
-// $this->applications['chora'] = array(
37
-//     'fileroot' => dirname(__FILE__) . '/../chora',
74
-//     'fileroot' => dirname(__FILE__) . '/../chora',
38
-//     'webroot' => $this->applications['horde']['webroot'] . '/chora',
75
-//     'webroot' => $this->applications['horde']['webroot'] . '/chora',
39
-//     'icon' => '/horde/chora/graphics/chora.gif',
76
-//     'icon' => $this->applications['horde']['webroot'] . '/chora/graphics/chora.gif',
40
-//     'name' => _("CVS"),
77
-//     'name' => _("CVS"),
41
-//     'allow_guests' => true,
78
-//     'allow_guests' => false,
42
-//     'show' => false
79
-//     'show' => false
43
-// );
80
-// );
44
+//UNCOMMENTWHENINSTIMP$this->applications['imp'] = array(
81
+//UNCOMMENTWHENINSTIMP$this->applications['imp'] = array(
45
+//UNCOMMENTWHENINSTIMP    'fileroot' => dirname(__FILE__) . '/../imp',
82
+//UNCOMMENTWHENINSTIMP    'fileroot' => dirname(__FILE__) . '/../imp',
46
+//UNCOMMENTWHENINSTIMP    'webroot' => $this->applications['horde']['webroot'] . '/imp',
83
+//UNCOMMENTWHENINSTIMP    'webroot' => $this->applications['horde']['webroot'] . '/imp',
47
+//UNCOMMENTWHENINSTIMP    'icon' => '/horde/imp/graphics/imp.gif',
84
+//UNCOMMENTWHENINSTIMP    'icon' => $this->applications['horde']['webroot'] . '/imp/graphics/imp.gif',
48
+//UNCOMMENTWHENINSTIMP    'name' => _("Mail"),
85
+//UNCOMMENTWHENINSTIMP    'name' => _("Mail"),
49
+//UNCOMMENTWHENINSTIMP    'allow_guests' => false,
86
+//UNCOMMENTWHENINSTIMP    'allow_guests' => false,
50
+//UNCOMMENTWHENINSTIMP    'show' => true
87
+//UNCOMMENTWHENINSTIMP    'show' => true
Lines 53-79 Link Here
53
+//UNCOMMENTWHENINSTTURBA$this->applications['turba'] = array(
90
+//UNCOMMENTWHENINSTTURBA$this->applications['turba'] = array(
54
+//UNCOMMENTWHENINSTTURBA    'fileroot' => dirname(__FILE__) . '/../turba',
91
+//UNCOMMENTWHENINSTTURBA    'fileroot' => dirname(__FILE__) . '/../turba',
55
+//UNCOMMENTWHENINSTTURBA    'webroot' => $this->applications['horde']['webroot'] . '/turba',
92
+//UNCOMMENTWHENINSTTURBA    'webroot' => $this->applications['horde']['webroot'] . '/turba',
56
+//UNCOMMENTWHENINSTTURBA    'icon' => '/horde/turba/graphics/turba.gif',
93
+//UNCOMMENTWHENINSTTURBA    'icon' => $this->applications['horde']['webroot'] . '/turba/graphics/turba.gif',
57
+//UNCOMMENTWHENINSTTURBA    'name' => _("Addressbook"),
94
+//UNCOMMENTWHENINSTTURBA    'name' => _("Addressbook"),
58
+//UNCOMMENTWHENINSTTURBA    'allow_guests' => false,
95
+//UNCOMMENTWHENINSTTURBA    'allow_guests' => false,
59
+//UNCOMMENTWHENINSTTURBA    'show' => true
96
+//UNCOMMENTWHENINSTTURBA    'show' => true
60
+//UNCOMMENTWHENINSTTURBA );
97
+//UNCOMMENTWHENINSTTURBA);
61
+
62
+//UNCOMMENTWHENINSTCHORA$this->applications['chora'] = array(
63
+//UNCOMMENTWHENINSTCHORA    'fileroot' => dirname(__FILE__) . '/../chora',
64
+//UNCOMMENTWHENINSTCHORA    'webroot' => $this->applications['horde']['webroot'] . '/chora',
65
+//UNCOMMENTWHENINSTCHORA    'icon' => '/horde/chora/graphics/chora.gif',
66
+//UNCOMMENTWHENINSTCHORA    'name' => _("CVS"),
67
+//UNCOMMENTWHENINSTCHORA    'allow_guests' => true,
68
+//UNCOMMENTWHENINSTCHORA    'show' => true
69
+//UNCOMMENTWHENINSTCHORA );
70
+ 
98
+ 
71
+//UNCOMMENTWHENINSTGOLLEM$this->applications['gollem'] = array(
99
+//UNCOMMENTWHENINSTGOLLEM$this->applications['gollem'] = array(
72
+//UNCOMMENTWHENINSTGOLLEM    'fileroot' => dirname(__FILE__) . '/../gollem',
100
+//UNCOMMENTWHENINSTGOLLEM    'fileroot' => dirname(__FILE__) . '/../gollem',
73
+//UNCOMMENTWHENINSTGOLLEM    'webroot' => '/horde/gollem',
101
+//UNCOMMENTWHENINSTGOLLEM    'webroot' => '/horde/gollem',
74
+//UNCOMMENTWHENINSTGOLLEM    'icon' => '/horde/gollem/graphics/gollem.gif',
102
+//UNCOMMENTWHENINSTGOLLEM    'icon' => '/horde/gollem/graphics/gollem.gif',
75
+//UNCOMMENTWHENINSTGOLLEM    'name' => _("FTP"),
103
+//UNCOMMENTWHENINSTGOLLEM    'name' => _("FTP"),
76
+//UNCOMMENTWHENINSTGOLLEM    'allow_guests' => true,
104
+//UNCOMMENTWHENINSTGOLLEM    'allow_guests' => false,
77
+//UNCOMMENTWHENINSTGOLLEM    'show' => true
105
+//UNCOMMENTWHENINSTGOLLEM    'show' => true
78
+//UNCOMMENTWHENINSTGOLLEM);
106
+//UNCOMMENTWHENINSTGOLLEM);
79
+
107
+
Lines 82-95 Link Here
82
+//UNCOMMENTWHENINSTNIC    'webroot' => '/horde/nic',
110
+//UNCOMMENTWHENINSTNIC    'webroot' => '/horde/nic',
83
+//UNCOMMENTWHENINSTNIC    'icon' => '/horde/nic/graphics/nic.gif',
111
+//UNCOMMENTWHENINSTNIC    'icon' => '/horde/nic/graphics/nic.gif',
84
+//UNCOMMENTWHENINSTNIC    'name' => _("Network"),
112
+//UNCOMMENTWHENINSTNIC    'name' => _("Network"),
85
+//UNCOMMENTWHENINSTNIC    'allow_guests' => true,
113
+//UNCOMMENTWHENINSTNIC    'allow_guests' => false,
86
+//UNCOMMENTWHENINSTNIC    'show' => true
114
+//UNCOMMENTWHENINSTNIC    'show' => true
87
+//UNCOMMENTWHENINSTNIC);
115
+//UNCOMMENTWHENINSTNIC);
88
+
116
+
89
+//UNCOMMENTWHENINSTKRONOLITH$this->applications['kronolith'] = array(
117
+//UNCOMMENTWHENINSTKRONOLITH$this->applications['kronolith'] = array(
90
+//UNCOMMENTWHENINSTKRONOLITH    'fileroot' => dirname(__FILE__) . '/../kronolith',
118
+//UNCOMMENTWHENINSTKRONOLITH    'fileroot' => dirname(__FILE__) . '/../kronolith',
91
+//UNCOMMENTWHENINSTKRONOLITH    'webroot' => '/horde/kronolith',
119
+//UNCOMMENTWHENINSTKRONOLITH    'webroot' => $this->applications['horde']['webroot'] . '/kronolith',
92
+//UNCOMMENTWHENINSTKRONOLITH    'icon' => '/horde/kronolith/graphics/kronolith.gif',
120
+//UNCOMMENTWHENINSTKRONOLITH    'icon' => $this->applications['horde']['webroot'] . '/kronolith/graphics/kronolith.gif',
93
+//UNCOMMENTWHENINSTKRONOLITH    'name' => _("Calendar"),
121
+//UNCOMMENTWHENINSTKRONOLITH    'name' => _("Calendar"),
94
+//UNCOMMENTWHENINSTKRONOLITH    'allow_guests' => false,
122
+//UNCOMMENTWHENINSTKRONOLITH    'allow_guests' => false,
95
+//UNCOMMENTWHENINSTKRONOLITH    'show' => true
123
+//UNCOMMENTWHENINSTKRONOLITH    'show' => true
Lines 109-133 Link Here
109
+//UNCOMMENTWHENINSTTROLL    'webroot' => '/horde/troll',
137
+//UNCOMMENTWHENINSTTROLL    'webroot' => '/horde/troll',
110
+//UNCOMMENTWHENINSTTROLL    'icon' => '/horde/troll/graphics/troll.gif',
138
+//UNCOMMENTWHENINSTTROLL    'icon' => '/horde/troll/graphics/troll.gif',
111
+//UNCOMMENTWHENINSTTROLL    'name' => _("News"),
139
+//UNCOMMENTWHENINSTTROLL    'name' => _("News"),
112
+//UNCOMMENTWHENINSTTROLL    'allow_guests' => true,
140
+//UNCOMMENTWHENINSTTROLL    'allow_guests' => false,
113
+//UNCOMMENTWHENINSTTROLL    'show' => true
141
+//UNCOMMENTWHENINSTTROLL    'show' => true
114
+//UNCOMMENTWHENINSTTROLL);
142
+//UNCOMMENTWHENINSTTROLL);
115
+
143
+
144
+//UNCOMMENTWHENINSTCHORA$this->applications['chora'] = array(
145
+//UNCOMMENTWHENINSTCHORA    'fileroot' => dirname(__FILE__) . '/../chora',
146
+//UNCOMMENTWHENINSTCHORA    'webroot' => $this->applications['horde']['webroot'] . '/chora',
147
+//UNCOMMENTWHENINSTCHORA    'icon' => $this->applications['horde']['webroot'] . '/chora/graphics/chora.gif',
148
+//UNCOMMENTWHENINSTCHORA    'name' => _("CVS"),
149
+//UNCOMMENTWHENINSTCHORA    'allow_guests' => true,
150
+//UNCOMMENTWHENINSTCHORA    'show' => true
151
+//UNCOMMENTWHENINSTCHORA);
152
+
153
+//UNCOMMENTWHENINSTBABEL$this->applications['babel'] = array(
154
+//UNCOMMENTWHENINSTBABEL    'fileroot' => dirname(__FILE__) . '/../babel',
155
+//UNCOMMENTWHENINSTBABEL    'webroot' => $this->applications['horde']['webroot'] . '/babel',
156
+//UNCOMMENTWHENINSTBABEL    'icon' => $this->applications['horde']['webroot'] . '/babel/graphics/babel.gif',
157
+//UNCOMMENTWHENINSTBABEL    'name' => _("i18n"),
158
+//UNCOMMENTWHENINSTBABEL    'allow_guests' => false,
159
+//UNCOMMENTWHENINSTBABEL    'show' => true
160
+//UNCOMMENTWHENINSTBABEL);
161
+
116
+//UNCOMMENTWHENINSTWHUPS$this->applications['whups'] = array(
162
+//UNCOMMENTWHENINSTWHUPS$this->applications['whups'] = array(
117
+//UNCOMMENTWHENINSTWHUPS    'fileroot' => dirname(__FILE__) . '/../whups',
163
+//UNCOMMENTWHENINSTWHUPS    'fileroot' => dirname(__FILE__) . '/../whups',
118
+//UNCOMMENTWHENINSTWHUPS    'webroot' => '/horde/whups',
164
+//UNCOMMENTWHENINSTWHUPS    'webroot' => '/horde/whups',
119
+//UNCOMMENTWHENINSTWHUPS    'icon' => '/horde/whups/graphics/whups.gif',
165
+//UNCOMMENTWHENINSTWHUPS    'icon' => '/horde/whups/graphics/whups.gif',
120
+//UNCOMMENTWHENINSTWHUPS    'name' => _("Bugs"),
166
+//UNCOMMENTWHENINSTWHUPS    'name' => _("Bugs"),
121
+//UNCOMMENTWHENINSTWHUPS    'allow_guests' => true,
167
+//UNCOMMENTWHENINSTWHUPS    'allow_guests' => false,
122
+//UNCOMMENTWHENINSTWHUPS    'show' => true
168
+//UNCOMMENTWHENINSTWHUPS    'show' => true
123
+//UNCOMMENTWHENINSTWHUPS);
169
+//UNCOMMENTWHENINSTWHUPS);
124
+
170
+
125
+//UNCOMMENTWHENINSTNAG$this->applications['nag'] = array(
171
+//UNCOMMENTWHENINSTNAG$this->applications['nag'] = array(
126
+//UNCOMMENTWHENINSTNAG    'fileroot' => dirname(__FILE__) . '/../nag',
172
+//UNCOMMENTWHENINSTNAG    'fileroot' => dirname(__FILE__) . '/../nag',
127
+//UNCOMMENTWHENINSTNAG    'webroot' => '/horde/nag',
173
+//UNCOMMENTWHENINSTNAG    'webroot' => $this->applications['horde']['webroot'] . '/nag',
128
+//UNCOMMENTWHENINSTNAG    'icon' => '/horde/nag/graphics/nag.gif',
174
+//UNCOMMENTWHENINSTNAG    'icon' => $this->applications['horde']['webroot'] . '/nag/graphics/nag.gif',
129
+//UNCOMMENTWHENINSTNAG    'name' => _("Tasks"),
175
+//UNCOMMENTWHENINSTNAG    'name' => _("Tasks"),
130
+//UNCOMMENTWHENINSTNAG    'allow_guests' => true,
176
+//UNCOMMENTWHENINSTNAG    'allow_guests' => false,
131
+//UNCOMMENTWHENINSTNAG    'show' => true
177
+//UNCOMMENTWHENINSTNAG    'show' => true
132
+//UNCOMMENTWHENINSTNAG);
178
+//UNCOMMENTWHENINSTNAG);
133
+
179
+
Lines 141-147 Link Here
141
 
187
 
142
 
188
 
143
 /** 
189
 /** 
144
@@ -144,6 +215,49 @@
190
@@ -168,6 +236,61 @@
145
     'function' => 'turbaGetFields',
191
     'function' => 'turbaGetFields',
146
     'args' => array('addressbook'),
192
     'args' => array('addressbook'),
147
     'type' => 'array'
193
     'type' => 'array'
Lines 183-188 Link Here
183
+);
229
+);
184
+
230
+
185
+
231
+
232
+$this->services['whups']['projects']['list'] = array(
233
+    'file' => '%application%/lib/api.php',
234
+    'function' => 'whupsListModules',
235
+    'args' => array(),
236
+    'type' => 'array'
237
+);
238
+$this->services['whups']['projects']['add'] = array(
239
+    'file' => '%application%/lib/api.php',
240
+    'function' => 'whupsAddModule',
241
+    'args' => array('name'),
242
+    'type' => 'integer'
243
+);
186
+$this->services['whups']['horde']['summary'] = array(
244
+$this->services['whups']['horde']['summary'] = array(
187
+    'file' => '%application%/lib/api.php',
245
+    'file' => '%application%/lib/api.php',
188
+    'function' => 'whupsSummary',
246
+    'function' => 'whupsSummary',
Lines 190-193 Link Here
190
+    'type' => 'string'
248
+    'type' => 'string'
191
 );
249
 );
192
 
250
 
193
 $this->services['default']['mail']['compose'] = array(
251
 $this->services['kronolith']['horde']['summary'] = array(
(-)/usr/ports/www/horde2/files/patch-mime_drivers.php.dist (-31 / +41 lines)
Lines 1-5 Link Here
1
--- config/mime_drivers.php.dist.orig	Sun Dec 23 22:36:27 2001
1
--- config/mime_drivers.php.dist.orig	Sat Mar  9 19:43:39 2002
2
+++ config/mime_drivers.php.dist	Sun Feb 17 10:11:21 2002
2
+++ config/mime_drivers.php.dist	Tue Mar 12 22:51:51 2002
3
@@ -20,8 +20,12 @@
3
@@ -20,8 +20,12 @@
4
 
4
 
5
 $mime_drivers_map['horde']['registered'] = array(
5
 $mime_drivers_map['horde']['registered'] = array(
Lines 15-21 Link Here
15
     );
15
     );
16
 
16
 
17
 
17
 
18
@@ -101,19 +105,19 @@
18
@@ -101,22 +105,22 @@
19
  */
19
  */
20
 
20
 
21
 /* Location of the enscript binary. */
21
 /* Location of the enscript binary. */
Lines 24-54 Link Here
24
-// $mime_drivers['horde']['enscript']['handles'] = array(
24
-// $mime_drivers['horde']['enscript']['handles'] = array(
25
-//     'text/html', 'x-extension/pl', 'x-extension/c',
25
-//     'text/html', 'x-extension/pl', 'x-extension/c',
26
-//     'text/xml', 'application/x-sh', 'application/x-javascript',
26
-//     'text/xml', 'application/x-sh', 'application/x-javascript',
27
-//     'x-extension/java', 'x-extension/h', 'x-extension/cpp');
27
-//     'x-extension/java', 'x-extension/h', 'x-extension/cpp',
28
-//     'x-extension/vhd', 'x-extension/vhdl', 'x-extension/sql',
29
-//     'x-extension/vb', 'x-extension/vba', 'x-extension/el');
28
-// $mime_drivers['horde']['enscript']['icons'] = array(
30
-// $mime_drivers['horde']['enscript']['icons'] = array(
29
-//     'default'          => 'text.gif',
31
-//     'default'                  => 'text.gif',
30
-//     'text/html'        => 'html.gif',
32
-//     'text/html'                => 'html.gif',
31
-//     'text/xml'         => 'xml.gif',
33
-//     'text/xml'                 => 'xml.gif',
32
-//     'x-extension/c'    => 'source-c.gif',
34
-//     'x-extension/c'            => 'source-c.gif',
33
-//     'x-extension/h'    => 'source-h.gif',
35
-//     'x-extension/h'            => 'source-h.gif',
34
-//     'x-extension/java' => 'source-java.gif');
36
-//     'x-extension/java'         => 'source-java.gif',
35
+//UNCOMMENTWHENINSTCHORA $mime_drivers['horde']['enscript']['location'] = '%%LOCALBASE%%/bin/enscript';
37
-//     'application/x-javascript' => 'script-js.gif');
36
+//UNCOMMENTWHENINSTCHORA $mime_drivers['horde']['enscript']['inline'] = false;
38
+//UNCOMMENTWHENINSTCHORA$mime_drivers['horde']['enscript']['location'] = '%%LOCALBASE%%/bin/enscript';
37
+//UNCOMMENTWHENINSTCHORA $mime_drivers['horde']['enscript']['handles'] = array(
39
+//UNCOMMENTWHENINSTCHORA$mime_drivers['horde']['enscript']['inline'] = false;
38
+//UNCOMMENTWHENINSTCHORA     'text/html', 'x-extension/pl', 'x-extension/c',
40
+//UNCOMMENTWHENINSTCHORA$mime_drivers['horde']['enscript']['handles'] = array(
39
+//UNCOMMENTWHENINSTCHORA     'text/xml', 'application/x-sh', 'application/x-javascript',
41
+//UNCOMMENTWHENINSTCHORA    'text/html', 'x-extension/pl', 'x-extension/c',
40
+//UNCOMMENTWHENINSTCHORA     'x-extension/java', 'x-extension/h', 'x-extension/cpp');
42
+//UNCOMMENTWHENINSTCHORA    'text/xml', 'application/x-sh', 'application/x-javascript',
41
+//UNCOMMENTWHENINSTCHORA $mime_drivers['horde']['enscript']['icons'] = array(
43
+//UNCOMMENTWHENINSTCHORA    'x-extension/java', 'x-extension/h', 'x-extension/cpp',
42
+//UNCOMMENTWHENINSTCHORA     'default'          => 'text.gif',
44
+//UNCOMMENTWHENINSTCHORA    'x-extension/vhd', 'x-extension/vhdl', 'x-extension/sql',
43
+//UNCOMMENTWHENINSTCHORA     'text/html'        => 'html.gif',
45
+//UNCOMMENTWHENINSTCHORA    'x-extension/vb', 'x-extension/vba', 'x-extension/el');
44
+//UNCOMMENTWHENINSTCHORA     'text/xml'         => 'xml.gif',
46
+//UNCOMMENTWHENINSTCHORA$mime_drivers['horde']['enscript']['icons'] = array(
45
+//UNCOMMENTWHENINSTCHORA     'x-extension/c'    => 'source-c.gif',
47
+//UNCOMMENTWHENINSTCHORA    'default'                  => 'text.gif',
46
+//UNCOMMENTWHENINSTCHORA     'x-extension/h'    => 'source-h.gif',
48
+//UNCOMMENTWHENINSTCHORA    'text/html'                => 'html.gif',
47
+//UNCOMMENTWHENINSTCHORA     'x-extension/java' => 'source-java.gif');
49
+//UNCOMMENTWHENINSTCHORA    'text/xml'                 => 'xml.gif',
50
+//UNCOMMENTWHENINSTCHORA    'x-extension/c'            => 'source-c.gif',
51
+//UNCOMMENTWHENINSTCHORA    'x-extension/h'            => 'source-h.gif',
52
+//UNCOMMENTWHENINSTCHORA    'x-extension/java'         => 'source-java.gif',
53
+//UNCOMMENTWHENINSTCHORA    'application/x-javascript' => 'script-js.gif');
48
 
54
 
49
 
55
 
50
 /**
56
 /**
51
@@ -121,7 +125,7 @@
57
@@ -124,7 +128,7 @@
52
  */
58
  */
53
 
59
 
54
 /* Location of the tar binary. */
60
 /* Location of the tar binary. */
Lines 57-63 Link Here
57
 $mime_drivers['horde']['tgz']['inline'] = true;
63
 $mime_drivers['horde']['tgz']['inline'] = true;
58
 $mime_drivers['horde']['tgz']['handles'] = array(
64
 $mime_drivers['horde']['tgz']['handles'] = array(
59
     'x-extension/tgz',
65
     'x-extension/tgz',
60
@@ -138,13 +142,13 @@
66
@@ -142,14 +146,14 @@
61
  */
67
  */
62
 
68
 
63
 /* Location of the zipinfo binary. */
69
 /* Location of the zipinfo binary. */
Lines 65-70 Link Here
65
-// $mime_drivers['horde']['zip']['inline'] = true;
71
-// $mime_drivers['horde']['zip']['inline'] = true;
66
-// $mime_drivers['horde']['zip']['handles'] = array(
72
-// $mime_drivers['horde']['zip']['handles'] = array(
67
-//     'x-extension/zip',
73
-//     'x-extension/zip',
74
-//     'application/x-compressed',
68
-//     'application/x-zip-compressed');
75
-//     'application/x-zip-compressed');
69
-// $mime_drivers['horde']['zip']['icons'] = array(
76
-// $mime_drivers['horde']['zip']['icons'] = array(
70
-//     'default' => 'compressed.gif');
77
-//     'default' => 'compressed.gif');
Lines 72-103 Link Here
72
+//UNCOMMENTIFZIP $mime_drivers['horde']['zip']['inline'] = true;
79
+//UNCOMMENTIFZIP $mime_drivers['horde']['zip']['inline'] = true;
73
+//UNCOMMENTIFZIP $mime_drivers['horde']['zip']['handles'] = array(
80
+//UNCOMMENTIFZIP $mime_drivers['horde']['zip']['handles'] = array(
74
+//UNCOMMENTIFZIP     'x-extension/zip',
81
+//UNCOMMENTIFZIP     'x-extension/zip',
82
+//UNCOMMENTIFZIP     'application/x-compressed',
75
+//UNCOMMENTIFZIP     'application/x-zip-compressed');
83
+//UNCOMMENTIFZIP     'application/x-zip-compressed');
76
+//UNCOMMENTIFZIP $mime_drivers['horde']['zip']['icons'] = array(
84
+//UNCOMMENTIFZIP $mime_drivers['horde']['zip']['icons'] = array(
77
+//UNCOMMENTIFZIP     'default' => 'compressed.gif');
85
+//UNCOMMENTIFZIP     'default' => 'compressed.gif');
78
 
86
 
79
 
87
 
80
 /**
88
 /**
81
@@ -153,12 +157,12 @@
89
@@ -158,13 +162,13 @@
82
  */
90
  */
83
 
91
 
84
 /* Location of the rar binary. */
92
 /* Location of the rar binary. */
85
-// $mime_drivers['horde']['rar']['location'] = '/usr/bin/rar';
93
-// $mime_drivers['horde']['rar']['location'] = '/usr/bin/rar';
86
-// $mime_drivers['horde']['rar']['inline'] = true;
94
-// $mime_drivers['horde']['rar']['inline'] = true;
87
-// $mime_drivers['horde']['rar']['handles'] = array(
95
-// $mime_drivers['horde']['rar']['handles'] = array(
88
-//     'x-extension/rar');
96
-//     'x-extension/rar',
97
-//     'application/x-rar-compressed');
89
-// $mime_drivers['horde']['rar']['icons'] = array(
98
-// $mime_drivers['horde']['rar']['icons'] = array(
90
-//     'default' => 'compressed.gif');
99
-//     'default' => 'compressed.gif');
91
+//UNCOMMENTIFRAR $mime_drivers['horde']['rar']['location'] = '%%LOCALBASE%%/bin/rar';
100
+//UNCOMMENTIFRAR $mime_drivers['horde']['rar']['location'] = '%%LOCALBASE%%/bin/rar';
92
+//UNCOMMENTIFRAR $mime_drivers['horde']['rar']['inline'] = true;
101
+//UNCOMMENTIFRAR $mime_drivers['horde']['rar']['inline'] = true;
93
+//UNCOMMENTIFRAR $mime_drivers['horde']['rar']['handles'] = array(
102
+//UNCOMMENTIFRAR $mime_drivers['horde']['rar']['handles'] = array(
94
+//UNCOMMENTIFRAR     'x-extension/rar');
103
+//UNCOMMENTIFRAR     'x-extension/rar',
104
+//UNCOMMENTIFRAR     'application/x-rar-compressed');
95
+//UNCOMMENTIFRAR $mime_drivers['horde']['rar']['icons'] = array(
105
+//UNCOMMENTIFRAR $mime_drivers['horde']['rar']['icons'] = array(
96
+//UNCOMMENTIFRAR     'default' => 'compressed.gif');
106
+//UNCOMMENTIFRAR     'default' => 'compressed.gif');
97
 
107
 
98
 
108
 
99
 /**
109
 /**
100
@@ -168,15 +172,15 @@
110
@@ -174,15 +178,15 @@
101
  */
111
  */
102
 
112
 
103
 /* Location of the wvHtml binary. */
113
 /* Location of the wvHtml binary. */
Lines 122-128 Link Here
122
 
132
 
123
 
133
 
124
 /**
134
 /**
125
@@ -186,14 +190,14 @@
135
@@ -192,14 +196,14 @@
126
  */
136
  */
127
 
137
 
128
 /* Location of the xlhtml binary. */
138
 /* Location of the xlhtml binary. */
Lines 145-151 Link Here
145
 
155
 
146
 
156
 
147
 /**
157
 /**
148
@@ -204,14 +208,14 @@
158
@@ -210,14 +214,14 @@
149
  */
159
  */
150
 
160
 
151
 /* Location of the ppthtml binary. */
161
 /* Location of the ppthtml binary. */
(-)/usr/ports/www/horde2/pkg-descr (-7 / +2 lines)
Lines 1-11 Link Here
1
Horde  2.0 is a massive upgrade of the Horde Application Framework.
1
Horde is a framework used by several applications written in PHP4.
2
3
Many components have been added or streamlined. Inter-application
4
support is much more robust, a generic MIME_Viewer framework is
5
included, the preferences system supports global or application scope
6
for preferences, and assorted bugs have been fixed.
7
2
8
Horde is used by these ports: mail/imp3, mail/turba, devel/chora,
3
Horde is used by these ports: mail/imp3, mail/turba, devel/chora,
9
deskutils/kronolith, deskutils/nag, www/jonah and net/nic.
4
deskutils/kronolith, deskutils/nag, www/jonah, net/nic and devel/whups.
10
5
11
WWW: http://www.horde.org/
6
WWW: http://www.horde.org/
(-)/usr/ports/www/horde2/pkg-plist (-61 / +73 lines)
Lines 1-36 Link Here
1
%%HORDEDIR%%/admin/css/find.php
2
%%HORDEDIR%%/admin/css/graphics/color_picker.gif
3
%%HORDEDIR%%/admin/css/index.php
4
%%HORDEDIR%%/admin/css/templates/colorpicker/behavior.js
5
%%HORDEDIR%%/admin/css/templates/colorpicker/blue.gif
6
%%HORDEDIR%%/admin/css/templates/colorpicker/boxbevel.gif
7
%%HORDEDIR%%/admin/css/templates/colorpicker/colorspace.js
8
%%HORDEDIR%%/admin/css/templates/colorpicker/colorthumb.gif
9
%%HORDEDIR%%/admin/css/templates/colorpicker/getcolor.js
10
%%HORDEDIR%%/admin/css/templates/colorpicker/green.gif
11
%%HORDEDIR%%/admin/css/templates/colorpicker/grey3.gif
12
%%HORDEDIR%%/admin/css/templates/colorpicker/grey4.gif
13
%%HORDEDIR%%/admin/css/templates/colorpicker/grey5.gif
14
%%HORDEDIR%%/admin/css/templates/colorpicker/hls.jpg
15
%%HORDEDIR%%/admin/css/templates/colorpicker/hls_sat.jpg
16
%%HORDEDIR%%/admin/css/templates/colorpicker/openit.js
17
%%HORDEDIR%%/admin/css/templates/colorpicker/picker_two.html
18
%%HORDEDIR%%/admin/css/templates/colorpicker/red.gif
19
%%HORDEDIR%%/admin/css/templates/colorpicker/rgb.gif
20
%%HORDEDIR%%/admin/css/templates/colorpicker/spectrum.gif
21
%%HORDEDIR%%/admin/css/templates/colorpicker/spectrum.jpg
22
%%HORDEDIR%%/admin/css/templates/colorpicker/tabHLS.gif
23
%%HORDEDIR%%/admin/css/templates/colorpicker/tabHSB.gif
24
%%HORDEDIR%%/admin/css/templates/colorpicker/tabRGB.gif
25
%%HORDEDIR%%/admin/css/templates/colorpicker/thumb.gif
26
%%HORDEDIR%%/admin/css/templates/colorpicker/thumbB.gif
27
%%HORDEDIR%%/admin/css/templates/colorpicker/thumbC.gif
28
%%HORDEDIR%%/admin/css/templates/colorpicker/thumbG.gif
29
%%HORDEDIR%%/admin/css/templates/colorpicker/thumbL.gif
30
%%HORDEDIR%%/admin/css/templates/colorpicker/thumbR.gif
31
%%HORDEDIR%%/admin/css/templates/colorpicker/thumbS.gif
32
%%HORDEDIR%%/admin/css/templates/colorpicker/thumbT.gif
33
%%HORDEDIR%%/admin/user.php
34
%%HORDEDIR%%/config/.htaccess
1
%%HORDEDIR%%/config/.htaccess
35
%%HORDEDIR%%/config/horde.php
2
%%HORDEDIR%%/config/horde.php
36
%%HORDEDIR%%/config/horde.php.dist
3
%%HORDEDIR%%/config/horde.php.dist
Lines 46-61 Link Here
46
%%HORDEDIR%%/config/mime_mapping.php.dist
13
%%HORDEDIR%%/config/mime_mapping.php.dist
47
%%HORDEDIR%%/config/motd.php
14
%%HORDEDIR%%/config/motd.php
48
%%HORDEDIR%%/config/motd.php.dist
15
%%HORDEDIR%%/config/motd.php.dist
16
%%HORDEDIR%%/config/prefs.php
17
%%HORDEDIR%%/config/prefs.php.dist
49
%%HORDEDIR%%/config/registry.php
18
%%HORDEDIR%%/config/registry.php
50
%%HORDEDIR%%/config/registry.php.dist
19
%%HORDEDIR%%/config/registry.php.dist
51
%%HORDEDIR%%/config/registry.php.dist.orig
20
%%HORDEDIR%%/config/registry.php.dist.orig
52
%%HORDEDIR%%/css.php
21
%%HORDEDIR%%/css.php
53
%%HORDEDIR%%/graphics/administration.gif
54
%%HORDEDIR%%/graphics/alerts/error.gif
22
%%HORDEDIR%%/graphics/alerts/error.gif
55
%%HORDEDIR%%/graphics/alerts/message.gif
23
%%HORDEDIR%%/graphics/alerts/message.gif
56
%%HORDEDIR%%/graphics/alerts/success.gif
24
%%HORDEDIR%%/graphics/alerts/success.gif
57
%%HORDEDIR%%/graphics/alerts/warning.gif
25
%%HORDEDIR%%/graphics/alerts/warning.gif
58
%%HORDEDIR%%/graphics/data.gif
26
%%HORDEDIR%%/graphics/data.gif
27
%%HORDEDIR%%/graphics/favicon.ico
59
%%HORDEDIR%%/graphics/help.gif
28
%%HORDEDIR%%/graphics/help.gif
60
%%HORDEDIR%%/graphics/home.gif
29
%%HORDEDIR%%/graphics/home.gif
61
%%HORDEDIR%%/graphics/keyboard.gif
30
%%HORDEDIR%%/graphics/keyboard.gif
Lines 84-89 Link Here
84
%%HORDEDIR%%/graphics/mime/rpm.gif
53
%%HORDEDIR%%/graphics/mime/rpm.gif
85
%%HORDEDIR%%/graphics/mime/script-asa.gif
54
%%HORDEDIR%%/graphics/mime/script-asa.gif
86
%%HORDEDIR%%/graphics/mime/script-asp.gif
55
%%HORDEDIR%%/graphics/mime/script-asp.gif
56
%%HORDEDIR%%/graphics/mime/script-js.gif
87
%%HORDEDIR%%/graphics/mime/setup.gif
57
%%HORDEDIR%%/graphics/mime/setup.gif
88
%%HORDEDIR%%/graphics/mime/signed.gif
58
%%HORDEDIR%%/graphics/mime/signed.gif
89
%%HORDEDIR%%/graphics/mime/source-c.gif
59
%%HORDEDIR%%/graphics/mime/source-c.gif
Lines 95-100 Link Here
95
%%HORDEDIR%%/graphics/mime/xml.gif
65
%%HORDEDIR%%/graphics/mime/xml.gif
96
%%HORDEDIR%%/graphics/prefs.gif
66
%%HORDEDIR%%/graphics/prefs.gif
97
%%HORDEDIR%%/graphics/problem.gif
67
%%HORDEDIR%%/graphics/problem.gif
68
%%HORDEDIR%%/graphics/tree/blank.gif
69
%%HORDEDIR%%/graphics/tree/join.gif
70
%%HORDEDIR%%/graphics/tree/joinbottom.gif
71
%%HORDEDIR%%/graphics/tree/line.gif
72
%%HORDEDIR%%/graphics/tree/minus.gif
73
%%HORDEDIR%%/graphics/tree/minusbottom.gif
74
%%HORDEDIR%%/graphics/tree/minusonly.gif
75
%%HORDEDIR%%/graphics/tree/minustop.gif
76
%%HORDEDIR%%/graphics/tree/plus.gif
77
%%HORDEDIR%%/graphics/tree/plusbottom.gif
78
%%HORDEDIR%%/graphics/tree/plusonly.gif
79
%%HORDEDIR%%/graphics/tree/plustop.gif
98
%%HORDEDIR%%/help.php
80
%%HORDEDIR%%/help.php
99
%%HORDEDIR%%/index.php
81
%%HORDEDIR%%/index.php
100
%%HORDEDIR%%/javascript.php
82
%%HORDEDIR%%/javascript.php
Lines 109-114 Link Here
109
%%HORDEDIR%%/lib/Cache.php
91
%%HORDEDIR%%/lib/Cache.php
110
%%HORDEDIR%%/lib/Cache/file.php
92
%%HORDEDIR%%/lib/Cache/file.php
111
%%HORDEDIR%%/lib/Category.php
93
%%HORDEDIR%%/lib/Category.php
94
%%HORDEDIR%%/lib/CategoryTree.php
112
%%HORDEDIR%%/lib/Category/sql.php
95
%%HORDEDIR%%/lib/Category/sql.php
113
%%HORDEDIR%%/lib/Data.php
96
%%HORDEDIR%%/lib/Data.php
114
%%HORDEDIR%%/lib/Group.php
97
%%HORDEDIR%%/lib/Group.php
Lines 136-144 Link Here
136
%%HORDEDIR%%/lib/MIME/Viewer/zip.php
119
%%HORDEDIR%%/lib/MIME/Viewer/zip.php
137
%%HORDEDIR%%/lib/Maintenance.php
120
%%HORDEDIR%%/lib/Maintenance.php
138
%%HORDEDIR%%/lib/Menu.php
121
%%HORDEDIR%%/lib/Menu.php
122
%%HORDEDIR%%/lib/Notification/status.php
123
%%HORDEDIR%%/lib/Notification.php
139
%%HORDEDIR%%/lib/Perms.php
124
%%HORDEDIR%%/lib/Perms.php
140
%%HORDEDIR%%/lib/Perms/sql.php
141
%%HORDEDIR%%/lib/Prefs.php
125
%%HORDEDIR%%/lib/Prefs.php
126
%%HORDEDIR%%/lib/PrefsUI.php
142
%%HORDEDIR%%/lib/Prefs/ldap.php
127
%%HORDEDIR%%/lib/Prefs/ldap.php
143
%%HORDEDIR%%/lib/Prefs/session.php
128
%%HORDEDIR%%/lib/Prefs/session.php
144
%%HORDEDIR%%/lib/Prefs/sql.php
129
%%HORDEDIR%%/lib/Prefs/sql.php
Lines 154-174 Link Here
154
%%HORDEDIR%%/lib/version.php
139
%%HORDEDIR%%/lib/version.php
155
%%HORDEDIR%%/locale/.htaccess
140
%%HORDEDIR%%/locale/.htaccess
156
%%HORDEDIR%%/locale/cs_CZ/LC_MESSAGES/horde.mo
141
%%HORDEDIR%%/locale/cs_CZ/LC_MESSAGES/horde.mo
142
%%HORDEDIR%%/locale/da_DK/LC_MESSAGES/horde.mo
157
%%HORDEDIR%%/locale/de_DE/LC_MESSAGES/horde.mo
143
%%HORDEDIR%%/locale/de_DE/LC_MESSAGES/horde.mo
158
%%HORDEDIR%%/locale/el_GR/LC_MESSAGES/horde.mo
144
%%HORDEDIR%%/locale/el_GR/LC_MESSAGES/horde.mo
159
%%HORDEDIR%%/locale/en_US/help.xml
145
%%HORDEDIR%%/locale/en_US/help.xml
160
%%HORDEDIR%%/locale/es_ES/LC_MESSAGES/horde.mo
146
%%HORDEDIR%%/locale/es_ES/LC_MESSAGES/horde.mo
147
%%HORDEDIR%%/locale/et_EE/LC_MESSAGES/horde.mo
161
%%HORDEDIR%%/locale/fi_FI/LC_MESSAGES/horde.mo
148
%%HORDEDIR%%/locale/fi_FI/LC_MESSAGES/horde.mo
162
%%HORDEDIR%%/locale/fr_FR/LC_MESSAGES/horde.mo
149
%%HORDEDIR%%/locale/fr_FR/LC_MESSAGES/horde.mo
163
%%HORDEDIR%%/locale/it_IT/LC_MESSAGES/horde.mo
150
%%HORDEDIR%%/locale/it_IT/LC_MESSAGES/horde.mo
151
%%HORDEDIR%%/locale/ja_JP/LC_MESSAGES/horde.mo
164
%%HORDEDIR%%/locale/ko_KR/LC_MESSAGES/horde.mo
152
%%HORDEDIR%%/locale/ko_KR/LC_MESSAGES/horde.mo
165
%%HORDEDIR%%/locale/nl_NL/LC_MESSAGES/horde.mo
153
%%HORDEDIR%%/locale/nl_NL/LC_MESSAGES/horde.mo
166
%%HORDEDIR%%/locale/no_BOK/LC_MESSAGES/horde.mo
154
%%HORDEDIR%%/locale/nb_NO/LC_MESSAGES/horde.mo
167
%%HORDEDIR%%/locale/pl_PL/LC_MESSAGES/horde.mo
155
%%HORDEDIR%%/locale/pl_PL/LC_MESSAGES/horde.mo
168
%%HORDEDIR%%/locale/pt_BR/LC_MESSAGES/horde.mo
156
%%HORDEDIR%%/locale/pt_BR/LC_MESSAGES/horde.mo
169
%%HORDEDIR%%/locale/ru_koi/LC_MESSAGES/horde.mo
157
%%HORDEDIR%%/locale/pt_PT/LC_MESSAGES/horde.mo
170
%%HORDEDIR%%/locale/ru_win/LC_MESSAGES/horde.mo
158
%%HORDEDIR%%/locale/ru_RU/LC_MESSAGES/horde.mo
159
%%HORDEDIR%%/locale/ru_RU.KOI8-R/LC_MESSAGES/horde.mo
160
%%HORDEDIR%%/locale/sk_SK/LC_MESSAGES/horde.mo
171
%%HORDEDIR%%/locale/sv_SE/LC_MESSAGES/horde.mo
161
%%HORDEDIR%%/locale/sv_SE/LC_MESSAGES/horde.mo
162
%%HORDEDIR%%/locale/uk_UA/LC_MESSAGES/horde.mo
172
%%HORDEDIR%%/locale/zh_CN/LC_MESSAGES/horde.mo
163
%%HORDEDIR%%/locale/zh_CN/LC_MESSAGES/horde.mo
173
%%HORDEDIR%%/locale/zh_TW/LC_MESSAGES/horde.mo
164
%%HORDEDIR%%/locale/zh_TW/LC_MESSAGES/horde.mo
174
%%HORDEDIR%%/login.php
165
%%HORDEDIR%%/login.php
Lines 177-201 Link Here
177
%%HORDEDIR%%/po/.htaccess
168
%%HORDEDIR%%/po/.htaccess
178
%%HORDEDIR%%/po/Makefile
169
%%HORDEDIR%%/po/Makefile
179
%%HORDEDIR%%/po/README
170
%%HORDEDIR%%/po/README
180
%%HORDEDIR%%/po/README.WinToKoi
171
%%HORDEDIR%%/po/wintokoi.pl
181
%%HORDEDIR%%/po/WinToKoi.pl
182
%%HORDEDIR%%/po/cs_CZ.po
172
%%HORDEDIR%%/po/cs_CZ.po
173
%%HORDEDIR%%/po/da_DK.po
183
%%HORDEDIR%%/po/de_DE.po
174
%%HORDEDIR%%/po/de_DE.po
184
%%HORDEDIR%%/po/el_GR.po
175
%%HORDEDIR%%/po/el_GR.po
185
%%HORDEDIR%%/po/es_ES.po
176
%%HORDEDIR%%/po/es_ES.po
177
%%HORDEDIR%%/po/et_EE.po
186
%%HORDEDIR%%/po/extract.pl
178
%%HORDEDIR%%/po/extract.pl
187
%%HORDEDIR%%/po/fi_FI.po
179
%%HORDEDIR%%/po/fi_FI.po
188
%%HORDEDIR%%/po/fr_FR.po
180
%%HORDEDIR%%/po/fr_FR.po
189
%%HORDEDIR%%/po/it_IT.po
181
%%HORDEDIR%%/po/it_IT.po
182
%%HORDEDIR%%/po/ja_JP.po
190
%%HORDEDIR%%/po/ko_KR.po
183
%%HORDEDIR%%/po/ko_KR.po
191
%%HORDEDIR%%/po/nl_NL.po
184
%%HORDEDIR%%/po/nl_NL.po
192
%%HORDEDIR%%/po/no_BOK.po
185
%%HORDEDIR%%/po/nb_NO.po
193
%%HORDEDIR%%/po/pl_PL.po
186
%%HORDEDIR%%/po/pl_PL.po
194
%%HORDEDIR%%/po/pt_BR.po
187
%%HORDEDIR%%/po/pt_BR.po
195
%%HORDEDIR%%/po/ru_koi.po
188
%%HORDEDIR%%/po/pt_PT.po
196
%%HORDEDIR%%/po/ru_win.po
189
%%HORDEDIR%%/po/ru_RU.po
190
%%HORDEDIR%%/po/ru_RU.KOI8-R.po
197
%%HORDEDIR%%/po/shtool
191
%%HORDEDIR%%/po/shtool
192
%%HORDEDIR%%/po/sk_SK.po
198
%%HORDEDIR%%/po/sv_SE.po
193
%%HORDEDIR%%/po/sv_SE.po
194
%%HORDEDIR%%/po/uk_UA.po
199
%%HORDEDIR%%/po/xgettext.sh
195
%%HORDEDIR%%/po/xgettext.sh
200
%%HORDEDIR%%/po/zh_CN.po
196
%%HORDEDIR%%/po/zh_CN.po
201
%%HORDEDIR%%/po/zh_TW.po
197
%%HORDEDIR%%/po/zh_TW.po
Lines 205-216 Link Here
205
%%HORDEDIR%%/scripts/db/README
201
%%HORDEDIR%%/scripts/db/README
206
%%HORDEDIR%%/scripts/db/auth.sql
202
%%HORDEDIR%%/scripts/db/auth.sql
207
%%HORDEDIR%%/scripts/db/category.sql
203
%%HORDEDIR%%/scripts/db/category.sql
204
%%HORDEDIR%%/scripts/db/category_mysql.sql
208
%%HORDEDIR%%/scripts/db/mysql_create.sql
205
%%HORDEDIR%%/scripts/db/mysql_create.sql
209
%%HORDEDIR%%/scripts/db/mysql_drop.sql
206
%%HORDEDIR%%/scripts/db/mysql_drop.sql
210
%%HORDEDIR%%/scripts/db/pgsql_create.sql
207
%%HORDEDIR%%/scripts/db/pgsql_create.sql
211
%%HORDEDIR%%/scripts/db/pgsql_drop.sql
208
%%HORDEDIR%%/scripts/db/pgsql_drop.sql
212
%%HORDEDIR%%/scripts/db/prefs.sql
209
%%HORDEDIR%%/scripts/db/prefs.sql
213
%%HORDEDIR%%/scripts/horde-rsync.sh
210
%%HORDEDIR%%/scripts/horde-rsync.sh
211
%%HORDEDIR%%/scripts/ldap/gollem.schema
212
%%HORDEDIR%%/scripts/ldap/horde.schema
213
%%HORDEDIR%%/scripts/ldap/imp.schema
214
%%HORDEDIR%%/scripts/ldap/kronolith.schema
215
%%HORDEDIR%%/scripts/ldap/nag.schema
216
%%HORDEDIR%%/scripts/ldap/turba.schema
214
%%HORDEDIR%%/scripts/mime_mapping/Makefile
217
%%HORDEDIR%%/scripts/mime_mapping/Makefile
215
%%HORDEDIR%%/scripts/mime_mapping/convert.pl
218
%%HORDEDIR%%/scripts/mime_mapping/convert.pl
216
%%HORDEDIR%%/scripts/mime_mapping/mime.types
219
%%HORDEDIR%%/scripts/mime_mapping/mime.types
Lines 218-227 Link Here
218
%%HORDEDIR%%/scripts/set_perms.sh.orig
221
%%HORDEDIR%%/scripts/set_perms.sh.orig
219
%%HORDEDIR%%/status.php
222
%%HORDEDIR%%/status.php
220
%%HORDEDIR%%/templates/.htaccess
223
%%HORDEDIR%%/templates/.htaccess
221
%%HORDEDIR%%/templates/admin/user/add.inc
224
%%HORDEDIR%%/templates/categorytree/rowend.inc
222
%%HORDEDIR%%/templates/admin/user/list.inc
225
%%HORDEDIR%%/templates/categorytree/rowstart.inc
223
%%HORDEDIR%%/templates/admin/user/noadd.inc
226
%%HORDEDIR%%/templates/categorytree/tablefoot.inc
224
%%HORDEDIR%%/templates/admin/user/nolist.inc
227
%%HORDEDIR%%/templates/categorytree/tablehead.inc
225
%%HORDEDIR%%/templates/common-footer.inc
228
%%HORDEDIR%%/templates/common-footer.inc
226
%%HORDEDIR%%/templates/common-header.inc
229
%%HORDEDIR%%/templates/common-header.inc
227
%%HORDEDIR%%/templates/data/csvmap.inc
230
%%HORDEDIR%%/templates/data/csvmap.inc
Lines 261-266 Link Here
261
%%HORDEDIR%%/templates/wml/login/login.inc
264
%%HORDEDIR%%/templates/wml/login/login.inc
262
%%HORDEDIR%%/templates/wml/login/user.inc
265
%%HORDEDIR%%/templates/wml/login/user.inc
263
%%HORDEDIR%%/test.php
266
%%HORDEDIR%%/test.php
267
%%HORDEDIR%%/util/css2horde.php
264
%%HORDEDIR%%/util/special_characters.php
268
%%HORDEDIR%%/util/special_characters.php
265
%%HORDESBIN%%/horde_set_perms.sh
269
%%HORDESBIN%%/horde_set_perms.sh
266
etc/horde/httpd.conf.horde
270
etc/horde/httpd.conf.horde
Lines 273-302 Link Here
273
%%PORTDOCS%%share/doc/horde/INSTALL
277
%%PORTDOCS%%share/doc/horde/INSTALL
274
%%PORTDOCS%%share/doc/horde/README
278
%%PORTDOCS%%share/doc/horde/README
275
%%PORTDOCS%%@dirrm share/doc/horde
279
%%PORTDOCS%%@dirrm share/doc/horde
276
@dirrm %%HORDEDIR%%/admin/css/graphics
277
@dirrm %%HORDEDIR%%/admin/css/templates/colorpicker
278
@dirrm %%HORDEDIR%%/admin/css/templates
279
@dirrm %%HORDEDIR%%/admin/css
280
@dirrm %%HORDEDIR%%/admin
281
@dirrm %%HORDEDIR%%/config
280
@dirrm %%HORDEDIR%%/config
282
@dirrm %%HORDEDIR%%/graphics/alerts
281
@dirrm %%HORDEDIR%%/graphics/alerts
283
@dirrm %%HORDEDIR%%/graphics/mime
282
@dirrm %%HORDEDIR%%/graphics/mime
283
@dirrm %%HORDEDIR%%/graphics/tree
284
@dirrm %%HORDEDIR%%/graphics
284
@dirrm %%HORDEDIR%%/graphics
285
@dirrm %%HORDEDIR%%/lib/Auth
285
@dirrm %%HORDEDIR%%/lib/Auth
286
@dirrm %%HORDEDIR%%/lib/Cache
286
@dirrm %%HORDEDIR%%/lib/Cache
287
@dirrm %%HORDEDIR%%/lib/Category
287
@dirrm %%HORDEDIR%%/lib/Category
288
@dirrm %%HORDEDIR%%/lib/MIME/Viewer
288
@dirrm %%HORDEDIR%%/lib/MIME/Viewer
289
@dirrm %%HORDEDIR%%/lib/MIME
289
@dirrm %%HORDEDIR%%/lib/MIME
290
@dirrm %%HORDEDIR%%/lib/Notification
290
@dirrm %%HORDEDIR%%/lib/Prefs
291
@dirrm %%HORDEDIR%%/lib/Prefs
291
@dirrm %%HORDEDIR%%/lib/Perms
292
@dirrm %%HORDEDIR%%/lib/Token
292
@dirrm %%HORDEDIR%%/lib/Token
293
@dirrm %%HORDEDIR%%/lib
293
@dirrm %%HORDEDIR%%/lib
294
@dirrm %%HORDEDIR%%/locale/cs_CZ/LC_MESSAGES
294
@dirrm %%HORDEDIR%%/locale/cs_CZ/LC_MESSAGES
295
@dirrm %%HORDEDIR%%/locale/cs_CZ
295
@dirrm %%HORDEDIR%%/locale/cs_CZ
296
@dirrm %%HORDEDIR%%/locale/da_DK/LC_MESSAGES
297
@dirrm %%HORDEDIR%%/locale/da_DK
296
@dirrm %%HORDEDIR%%/locale/de_DE/LC_MESSAGES
298
@dirrm %%HORDEDIR%%/locale/de_DE/LC_MESSAGES
297
@dirrm %%HORDEDIR%%/locale/de_DE
299
@dirrm %%HORDEDIR%%/locale/de_DE
298
@dirrm %%HORDEDIR%%/locale/el_GR/LC_MESSAGES
300
@dirrm %%HORDEDIR%%/locale/el_GR/LC_MESSAGES
299
@dirrm %%HORDEDIR%%/locale/el_GR
301
@dirrm %%HORDEDIR%%/locale/el_GR
302
@dirrm %%HORDEDIR%%/locale/et_EE/LC_MESSAGES
303
@dirrm %%HORDEDIR%%/locale/et_EE
300
@dirrm %%HORDEDIR%%/locale/en_US
304
@dirrm %%HORDEDIR%%/locale/en_US
301
@dirrm %%HORDEDIR%%/locale/es_ES/LC_MESSAGES
305
@dirrm %%HORDEDIR%%/locale/es_ES/LC_MESSAGES
302
@dirrm %%HORDEDIR%%/locale/es_ES
306
@dirrm %%HORDEDIR%%/locale/es_ES
Lines 306-337 Link Here
306
@dirrm %%HORDEDIR%%/locale/fr_FR
310
@dirrm %%HORDEDIR%%/locale/fr_FR
307
@dirrm %%HORDEDIR%%/locale/it_IT/LC_MESSAGES
311
@dirrm %%HORDEDIR%%/locale/it_IT/LC_MESSAGES
308
@dirrm %%HORDEDIR%%/locale/it_IT
312
@dirrm %%HORDEDIR%%/locale/it_IT
313
@dirrm %%HORDEDIR%%/locale/ja_JP/LC_MESSAGES
314
@dirrm %%HORDEDIR%%/locale/ja_JP
309
@dirrm %%HORDEDIR%%/locale/ko_KR/LC_MESSAGES
315
@dirrm %%HORDEDIR%%/locale/ko_KR/LC_MESSAGES
310
@dirrm %%HORDEDIR%%/locale/ko_KR
316
@dirrm %%HORDEDIR%%/locale/ko_KR
311
@dirrm %%HORDEDIR%%/locale/nl_NL/LC_MESSAGES
317
@dirrm %%HORDEDIR%%/locale/nl_NL/LC_MESSAGES
312
@dirrm %%HORDEDIR%%/locale/nl_NL
318
@dirrm %%HORDEDIR%%/locale/nl_NL
313
@dirrm %%HORDEDIR%%/locale/no_BOK/LC_MESSAGES
319
@dirrm %%HORDEDIR%%/locale/nb_NO/LC_MESSAGES
314
@dirrm %%HORDEDIR%%/locale/no_BOK
320
@dirrm %%HORDEDIR%%/locale/nb_NO
315
@dirrm %%HORDEDIR%%/locale/pl_PL/LC_MESSAGES
321
@dirrm %%HORDEDIR%%/locale/pl_PL/LC_MESSAGES
316
@dirrm %%HORDEDIR%%/locale/pl_PL
322
@dirrm %%HORDEDIR%%/locale/pl_PL
317
@dirrm %%HORDEDIR%%/locale/pt_BR/LC_MESSAGES
323
@dirrm %%HORDEDIR%%/locale/pt_BR/LC_MESSAGES
318
@dirrm %%HORDEDIR%%/locale/pt_BR
324
@dirrm %%HORDEDIR%%/locale/pt_BR
319
@dirrm %%HORDEDIR%%/locale/ru_koi/LC_MESSAGES
325
@dirrm %%HORDEDIR%%/locale/pt_PT/LC_MESSAGES
320
@dirrm %%HORDEDIR%%/locale/ru_koi
326
@dirrm %%HORDEDIR%%/locale/pt_PT
321
@dirrm %%HORDEDIR%%/locale/ru_win/LC_MESSAGES
327
@dirrm %%HORDEDIR%%/locale/ru_RU/LC_MESSAGES
322
@dirrm %%HORDEDIR%%/locale/ru_win
328
@dirrm %%HORDEDIR%%/locale/ru_RU
329
@dirrm %%HORDEDIR%%/locale/ru_RU.KOI8-R/LC_MESSAGES
330
@dirrm %%HORDEDIR%%/locale/ru_RU.KOI8-R
331
@dirrm %%HORDEDIR%%/locale/sk_SK/LC_MESSAGES
332
@dirrm %%HORDEDIR%%/locale/sk_SK
323
@dirrm %%HORDEDIR%%/locale/sv_SE/LC_MESSAGES
333
@dirrm %%HORDEDIR%%/locale/sv_SE/LC_MESSAGES
324
@dirrm %%HORDEDIR%%/locale/sv_SE
334
@dirrm %%HORDEDIR%%/locale/sv_SE
335
@dirrm %%HORDEDIR%%/locale/uk_UA/LC_MESSAGES
336
@dirrm %%HORDEDIR%%/locale/uk_UA
325
@dirrm %%HORDEDIR%%/locale/zh_CN/LC_MESSAGES
337
@dirrm %%HORDEDIR%%/locale/zh_CN/LC_MESSAGES
326
@dirrm %%HORDEDIR%%/locale/zh_CN
338
@dirrm %%HORDEDIR%%/locale/zh_CN
327
@dirrm %%HORDEDIR%%/locale/zh_TW/LC_MESSAGES
339
@dirrm %%HORDEDIR%%/locale/zh_TW/LC_MESSAGES
328
@dirrm %%HORDEDIR%%/locale/zh_TW
340
@dirrm %%HORDEDIR%%/locale/zh_TW
329
@dirrm %%HORDEDIR%%/locale
341
@dirrm %%HORDEDIR%%/locale
330
@dirrm %%HORDEDIR%%/scripts/db
342
@dirrm %%HORDEDIR%%/scripts/db
343
@dirrm %%HORDEDIR%%/scripts/ldap
331
@dirrm %%HORDEDIR%%/scripts/mime_mapping
344
@dirrm %%HORDEDIR%%/scripts/mime_mapping
332
@dirrm %%HORDEDIR%%/scripts
345
@dirrm %%HORDEDIR%%/scripts
333
@dirrm %%HORDEDIR%%/templates/admin/user
346
@dirrm %%HORDEDIR%%/templates/categorytree
334
@dirrm %%HORDEDIR%%/templates/admin
335
@dirrm %%HORDEDIR%%/templates/data
347
@dirrm %%HORDEDIR%%/templates/data
336
@dirrm %%HORDEDIR%%/templates/help
348
@dirrm %%HORDEDIR%%/templates/help
337
@dirrm %%HORDEDIR%%/templates/horde
349
@dirrm %%HORDEDIR%%/templates/horde

Return to bug 36903