summaryrefslogtreecommitdiff
path: root/www/horde4-base/files
diff options
context:
space:
mode:
Diffstat (limited to 'www/horde4-base/files')
-rw-r--r--www/horde4-base/files/extra-patch-lib_Horde_NLS.php14
-rw-r--r--www/horde4-base/files/patch-config_conf.xml20
-rw-r--r--www/horde4-base/files/patch-config_mime_drivers.php.dist334
-rw-r--r--www/horde4-base/files/patch-config_registry.php.dist17
-rw-r--r--www/horde4-base/files/patch-po_translation.php8
-rw-r--r--www/horde4-base/files/patch-scripts_sql_README11
-rw-r--r--www/horde4-base/files/pkg-deinstall.in41
-rw-r--r--www/horde4-base/files/pkg-install.in114
-rw-r--r--www/horde4-base/files/pkg-message.common.in9
-rw-r--r--www/horde4-base/files/pkg-message.in37
10 files changed, 0 insertions, 605 deletions
diff --git a/www/horde4-base/files/extra-patch-lib_Horde_NLS.php b/www/horde4-base/files/extra-patch-lib_Horde_NLS.php
deleted file mode 100644
index 96eff63ba486..000000000000
--- a/www/horde4-base/files/extra-patch-lib_Horde_NLS.php
+++ /dev/null
@@ -1,14 +0,0 @@
---- lib/Horde/NLS.php.orig 2009-09-14 10:08:48.000000000 +0000
-+++ lib/Horde/NLS.php 2009-09-28 18:06:58.000000000 +0000
-@@ -133,6 +133,11 @@
- }
- }
-
-+ /* avoid FreeBSD issapce(3) bug */
-+ if(NLS::getCharset() == "UTF-8"){
-+ setlocale(LC_CTYPE,"C");
-+ }
-+
- @putenv('LC_ALL=' . $lang_charset);
- @putenv('LANG=' . $lang_charset);
- @putenv('LANGUAGE=' . $lang_charset);
diff --git a/www/horde4-base/files/patch-config_conf.xml b/www/horde4-base/files/patch-config_conf.xml
deleted file mode 100644
index e24d3d03928d..000000000000
--- a/www/horde4-base/files/patch-config_conf.xml
+++ /dev/null
@@ -1,20 +0,0 @@
---- config/conf.xml.orig 2007-12-02 19:56:48.000000000 -0900
-+++ config/conf.xml 2007-12-02 22:06:39.000000000 -0900
-@@ -337,7 +337,7 @@
- <case name="login" desc="Login (su) authentication">
- <configsection name="params">
- <configstring name="location" desc="Location of the su binary">
-- /bin/su</configstring>
-+ /usr/bin/su</configstring>
- </configsection>
- </case>
-
-@@ -1076,7 +1076,7 @@
- <configsection name="params">
- <configstring name="sendmail_path" required="false" desc="The location
- of the sendmail binary on the filesystem
-- [/usr/sbin/sendmail]">/usr/lib/sendmail</configstring>
-+ [/usr/sbin/sendmail]">/usr/sbin/sendmail</configstring>
- <configstring name="sendmail_args" required="false" desc="Any extra
- parameters to pass to the sendmail or sendmail wrapper
- binary">-oi</configstring>
diff --git a/www/horde4-base/files/patch-config_mime_drivers.php.dist b/www/horde4-base/files/patch-config_mime_drivers.php.dist
deleted file mode 100644
index 562a2e799bdf..000000000000
--- a/www/horde4-base/files/patch-config_mime_drivers.php.dist
+++ /dev/null
@@ -1,334 +0,0 @@
---- config/mime_drivers.php.dist.orig 2007-12-02 22:13:52.000000000 -0900
-+++ config/mime_drivers.php.dist 2007-12-11 17:17:21.000000000 -0900
-@@ -42,40 +42,23 @@
- */
- $mime_drivers_map['horde']['registered'] = array(
- 'audio',
-- 'css',
-- 'enriched',
-- 'html',
-- 'images',
-- 'ooo',
-- 'pdf',
-- 'php',
-- 'plain',
-- 'rar',
-- 'report',
-- 'rfc822',
-- 'richtext',
-- 'security',
-- 'simple',
-- 'smil',
-- 'tgz',
-- 'tnef',
-- 'vcard',
-- 'zip',
-- /* The following mime drivers require external applications to be
-- * installed and are disabled by default. */
-- // 'deb',
-- // 'enscript',
-- // 'msword',
-- // 'msexcel',
-- // 'mspowerpoint',
-- // 'rpm',
-- // 'rtf',
-- // 'srchighlite',
-- // 'webcpp',
-- // 'wordperfect',
-+ 'css'
-+//UNCOMMENTIFDEB , 'deb'
-+ , 'enriched'
-+//UNCOMMENTIFES , 'enscript'
-+ , 'html', 'images'
-+//UNCOMMENTIFWV , 'msword'
-+//UNCOMMENTIFXL , 'msexcel', 'mspowerpoint'
-+ , 'ooo', 'pdf', 'php', 'plain', 'rar', 'report',
-+ 'rfc822', 'richtext'
-+//UNCOMMENTIFRPM , 'rpm'
-+ , 'security', 'simple', 'smil'
-+//UNCOMMENTIFSRCHIGH , 'srchighlite'
-+ , 'tgz', 'tnef', 'vcard'
-+//UNCOMMENTIFWCPP , 'webcpp'
-+ , 'zip'
- );
-
--
- /**
- * If you want to specifically override any MIME type to be handled by
- * a specific driver, then enter it here. Normally, this is safe to
-@@ -255,78 +238,79 @@
- * Web C Plus Plus driver settings
- * http://webcpp.sourceforge.net/
- */
--$mime_drivers['horde']['webcpp'] = array(
-- 'location' => '/usr/bin/webcpp',
-- 'inline' => true,
-- 'handles' => array(
-- 'text/xml', 'text/sgml', 'application/xml', 'application/x-sh',
-- 'application/x-javascript', 'application/x-tcl', 'x-extension/asm',
-- 'application/x-asp', 'x-extension/bas', 'x-extension/cs',
-- 'text/x-csrc', 'x-extension/rc', 'text/x-c++src', 'text/x-c++src',
-- 'text/x-c++src', 'text/x-chdr', 'x-extension/bat', 'text/x-fortran',
-- 'x-extension/f77', 'x-extension/f90', 'x-extension/for',
-- 'x-extension/ftn', 'text/x-java', 'application/x-javascript',
-- 'text/sgml', 'text/xml', 'text/x-pascal', 'application/x-cgi',
-- 'application/x-perl', 'application/x-python', 'text/x-sql',
-- 'text/x-tcl', 'application/x-shellscript', 'x-extension/vhd',
-- 'x-extension/vhdl'
-- ),
-- 'icons' => array(
-- 'default' => 'text.png',
-- 'text/xml' => 'xml.png',
-- 'text/x-csrc' => 'source-c.png',
-- 'text/x-chdr' => 'source-h.png',
-- 'text/x-java' => 'source-java.png',
-- 'application/x-javascript' => 'script-js.png'
-- )
--);
-+//UNCOMMENTIFWCPP$mime_drivers['horde']['webcpp'] = array(
-+//UNCOMMENTIFWCPP 'location' => '%%LOCALBASE%%/bin/webcpp',
-+//UNCOMMENTIFWCPP 'inline' => true,
-+//UNCOMMENTIFWCPP 'handles' => array(
-+//UNCOMMENTIFWCPP 'text/xml', 'text/sgml', 'application/xml',
-+//UNCOMMENTIFWCPP 'application/x-sh', 'application/x-javascript', 'application/x-tcl',
-+//UNCOMMENTIFWCPP 'x-extension/asm', 'application/x-asp', 'x-extension/bas',
-+//UNCOMMENTIFWCPP 'x-extension/cs', 'text/x-csrc', 'x-extension/rc',
-+//UNCOMMENTIFWCPP 'text/x-c++src', 'text/x-c++src', 'text/x-c++src',
-+//UNCOMMENTIFWCPP 'text/x-chdr', 'x-extension/bat', 'text/x-fortran',
-+//UNCOMMENTIFWCPP 'x-extension/f77', 'x-extension/f90', 'x-extension/for',
-+//UNCOMMENTIFWCPP 'x-extension/ftn', 'text/x-java', 'application/x-javascript',
-+//UNCOMMENTIFWCPP 'text/sgml', 'text/xml', 'text/x-pascal',
-+//UNCOMMENTIFWCPP 'application/x-cgi', 'application/x-perl', 'application/x-python',
-+//UNCOMMENTIFWCPP 'text/x-sql', 'text/x-tcl',
-+//UNCOMMENTIFWCPP 'application/x-shellscript', 'x-extension/vhd', 'x-extension/vhdl'
-+//UNCOMMENTIFWCPP ),
-+//UNCOMMENTIFWCPP 'icons' => array(
-+//UNCOMMENTIFWCPP 'default' => 'text.png',
-+//UNCOMMENTIFWCPP 'text/xml' => 'xml.png',
-+//UNCOMMENTIFWCPP 'text/x-csrc' => 'source-c.png',
-+//UNCOMMENTIFWCPP 'text/x-chdr' => 'source-h.png',
-+//UNCOMMENTIFWCPP 'text/x-java' => 'source-java.png',
-+//UNCOMMENTIFWCPP 'application/x-javascript' => 'script-js.png'
-+//UNCOMMENTIFWCPP )
-+//UNCOMMENTIFWCPP);
-
-
- /**
- * Source-Highlight driver settings
- * http://www.gnu.org/software/src-highlite/
- */
--$mime_drivers['horde']['srchighlite'] = array(
-- 'location' => '/usr/bin/source-highlight',
-- 'inline' => true,
-- 'handles' => array(
-- 'text/x-csrc', 'text/x-c++src', 'text/x-java', 'application/x-perl',
-- 'application/x-python', 'text/x-c++src', 'text/cpp'
-- ),
-- 'icons' => array(
-- 'default' => 'text.png',
-- 'text/x-csrc' => 'source-c.png',
-- 'text/x-c++src' => 'source-c.png',
-- 'text/cpp' => 'source-c.png',
-- 'text/x-java' => 'source-java.png'
-- )
--);
-+//UNCOMMENTIFSRCHIGH$mime_drivers['horde']['srchighlite'] = array(
-+//UNCOMMENTIFSRCHIGH 'location' => '%%LOCALBASE%%/source-highlight',
-+//UNCOMMENTIFSRCHIGH 'inline' => true,
-+//UNCOMMENTIFSRCHIGH 'handles' => array(
-+//UNCOMMENTIFSRCHIGH 'text/x-csrc', 'text/x-c++src', 'text/x-java', 'application/x-perl',
-+//UNCOMMENTIFSRCHIGH 'application/x-python', 'text/x-c++src', 'text/cpp'
-+//UNCOMMENTIFSRCHIGH ),
-+//UNCOMMENTIFSRCHIGH 'icons' => array(
-+//UNCOMMENTIFSRCHIGH 'default' => 'text.png',
-+//UNCOMMENTIFSRCHIGH 'text/x-csrc' => 'source-c.png',
-+//UNCOMMENTIFSRCHIGH 'text/x-c++src' => 'source-c.png',
-+//UNCOMMENTIFSRCHIGH 'text/cpp' => 'source-c.png',
-+//UNCOMMENTIFSRCHIGH 'text/x-java' => 'source-java.png'
-+//UNCOMMENTIFSRCHIGH )
-+//UNCOMMENTIFSRCHIGH);
-
-
- /**
- * GNU Enscript driver settings
- */
--$mime_drivers['horde']['enscript'] = array(
-- 'location' => '/usr/bin/enscript',
-- 'inline' => true,
-- 'handles' => array(
-- 'application/x-cgi', 'application/x-shellscript',
-- 'application/x-javascript', 'application/x-perl', 'application/xml',
-- 'text/xml', 'text/diff', 'text/x-diff', 'text/x-patch', 'text/x-csrc',
-- 'x-extension/cs', 'text/x-java', 'text/x-chdr', 'text/x-c++src',
-- 'text/x-c++hdr', 'x-extension/vhd', 'x-extension/vhdl', 'text/x-sql',
-- 'x-extension/vb', 'x-extension/vba', 'text/x-emacs-lisp', 'text/x-tex'
-- ),
-- 'icons' => array(
-- 'default' => 'text.png',
-- 'text/xml' => 'xml.png',
-- 'application/xml' => 'xml.png',
-- 'text/x-csrc' => 'source-c.png',
-- 'text/x-chdr' => 'source-h.png',
-- 'text/x-java' => 'source-java.png',
-- 'application/x-javascript' => 'script-js.png'
-- )
--);
-+//UNCOMMENTIFES$mime_drivers['horde']['enscript'] = array(
-+//UNCOMMENTIFES 'location' => '%%LOCALBASE%%/enscript',
-+//UNCOMMENTIFES 'inline' => true,
-+//UNCOMMENTIFES 'handles' => array(
-+//UNCOMMENTIFES 'application/x-cgi', 'application/x-shellscript',
-+//UNCOMMENTIFES 'application/x-javascript', 'application/x-perl', 'application/xml',
-+//UNCOMMENTIFES 'text/xml', 'text/diff', 'text/x-diff', 'text/x-patch', 'text/x-csrc',
-+//UNCOMMENTIFES 'x-extension/cs', 'text/x-java', 'text/x-chdr', 'text/x-c++src',
-+//UNCOMMENTIFES 'text/x-c++hdr', 'x-extension/vhd', 'x-extension/vhdl', 'text/x-sql',
-+//UNCOMMENTIFES 'x-extension/vb', 'x-extension/vba', 'text/x-emacs-lisp', 'text/x-tex'
-+//UNCOMMENTIFES ),
-+//UNCOMMENTIFES 'icons' => array(
-+//UNCOMMENTIFES 'default' => 'text.png',
-+//UNCOMMENTIFES 'text/xml' => 'xml.png',
-+//UNCOMMENTIFES 'application/xml' => 'xml.png',
-+//UNCOMMENTIFES 'text/x-csrc' => 'source-c.png',
-+//UNCOMMENTIFES 'text/x-chdr' => 'source-h.png',
-+//UNCOMMENTIFES 'text/x-java' => 'source-java.png',
-+//UNCOMMENTIFES 'application/x-javascript' => 'script-js.png'
-+//UNCOMMENTIFES )
-+//UNCOMMENTIFES);
-
-
- /**
-@@ -387,16 +371,16 @@
- * Embedded images in Word documents need extra configuration. See
- * http://wiki.horde.org/GraphicswvHtml
- */
--$mime_drivers['horde']['msword'] = array(
-- 'location' => '/usr/bin/wvHtml',
-- 'inline' => false,
-- 'handles' => array(
-- 'application/vnd.ms-word', 'application/msword'
-- ),
-- 'icons' => array(
-- 'default' => 'msword.png'
-- )
--);
-+//UNCOMMENTIFWV$mime_drivers['horde']['msword'] = array(
-+//UNCOMMENTIFWV 'location' => '%%LOCALBASE%%/wvHtml',
-+//UNCOMMENTIFWV 'inline' => false,
-+//UNCOMMENTIFWV 'handles' => array(
-+//UNCOMMENTIFWV 'application/vnd.ms-word', 'application/msword'
-+//UNCOMMENTIFWV ),
-+//UNCOMMENTIFWV 'icons' => array(
-+//UNCOMMENTIFWV 'default' => 'msword.png'
-+//UNCOMMENTIFWV )
-+//UNCOMMENTIFWV);
-
-
- /**
-@@ -404,17 +388,17 @@
- * This driver requires xlhtml to be installed.
- * xlhtml homepage: http://chicago.sourceforge.net/xlhtml/
- */
--$mime_drivers['horde']['msexcel'] = array(
-- 'location' => '/usr/local/bin/xlhtml',
-- 'inline' => false,
-- 'handles' => array(
-- 'application/vnd.ms-excel', 'application/msexcel',
-- 'application/x-msexcel'
-- ),
-- 'icons' => array(
-- 'default' => 'msexcel.png'
-- )
--);
-+//UNCOMMENTIFXL$mime_drivers['horde']['msexcel'] = array(
-+//UNCOMMENTIFXL 'location' => '%%LOCALBASE%%/bin/xlhtml',
-+//UNCOMMENTIFXL 'inline' => false,
-+//UNCOMMENTIFXL 'handles' => array(
-+//UNCOMMENTIFXL 'application/vnd.ms-excel', 'application/msexcel',
-+//UNCOMMENTIFXL 'application/x-msexcel'
-+//UNCOMMENTIFXL ),
-+//UNCOMMENTIFXL 'icons' => array(
-+//UNCOMMENTIFXL 'default' => 'msexcel.png'
-+//UNCOMMENTIFXL )
-+//UNCOMMENTIFXL);
-
-
- /**
-@@ -422,16 +406,16 @@
- * This driver requires ppthtml, included with xlhtml, to be installed.
- * xlhtml homepage: http://chicago.sourceforge.net/xlhtml/
- */
--$mime_drivers['horde']['mspowerpoint'] = array(
-- 'location' => '/usr/local/bin/ppthtml',
-- 'inline' => false,
-- 'handles' => array(
-- 'application/vnd.ms-powerpoint', 'application/mspowerpoint'
-- ),
-- 'icons' => array(
-- 'default' => 'mspowerpoint.png'
-- )
--);
-+//UNCOMMENTIFXL$mime_drivers['horde']['mspowerpoint'] = array(
-+//UNCOMMENTIFXL 'location' => '%%LOCALBASE%%/bin/ppthtml',
-+//UNCOMMENTIFXL 'inline' => false,
-+//UNCOMMENTIFXL 'handles' => array(
-+//UNCOMMENTIFXL 'application/vnd.ms-powerpoint', 'application/mspowerpoint'
-+//UNCOMMENTIFXL ),
-+//UNCOMMENTIFXL 'icons' => array(
-+//UNCOMMENTIFXL 'default' => 'mspowerpoint.png'
-+//UNCOMMENTIFXL )
-+//UNCOMMENTIFXL);
-
-
- /**
-@@ -450,31 +434,31 @@
- /**
- * RPM driver settings
- */
--$mime_drivers['horde']['rpm'] = array(
-- 'location' => '/usr/bin/rpm',
-- 'inline' => false,
-- 'handles' => array(
-- 'application/x-rpm'
-- ),
-- 'icons' => array(
-- 'default' => 'rpm.png'
-- )
--);
-+//UNCOMMENTIFRPM$mime_drivers['horde']['rpm'] = array(
-+//UNCOMMENTIFRPM 'location' => '%%LOCALBASE%%/bin/rpm',
-+//UNCOMMENTIFRPM 'inline' => false,
-+//UNCOMMENTIFRPM 'handles' => array(
-+//UNCOMMENTIFRPM 'application/x-rpm'
-+//UNCOMMENTIFRPM ),
-+//UNCOMMENTIFRPM 'icons' => array(
-+//UNCOMMENTIFRPM 'default' => 'rpm.png'
-+//UNCOMMENTIFRPM )
-+//UNCOMMENTIFRPM);
-
-
- /**
- * Debian package driver settings
- */
--$mime_drivers['horde']['deb'] = array(
-- 'location' => '/usr/bin/dpkg',
-- 'inline' => false,
-- 'handles' => array(
-- 'application/x-deb', 'application/x-debian-package'
-- ),
-- 'icons' => array(
-- 'default' => 'deb.png'
-- )
--);
-+//UNCOMMENTIFDEB$mime_drivers['horde']['deb'] = array(
-+//UNCOMMENTIFDEB 'location' => '%%LOCALHOST%%/bin/dpkg',
-+//UNCOMMENTIFDEB 'inline' => false,
-+//UNCOMMENTIFDEB 'handles' => array(
-+//UNCOMMENTIFDEB 'application/x-deb', 'application/x-debian-package'
-+//UNCOMMENTIFDEB ),
-+//UNCOMMENTIFDEB 'icons' => array(
-+//UNCOMMENTIFDEB 'default' => 'deb.png'
-+//UNCOMMENTIFDEB )
-+//UNCOMMENTIFDEB);
-
-
- /**
diff --git a/www/horde4-base/files/patch-config_registry.php.dist b/www/horde4-base/files/patch-config_registry.php.dist
deleted file mode 100644
index ae787a92685a..000000000000
--- a/www/horde4-base/files/patch-config_registry.php.dist
+++ /dev/null
@@ -1,17 +0,0 @@
---- config/registry.php.dist.orig Wed Aug 3 16:27:41 2005
-+++ config/registry.php.dist Wed Aug 17 22:33:03 2005
-@@ -347,6 +347,14 @@
- 'provides' => 'files',
- );
-
-+// r1.255.2.9
-+$this->applications['gollem-menu'] = array(
-+ 'status' => 'block',
-+ 'app' => 'gollem',
-+ 'blockname' => 'tree_menu',
-+ 'menu_parent' => 'gollem',
-+);
-+
- $this->applications['passwd'] = array(
- 'fileroot' => dirname(__FILE__) . '/../passwd',
- 'webroot' => $this->applications['horde']['webroot'] . '/passwd',
diff --git a/www/horde4-base/files/patch-po_translation.php b/www/horde4-base/files/patch-po_translation.php
deleted file mode 100644
index 045891903631..000000000000
--- a/www/horde4-base/files/patch-po_translation.php
+++ /dev/null
@@ -1,8 +0,0 @@
---- po/translation.php.orig Tue Jan 21 16:05:36 2003
-+++ po/translation.php Wed Jan 29 23:00:27 2003
-@@ -1,4 +1,4 @@
--#!/usr/bin/php -q
-+#!/usr/local/bin/php -q
- <?php
- /**
- * Translation helper application for the Horde framework.
diff --git a/www/horde4-base/files/patch-scripts_sql_README b/www/horde4-base/files/patch-scripts_sql_README
deleted file mode 100644
index 4e727f834c0a..000000000000
--- a/www/horde4-base/files/patch-scripts_sql_README
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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
diff --git a/www/horde4-base/files/pkg-deinstall.in b/www/horde4-base/files/pkg-deinstall.in
deleted file mode 100644
index c9c309067789..000000000000
--- a/www/horde4-base/files/pkg-deinstall.in
+++ /dev/null
@@ -1,41 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-PATH=/usr/sbin:/usr/bin:/bin ; export PATH
-
-handle_config() {
- if [ -z "${PACKAGE_BUILDING}" ]; then
- for cf in %%HORDIR%%/config/*.dist; do
- diff -bBqw $cf ${cf%.dist} >/dev/null 2>&1
- case $? in
- 0) # original config file, delete
- rm -f ${cf%.dist}
- ;;
- 1) # config file has been updated, leave it
- ;;
- *) # not found?
- ;;
- esac
- done
- fi
-}
-
-case $2 in
- DEINSTALL)
- handle_config
- ;;
- POST-DEINSTALL)
- if [ x%%HORDEADMUSR%% != x ]; then
- cat <<EOMSG
-A horde port has been deleted. If you are not upgrading
-and don't intend to use Horde any more then you may wish
-to delete the %%HORDEADMUSR%% account, which can be done
-with the following command:
-
- # pw userdel %%HORDEADMUSR%%
-EOMSG
- fi
- ;;
-esac
diff --git a/www/horde4-base/files/pkg-install.in b/www/horde4-base/files/pkg-install.in
deleted file mode 100644
index 2ecbe6d3f5ef..000000000000
--- a/www/horde4-base/files/pkg-install.in
+++ /dev/null
@@ -1,114 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-# Copied from databases/phpmyadmin.
-# Used if WITH_SUPHP has been defined.
-
-PATH=/usr/sbin:/usr/bin:/bin ; export PATH
-
-WITH_SUPHP=%%WITH_SUPHP%%
-
-hordedir=%%HORDIR%%
-hordeusr=%%HORDEADMUSR%%
-hordegrp=%%HORDEGRP%%
-
-hordegcos="Horde Owner"
-hordehome=/nonexistent
-hordeshell=/sbin/nologin
-
-create_group() {
- local user group gcos home shell
-
- user=$1
- group=$2
- gcos=$3
- home=$4
- shell=$5
-
- if pw groupadd -n $group ; then
- echo "===> Group $group created"
- else
- cat <<-EOERRORMSG
- *** Failed to create the $group group.
-
- Please add the $user user and $group group
- manually with the commands:
-
- pw groupadd -n $group
- pw useradd -n $user -g $group -c "$gcos" \\
- -d $home -s $shell -h -
-
- and retry installing this package.
- EOERRORMSG
- exit 1
- fi
-}
-
-
-create_user() {
- local user group gcos home shell
-
- user=$1
- group=$2
- gcos=$3
- home=$4
- shell=$5
-
- if pw useradd -n $user -g $group -c "$gcos" -d $home -s $shell -h - ; then
- echo "===> Created $user user"
- else
- cat <<-EOERRORMSG
- *** Failed to create the $user user.
-
- Please add the $user user manually with the command:
-
- pw useradd -n $user -g $group -c "$gcos" \\
- -d $home -s $shell -h -
-
- and retry installing this package.
- EOERRORMSG
- exit 1
- fi
-}
-
-
-case $2 in
- PRE-INSTALL)
-
- if [ $WITH_SUPHP != "yes" ]; then
- exit 0
- fi
-
- # Create the horde user and group if they do not already exist
-
- if pw user show -n $hordeusr >/dev/null 2>&1 ; then
- echo "===> Using pre-existing user $hordeusr"
- else
- if ! pw group show -n $hordegrp >/dev/null 2>&1 ; then
- create_group $hordeusr $hordegrp "$hordegcos" $hordehome \
- $hordeshell
- fi
- create_user $hordeusr $hordegrp "$hordegcos" $hordehome $hordeshell
- fi
- ;;
- POST-INSTALL)
-
- if [ $WITH_SUPHP = "yes" ]; then
- # Change ownership of the Horde directory
-
- echo "===> Adjusting file ownership in $hordedir"
- chown -R $hordeusr:$hordegrp $hordedir || exit 1
- fi
-
- if [ -z "${PACKAGE_BUILDING}" ]; then
- # Copy over sample config files unless they already exist
-
- for cf in %%HORDIR%%/config/*.dist; do
- if [ ! -f ${cf%.dist} ]; then
- cp -p $cf ${cf%.dist}
- fi
- done
- fi
- ;;
-esac
diff --git a/www/horde4-base/files/pkg-message.common.in b/www/horde4-base/files/pkg-message.common.in
deleted file mode 100644
index 37de388ef932..000000000000
--- a/www/horde4-base/files/pkg-message.common.in
+++ /dev/null
@@ -1,9 +0,0 @@
-************************************************************************
-%%PORTNAME%% has been installed in %%HORDIR%% with
-blank configuration files.
-
-Horde must be configured; if not, see `pkg_info -Dx horde-base'.
-
-Finally, you must login to Horde as an Administrator to finish the
-configuration.
-************************************************************************
diff --git a/www/horde4-base/files/pkg-message.in b/www/horde4-base/files/pkg-message.in
deleted file mode 100644
index 0fe43be94709..000000000000
--- a/www/horde4-base/files/pkg-message.in
+++ /dev/null
@@ -1,37 +0,0 @@
-************************************************************************
-Horde has been installed in %%HORDIR%% with your blank
-configuration files.
-
-WARNING! the first user will get logged in as an administrator!
-********
-
-If you want Horde to access a database, you have to run the
-appropriate scripts located in %%HORDIR%%/scripts/sql.
-It is recommended that you change the password of the 'hordemgr'
-user used to connect to the horde database.
-Horde is setup by default to access MySQL.
-
-WARNING! if you are upgrading from Horde v. 3.2.x, you have to alter your
-******** database schemas. Please read %%DOCSDIR%%/UPGRADING.
-
-WARNING! BACK UP YOUR DATA BEFORE UPDATING!!
-********
-
-You can now access Horde without a password at <http://localhost/horde/>,
-and you will be logged in as an administrator. You should first configure
-a real authentication backend. Click on "Setup" in the "Administration"
-menu and configure Horde. Start in the "Authentication" tab.
-
-See the doc in %%DOCSDIR%% for details.
-(tip: if you plan to install IMP, just keep "Automatic authentication as
-a certain user", add your login to be treated as administrator, and once
-IMP will be installed, switch to "Let a Horde application handle auth").
-Select a log driver; if you keep 'file', do not forget to add a line
-in /etc/newsyslog.conf.
-Then select and configure a preferences driver.
-
-When everything is OK, you should be able to access Horde from
-<http://localhost/horde/>.
-
-There is a testing script at <http://localhost/horde/test.php>.
-************************************************************************