1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Update to RC3.

PR:		38263
Submitted by:	maintainer
This commit is contained in:
Maxim Sobolev 2002-05-23 11:44:31 +00:00
parent 6089e3ea54
commit 4e7fff5655
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59786
19 changed files with 80 additions and 53 deletions

View File

@ -7,9 +7,10 @@
PORTNAME= turba
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= mail www
MASTER_SITES= ftp://ftp.horde.org/pub/turba/tarballs/
DISTNAME= ${PORTNAME}-${PORTVERSION}-RC2
DISTNAME= ${PORTNAME}-${PORTVERSION}-RC3
MAINTAINER= thierry@pompo.net

View File

@ -1 +1 @@
MD5 (turba-1.1-RC2.tar.gz) = 5104518019bdc527baf241b1adc9d618
MD5 (turba-1.1-RC3.tar.gz) = b4f2cced9c830f55049897c6b5386e8b

View File

@ -1,9 +1,7 @@
--- config/conf.php.dist.orig Fri Sep 28 23:29:55 2001
+++ config/conf.php.dist Sat Nov 17 21:38:00 2001
@@ -29,5 +29,6 @@
--- config/conf.php.dist.orig Fri Apr 12 18:21:30 2002
+++ config/conf.php.dist Sun May 19 00:11:06 2002
@@ -30,3 +30,4 @@
// example providing a link to IMP (an email program) would be:
// $conf['menu']['apps'] = array('imp');
$conf['menu']['apps'] = array();
+//UNCOMMENTWHENINSTIMP$conf['menu']['apps'] = array('imp');
?>

View File

@ -1,6 +1,6 @@
--- config/sources.php.dist.orig Tue Jan 1 13:58:34 2002
+++ config/sources.php.dist Thu Jan 3 18:04:12 2002
@@ -92,21 +92,25 @@
--- config/sources.php.dist.orig Thu Apr 25 01:08:44 2002
+++ config/sources.php.dist Sun May 19 00:50:20 2002
@@ -137,22 +137,26 @@
'title' => 'My Addressbook',
'type' => 'sql',
'params' => array(
@ -8,7 +8,7 @@
- 'hostspec' => '',
- 'username' => '',
- 'password' => '',
+// 'phptype' => 'pgsql',
+// 'phptype' => 'pgsql',
+ 'phptype' => 'mysql',
+ 'hostspec' => 'localhost',
+ 'username' => 'hordemgr',
@ -18,11 +18,13 @@
- 'tty' => '',
- 'port' => '5432',
- 'protocol' => 'unix',
+// 'tty' => '',
- 'socket' => '',
+// 'tty' => '',
+// Default port: 5432 for pgsql (PostGres), 3306 for mysql
+// 'port' => '5432',
+// 'port' => '3306',
+// 'protocol' => 'unix',
+// 'port' => '5432',
+// 'port' => '3306',
+// 'protocol' => 'unix',
+// 'socket' => '',
'table' => 'turba_objects'
),
'map' => array(

View File

@ -38,6 +38,7 @@
%%TURBADIR%%/graphics/search.gif
%%TURBADIR%%/graphics/turba.gif
%%TURBADIR%%/graphics/up.gif
%%TURBADIR%%/graphics/user.gif
%%TURBADIR%%/index.php
%%TURBADIR%%/lib/.htaccess
%%TURBADIR%%/lib/AbstractObject.php
@ -80,6 +81,7 @@
%%TURBADIR%%/locale/ru_RU/LC_MESSAGES/turba.mo
%%TURBADIR%%/locale/ru_RU.KOI8-R/LC_MESSAGES/turba.mo
%%TURBADIR%%/locale/sk_SK/LC_MESSAGES/turba.mo
%%TURBADIR%%/locale/sl_SI/LC_MESSAGES/turba.mo
%%TURBADIR%%/locale/sv_SE/LC_MESSAGES/turba.mo
%%TURBADIR%%/locale/uk_UA/LC_MESSAGES/turba.mo
%%TURBADIR%%/locale/zh_CN/LC_MESSAGES/turba.mo
@ -109,6 +111,7 @@
%%TURBADIR%%/po/ru_RU.KOI8-R.po
%%TURBADIR%%/po/shtool
%%TURBADIR%%/po/sk_SK.po
%%TURBADIR%%/po/sl_SI.po
%%TURBADIR%%/po/sv_SE.po
%%TURBADIR%%/po/uk_UA.po
%%TURBADIR%%/po/xgettext.sh
@ -195,6 +198,8 @@ etc/horde/httpd.conf.turba
@dirrm %%TURBADIR%%/locale/ru_RU.KOI8-R
@dirrm %%TURBADIR%%/locale/sk_SK/LC_MESSAGES
@dirrm %%TURBADIR%%/locale/sk_SK
@dirrm %%TURBADIR%%/locale/sl_SI/LC_MESSAGES
@dirrm %%TURBADIR%%/locale/sl_SI
@dirrm %%TURBADIR%%/locale/sv_SE/LC_MESSAGES
@dirrm %%TURBADIR%%/locale/sv_SE
@dirrm %%TURBADIR%%/locale/uk_UA/LC_MESSAGES

View File

@ -7,9 +7,10 @@
PORTNAME= turba
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= mail www
MASTER_SITES= ftp://ftp.horde.org/pub/turba/tarballs/
DISTNAME= ${PORTNAME}-${PORTVERSION}-RC2
DISTNAME= ${PORTNAME}-${PORTVERSION}-RC3
MAINTAINER= thierry@pompo.net

View File

@ -1 +1 @@
MD5 (turba-1.1-RC2.tar.gz) = 5104518019bdc527baf241b1adc9d618
MD5 (turba-1.1-RC3.tar.gz) = b4f2cced9c830f55049897c6b5386e8b

View File

@ -1,9 +1,7 @@
--- config/conf.php.dist.orig Fri Sep 28 23:29:55 2001
+++ config/conf.php.dist Sat Nov 17 21:38:00 2001
@@ -29,5 +29,6 @@
--- config/conf.php.dist.orig Fri Apr 12 18:21:30 2002
+++ config/conf.php.dist Sun May 19 00:11:06 2002
@@ -30,3 +30,4 @@
// example providing a link to IMP (an email program) would be:
// $conf['menu']['apps'] = array('imp');
$conf['menu']['apps'] = array();
+//UNCOMMENTWHENINSTIMP$conf['menu']['apps'] = array('imp');
?>

View File

@ -1,6 +1,6 @@
--- config/sources.php.dist.orig Tue Jan 1 13:58:34 2002
+++ config/sources.php.dist Thu Jan 3 18:04:12 2002
@@ -92,21 +92,25 @@
--- config/sources.php.dist.orig Thu Apr 25 01:08:44 2002
+++ config/sources.php.dist Sun May 19 00:50:20 2002
@@ -137,22 +137,26 @@
'title' => 'My Addressbook',
'type' => 'sql',
'params' => array(
@ -8,7 +8,7 @@
- 'hostspec' => '',
- 'username' => '',
- 'password' => '',
+// 'phptype' => 'pgsql',
+// 'phptype' => 'pgsql',
+ 'phptype' => 'mysql',
+ 'hostspec' => 'localhost',
+ 'username' => 'hordemgr',
@ -18,11 +18,13 @@
- 'tty' => '',
- 'port' => '5432',
- 'protocol' => 'unix',
+// 'tty' => '',
- 'socket' => '',
+// 'tty' => '',
+// Default port: 5432 for pgsql (PostGres), 3306 for mysql
+// 'port' => '5432',
+// 'port' => '3306',
+// 'protocol' => 'unix',
+// 'port' => '5432',
+// 'port' => '3306',
+// 'protocol' => 'unix',
+// 'socket' => '',
'table' => 'turba_objects'
),
'map' => array(

View File

@ -38,6 +38,7 @@
%%TURBADIR%%/graphics/search.gif
%%TURBADIR%%/graphics/turba.gif
%%TURBADIR%%/graphics/up.gif
%%TURBADIR%%/graphics/user.gif
%%TURBADIR%%/index.php
%%TURBADIR%%/lib/.htaccess
%%TURBADIR%%/lib/AbstractObject.php
@ -80,6 +81,7 @@
%%TURBADIR%%/locale/ru_RU/LC_MESSAGES/turba.mo
%%TURBADIR%%/locale/ru_RU.KOI8-R/LC_MESSAGES/turba.mo
%%TURBADIR%%/locale/sk_SK/LC_MESSAGES/turba.mo
%%TURBADIR%%/locale/sl_SI/LC_MESSAGES/turba.mo
%%TURBADIR%%/locale/sv_SE/LC_MESSAGES/turba.mo
%%TURBADIR%%/locale/uk_UA/LC_MESSAGES/turba.mo
%%TURBADIR%%/locale/zh_CN/LC_MESSAGES/turba.mo
@ -109,6 +111,7 @@
%%TURBADIR%%/po/ru_RU.KOI8-R.po
%%TURBADIR%%/po/shtool
%%TURBADIR%%/po/sk_SK.po
%%TURBADIR%%/po/sl_SI.po
%%TURBADIR%%/po/sv_SE.po
%%TURBADIR%%/po/uk_UA.po
%%TURBADIR%%/po/xgettext.sh
@ -195,6 +198,8 @@ etc/horde/httpd.conf.turba
@dirrm %%TURBADIR%%/locale/ru_RU.KOI8-R
@dirrm %%TURBADIR%%/locale/sk_SK/LC_MESSAGES
@dirrm %%TURBADIR%%/locale/sk_SK
@dirrm %%TURBADIR%%/locale/sl_SI/LC_MESSAGES
@dirrm %%TURBADIR%%/locale/sl_SI
@dirrm %%TURBADIR%%/locale/sv_SE/LC_MESSAGES
@dirrm %%TURBADIR%%/locale/sv_SE
@dirrm %%TURBADIR%%/locale/uk_UA/LC_MESSAGES

View File

@ -7,9 +7,10 @@
PORTNAME= imp
PORTVERSION= 3.1
PORTREVISION= 1
CATEGORIES= mail www
MASTER_SITES= ftp://ftp.horde.org/pub/imp/tarballs/
DISTNAME= ${PORTNAME}-${PORTVERSION}-RC2
DISTNAME= ${PORTNAME}-${PORTVERSION}-RC3
MAINTAINER= thierry@pompo.net
@ -242,7 +243,7 @@ do-install:
@${PERL} -pi -e "s:IMP_VERSION:IMP_VERSION . ' / ${SERVOS}':" \
${IMPDIR}/compose.php
.if defined(WITHOUT_SSL)
@${PERL} -pi -e "s:%%PROTOCOL%%:imap:;s:%%IMAPPORT%%:143:" \
@${PERL} -pi -e "s:%%PROTOCOL%%:imap/notls:;s:%%IMAPPORT%%:143:" \
${CONFDIR}/servers.php
.else
@${PERL} -pi -e "s:%%IMAPPORT%%:993:" ${CONFDIR}/servers.php

View File

@ -1 +1 @@
MD5 (imp-3.1-RC2.tar.gz) = 9ed5ba6a0cf7e8959201bc2cb0e0c2d1
MD5 (imp-3.1-RC3.tar.gz) = cc068223e37dfd4b49f5f17b21639a5e

View File

@ -1,5 +1,5 @@
--- config/servers.php.dist.orig Fri Jun 22 20:08:14 2001
+++ config/servers.php.dist Tue Dec 18 23:08:00 2001
--- config/servers.php.dist.orig Sun Apr 14 14:34:20 2002
+++ config/servers.php.dist Sat May 18 23:18:53 2002
@@ -31,7 +31,7 @@
* is on.
*
@ -9,12 +9,12 @@
* under "INBOX." (not the trailing dot. IMPORTANT: Use this only if
* you want to restrict users to this subfolder. If you set this to
* 'INBOX.' with Cyrus or Courier-IMAPd, then users will not be able
@@ -84,14 +84,17 @@
@@ -83,14 +83,17 @@
$servers['imap'] = array(
'name' => 'IMAP Server',
- 'server' => 'imap.example.com',
- 'protocol' => 'imap',
- 'protocol' => 'imap/notls',
- 'port' => 143,
- 'folders' => 'mail/',
+// 'server' => 'imap.example.com',

View File

@ -42,6 +42,7 @@
%%IMPDIR%%/graphics/down.gif
%%IMPDIR%%/graphics/download.gif
%%IMPDIR%%/graphics/draft.gif
%%IMPDIR%%/graphics/empty_trash.gif
%%IMPDIR%%/graphics/expand.gif
%%IMPDIR%%/graphics/fetchmail.gif
%%IMPDIR%%/graphics/filters.gif
@ -93,6 +94,7 @@
%%IMPDIR%%/lib/Maintenance/Task/rename_sentmail_monthly.php
%%IMPDIR%%/lib/Maintenance/imp.php
%%IMPDIR%%/lib/MIME/Viewer/html.php
%%IMPDIR%%/lib/MIME/Viewer/enriched.php
%%IMPDIR%%/lib/MIME/Viewer/text.php
%%IMPDIR%%/lib/Message.php
%%IMPDIR%%/lib/Tree.php
@ -109,9 +111,10 @@
%%IMPDIR%%/locale/de_DE/help.xml
%%IMPDIR%%/locale/el_GR/LC_MESSAGES/imp.mo
%%IMPDIR%%/locale/el_GR/help.xml
%%IMPDIR%%/locale/en_GB/help.xml
%%IMPDIR%%/locale/en_US/help.xml
%%IMPDIR%%/locale/et_EE/LC_MESSAGES/imp.mo
%%IMPDIR%%/locale/et_EE/help.xml
%%IMPDIR%%/locale/en_US/help.xml
%%IMPDIR%%/locale/es_ES/LC_MESSAGES/imp.mo
%%IMPDIR%%/locale/es_ES/help.xml
%%IMPDIR%%/locale/fi_FI/LC_MESSAGES/imp.mo
@ -139,6 +142,7 @@
%%IMPDIR%%/locale/ru_RU.KOI8-R/help.xml
%%IMPDIR%%/locale/sk_SK/LC_MESSAGES/imp.mo
%%IMPDIR%%/locale/sk_SK/help.xml
%%IMPDIR%%/locale/sl_SI/LC_MESSAGES/imp.mo
%%IMPDIR%%/locale/sv_SE/LC_MESSAGES/imp.mo
%%IMPDIR%%/locale/sv_SE/help.xml
%%IMPDIR%%/locale/uk_UA/LC_MESSAGES/imp.mo
@ -175,6 +179,7 @@
%%IMPDIR%%/po/ru_RU.KOI8-R.po
%%IMPDIR%%/po/shtool
%%IMPDIR%%/po/sk_SK.po
%%IMPDIR%%/po/sl_SI.po
%%IMPDIR%%/po/sv_SE.po
%%IMPDIR%%/po/uk_UA.po
%%IMPDIR%%/po/xgettext.sh
@ -266,6 +271,7 @@ etc/horde/httpd.conf.imp
@dirrm %%IMPDIR%%/locale/de_DE
@dirrm %%IMPDIR%%/locale/el_GR/LC_MESSAGES
@dirrm %%IMPDIR%%/locale/el_GR
@dirrm %%IMPDIR%%/locale/en_GB
@dirrm %%IMPDIR%%/locale/en_US
@dirrm %%IMPDIR%%/locale/es_ES/LC_MESSAGES
@dirrm %%IMPDIR%%/locale/es_ES
@ -297,6 +303,8 @@ etc/horde/httpd.conf.imp
@dirrm %%IMPDIR%%/locale/ru_RU.KOI8-R
@dirrm %%IMPDIR%%/locale/sk_SK/LC_MESSAGES
@dirrm %%IMPDIR%%/locale/sk_SK
@dirrm %%IMPDIR%%/locale/sl_SI/LC_MESSAGES
@dirrm %%IMPDIR%%/locale/sl_SI
@dirrm %%IMPDIR%%/locale/sv_SE/LC_MESSAGES
@dirrm %%IMPDIR%%/locale/sv_SE
@dirrm %%IMPDIR%%/locale/uk_UA/LC_MESSAGES

View File

@ -7,9 +7,10 @@
PORTNAME= turba
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= mail www
MASTER_SITES= ftp://ftp.horde.org/pub/turba/tarballs/
DISTNAME= ${PORTNAME}-${PORTVERSION}-RC2
DISTNAME= ${PORTNAME}-${PORTVERSION}-RC3
MAINTAINER= thierry@pompo.net

View File

@ -1 +1 @@
MD5 (turba-1.1-RC2.tar.gz) = 5104518019bdc527baf241b1adc9d618
MD5 (turba-1.1-RC3.tar.gz) = b4f2cced9c830f55049897c6b5386e8b

View File

@ -1,9 +1,7 @@
--- config/conf.php.dist.orig Fri Sep 28 23:29:55 2001
+++ config/conf.php.dist Sat Nov 17 21:38:00 2001
@@ -29,5 +29,6 @@
--- config/conf.php.dist.orig Fri Apr 12 18:21:30 2002
+++ config/conf.php.dist Sun May 19 00:11:06 2002
@@ -30,3 +30,4 @@
// example providing a link to IMP (an email program) would be:
// $conf['menu']['apps'] = array('imp');
$conf['menu']['apps'] = array();
+//UNCOMMENTWHENINSTIMP$conf['menu']['apps'] = array('imp');
?>

View File

@ -1,6 +1,6 @@
--- config/sources.php.dist.orig Tue Jan 1 13:58:34 2002
+++ config/sources.php.dist Thu Jan 3 18:04:12 2002
@@ -92,21 +92,25 @@
--- config/sources.php.dist.orig Thu Apr 25 01:08:44 2002
+++ config/sources.php.dist Sun May 19 00:50:20 2002
@@ -137,22 +137,26 @@
'title' => 'My Addressbook',
'type' => 'sql',
'params' => array(
@ -8,7 +8,7 @@
- 'hostspec' => '',
- 'username' => '',
- 'password' => '',
+// 'phptype' => 'pgsql',
+// 'phptype' => 'pgsql',
+ 'phptype' => 'mysql',
+ 'hostspec' => 'localhost',
+ 'username' => 'hordemgr',
@ -18,11 +18,13 @@
- 'tty' => '',
- 'port' => '5432',
- 'protocol' => 'unix',
+// 'tty' => '',
- 'socket' => '',
+// 'tty' => '',
+// Default port: 5432 for pgsql (PostGres), 3306 for mysql
+// 'port' => '5432',
+// 'port' => '3306',
+// 'protocol' => 'unix',
+// 'port' => '5432',
+// 'port' => '3306',
+// 'protocol' => 'unix',
+// 'socket' => '',
'table' => 'turba_objects'
),
'map' => array(

View File

@ -38,6 +38,7 @@
%%TURBADIR%%/graphics/search.gif
%%TURBADIR%%/graphics/turba.gif
%%TURBADIR%%/graphics/up.gif
%%TURBADIR%%/graphics/user.gif
%%TURBADIR%%/index.php
%%TURBADIR%%/lib/.htaccess
%%TURBADIR%%/lib/AbstractObject.php
@ -80,6 +81,7 @@
%%TURBADIR%%/locale/ru_RU/LC_MESSAGES/turba.mo
%%TURBADIR%%/locale/ru_RU.KOI8-R/LC_MESSAGES/turba.mo
%%TURBADIR%%/locale/sk_SK/LC_MESSAGES/turba.mo
%%TURBADIR%%/locale/sl_SI/LC_MESSAGES/turba.mo
%%TURBADIR%%/locale/sv_SE/LC_MESSAGES/turba.mo
%%TURBADIR%%/locale/uk_UA/LC_MESSAGES/turba.mo
%%TURBADIR%%/locale/zh_CN/LC_MESSAGES/turba.mo
@ -109,6 +111,7 @@
%%TURBADIR%%/po/ru_RU.KOI8-R.po
%%TURBADIR%%/po/shtool
%%TURBADIR%%/po/sk_SK.po
%%TURBADIR%%/po/sl_SI.po
%%TURBADIR%%/po/sv_SE.po
%%TURBADIR%%/po/uk_UA.po
%%TURBADIR%%/po/xgettext.sh
@ -195,6 +198,8 @@ etc/horde/httpd.conf.turba
@dirrm %%TURBADIR%%/locale/ru_RU.KOI8-R
@dirrm %%TURBADIR%%/locale/sk_SK/LC_MESSAGES
@dirrm %%TURBADIR%%/locale/sk_SK
@dirrm %%TURBADIR%%/locale/sl_SI/LC_MESSAGES
@dirrm %%TURBADIR%%/locale/sl_SI
@dirrm %%TURBADIR%%/locale/sv_SE/LC_MESSAGES
@dirrm %%TURBADIR%%/locale/sv_SE
@dirrm %%TURBADIR%%/locale/uk_UA/LC_MESSAGES