pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/roundcube * Incorporate some suggestions from jus...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05e66f19961c
branches:  trunk
changeset: 529476:05e66f19961c
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Tue Jun 05 20:25:26 2007 +0000

description:
* Incorporate some suggestions from justin (at) shiningsilence.com and
  just explain a little better how RoundCube is setup in pkgsrc.

* While were here update to 20070528

2007/05/28 (thomasb)
---------
- Fixed buggy imap_root settings (closes 1484379)
- Prevent default events on subject links (1484399)
- Typo in rcube_smtp.inc

2007/05/23 (estadtherr)
----------
- Upgrade to TinyMCE v2.1.1.1

2007/05/18 (thomasb)
----------
- Use HTTP-POST requests for actions that change state

2007/05/17 (thomasb)
----------
- Updated Catalan, Russian, Portuguese, Slovak and Chinese translations
- Renamed localization folder for Chinese (Big5)
- Chanegd Slovenian language code from 'si' to 'sl'
- Added Sinhala (Sri-Lanka) localization
- Use global filters and bind username/ for Ldap searches (1484159)
- Hide quota display if imap server does not support it
- Hide address groups if no LDAP servers configured
- Add link to message subjects (closes 1484257)
- Better SQL query for contact listing/search (closes 1484369)

2007/05/13 (thomasb)
----------
- Updated Norwegian (bokmal), Czech, Danish and Portuguese (standard) translation
- Fixed marking as read in preview pane (closes 1484364)
- CSS hack to display attachments correctly in IE6
- Wrap message body text (closes 1484148)

diffstat:

 mail/roundcube/MESSAGE  |  13 ++++++++++---
 mail/roundcube/Makefile |   5 +++--
 mail/roundcube/PLIST    |  11 +++++++----
 mail/roundcube/distinfo |   8 ++++----
 4 files changed, 24 insertions(+), 13 deletions(-)

diffs (114 lines):

diff -r cbd022cde45d -r 05e66f19961c mail/roundcube/MESSAGE
--- a/mail/roundcube/MESSAGE    Tue Jun 05 16:25:30 2007 +0000
+++ b/mail/roundcube/MESSAGE    Tue Jun 05 20:25:26 2007 +0000
@@ -1,13 +1,20 @@
 ===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2007/04/08 17:04:08 adrianp Exp $
+$NetBSD: MESSAGE,v 1.2 2007/06/05 20:25:26 adrianp Exp $
 
 Please refer to the following file on how to setup your RoundCube
 installation.
 
        ${DOCDIR}/INSTALL
 
-You will also need to make RoundCube accessible through your HTTP server.  If
-you are running Apache and ap-php, then you can add the following lines
+For pkgsrc installations the RoundCube package is installed in
+non-default locations.
+
+       Configuration files:    ${PKG_SYSCONFDIR}/roundcube/
+       Log files:              ${VARBASE}/roundcube/
+       Document root:          ${PREFIX}/share/roundcube/
+
+You will also need to make RoundCube accessible through your HTTP server.
+If you are running Apache and ap-php, then you can add the following lines
 to httpd.conf:
 
        Include ${PKG_SYSCONFDIR}/roundcube.conf
diff -r cbd022cde45d -r 05e66f19961c mail/roundcube/Makefile
--- a/mail/roundcube/Makefile   Tue Jun 05 16:25:30 2007 +0000
+++ b/mail/roundcube/Makefile   Tue Jun 05 20:25:26 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2007/05/11 11:51:05 schmonz Exp $
+# $NetBSD: Makefile,v 1.4 2007/06/05 20:25:26 adrianp Exp $
 #
 
-DISTNAME=      roundcube-0.1-20070508
+DISTNAME=      roundcube-0.1-20070528
 PKGNAME=       ${DISTNAME:S/-0.1//}
 CATEGORIES=    mail
 MASTER_SITES=  http://www.farrokhi.net/roundcube/
@@ -26,6 +26,7 @@
 PAX_DIRS=      program skins
 
 MESSAGE_SUBST+=        DOCDIR=${DOCDIR:Q} PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q}
+MESSAGE_SUBST+=        VARBASE=${VARBASE:Q}
 FILES_SUBST+=  RCDIR=${RCDIR:Q}
 
 OWN_DIRS+=     ${PKG_SYSCONFDIR}/roundcube
diff -r cbd022cde45d -r 05e66f19961c mail/roundcube/PLIST
--- a/mail/roundcube/PLIST      Tue Jun 05 16:25:30 2007 +0000
+++ b/mail/roundcube/PLIST      Tue Jun 05 20:25:26 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2007/05/11 11:51:05 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.3 2007/06/05 20:25:26 adrianp Exp $
 share/doc/roundcube/INSTALL
 share/doc/roundcube/LICENSE
 share/doc/roundcube/README
@@ -386,6 +386,8 @@
 share/roundcube/program/localization/se/messages.inc
 share/roundcube/program/localization/si/labels.inc
 share/roundcube/program/localization/si/messages.inc
+share/roundcube/program/localization/sl/labels.inc
+share/roundcube/program/localization/sl/messages.inc
 share/roundcube/program/localization/sk/labels.inc
 share/roundcube/program/localization/sk/messages.inc
 share/roundcube/program/localization/sr_cyrillic/labels.inc
@@ -396,12 +398,12 @@
 share/roundcube/program/localization/th/messages.inc
 share/roundcube/program/localization/tr/labels.inc
 share/roundcube/program/localization/tr/messages.inc
-share/roundcube/program/localization/tw/labels.inc
-share/roundcube/program/localization/tw/messages.inc
 share/roundcube/program/localization/vn/labels.inc
 share/roundcube/program/localization/vn/messages.inc
 share/roundcube/program/localization/zh_CN/labels.inc
 share/roundcube/program/localization/zh_CN/messages.inc
+share/roundcube/program/localization/zh_TW/labels.inc
+share/roundcube/program/localization/zh_TW/messages.inc
 share/roundcube/program/steps/addressbook/copy.inc
 share/roundcube/program/steps/addressbook/delete.inc
 share/roundcube/program/steps/addressbook/edit.inc
@@ -613,15 +615,16 @@
 @dirrm share/roundcube/program/steps/mail
 @dirrm share/roundcube/program/steps/addressbook
 @dirrm share/roundcube/program/steps
+@dirrm share/roundcube/program/localization/zh_TW
 @dirrm share/roundcube/program/localization/zh_CN
 @dirrm share/roundcube/program/localization/vn
-@dirrm share/roundcube/program/localization/tw
 @dirrm share/roundcube/program/localization/tr
 @dirrm share/roundcube/program/localization/th
 @dirrm share/roundcube/program/localization/sr_latin
 @dirrm share/roundcube/program/localization/sr_cyrillic
 @dirrm share/roundcube/program/localization/sk
 @dirrm share/roundcube/program/localization/si
+@dirrm share/roundcube/program/localization/sl
 @dirrm share/roundcube/program/localization/se
 @dirrm share/roundcube/program/localization/ru
 @dirrm share/roundcube/program/localization/ro
diff -r cbd022cde45d -r 05e66f19961c mail/roundcube/distinfo
--- a/mail/roundcube/distinfo   Tue Jun 05 16:25:30 2007 +0000
+++ b/mail/roundcube/distinfo   Tue Jun 05 20:25:26 2007 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.2 2007/05/11 11:51:05 schmonz Exp $
+$NetBSD: distinfo,v 1.3 2007/06/05 20:25:26 adrianp Exp $
 
-SHA1 (roundcube-0.1-20070508.tar.bz2) = caf52339e7b4d6a97d0aee14d9f9fd85b0bbfacd
-RMD160 (roundcube-0.1-20070508.tar.bz2) = 9a0070c192482ab9c2e127c4c2f26d23887217db
-Size (roundcube-0.1-20070508.tar.bz2) = 765709 bytes
+SHA1 (roundcube-0.1-20070528.tar.bz2) = d89939c8025c96211040e141ee114b8e2a6fc3a8
+RMD160 (roundcube-0.1-20070528.tar.bz2) = 550cba189fd137a47b74c455b90013d5980f4583
+Size (roundcube-0.1-20070528.tar.bz2) = 768650 bytes
 SHA1 (patch-aa) = 6672520123bab023c2ee50a363a3c634db2202e3
 SHA1 (patch-ab) = 15ed0f903072be25eaf1d0edac8ddbe8cca8ac25



Home | Main Index | Thread Index | Old Index