xmlcatmgr-2.2nb1: copying /usr/pkg/share/examples/xmlcatmgr/catalog.etc.sgml to /usr/pkg/etc/sgml/catalog
xmlcatmgr-2.2nb1: copying /usr/pkg/share/examples/xmlcatmgr/catalog.etc.xml to /usr/pkg/etc/xml/catalog
xmlcatmgr-2.2nb1: copying /usr/pkg/share/examples/xmlcatmgr/catalog.share.sgml to /usr/pkg/share/sgml/catalog
xmlcatmgr-2.2nb1: copying /usr/pkg/share/examples/xmlcatmgr/catalog.share.xml to /usr/pkg/share/xml/catalog
readline-8.1: registering info file /usr/pkg/info/history.info
readline-8.1: registering info file /usr/pkg/info/readline.info
readline-8.1: registering info file /usr/pkg/info/rluserman.info
php-7.4.16: copying /usr/pkg/share/examples/php/php.ini-production to /usr/pkg/etc/php.ini
php74-mbstring-7.4.16: copying /usr/pkg/share/examples/php/mbstring.ini to /usr/pkg/etc/php.d/mbstring.ini
php74-zip-7.4.16nb4: copying /usr/pkg/share/examples/php/zip.ini to /usr/pkg/etc/php.d/zip.ini
php74-json-7.4.16: copying /usr/pkg/share/examples/php/json.ini to /usr/pkg/etc/php.d/json.ini
php74-exif-7.4.16: copying /usr/pkg/share/examples/php/exif.ini to /usr/pkg/etc/php.d/exif.ini
php74-intl-7.4.16nb5: copying /usr/pkg/share/examples/php/intl.ini to /usr/pkg/etc/php.d/intl.ini
php74-pear-1.10.12nb3: copying /usr/pkg/share/examples/pear/pear.conf to /usr/pkg/etc/pear.conf
php74-pdo-7.4.16: copying /usr/pkg/share/examples/php/pdo.ini to /usr/pkg/etc/php.d/pdo.ini
php74-pdo_mysql-7.4.16: copying /usr/pkg/share/examples/php/pdo_mysql.ini to /usr/pkg/etc/php.d/pdo_mysql.ini
php74-iconv-7.4.16: copying /usr/pkg/share/examples/php/iconv.ini to /usr/pkg/etc/php.d/iconv.ini
php74-sockets-7.4.16: copying /usr/pkg/share/examples/php/sockets.ini to /usr/pkg/etc/php.d/sockets.ini
php74-gd-7.4.16nb1: copying /usr/pkg/share/examples/php/gd.ini to /usr/pkg/etc/php.d/gd.ini
php74-roundcube-1.4.11: copying /usr/pkg/share/examples/roundcube/config.inc.php to /usr/pkg/etc/roundcube/config.inc.php
php74-roundcube-1.4.11: copying /usr/pkg/share/examples/roundcube/defaults.inc.php to /usr/pkg/etc/roundcube/defaults.inc.php
php74-roundcube-1.4.11: copying /usr/pkg/share/examples/roundcube/mimetypes.php to /usr/pkg/etc/roundcube/mimetypes.php
===========================================================================
$NetBSD: MESSAGE,v 1.1 2019/12/15 17:56:34 taca Exp $

To process PHP scripts, you will need a PHP-enabled HTTP server.  You may
either configure the HTTP server to use the PHP CGI binary located in

        /usr/pkg/libexec/cgi-bin/php

or you may install a PHP module for your HTTP server, e.g. www/ap-php.

===========================================================================
===========================================================================
$NetBSD: MESSAGE.module,v 1.5 2016/10/18 19:09:10 jdolecek Exp $

By default, example module configuration file was copied to following
location, and module should be auto-loaded:
/usr/pkg/etc/php.d/mbstring.ini

If you use custom /usr/pkg/etc/php.ini, or nonstandard module
configuration file location, you might need to add explicit load directive:
extension=mbstring.so
===========================================================================
===========================================================================
$NetBSD: MESSAGE.module,v 1.5 2016/10/18 19:09:10 jdolecek Exp $

By default, example module configuration file was copied to following
location, and module should be auto-loaded:
/usr/pkg/etc/php.d/zip.ini

If you use custom /usr/pkg/etc/php.ini, or nonstandard module
configuration file location, you might need to add explicit load directive:
extension=zip.so
===========================================================================
===========================================================================
$NetBSD: MESSAGE.module,v 1.5 2016/10/18 19:09:10 jdolecek Exp $

By default, example module configuration file was copied to following
location, and module should be auto-loaded:
/usr/pkg/etc/php.d/json.ini

If you use custom /usr/pkg/etc/php.ini, or nonstandard module
configuration file location, you might need to add explicit load directive:
extension=json.so
===========================================================================
===========================================================================
$NetBSD: MESSAGE.module,v 1.5 2016/10/18 19:09:10 jdolecek Exp $

By default, example module configuration file was copied to following
location, and module should be auto-loaded:
/usr/pkg/etc/php.d/exif.ini

If you use custom /usr/pkg/etc/php.ini, or nonstandard module
configuration file location, you might need to add explicit load directive:
extension=exif.so
===========================================================================
===========================================================================
$NetBSD: MESSAGE.module,v 1.5 2016/10/18 19:09:10 jdolecek Exp $

By default, example module configuration file was copied to following
location, and module should be auto-loaded:
/usr/pkg/etc/php.d/intl.ini

If you use custom /usr/pkg/etc/php.ini, or nonstandard module
configuration file location, you might need to add explicit load directive:
extension=intl.so
===========================================================================
===========================================================================
$NetBSD: MESSAGE,v 1.4 2013/03/16 02:06:20 taca Exp $

In order to use PEAR packages you may want to alter the default
include_path of PHP to include the PEAR installation directory where the
packages are located.  To do this you need to edit the include_path
directive in your php.ini file:

	/usr/pkg/etc/php.ini

Change the "include_path" directive to read as follows:

	include_path = ".:/usr/pkg/lib/php"

It should be done automatically.
===========================================================================
===========================================================================
$NetBSD: MESSAGE.module,v 1.5 2016/10/18 19:09:10 jdolecek Exp $

By default, example module configuration file was copied to following
location, and module should be auto-loaded:
/usr/pkg/etc/php.d/pdo.ini

If you use custom /usr/pkg/etc/php.ini, or nonstandard module
configuration file location, you might need to add explicit load directive:
extension=pdo.so
===========================================================================
===========================================================================
$NetBSD: MESSAGE.module,v 1.5 2016/10/18 19:09:10 jdolecek Exp $

By default, example module configuration file was copied to following
location, and module should be auto-loaded:
/usr/pkg/etc/php.d/pdo_mysql.ini

If you use custom /usr/pkg/etc/php.ini, or nonstandard module
configuration file location, you might need to add explicit load directive:
extension=pdo_mysql.so
===========================================================================
===========================================================================
$NetBSD: MESSAGE.module,v 1.5 2016/10/18 19:09:10 jdolecek Exp $

By default, example module configuration file was copied to following
location, and module should be auto-loaded:
/usr/pkg/etc/php.d/iconv.ini

If you use custom /usr/pkg/etc/php.ini, or nonstandard module
configuration file location, you might need to add explicit load directive:
extension=iconv.so
===========================================================================
===========================================================================
$NetBSD: MESSAGE.module,v 1.5 2016/10/18 19:09:10 jdolecek Exp $

By default, example module configuration file was copied to following
location, and module should be auto-loaded:
/usr/pkg/etc/php.d/sockets.ini

If you use custom /usr/pkg/etc/php.ini, or nonstandard module
configuration file location, you might need to add explicit load directive:
extension=sockets.so
===========================================================================
===========================================================================
$NetBSD: MESSAGE.module,v 1.5 2016/10/18 19:09:10 jdolecek Exp $

By default, example module configuration file was copied to following
location, and module should be auto-loaded:
/usr/pkg/etc/php.d/gd.ini

If you use custom /usr/pkg/etc/php.ini, or nonstandard module
configuration file location, you might need to add explicit load directive:
extension=gd.so
===========================================================================
===========================================================================
$NetBSD: MESSAGE,v 1.10 2016/02/16 10:49:53 wiz Exp $

Please refer to the following file on how to setup your RoundCube
installation.

	/usr/pkg/share/doc/roundcube/INSTALL

Please refer to the following file on how to upgrade your RoundCube
from older version and make sure to remember the version of current
installed Round cube with "pkg_info -I roundcube".

	/usr/pkg/share/doc/roundcube/UPGRADING

For pkgsrc installations the RoundCube package is installed in
these locations.

	Log files:		/var/log/roundcube/
	Document root:		/usr/pkg/share/roundcube/

You will also need to make RoundCube accessible through your HTTP server.
If you are running Apache and ap-php, then you can add the following lines
to httpd.conf:

	Include /usr/pkg/etc/roundcube/roundcube.conf

Make sure to enable access_compat_module if you are using Apache 2.3 or
later.

Make sure
	/usr/pkg/share/roundcube/temp/
exists and is writable by the web server user.

===========================================================================