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

(-)/usr/ports/www/horde2/Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
PORTVERSION=	2.1
9
PORTVERSION=	2.1
10
CATEGORIES=	www
10
CATEGORIES=	www
11
MASTER_SITES=	ftp://ftp.horde.org/pub/horde/tarballs/
11
MASTER_SITES=	ftp://ftp.horde.org/pub/horde/tarballs/
12
DISTNAME=	${PORTNAME}-${PORTVERSION}-RC2
12
DISTNAME=	${PORTNAME}-${PORTVERSION}-RC3
13
13
14
MAINTAINER=	thierry@pompo.net
14
MAINTAINER=	thierry@pompo.net
15
15
(-)/usr/ports/www/horde2/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (horde-2.1-RC2.tar.gz) = 212e5f84a37a20dac48799b9d0f8e4b6
1
MD5 (horde-2.1-RC3.tar.gz) = 9c8b99e5247a267a3be6da26d31a3c40
(-)/usr/ports/www/horde2/files/patch-ac (-6 / +51 lines)
Lines 1-5 Link Here
1
--- config/registry.php.dist.orig	Tue Mar 12 17:56:41 2002
1
--- config/registry.php.dist.orig	Tue Apr 16 14:24:58 2002
2
+++ config/registry.php.dist	Mon Apr  8 21:47:24 2002
2
+++ config/registry.php.dist	Sun May 19 00:01:04 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-20 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
@@ -33,12 +33,18 @@
14
@@ -33,12 +33,29 @@
15
 $this->registry['contacts']['sources'] = 'turba';
15
 $this->registry['contacts']['sources'] = 'turba';
16
 $this->registry['contacts']['fields'] = 'turba';
16
 $this->registry['contacts']['fields'] = 'turba';
17
 
17
 
18
+//$this->registry['publickey']['add'] = 'turba';
19
+//$this->registry['publickey']['delete'] = 'turba';
20
+//$this->registry['publickey']['get'] = 'turba';
21
+//$this->registry['publickey']['list'] = 'turba';
22
+
23
+/* memos: Handler for memos/notepad. */
24
+$this->registry['memos']['search'] = 'mnemo';
25
+$this->registry['memos']['list'] = 'mnemo';
26
+$this->registry['memos']['show'] = 'mnemo';
27
+$this->registry['memos']['add'] = 'mnemo';
28
+
18
+/* nic: network utilities */
29
+/* nic: network utilities */
19
+$this->registry['net']['finger'] = 'nic';
30
+$this->registry['net']['finger'] = 'nic';
20
+
31
+
Lines 30-36 Link Here
30
 
41
 
31
 /**
42
 /**
32
  * Application registry
43
  * Application registry
33
@@ -68,50 +74,112 @@
44
@@ -68,50 +85,121 @@
34
     'server_port' => $GLOBALS['HTTP_SERVER_VARS']['SERVER_PORT']
45
     'server_port' => $GLOBALS['HTTP_SERVER_VARS']['SERVER_PORT']
35
 );
46
 );
36
 
47
 
Lines 168-173 Link Here
168
+//UNCOMMENTWHENINSTWHUPS    'show' => true
179
+//UNCOMMENTWHENINSTWHUPS    'show' => true
169
+//UNCOMMENTWHENINSTWHUPS);
180
+//UNCOMMENTWHENINSTWHUPS);
170
+
181
+
182
+//UNCOMMENTWHENINSTMNEMO$this->applications['mnemo'] = array(
183
+//UNCOMMENTWHENINSTMNEMO    'fileroot' => dirname(__FILE__) . '/../mnemo',
184
+//UNCOMMENTWHENINSTMNEMO    'webroot' => $this->applications['horde']['webroot'] . '/mnemo',
185
+//UNCOMMENTWHENINSTMNEMO    'icon' => $this->applications['horde']['webroot'] . '/mnemo/graphics/mnemo.gif',
186
+//UNCOMMENTWHENINSTMNEMO    'name' => _("Memos"),
187
+//UNCOMMENTWHENINSTMNEMO    'allow_guests' => false,
188
+//UNCOMMENTWHENINSTMNEMO    'show' => true
189
+//UNCOMMENTWHENINSTMNEMO);
190
+
171
+//UNCOMMENTWHENINSTNAG$this->applications['nag'] = array(
191
+//UNCOMMENTWHENINSTNAG$this->applications['nag'] = array(
172
+//UNCOMMENTWHENINSTNAG    'fileroot' => dirname(__FILE__) . '/../nag',
192
+//UNCOMMENTWHENINSTNAG    'fileroot' => dirname(__FILE__) . '/../nag',
173
+//UNCOMMENTWHENINSTNAG    'webroot' => $this->applications['horde']['webroot'] . '/nag',
193
+//UNCOMMENTWHENINSTNAG    'webroot' => $this->applications['horde']['webroot'] . '/nag',
Lines 186-193 Link Here
186
+//UNCOMMENTWHENINSTORATOR);
206
+//UNCOMMENTWHENINSTORATOR);
187
 
207
 
188
 
208
 
189
 /** 
209
 /**
190
@@ -168,6 +236,61 @@
210
@@ -168,6 +256,86 @@
191
     'function' => 'turbaGetFields',
211
     'function' => 'turbaGetFields',
192
     'args' => array('addressbook'),
212
     'args' => array('addressbook'),
193
     'type' => 'array'
213
     'type' => 'array'
Lines 196-201 Link Here
196
+$this->services['kronolith']['horde']['summary'] = array( 
216
+$this->services['kronolith']['horde']['summary'] = array( 
197
+    'file' => '%application%/lib/api.php',
217
+    'file' => '%application%/lib/api.php',
198
+    'function' => 'kronolithSummary',
218
+    'function' => 'kronolithSummary',
219
+    'args' => array(),
220
+    'type' => 'string'
221
+);
222
+
223
+$this->services['mnemo']['memos']['list'] = array(
224
+    'file' => '%application%/lib/api.php',
225
+    'function' => 'mnemoListMemos',
226
+    'args' => array('sortby', 'sortdir'),
227
+    'type' => 'array'
228
+);
229
+$this->services['mnemo']['memos']['search'] = array(
230
+    'link' => "%application%/search.php"
231
+);
232
+$this->services['mnemo']['memos']['show'] = array(
233
+    'link' => "%application%/view.php?memo=|memo|"
234
+);
235
+$this->services['mnemo']['memos']['add'] = array(
236
+    'file' => '%application%/lib/api.php',
237
+    'function' => 'mnemoAddMemo',
238
+    'args' => array('body', 'category'),
239
+    'type' => 'integer'
240
+);
241
+$this->services['mnemo']['horde']['summary'] = array(
242
+    'file' => '%application%/lib/api.php',
243
+    'function' => 'mnemoSummary',
199
+    'args' => array(),
244
+    'args' => array(),
200
+    'type' => 'string'
245
+    'type' => 'string'
201
+);
246
+);
(-)/usr/ports/www/horde2/files/patch-mime_drivers.php.dist (-12 / +12 lines)
Lines 1-10 Link Here
1
--- config/mime_drivers.php.dist.orig	Sat Mar  9 19:43:39 2002
1
--- config/mime_drivers.php.dist.orig	Tue May  7 13:38:08 2002
2
+++ config/mime_drivers.php.dist	Tue Mar 12 22:51:51 2002
2
+++ config/mime_drivers.php.dist	Sat May 18 22:45:30 2002
3
@@ -20,8 +20,12 @@
3
@@ -21,8 +21,12 @@
4
 
4
 
5
 $mime_drivers_map['horde']['registered'] = array(
5
 $mime_drivers_map['horde']['registered'] = array(
6
     'php', 'tgz', 'vcard'
6
     'php', 'tgz', 'vcard', 'enriched'
7
-    // ,'msword', 'msexcel', 'mspowerpoint',
7
-    // ,'msword', 'msexcel', 'mspowerpoint'
8
-    // ,'enscript', 'rar', 'zip', 'rpm', 'deb'
8
-    // ,'enscript', 'rar', 'zip', 'rpm', 'deb'
9
+    //UNCOMMENTIFWV ,'msword'
9
+    //UNCOMMENTIFWV ,'msword'
10
+    //UNCOMMENTIFXL , 'msexcel', 'mspowerpoint'
10
+    //UNCOMMENTIFXL , 'msexcel', 'mspowerpoint'
Lines 15-21 Link Here
15
     );
15
     );
16
 
16
 
17
 
17
 
18
@@ -101,22 +105,22 @@
18
@@ -113,22 +117,22 @@
19
  */
19
  */
20
 
20
 
21
 /* Location of the enscript binary. */
21
 /* Location of the enscript binary. */
Lines 54-60 Link Here
54
 
54
 
55
 
55
 
56
 /**
56
 /**
57
@@ -124,7 +128,7 @@
57
@@ -136,7 +140,7 @@
58
  */
58
  */
59
 
59
 
60
 /* Location of the tar binary. */
60
 /* Location of the tar binary. */
Lines 63-69 Link Here
63
 $mime_drivers['horde']['tgz']['inline'] = true;
63
 $mime_drivers['horde']['tgz']['inline'] = true;
64
 $mime_drivers['horde']['tgz']['handles'] = array(
64
 $mime_drivers['horde']['tgz']['handles'] = array(
65
     'x-extension/tgz',
65
     'x-extension/tgz',
66
@@ -142,14 +146,14 @@
66
@@ -154,14 +158,14 @@
67
  */
67
  */
68
 
68
 
69
 /* Location of the zipinfo binary. */
69
 /* Location of the zipinfo binary. */
Lines 86-92 Link Here
86
 
86
 
87
 
87
 
88
 /**
88
 /**
89
@@ -158,13 +162,13 @@
89
@@ -170,13 +174,13 @@
90
  */
90
  */
91
 
91
 
92
 /* Location of the rar binary. */
92
 /* Location of the rar binary. */
Lines 107-113 Link Here
107
 
107
 
108
 
108
 
109
 /**
109
 /**
110
@@ -174,15 +178,15 @@
110
@@ -186,15 +190,15 @@
111
  */
111
  */
112
 
112
 
113
 /* Location of the wvHtml binary. */
113
 /* Location of the wvHtml binary. */
Lines 132-138 Link Here
132
 
132
 
133
 
133
 
134
 /**
134
 /**
135
@@ -192,14 +196,14 @@
135
@@ -204,14 +208,14 @@
136
  */
136
  */
137
 
137
 
138
 /* Location of the xlhtml binary. */
138
 /* Location of the xlhtml binary. */
Lines 155-161 Link Here
155
 
155
 
156
 
156
 
157
 /**
157
 /**
158
@@ -210,14 +214,14 @@
158
@@ -222,14 +226,14 @@
159
  */
159
  */
160
 
160
 
161
 /* Location of the ppthtml binary. */
161
 /* Location of the ppthtml binary. */
(-)/usr/ports/www/horde2/pkg-plist (-5 / +6 lines)
Lines 107-112 Link Here
107
%%HORDEDIR%%/lib/MIME/Viewer.php
107
%%HORDEDIR%%/lib/MIME/Viewer.php
108
%%HORDEDIR%%/lib/MIME/Viewer/deb.php
108
%%HORDEDIR%%/lib/MIME/Viewer/deb.php
109
%%HORDEDIR%%/lib/MIME/Viewer/default.php
109
%%HORDEDIR%%/lib/MIME/Viewer/default.php
110
%%HORDEDIR%%/lib/MIME/Viewer/enriched.php
110
%%HORDEDIR%%/lib/MIME/Viewer/enscript.php
111
%%HORDEDIR%%/lib/MIME/Viewer/enscript.php
111
%%HORDEDIR%%/lib/MIME/Viewer/msexcel.php
112
%%HORDEDIR%%/lib/MIME/Viewer/msexcel.php
112
%%HORDEDIR%%/lib/MIME/Viewer/mspowerpoint.php
113
%%HORDEDIR%%/lib/MIME/Viewer/mspowerpoint.php
Lines 158-163 Link Here
158
%%HORDEDIR%%/locale/ru_RU/LC_MESSAGES/horde.mo
159
%%HORDEDIR%%/locale/ru_RU/LC_MESSAGES/horde.mo
159
%%HORDEDIR%%/locale/ru_RU.KOI8-R/LC_MESSAGES/horde.mo
160
%%HORDEDIR%%/locale/ru_RU.KOI8-R/LC_MESSAGES/horde.mo
160
%%HORDEDIR%%/locale/sk_SK/LC_MESSAGES/horde.mo
161
%%HORDEDIR%%/locale/sk_SK/LC_MESSAGES/horde.mo
162
%%HORDEDIR%%/locale/sl_SI/LC_MESSAGES/horde.mo
161
%%HORDEDIR%%/locale/sv_SE/LC_MESSAGES/horde.mo
163
%%HORDEDIR%%/locale/sv_SE/LC_MESSAGES/horde.mo
162
%%HORDEDIR%%/locale/uk_UA/LC_MESSAGES/horde.mo
164
%%HORDEDIR%%/locale/uk_UA/LC_MESSAGES/horde.mo
163
%%HORDEDIR%%/locale/zh_CN/LC_MESSAGES/horde.mo
165
%%HORDEDIR%%/locale/zh_CN/LC_MESSAGES/horde.mo
Lines 190-200 Link Here
190
%%HORDEDIR%%/po/ru_RU.KOI8-R.po
192
%%HORDEDIR%%/po/ru_RU.KOI8-R.po
191
%%HORDEDIR%%/po/shtool
193
%%HORDEDIR%%/po/shtool
192
%%HORDEDIR%%/po/sk_SK.po
194
%%HORDEDIR%%/po/sk_SK.po
195
%%HORDEDIR%%/po/sl_SI.po
193
%%HORDEDIR%%/po/sv_SE.po
196
%%HORDEDIR%%/po/sv_SE.po
194
%%HORDEDIR%%/po/uk_UA.po
197
%%HORDEDIR%%/po/uk_UA.po
195
%%HORDEDIR%%/po/xgettext.sh
198
%%HORDEDIR%%/po/xgettext.sh
196
%%HORDEDIR%%/po/zh_CN.po
199
%%HORDEDIR%%/po/zh_CN.po
197
%%HORDEDIR%%/po/zh_TW.po
200
%%HORDEDIR%%/po/zh_TW.po
201
%%HORDEDIR%%/prefs.php
198
%%HORDEDIR%%/problem.php
202
%%HORDEDIR%%/problem.php
199
%%HORDEDIR%%/scripts/.htaccess
203
%%HORDEDIR%%/scripts/.htaccess
200
%%HORDEDIR%%/scripts/SCRIPTS
204
%%HORDEDIR%%/scripts/SCRIPTS
Lines 208-219 Link Here
208
%%HORDEDIR%%/scripts/db/pgsql_drop.sql
212
%%HORDEDIR%%/scripts/db/pgsql_drop.sql
209
%%HORDEDIR%%/scripts/db/prefs.sql
213
%%HORDEDIR%%/scripts/db/prefs.sql
210
%%HORDEDIR%%/scripts/horde-rsync.sh
214
%%HORDEDIR%%/scripts/horde-rsync.sh
211
%%HORDEDIR%%/scripts/ldap/gollem.schema
212
%%HORDEDIR%%/scripts/ldap/horde.schema
215
%%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
217
%%HORDEDIR%%/scripts/mime_mapping/Makefile
216
%%HORDEDIR%%/scripts/mime_mapping/Makefile
218
%%HORDEDIR%%/scripts/mime_mapping/convert.pl
217
%%HORDEDIR%%/scripts/mime_mapping/convert.pl
219
%%HORDEDIR%%/scripts/mime_mapping/mime.types
218
%%HORDEDIR%%/scripts/mime_mapping/mime.types
Lines 330-335 Link Here
330
@dirrm %%HORDEDIR%%/locale/ru_RU.KOI8-R
329
@dirrm %%HORDEDIR%%/locale/ru_RU.KOI8-R
331
@dirrm %%HORDEDIR%%/locale/sk_SK/LC_MESSAGES
330
@dirrm %%HORDEDIR%%/locale/sk_SK/LC_MESSAGES
332
@dirrm %%HORDEDIR%%/locale/sk_SK
331
@dirrm %%HORDEDIR%%/locale/sk_SK
332
@dirrm %%HORDEDIR%%/locale/sl_SI/LC_MESSAGES
333
@dirrm %%HORDEDIR%%/locale/sl_SI
333
@dirrm %%HORDEDIR%%/locale/sv_SE/LC_MESSAGES
334
@dirrm %%HORDEDIR%%/locale/sv_SE/LC_MESSAGES
334
@dirrm %%HORDEDIR%%/locale/sv_SE
335
@dirrm %%HORDEDIR%%/locale/sv_SE
335
@dirrm %%HORDEDIR%%/locale/uk_UA/LC_MESSAGES
336
@dirrm %%HORDEDIR%%/locale/uk_UA/LC_MESSAGES

Return to bug 38261