Upgrade to Horde 3.0.3.

Changelog at
<http://cvs.horde.org/diff.php/horde/docs/CHANGES?r1=1.515.2.20&r2=1.515.2.49&ty=h>
This commit is contained in:
Thierry Thomas 2005-02-11 22:01:43 +00:00
parent 3dd3d7dd21
commit 8d76cee5bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128552
12 changed files with 39 additions and 30 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= horde
PORTVERSION= 3.0.2
PORTVERSION= 3.0.3
CATEGORIES= www
MASTER_SITES= ftp://ftp.horde.org/pub/horde/ \
ftp://ftp.planetmirror.com/pub/horde/horde/ \

View file

@ -1,2 +1,2 @@
MD5 (horde-3.0.2.tar.gz) = 620745a4e94dd848fff72edb3b45c184
SIZE (horde-3.0.2.tar.gz) = 3114659
MD5 (horde-3.0.3.tar.gz) = 96a4c9fb2047987164a3981a31667ef2
SIZE (horde-3.0.3.tar.gz) = 3246122

View file

@ -1,5 +1,5 @@
--- config/mime_drivers.php.dist.orig Fri Nov 19 03:40:31 2004
+++ config/mime_drivers.php.dist Thu Nov 25 21:58:43 2004
--- config/mime_drivers.php.dist.orig Mon Feb 7 23:17:54 2005
+++ config/mime_drivers.php.dist Fri Feb 11 21:37:05 2005
@@ -37,10 +37,20 @@
* zip Zip files
*/
@ -29,7 +29,7 @@
* Web C Plus Plus driver settings
* http://webcpp.sourceforge.net/
*/
-$mime_drivers['horde']['webcpp']['location'] = 'C:\Program Files\Jeffrey Bakker\webcpp\webcpp.exe';
-$mime_drivers['horde']['webcpp']['location'] = '/usr/bin/webcpp';
-$mime_drivers['horde']['webcpp']['inline'] = true;
-$mime_drivers['horde']['webcpp']['handles'] = array(
- 'text/xml', 'text/sgml', 'application/xml',
@ -78,7 +78,7 @@
* Source-Highlight driver settings
* http://www.gnu.org/software/src-highlite/
*/
-$mime_drivers['horde']['srchighlite']['location'] = 'C:\Program Files\src-highlite\bin\source-highlight.exe';
-$mime_drivers['horde']['srchighlite']['location'] = '/usr/bin/source-highlight';
-$mime_drivers['horde']['srchighlite']['inline'] = true;
-$mime_drivers['horde']['srchighlite']['handles'] = array(
- 'text/x-csrc', 'text/x-c++src', 'text/x-java',
@ -109,7 +109,7 @@
-$mime_drivers['horde']['enscript']['location'] = '/usr/bin/enscript';
-$mime_drivers['horde']['enscript']['inline'] = true;
-$mime_drivers['horde']['enscript']['handles'] = array(
- 'application/x-shellscript', 'application/x-javascript',
- 'application/x-cgi', 'application/x-shellscript', 'application/x-javascript',
- 'application/x-perl', 'application/xml', 'text/xml',
- 'text/diff', 'text/x-diff', 'text/x-patch', 'text/x-csrc',
- 'x-extension/cs', 'text/x-java', 'text/x-chdr', 'text/x-c++src',
@ -123,10 +123,10 @@
- 'text/x-chdr' => 'source-h.png',
- 'text/x-java' => 'source-java.png',
- 'application/x-javascript' => 'script-js.png');
+//UNCOMMENTIFES$mime_drivers['horde']['enscript']['location'] = '%%LOCALBASE%%//bin/enscript';
+//UNCOMMENTIFES$mime_drivers['horde']['enscript']['location'] = '%%LOCALBASE%%/bin/enscript';
+//UNCOMMENTIFES$mime_drivers['horde']['enscript']['inline'] = true;
+//UNCOMMENTIFES$mime_drivers['horde']['enscript']['handles'] = array(
+//UNCOMMENTIFES 'application/x-shellscript', 'application/x-javascript',
+//UNCOMMENTIFES 'application/x-cgi', 'application/x-shellscript', 'application/x-javascript',
+//UNCOMMENTIFES 'application/x-perl', 'application/xml', 'text/xml',
+//UNCOMMENTIFES 'text/diff', 'text/x-diff', 'text/x-patch', 'text/x-csrc',
+//UNCOMMENTIFES 'x-extension/cs', 'text/x-java', 'text/x-chdr', 'text/x-c++src',

View file

@ -1291,6 +1291,7 @@ etc/horde/httpd.conf.horde
%%HORDEDIR%%/themes/graphics/user.png
%%HORDEDIR%%/themes/graphics/website.png
%%HORDEDIR%%/themes/graphics/za.png
%%HORDEDIR%%/themes/ie.css
%%HORDEDIR%%/themes/ie5mac.css
%%HORDEDIR%%/themes/kolab/graphics/bg.png
%%HORDEDIR%%/themes/kolab/graphics/kolab.png
@ -1312,6 +1313,7 @@ etc/horde/httpd.conf.horde
%%HORDEDIR%%/themes/mozilla/graphics/menu.png
%%HORDEDIR%%/themes/mozilla/info.php
%%HORDEDIR%%/themes/mozilla/screen.css
%%HORDEDIR%%/themes/opera.css
%%HORDEDIR%%/themes/postnuke/info.php
%%HORDEDIR%%/themes/postnuke/screen.css
%%HORDEDIR%%/themes/print/screen.css
@ -1516,6 +1518,7 @@ etc/horde/httpd.conf.horde
@dirrm %%HORDEDIR%%/lib/Net
@dirrm %%HORDEDIR%%/lib/Horde/tests
@dirrm %%HORDEDIR%%/lib/Horde/iCalendar
@dirrm %%HORDEDIR%%/lib/Horde/docs/examples
@dirrm %%HORDEDIR%%/lib/Horde/docs
@dirrm %%HORDEDIR%%/lib/Horde/VC
@dirrm %%HORDEDIR%%/lib/Horde/UI/VarRenderer

View file

@ -6,7 +6,7 @@
#
PORTNAME= horde
PORTVERSION= 3.0.2
PORTVERSION= 3.0.3
CATEGORIES= www
MASTER_SITES= ftp://ftp.horde.org/pub/horde/ \
ftp://ftp.planetmirror.com/pub/horde/horde/ \

View file

@ -1,2 +1,2 @@
MD5 (horde-3.0.2.tar.gz) = 620745a4e94dd848fff72edb3b45c184
SIZE (horde-3.0.2.tar.gz) = 3114659
MD5 (horde-3.0.3.tar.gz) = 96a4c9fb2047987164a3981a31667ef2
SIZE (horde-3.0.3.tar.gz) = 3246122

View file

@ -1,5 +1,5 @@
--- config/mime_drivers.php.dist.orig Fri Nov 19 03:40:31 2004
+++ config/mime_drivers.php.dist Thu Nov 25 21:58:43 2004
--- config/mime_drivers.php.dist.orig Mon Feb 7 23:17:54 2005
+++ config/mime_drivers.php.dist Fri Feb 11 21:37:05 2005
@@ -37,10 +37,20 @@
* zip Zip files
*/
@ -29,7 +29,7 @@
* Web C Plus Plus driver settings
* http://webcpp.sourceforge.net/
*/
-$mime_drivers['horde']['webcpp']['location'] = 'C:\Program Files\Jeffrey Bakker\webcpp\webcpp.exe';
-$mime_drivers['horde']['webcpp']['location'] = '/usr/bin/webcpp';
-$mime_drivers['horde']['webcpp']['inline'] = true;
-$mime_drivers['horde']['webcpp']['handles'] = array(
- 'text/xml', 'text/sgml', 'application/xml',
@ -78,7 +78,7 @@
* Source-Highlight driver settings
* http://www.gnu.org/software/src-highlite/
*/
-$mime_drivers['horde']['srchighlite']['location'] = 'C:\Program Files\src-highlite\bin\source-highlight.exe';
-$mime_drivers['horde']['srchighlite']['location'] = '/usr/bin/source-highlight';
-$mime_drivers['horde']['srchighlite']['inline'] = true;
-$mime_drivers['horde']['srchighlite']['handles'] = array(
- 'text/x-csrc', 'text/x-c++src', 'text/x-java',
@ -109,7 +109,7 @@
-$mime_drivers['horde']['enscript']['location'] = '/usr/bin/enscript';
-$mime_drivers['horde']['enscript']['inline'] = true;
-$mime_drivers['horde']['enscript']['handles'] = array(
- 'application/x-shellscript', 'application/x-javascript',
- 'application/x-cgi', 'application/x-shellscript', 'application/x-javascript',
- 'application/x-perl', 'application/xml', 'text/xml',
- 'text/diff', 'text/x-diff', 'text/x-patch', 'text/x-csrc',
- 'x-extension/cs', 'text/x-java', 'text/x-chdr', 'text/x-c++src',
@ -123,10 +123,10 @@
- 'text/x-chdr' => 'source-h.png',
- 'text/x-java' => 'source-java.png',
- 'application/x-javascript' => 'script-js.png');
+//UNCOMMENTIFES$mime_drivers['horde']['enscript']['location'] = '%%LOCALBASE%%//bin/enscript';
+//UNCOMMENTIFES$mime_drivers['horde']['enscript']['location'] = '%%LOCALBASE%%/bin/enscript';
+//UNCOMMENTIFES$mime_drivers['horde']['enscript']['inline'] = true;
+//UNCOMMENTIFES$mime_drivers['horde']['enscript']['handles'] = array(
+//UNCOMMENTIFES 'application/x-shellscript', 'application/x-javascript',
+//UNCOMMENTIFES 'application/x-cgi', 'application/x-shellscript', 'application/x-javascript',
+//UNCOMMENTIFES 'application/x-perl', 'application/xml', 'text/xml',
+//UNCOMMENTIFES 'text/diff', 'text/x-diff', 'text/x-patch', 'text/x-csrc',
+//UNCOMMENTIFES 'x-extension/cs', 'text/x-java', 'text/x-chdr', 'text/x-c++src',

View file

@ -1291,6 +1291,7 @@ etc/horde/httpd.conf.horde
%%HORDEDIR%%/themes/graphics/user.png
%%HORDEDIR%%/themes/graphics/website.png
%%HORDEDIR%%/themes/graphics/za.png
%%HORDEDIR%%/themes/ie.css
%%HORDEDIR%%/themes/ie5mac.css
%%HORDEDIR%%/themes/kolab/graphics/bg.png
%%HORDEDIR%%/themes/kolab/graphics/kolab.png
@ -1312,6 +1313,7 @@ etc/horde/httpd.conf.horde
%%HORDEDIR%%/themes/mozilla/graphics/menu.png
%%HORDEDIR%%/themes/mozilla/info.php
%%HORDEDIR%%/themes/mozilla/screen.css
%%HORDEDIR%%/themes/opera.css
%%HORDEDIR%%/themes/postnuke/info.php
%%HORDEDIR%%/themes/postnuke/screen.css
%%HORDEDIR%%/themes/print/screen.css
@ -1516,6 +1518,7 @@ etc/horde/httpd.conf.horde
@dirrm %%HORDEDIR%%/lib/Net
@dirrm %%HORDEDIR%%/lib/Horde/tests
@dirrm %%HORDEDIR%%/lib/Horde/iCalendar
@dirrm %%HORDEDIR%%/lib/Horde/docs/examples
@dirrm %%HORDEDIR%%/lib/Horde/docs
@dirrm %%HORDEDIR%%/lib/Horde/VC
@dirrm %%HORDEDIR%%/lib/Horde/UI/VarRenderer

View file

@ -6,7 +6,7 @@
#
PORTNAME= horde
PORTVERSION= 3.0.2
PORTVERSION= 3.0.3
CATEGORIES= www
MASTER_SITES= ftp://ftp.horde.org/pub/horde/ \
ftp://ftp.planetmirror.com/pub/horde/horde/ \

View file

@ -1,2 +1,2 @@
MD5 (horde-3.0.2.tar.gz) = 620745a4e94dd848fff72edb3b45c184
SIZE (horde-3.0.2.tar.gz) = 3114659
MD5 (horde-3.0.3.tar.gz) = 96a4c9fb2047987164a3981a31667ef2
SIZE (horde-3.0.3.tar.gz) = 3246122

View file

@ -1,5 +1,5 @@
--- config/mime_drivers.php.dist.orig Fri Nov 19 03:40:31 2004
+++ config/mime_drivers.php.dist Thu Nov 25 21:58:43 2004
--- config/mime_drivers.php.dist.orig Mon Feb 7 23:17:54 2005
+++ config/mime_drivers.php.dist Fri Feb 11 21:37:05 2005
@@ -37,10 +37,20 @@
* zip Zip files
*/
@ -29,7 +29,7 @@
* Web C Plus Plus driver settings
* http://webcpp.sourceforge.net/
*/
-$mime_drivers['horde']['webcpp']['location'] = 'C:\Program Files\Jeffrey Bakker\webcpp\webcpp.exe';
-$mime_drivers['horde']['webcpp']['location'] = '/usr/bin/webcpp';
-$mime_drivers['horde']['webcpp']['inline'] = true;
-$mime_drivers['horde']['webcpp']['handles'] = array(
- 'text/xml', 'text/sgml', 'application/xml',
@ -78,7 +78,7 @@
* Source-Highlight driver settings
* http://www.gnu.org/software/src-highlite/
*/
-$mime_drivers['horde']['srchighlite']['location'] = 'C:\Program Files\src-highlite\bin\source-highlight.exe';
-$mime_drivers['horde']['srchighlite']['location'] = '/usr/bin/source-highlight';
-$mime_drivers['horde']['srchighlite']['inline'] = true;
-$mime_drivers['horde']['srchighlite']['handles'] = array(
- 'text/x-csrc', 'text/x-c++src', 'text/x-java',
@ -109,7 +109,7 @@
-$mime_drivers['horde']['enscript']['location'] = '/usr/bin/enscript';
-$mime_drivers['horde']['enscript']['inline'] = true;
-$mime_drivers['horde']['enscript']['handles'] = array(
- 'application/x-shellscript', 'application/x-javascript',
- 'application/x-cgi', 'application/x-shellscript', 'application/x-javascript',
- 'application/x-perl', 'application/xml', 'text/xml',
- 'text/diff', 'text/x-diff', 'text/x-patch', 'text/x-csrc',
- 'x-extension/cs', 'text/x-java', 'text/x-chdr', 'text/x-c++src',
@ -123,10 +123,10 @@
- 'text/x-chdr' => 'source-h.png',
- 'text/x-java' => 'source-java.png',
- 'application/x-javascript' => 'script-js.png');
+//UNCOMMENTIFES$mime_drivers['horde']['enscript']['location'] = '%%LOCALBASE%%//bin/enscript';
+//UNCOMMENTIFES$mime_drivers['horde']['enscript']['location'] = '%%LOCALBASE%%/bin/enscript';
+//UNCOMMENTIFES$mime_drivers['horde']['enscript']['inline'] = true;
+//UNCOMMENTIFES$mime_drivers['horde']['enscript']['handles'] = array(
+//UNCOMMENTIFES 'application/x-shellscript', 'application/x-javascript',
+//UNCOMMENTIFES 'application/x-cgi', 'application/x-shellscript', 'application/x-javascript',
+//UNCOMMENTIFES 'application/x-perl', 'application/xml', 'text/xml',
+//UNCOMMENTIFES 'text/diff', 'text/x-diff', 'text/x-patch', 'text/x-csrc',
+//UNCOMMENTIFES 'x-extension/cs', 'text/x-java', 'text/x-chdr', 'text/x-c++src',

View file

@ -1291,6 +1291,7 @@ etc/horde/httpd.conf.horde
%%HORDEDIR%%/themes/graphics/user.png
%%HORDEDIR%%/themes/graphics/website.png
%%HORDEDIR%%/themes/graphics/za.png
%%HORDEDIR%%/themes/ie.css
%%HORDEDIR%%/themes/ie5mac.css
%%HORDEDIR%%/themes/kolab/graphics/bg.png
%%HORDEDIR%%/themes/kolab/graphics/kolab.png
@ -1312,6 +1313,7 @@ etc/horde/httpd.conf.horde
%%HORDEDIR%%/themes/mozilla/graphics/menu.png
%%HORDEDIR%%/themes/mozilla/info.php
%%HORDEDIR%%/themes/mozilla/screen.css
%%HORDEDIR%%/themes/opera.css
%%HORDEDIR%%/themes/postnuke/info.php
%%HORDEDIR%%/themes/postnuke/screen.css
%%HORDEDIR%%/themes/print/screen.css
@ -1516,6 +1518,7 @@ etc/horde/httpd.conf.horde
@dirrm %%HORDEDIR%%/lib/Net
@dirrm %%HORDEDIR%%/lib/Horde/tests
@dirrm %%HORDEDIR%%/lib/Horde/iCalendar
@dirrm %%HORDEDIR%%/lib/Horde/docs/examples
@dirrm %%HORDEDIR%%/lib/Horde/docs
@dirrm %%HORDEDIR%%/lib/Horde/VC
@dirrm %%HORDEDIR%%/lib/Horde/UI/VarRenderer