mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
de68a058bf
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
12 lines
399 B
Plaintext
12 lines
399 B
Plaintext
--- 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 @@
|
|
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
|