From owner-cvs-ports@FreeBSD.ORG Sun Dec 26 10:22:58 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC37816A4CE; Sun, 26 Dec 2004 10:22:58 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3B7D43D1D; Sun, 26 Dec 2004 10:22:58 +0000 (GMT) (envelope-from thierry@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBQAMwhT014367; Sun, 26 Dec 2004 10:22:58 GMT (envelope-from thierry@repoman.freebsd.org) Received: (from thierry@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBQAMwjg014366; Sun, 26 Dec 2004 10:22:58 GMT (envelope-from thierry) Message-Id: <200412261022.iBQAMwjg014366@repoman.freebsd.org> From: Thierry Thomas Date: Sun, 26 Dec 2004 10:22:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/horde Makefile distinfo pkg-deinstall pkg-descr pkg-plist ports/www/horde/files httpd.conf.horde patch-po_translation.php patch-scripts_sql_README pkg-message.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 10:22:59 -0000 thierry 2004-12-26 10:22:58 UTC FreeBSD ports repository Added files: www/horde Makefile distinfo pkg-deinstall pkg-descr pkg-plist www/horde/files httpd.conf.horde patch-config_conf.xml patch-config_mime_drivers.php.dist patch-po_translation.php patch-scripts_sql_README pkg-message.in Log: Upgrade to 3.0. Horde Version 3 differs from the 2.x releases in many ways, including the following: * Full support for groups and arbitrary permissions. * Completely rewritten, fully RFC-compliant MIME system with many new MIME viewers. * Many i18n improvements, including full charset support for the whole framework. * User customizable portal page. * Theme support. * Global personal categories and category colors. * Access (shortcut) keys. * Dynamically updating tree menu for applications, including Mozilla sidebar support. * XML-based application configuration through a graphical user interface. * Forms creation and validation API. * Template engine. * Crypt API with support for PGP/GPG and S/MIME. * XML-RPC and SOAP server and client, experimental SyncML support. * Improved notification system. * Many new APIs like Compress, Image, PDF, History, iCalendar, SyncML, CLI, Version control, NLS, Timer, and SVG. * and many more... This is a resurrection of the previous www/horde, upgraded from www/horde2. PR: ports/75434 Submitted by: /me Revision Changes Path 1.15 +343 -0 ports/www/horde/Makefile (new) 1.5 +2 -0 ports/www/horde/distinfo (new) 1.1 +57 -0 ports/www/horde/files/httpd.conf.horde (new) 1.1 +20 -0 ports/www/horde/files/patch-config_conf.xml (new) 1.1 +250 -0 ports/www/horde/files/patch-config_mime_drivers.php.dist (new) 1.1 +8 -0 ports/www/horde/files/patch-po_translation.php (new) 1.1 +11 -0 ports/www/horde/files/patch-scripts_sql_README (new) 1.1 +36 -0 ports/www/horde/files/pkg-message.in (new) 1.3 +43 -0 ports/www/horde/pkg-deinstall (new) 1.4 +6 -0 ports/www/horde/pkg-descr (new) 1.3 +1584 -0 ports/www/horde/pkg-plist (new)