head	1.3;
access;
symbols
	old_RELEASE_7_4_0:1.2
	old_RELEASE_8_2_0:1.2
	old_RELEASE_6_EOL:1.2
	old_RELEASE_8_1_0:1.2
	old_RELEASE_7_3_0:1.2
	old_RELEASE_8_0_0:1.2
	old_RELEASE_7_2_0:1.2
	old_RELEASE_7_1_0:1.2
	old_RELEASE_6_4_0:1.2
	old_RELEASE_5_EOL:1.2
	old_RELEASE_7_0_0:1.2
	old_RELEASE_6_3_0:1.2
	old_PRE_XORG_7:1.2
	old_old_RELEASE_4_EOL:1.2
	old_old_RELEASE_6_2_0:1.2
	old_old_RELEASE_6_1_0:1.2
	old_old_RELEASE_5_5_0:1.2
	old_old_RELEASE_6_0_0:1.1
	old_old_RELEASE_5_4_0:1.1
	old_old_RELEASE_4_11_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2011.05.23.19.08.44;	author beech;	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
@-Framework for the new horde4 series. Update to 4.0.3 and hook into build.

-The Horde Application Framework is a flexible, modular, general-purpose web
-application framework written in PHP. It provides an extensive array of
-components that are targeted at the common problems and tasks involved in
-developing modern web applications. It is the basis for a large number of
-production-level web applications, notably the Horde Groupware suites. For more
-information on Horde or the Horde Groupware suites, visit http://www.horde.org.

Approved by:	itetcu (mentor)(implicit)
@
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
@

