head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	old_RELEASE_4_EOL:1.2
	old_RELEASE_6_2_0:1.2
	old_RELEASE_6_1_0:1.2
	old_RELEASE_5_5_0:1.2
	old_RELEASE_6_0_0:1.1
	old_RELEASE_5_4_0:1.1
	old_RELEASE_4_11_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.12.12.12.27.53;	author svnexp;	state dead;
branches;
next	1.2;

1.2
date	2005.08.28.09.29.56;	author thierry;	state Exp;
branches;
next	1.1;

1.1
date	2004.12.26.10.22.58;	author thierry;	state Exp;
branches;
next	;


desc
@@


1.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308759
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308759 | mm | 2012-12-12 12:24:01 +0000 (Wed, 12 Dec 2012) | 2 lines
## SVN ##
## SVN ## Rename old horde applications to horde3- prefix
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@--- scripts/sql/README.orig	Wed Apr 27 10:56:42 2005
+++ scripts/sql/README	Tue Jul 12 21:30:49 2005
@@@@ -84,7 +84,7 @@@@
 PostgreSQL
 ~~~~~~~~~~
 
-  # su - postgres  (or whatever your database runs as... usually postgres)
+  # su - pgsql  (or whatever your database runs as... usually pgsql)
   $ psql -d template1 -f create.pgsql.sql
 
 This script will create a ``horde`` database and a ``horde`` user.  You should
@


1.2
log
@- Upgrade to 3.0.5;

- Add support for suphp (requested and tested by Maxim Maximov
  <mcsi (at) mcsi.pp.ru>).
@
text
@@


1.1
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
@
text
@d1 3
a3 3
--- scripts/sql/README.orig	Sat Sep 25 21:55:35 2004
+++ scripts/sql/README	Mon Nov 22 13:19:52 2004
@@@@ -77,7 +77,7 @@@@
d7 3
a9 3
-# su - postgres  (or whatever your database runs as... usually postgres)
+# su - pgsql  (or whatever your database runs as... usually pgsql)
 $ psql -d template1 -f create.pgsql.sql
d11 1
a11 1
 This script will create a "horde" database and a "horde" user.  You
@

