1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Update to 2.1 final, bump PORTREVISION.

PR:		39170
Submitted by:	maintainer
This commit is contained in:
Patrick Li 2002-06-18 07:37:37 +00:00
parent 794224f8a3
commit 6542badc22
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61484
6 changed files with 108 additions and 135 deletions

View File

@ -7,11 +7,10 @@
PORTNAME= horde PORTNAME= horde
PORTVERSION= 2.1 PORTVERSION= 2.1
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= www CATEGORIES= www
MASTER_SITES= ftp://ftp.horde.org/pub/horde/tarballs/%SUBDIR%/ MASTER_SITES= ftp://ftp.horde.org/pub/horde/tarballs/%SUBDIR%/
MASTER_SITE_SUBDIR= . old MASTER_SITE_SUBDIR= . old
DISTNAME= ${PORTNAME}-${PORTVERSION}-RC3
MAINTAINER= thierry@pompo.net MAINTAINER= thierry@pompo.net

View File

@ -1 +1 @@
MD5 (horde-2.1-RC3.tar.gz) = 9c8b99e5247a267a3be6da26d31a3c40 MD5 (horde-2.1.tar.gz) = 2e66863e4b5ebabd1a3dae63d2b2cb53

View File

@ -1,5 +1,5 @@
--- config/registry.php.dist.orig Tue Apr 16 14:24:58 2002 --- config/registry.php.dist.orig Mon May 20 18:43:28 2002
+++ config/registry.php.dist Sun May 19 00:01:04 2002 +++ config/registry.php.dist Tue Jun 11 18:53:47 2002
@@ -20,8 +20,8 @@ @@ -20,8 +20,8 @@
* IMP or Gollem handle the authentication for Horde. This avoids the * IMP or Gollem handle the authentication for Horde. This avoids the
* "double login" while accessing IMP. * "double login" while accessing IMP.
@ -11,9 +11,9 @@
/* mail: Handler for sending mail. */ /* mail: Handler for sending mail. */
$this->registry['mail']['compose'] = 'imp'; $this->registry['mail']['compose'] = 'imp';
@@ -33,12 +33,29 @@ @@ -39,12 +39,29 @@
$this->registry['contacts']['sources'] = 'turba'; $this->registry['memos']['show'] = 'mnemo';
$this->registry['contacts']['fields'] = 'turba'; $this->registry['memos']['add'] = 'mnemo';
+//$this->registry['publickey']['add'] = 'turba'; +//$this->registry['publickey']['add'] = 'turba';
+//$this->registry['publickey']['delete'] = 'turba'; +//$this->registry['publickey']['delete'] = 'turba';
@ -41,7 +41,7 @@
/** /**
* Application registry * Application registry
@@ -68,50 +85,121 @@ @@ -74,60 +91,121 @@
'server_port' => $GLOBALS['HTTP_SERVER_VARS']['SERVER_PORT'] 'server_port' => $GLOBALS['HTTP_SERVER_VARS']['SERVER_PORT']
); );
@ -72,6 +72,15 @@
-// 'show' => false -// 'show' => false
-// ); -// );
- -
-// $this->applications['mnemo'] = array(
-// 'fileroot' => dirname(__FILE__) . '/../mnemo',
-// 'webroot' => $this->applications['horde']['webroot'] . '/mnemo',
-// 'icon' => $this->applications['horde']['webroot'] . '/mnemo/graphics/mnemo.gif',
-// 'name' => _("Memos"),
-// 'allow_guests' => false,
-// 'show' => true
-// );
-
-// $this->applications['nag'] = array( -// $this->applications['nag'] = array(
-// 'fileroot' => dirname(__FILE__) . '/../nag', -// 'fileroot' => dirname(__FILE__) . '/../nag',
-// 'webroot' => $this->applications['horde']['webroot'] . '/nag', -// 'webroot' => $this->applications['horde']['webroot'] . '/nag',
@ -89,6 +98,7 @@
-// 'allow_guests' => false, -// 'allow_guests' => false,
-// 'show' => false -// 'show' => false
-// ); -// );
-
+//UNCOMMENTWHENINSTIMP$this->applications['imp'] = array( +//UNCOMMENTWHENINSTIMP$this->applications['imp'] = array(
+//UNCOMMENTWHENINSTIMP 'fileroot' => dirname(__FILE__) . '/../imp', +//UNCOMMENTWHENINSTIMP 'fileroot' => dirname(__FILE__) . '/../imp',
+//UNCOMMENTWHENINSTIMP 'webroot' => $this->applications['horde']['webroot'] . '/imp', +//UNCOMMENTWHENINSTIMP 'webroot' => $this->applications['horde']['webroot'] . '/imp',
@ -106,24 +116,6 @@
+//UNCOMMENTWHENINSTTURBA 'allow_guests' => false, +//UNCOMMENTWHENINSTTURBA 'allow_guests' => false,
+//UNCOMMENTWHENINSTTURBA 'show' => true +//UNCOMMENTWHENINSTTURBA 'show' => true
+//UNCOMMENTWHENINSTTURBA); +//UNCOMMENTWHENINSTTURBA);
+
+//UNCOMMENTWHENINSTGOLLEM$this->applications['gollem'] = array(
+//UNCOMMENTWHENINSTGOLLEM 'fileroot' => dirname(__FILE__) . '/../gollem',
+//UNCOMMENTWHENINSTGOLLEM 'webroot' => '/horde/gollem',
+//UNCOMMENTWHENINSTGOLLEM 'icon' => '/horde/gollem/graphics/gollem.gif',
+//UNCOMMENTWHENINSTGOLLEM 'name' => _("FTP"),
+//UNCOMMENTWHENINSTGOLLEM 'allow_guests' => false,
+//UNCOMMENTWHENINSTGOLLEM 'show' => true
+//UNCOMMENTWHENINSTGOLLEM);
+
+//UNCOMMENTWHENINSTNIC$this->applications['nic'] = array(
+//UNCOMMENTWHENINSTNIC 'fileroot' => dirname(__FILE__) . '/../nic',
+//UNCOMMENTWHENINSTNIC 'webroot' => '/horde/nic',
+//UNCOMMENTWHENINSTNIC 'icon' => '/horde/nic/graphics/nic.gif',
+//UNCOMMENTWHENINSTNIC 'name' => _("Network"),
+//UNCOMMENTWHENINSTNIC 'allow_guests' => false,
+//UNCOMMENTWHENINSTNIC 'show' => true
+//UNCOMMENTWHENINSTNIC);
+ +
+//UNCOMMENTWHENINSTKRONOLITH$this->applications['kronolith'] = array( +//UNCOMMENTWHENINSTKRONOLITH$this->applications['kronolith'] = array(
+//UNCOMMENTWHENINSTKRONOLITH 'fileroot' => dirname(__FILE__) . '/../kronolith', +//UNCOMMENTWHENINSTKRONOLITH 'fileroot' => dirname(__FILE__) . '/../kronolith',
@ -134,51 +126,6 @@
+//UNCOMMENTWHENINSTKRONOLITH 'show' => true +//UNCOMMENTWHENINSTKRONOLITH 'show' => true
+//UNCOMMENTWHENINSTKRONOLITH); +//UNCOMMENTWHENINSTKRONOLITH);
+ +
+//UNCOMMENTWHENINSTJONAH$this->applications['jonah'] = array(
+//UNCOMMENTWHENINSTJONAH 'fileroot' => dirname(__FILE__) . '/../jonah',
+//UNCOMMENTWHENINSTJONAH 'webroot' => '/horde/jonah',
+//UNCOMMENTWHENINSTJONAH 'icon' => '/horde/jonah/graphics/jonah.gif',
+//UNCOMMENTWHENINSTJONAH 'name' => _("Headlines"),
+//UNCOMMENTWHENINSTJONAH 'allow_guests' => true,
+//UNCOMMENTWHENINSTJONAH 'show' => true
+//UNCOMMENTWHENINSTJONAH);
+
+//UNCOMMENTWHENINSTTROLL$this->applications['troll'] = array(
+//UNCOMMENTWHENINSTTROLL 'fileroot' => dirname(__FILE__) . '/../troll',
+//UNCOMMENTWHENINSTTROLL 'webroot' => '/horde/troll',
+//UNCOMMENTWHENINSTTROLL 'icon' => '/horde/troll/graphics/troll.gif',
+//UNCOMMENTWHENINSTTROLL 'name' => _("News"),
+//UNCOMMENTWHENINSTTROLL 'allow_guests' => false,
+//UNCOMMENTWHENINSTTROLL 'show' => true
+//UNCOMMENTWHENINSTTROLL);
+
+//UNCOMMENTWHENINSTCHORA$this->applications['chora'] = array(
+//UNCOMMENTWHENINSTCHORA 'fileroot' => dirname(__FILE__) . '/../chora',
+//UNCOMMENTWHENINSTCHORA 'webroot' => $this->applications['horde']['webroot'] . '/chora',
+//UNCOMMENTWHENINSTCHORA 'icon' => $this->applications['horde']['webroot'] . '/chora/graphics/chora.gif',
+//UNCOMMENTWHENINSTCHORA 'name' => _("CVS"),
+//UNCOMMENTWHENINSTCHORA 'allow_guests' => true,
+//UNCOMMENTWHENINSTCHORA 'show' => true
+//UNCOMMENTWHENINSTCHORA);
+
+//UNCOMMENTWHENINSTBABEL$this->applications['babel'] = array(
+//UNCOMMENTWHENINSTBABEL 'fileroot' => dirname(__FILE__) . '/../babel',
+//UNCOMMENTWHENINSTBABEL 'webroot' => $this->applications['horde']['webroot'] . '/babel',
+//UNCOMMENTWHENINSTBABEL 'icon' => $this->applications['horde']['webroot'] . '/babel/graphics/babel.gif',
+//UNCOMMENTWHENINSTBABEL 'name' => _("i18n"),
+//UNCOMMENTWHENINSTBABEL 'allow_guests' => false,
+//UNCOMMENTWHENINSTBABEL 'show' => true
+//UNCOMMENTWHENINSTBABEL);
+
+//UNCOMMENTWHENINSTWHUPS$this->applications['whups'] = array(
+//UNCOMMENTWHENINSTWHUPS 'fileroot' => dirname(__FILE__) . '/../whups',
+//UNCOMMENTWHENINSTWHUPS 'webroot' => '/horde/whups',
+//UNCOMMENTWHENINSTWHUPS 'icon' => '/horde/whups/graphics/whups.gif',
+//UNCOMMENTWHENINSTWHUPS 'name' => _("Bugs"),
+//UNCOMMENTWHENINSTWHUPS 'allow_guests' => false,
+//UNCOMMENTWHENINSTWHUPS 'show' => true
+//UNCOMMENTWHENINSTWHUPS);
+
+//UNCOMMENTWHENINSTMNEMO$this->applications['mnemo'] = array( +//UNCOMMENTWHENINSTMNEMO$this->applications['mnemo'] = array(
+//UNCOMMENTWHENINSTMNEMO 'fileroot' => dirname(__FILE__) . '/../mnemo', +//UNCOMMENTWHENINSTMNEMO 'fileroot' => dirname(__FILE__) . '/../mnemo',
+//UNCOMMENTWHENINSTMNEMO 'webroot' => $this->applications['horde']['webroot'] . '/mnemo', +//UNCOMMENTWHENINSTMNEMO 'webroot' => $this->applications['horde']['webroot'] . '/mnemo',
@ -197,6 +144,69 @@
+//UNCOMMENTWHENINSTNAG 'show' => true +//UNCOMMENTWHENINSTNAG 'show' => true
+//UNCOMMENTWHENINSTNAG); +//UNCOMMENTWHENINSTNAG);
+ +
+//UNCOMMENTWHENINSTCHORA$this->applications['chora'] = array(
+//UNCOMMENTWHENINSTCHORA 'fileroot' => dirname(__FILE__) . '/../chora',
+//UNCOMMENTWHENINSTCHORA 'webroot' => $this->applications['horde']['webroot'] . '/chora',
+//UNCOMMENTWHENINSTCHORA 'icon' => $this->applications['horde']['webroot'] . '/chora/graphics/chora.gif',
+//UNCOMMENTWHENINSTCHORA 'name' => _("CVS"),
+//UNCOMMENTWHENINSTCHORA 'allow_guests' => false,
+//UNCOMMENTWHENINSTCHORA 'show' => true
+//UNCOMMENTWHENINSTCHORA);
+
+//UNCOMMENTWHENINSTGOLLEM$this->applications['gollem'] = array(
+//UNCOMMENTWHENINSTGOLLEM 'fileroot' => dirname(__FILE__) . '/../gollem',
+//UNCOMMENTWHENINSTGOLLEM 'webroot' => '/horde/gollem',
+//UNCOMMENTWHENINSTGOLLEM 'icon' => '/horde/gollem/graphics/gollem.gif',
+//UNCOMMENTWHENINSTGOLLEM 'name' => _("FTP"),
+//UNCOMMENTWHENINSTGOLLEM 'allow_guests' => false,
+//UNCOMMENTWHENINSTGOLLEM 'show' => true
+//UNCOMMENTWHENINSTGOLLEM);
+
+//UNCOMMENTWHENINSTNIC$this->applications['nic'] = array(
+//UNCOMMENTWHENINSTNIC 'fileroot' => dirname(__FILE__) . '/../nic',
+//UNCOMMENTWHENINSTNIC 'webroot' => '/horde/nic',
+//UNCOMMENTWHENINSTNIC 'icon' => '/horde/nic/graphics/nic.gif',
+//UNCOMMENTWHENINSTNIC 'name' => _("Network"),
+//UNCOMMENTWHENINSTNIC 'allow_guests' => false,
+//UNCOMMENTWHENINSTNIC 'show' => true
+//UNCOMMENTWHENINSTNIC);
+
+//UNCOMMENTWHENINSTJONAH$this->applications['jonah'] = array(
+//UNCOMMENTWHENINSTJONAH 'fileroot' => dirname(__FILE__) . '/../jonah',
+//UNCOMMENTWHENINSTJONAH 'webroot' => '/horde/jonah',
+//UNCOMMENTWHENINSTJONAH 'icon' => '/horde/jonah/graphics/jonah.gif',
+//UNCOMMENTWHENINSTJONAH 'name' => _("Headlines"),
+//UNCOMMENTWHENINSTJONAH 'allow_guests' => true,
+//UNCOMMENTWHENINSTJONAH 'show' => true
+//UNCOMMENTWHENINSTJONAH);
+
+//UNCOMMENTWHENINSTTROLL$this->applications['troll'] = array(
+//UNCOMMENTWHENINSTTROLL 'fileroot' => dirname(__FILE__) . '/../troll',
+//UNCOMMENTWHENINSTTROLL 'webroot' => '/horde/troll',
+//UNCOMMENTWHENINSTTROLL 'icon' => '/horde/troll/graphics/troll.gif',
+//UNCOMMENTWHENINSTTROLL 'name' => _("News"),
+//UNCOMMENTWHENINSTTROLL 'allow_guests' => false,
+//UNCOMMENTWHENINSTTROLL 'show' => true
+//UNCOMMENTWHENINSTTROLL);
+
+//UNCOMMENTWHENINSTBABEL$this->applications['babel'] = array(
+//UNCOMMENTWHENINSTBABEL 'fileroot' => dirname(__FILE__) . '/../babel',
+//UNCOMMENTWHENINSTBABEL 'webroot' => $this->applications['horde']['webroot'] . '/babel',
+//UNCOMMENTWHENINSTBABEL 'icon' => $this->applications['horde']['webroot'] . '/babel/graphics/babel.gif',
+//UNCOMMENTWHENINSTBABEL 'name' => _("i18n"),
+//UNCOMMENTWHENINSTBABEL 'allow_guests' => false,
+//UNCOMMENTWHENINSTBABEL 'show' => true
+//UNCOMMENTWHENINSTBABEL);
+
+//UNCOMMENTWHENINSTWHUPS$this->applications['whups'] = array(
+//UNCOMMENTWHENINSTWHUPS 'fileroot' => dirname(__FILE__) . '/../whups',
+//UNCOMMENTWHENINSTWHUPS 'webroot' => '/horde/whups',
+//UNCOMMENTWHENINSTWHUPS 'icon' => '/horde/whups/graphics/whups.gif',
+//UNCOMMENTWHENINSTWHUPS 'name' => _("Bugs"),
+//UNCOMMENTWHENINSTWHUPS 'allow_guests' => false,
+//UNCOMMENTWHENINSTWHUPS 'show' => true
+//UNCOMMENTWHENINSTWHUPS);
+
+//UNCOMMENTWHENINSTORATOR$this->applications['orator'] = array( +//UNCOMMENTWHENINSTORATOR$this->applications['orator'] = array(
+//UNCOMMENTWHENINSTORATOR 'fileroot' => dirname(__FILE__) . '/../orator', +//UNCOMMENTWHENINSTORATOR 'fileroot' => dirname(__FILE__) . '/../orator',
+//UNCOMMENTWHENINSTORATOR 'webroot' => '/horde/orator', +//UNCOMMENTWHENINSTORATOR 'webroot' => '/horde/orator',
@ -205,67 +215,21 @@
+//UNCOMMENTWHENINSTORATOR 'show' => true +//UNCOMMENTWHENINSTORATOR 'show' => true
+//UNCOMMENTWHENINSTORATOR); +//UNCOMMENTWHENINSTORATOR);
/** /**
@@ -168,6 +256,86 @@ * Service registry
'function' => 'turbaGetFields', @@ -185,7 +263,7 @@
'args' => array('addressbook'),
'type' => 'array' 'type' => 'array'
+); );
+
-$this->services['kronolith']['horde']['summary'] = array(
+$this->services['kronolith']['horde']['summary'] = array( +$this->services['kronolith']['horde']['summary'] = array(
+ 'file' => '%application%/lib/api.php', 'file' => '%application%/lib/api.php',
+ 'function' => 'kronolithSummary', 'function' => 'kronolithSummary',
+ 'args' => array(), 'args' => array(),
+ 'type' => 'string' @@ -238,6 +316,29 @@
+); $this->services['nag']['horde']['summary'] = array(
+ 'file' => '%application%/lib/api.php',
+$this->services['mnemo']['memos']['list'] = array( 'function' => 'nagSummary',
+ 'file' => '%application%/lib/api.php',
+ 'function' => 'mnemoListMemos',
+ 'args' => array('sortby', 'sortdir'),
+ 'type' => 'array'
+);
+$this->services['mnemo']['memos']['search'] = array(
+ 'link' => "%application%/search.php"
+);
+$this->services['mnemo']['memos']['show'] = array(
+ 'link' => "%application%/view.php?memo=|memo|"
+);
+$this->services['mnemo']['memos']['add'] = array(
+ 'file' => '%application%/lib/api.php',
+ 'function' => 'mnemoAddMemo',
+ 'args' => array('body', 'category'),
+ 'type' => 'integer'
+);
+$this->services['mnemo']['horde']['summary'] = array(
+ 'file' => '%application%/lib/api.php',
+ 'function' => 'mnemoSummary',
+ 'args' => array(),
+ 'type' => 'string'
+);
+
+$this->services['nag']['tasks']['list'] = array(
+ 'file' => '%application%/lib/api.php',
+ 'function' => 'nagListTasks',
+ 'args' => array('sortby', 'sortdir'),
+ 'type' => 'array'
+);
+$this->services['nag']['tasks']['search'] = array(
+ 'link' => "%application%/search.php"
+);
+$this->services['nag']['tasks']['show'] = array(
+ 'link' => "%application%/view.php?task=|task|"
+);
+$this->services['nag']['tasks']['add'] = array(
+ 'file' => '%application%/lib/api.php',
+ 'function' => 'nagAddTask',
+ 'args' => array('name', 'description', 'due'),
+ 'type' => 'integer'
+);
+$this->services['nag']['horde']['summary'] = array(
+ 'file' => '%application%/lib/api.php',
+ 'function' => 'nagSummary',
+ 'args' => array(), + 'args' => array(),
+ 'type' => 'string' + 'type' => 'string'
+); +);
@ -289,8 +253,6 @@
+$this->services['whups']['horde']['summary'] = array( +$this->services['whups']['horde']['summary'] = array(
+ 'file' => '%application%/lib/api.php', + 'file' => '%application%/lib/api.php',
+ 'function' => 'whupsSummary', + 'function' => 'whupsSummary',
+ 'args' => array(), 'args' => array(),
+ 'type' => 'string' 'type' => 'string'
); );
$this->services['kronolith']['horde']['summary'] = array(

View File

@ -1,6 +1,7 @@
Horde is a framework used by several applications written in PHP4. Horde is a framework used by several applications written in PHP4.
Horde is used by these ports: mail/imp3, mail/turba, devel/chora, Horde is used by these ports: mail/imp3, mail/turba, devel/chora,
deskutils/kronolith, deskutils/nag, www/jonah, net/nic and devel/whups. deskutils/kronolith, deskutils/nag, www/jonah, net/nic, devel/whups,
and deskutils/mnemo.
WWW: http://www.horde.org/ WWW: http://www.horde.org/

View File

@ -30,4 +30,7 @@ When everything is OK, you should be able to access Horde from
There is a testing script at <URL:http://localhost/horde/test.php>. There is a testing script at <URL:http://localhost/horde/test.php>.
The script horde_set_perms.sh has been installed in %%HORDESBIN%%. The script horde_set_perms.sh has been installed in %%HORDESBIN%%.
N.B.: if you don't have a directory /usr/local/lib/php/Log, you have *
===== to install it from <URL:http://pear.php.net/get/Log>. *
************************************************************************ ************************************************************************

View File

@ -148,11 +148,13 @@
%%HORDEDIR%%/locale/et_EE/LC_MESSAGES/horde.mo %%HORDEDIR%%/locale/et_EE/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/fi_FI/LC_MESSAGES/horde.mo %%HORDEDIR%%/locale/fi_FI/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/fr_FR/LC_MESSAGES/horde.mo %%HORDEDIR%%/locale/fr_FR/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/hu_HU/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/it_IT/LC_MESSAGES/horde.mo %%HORDEDIR%%/locale/it_IT/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/ja_JP/LC_MESSAGES/horde.mo %%HORDEDIR%%/locale/ja_JP/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/ko_KR/LC_MESSAGES/horde.mo %%HORDEDIR%%/locale/ko_KR/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/nl_NL/LC_MESSAGES/horde.mo %%HORDEDIR%%/locale/nl_NL/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/nb_NO/LC_MESSAGES/horde.mo %%HORDEDIR%%/locale/nb_NO/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/nn_NO/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/pl_PL/LC_MESSAGES/horde.mo %%HORDEDIR%%/locale/pl_PL/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/pt_BR/LC_MESSAGES/horde.mo %%HORDEDIR%%/locale/pt_BR/LC_MESSAGES/horde.mo
%%HORDEDIR%%/locale/pt_PT/LC_MESSAGES/horde.mo %%HORDEDIR%%/locale/pt_PT/LC_MESSAGES/horde.mo
@ -180,11 +182,13 @@
%%HORDEDIR%%/po/extract.pl %%HORDEDIR%%/po/extract.pl
%%HORDEDIR%%/po/fi_FI.po %%HORDEDIR%%/po/fi_FI.po
%%HORDEDIR%%/po/fr_FR.po %%HORDEDIR%%/po/fr_FR.po
%%HORDEDIR%%/po/hu_HU.po
%%HORDEDIR%%/po/it_IT.po %%HORDEDIR%%/po/it_IT.po
%%HORDEDIR%%/po/ja_JP.po %%HORDEDIR%%/po/ja_JP.po
%%HORDEDIR%%/po/ko_KR.po %%HORDEDIR%%/po/ko_KR.po
%%HORDEDIR%%/po/nl_NL.po %%HORDEDIR%%/po/nl_NL.po
%%HORDEDIR%%/po/nb_NO.po %%HORDEDIR%%/po/nb_NO.po
%%HORDEDIR%%/po/nn_NO.po
%%HORDEDIR%%/po/pl_PL.po %%HORDEDIR%%/po/pl_PL.po
%%HORDEDIR%%/po/pt_BR.po %%HORDEDIR%%/po/pt_BR.po
%%HORDEDIR%%/po/pt_PT.po %%HORDEDIR%%/po/pt_PT.po
@ -307,6 +311,8 @@ etc/horde/httpd.conf.horde
@dirrm %%HORDEDIR%%/locale/fi_FI @dirrm %%HORDEDIR%%/locale/fi_FI
@dirrm %%HORDEDIR%%/locale/fr_FR/LC_MESSAGES @dirrm %%HORDEDIR%%/locale/fr_FR/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/fr_FR @dirrm %%HORDEDIR%%/locale/fr_FR
@dirrm %%HORDEDIR%%/locale/hu_HU/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/hu_HU
@dirrm %%HORDEDIR%%/locale/it_IT/LC_MESSAGES @dirrm %%HORDEDIR%%/locale/it_IT/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/it_IT @dirrm %%HORDEDIR%%/locale/it_IT
@dirrm %%HORDEDIR%%/locale/ja_JP/LC_MESSAGES @dirrm %%HORDEDIR%%/locale/ja_JP/LC_MESSAGES
@ -317,6 +323,8 @@ etc/horde/httpd.conf.horde
@dirrm %%HORDEDIR%%/locale/nl_NL @dirrm %%HORDEDIR%%/locale/nl_NL
@dirrm %%HORDEDIR%%/locale/nb_NO/LC_MESSAGES @dirrm %%HORDEDIR%%/locale/nb_NO/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/nb_NO @dirrm %%HORDEDIR%%/locale/nb_NO
@dirrm %%HORDEDIR%%/locale/nn_NO/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/nn_NO
@dirrm %%HORDEDIR%%/locale/pl_PL/LC_MESSAGES @dirrm %%HORDEDIR%%/locale/pl_PL/LC_MESSAGES
@dirrm %%HORDEDIR%%/locale/pl_PL @dirrm %%HORDEDIR%%/locale/pl_PL
@dirrm %%HORDEDIR%%/locale/pt_BR/LC_MESSAGES @dirrm %%HORDEDIR%%/locale/pt_BR/LC_MESSAGES