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
openssl-0.9.8s: copying /usr/pkg/share/examples/openssl/openssl.cnf to /usr/pkg/etc/openssl/openssl.cnf
php-5.2.17nb4: copying /usr/pkg/share/examples/php/php.ini-recommended to /usr/pkg/etc/php.ini
readline-6.2: registering info file /usr/pkg/share/info/history.info
readline-6.2: registering info file /usr/pkg/share/info/readline.info
readline-6.2: registering info file /usr/pkg/share/info/rluserman.info
mysql-client-5.1.60: registering info file /usr/pkg/share/info/mysql.info
php5-pear-1.9.4nb1: copying /usr/pkg/share/examples/pear/pear.conf to /usr/pkg/etc/pear.conf
===========================================================================
$NetBSD: MESSAGE,v 1.5 2004/01/23 17:12:16 jmmv Exp $

The following catalogs have been installed:

	* /usr/pkg/etc/sgml/catalog
	  System wide SGML catalog.  Can be edited by the administrator and
	  is not changed by packages.  This is the *default* catalog when
	  working in SGML mode.

	* /usr/pkg/etc/xml/catalog
	  System wide XML catalog.  Can be edited by the administrator and
	  is not changed by packages.  This is the *default* catalog when
	  working in XML mode.

	* /usr/pkg/share/sgml/catalog
	  Handles SGML stuff installed under /usr/pkg/share/sgml.
	  Automatically handled by packages.

	* /usr/pkg/share/xml/catalog
	  Handles XML stuff installed under /usr/pkg/share/xml.
	  Automatically handled by packages.

===========================================================================
===========================================================================
$NetBSD: MESSAGE,v 1.9 2007/10/09 19:19:10 martti 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.

Note that php-openssl is no longer a separate package as of version
5.0.5nb1 because the main PHP5 package has it built-in now.

As of version 5.2.1nb3 PEAR is no longer installed by default with the
php package.  In order to use PEAR packages with PHP you will need to
install the lang/pear package.
===========================================================================
===========================================================================
$NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $

To enable this module, add the following to /usr/pkg/etc/php.ini:

    extension=iconv.so

and make sure extension_dir points to the dir where iconv.so is.

Then restart your PHP5-enabled HTTP server to load this module.
===========================================================================
===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2010/03/04 16:27:18 taca Exp $

To use the ``mysqlhotcopy'' script, you'll have to install the following
packages:

	databases/p5-DBD-mysql
	devel/p5-File-Temp

===========================================================================
===========================================================================
$NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $

To enable this module, add the following to /usr/pkg/etc/php.ini:

    extension=mysqli.so

and make sure extension_dir points to the dir where mysqli.so is.

Then restart your PHP5-enabled HTTP server to load this module.
===========================================================================
===========================================================================
$NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $

To enable this module, add the following to /usr/pkg/etc/php.ini:

    extension=gd.so

and make sure extension_dir points to the dir where gd.so is.

Then restart your PHP5-enabled HTTP server to load this module.
===========================================================================
===========================================================================
$NetBSD: MESSAGE.module,v 1.2 2004/11/05 21:50:11 jdolecek Exp $

To enable this module, add the following to /usr/pkg/etc/php.ini:

    extension=xmlrpc.so

and make sure extension_dir points to the dir where xmlrpc.so is.

Then restart your PHP5-enabled HTTP server to load this module.
===========================================================================
===========================================================================
$NetBSD: MESSAGE,v 1.3 2008/12/20 14:42:50 adrianp 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"

This is done automatically if you are running either php>=4.4.9 or
php>=5.2.6nb2.
===========================================================================