mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
Convert to UCL & cleanup pkg-message (categories d)
This commit is contained in:
@@ -1,2 +1,8 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You should install the database extension(s) what you want to use:
|
||||
php%%PHPVER%%-mysqli, php%%PHPVER%%-mssql, php%%PHPVER%%-odbc, php%%PHPVER%%-pgsql or php%%PHPVER%%-pdo_sqlite.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You can add the ADOdb path (%%DATADIR%%)
|
||||
to the "include_path=" directive in your php.ini
|
||||
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,4 +1,10 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
This version supports only PHP version 5 and higher.
|
||||
|
||||
You can add the ADOdb path (%%DATADIR%%)
|
||||
into the "include_path=" directive in your php.ini
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
===============================================================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
KDE Applications versions of Akonadi, KMail, and Kontact use large
|
||||
messages on the local machine. The default size on FreeBSD is too
|
||||
small, which causes local connection problems, and Akonadi-based
|
||||
@@ -8,5 +9,6 @@ cannot be found). Increasing the buffer size is recommended:
|
||||
|
||||
sysctl net.local.stream.recvspace=65536
|
||||
sysctl net.local.stream.sendspace=65536
|
||||
|
||||
===============================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
======================================================================
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You installed ArangoDB: a distributed NoSQL database.
|
||||
|
||||
To enable the service at startup, you should execute the command:
|
||||
@@ -20,4 +22,6 @@ data.
|
||||
|
||||
ArangoDB uses the AQL language to query and modify data, as opposed to
|
||||
the SQL language used by relational databases.
|
||||
======================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
---------------------------------------------------------------------
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Please see %%DOCSDIR%%/INSTALL
|
||||
for install notes.
|
||||
---------------------------------------------------------------------
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
########################################################################
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Add this line to your Emacs initialization.
|
||||
|
||||
(require 'bbdb-loaddefs)
|
||||
@@ -11,4 +13,6 @@ use, you may also want to add something similar to these lines.
|
||||
|
||||
Refer to Emacs' help for these two functions, bbdb-initialize and
|
||||
bbdb-mua-auto-update-init, for details.
|
||||
########################################################################
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,8 +1,12 @@
|
||||
======================================================================
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Entries for this machine's hostname may need to be set in /etc/hosts
|
||||
if you get a "Local host name unknown" exception on startup
|
||||
(see https://issues.apache.org/jira/browse/CASSANDRA-2380):
|
||||
|
||||
::1 localhost localhost.your.domain your-host-name
|
||||
127.0.0.1 localhost localhost.your.domain your-host-name
|
||||
======================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,4 +1,10 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
ADMIN ACCOUNT
|
||||
By default no admin password or account is configured which leaves the DB
|
||||
server open. Add accounts to the bottom of %%PREFIX%%/etc/couchdb/local.ini
|
||||
to secure your installation (by default CouchDB listens on localhost only).
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
***********************************************************
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
If this is the first time you are installing %%PORTNAME%%, you will need
|
||||
to add a default administrator, and initialise the database node.
|
||||
|
||||
@@ -30,4 +32,6 @@ Then use the admin interface at http://127.0.0.1:5984/_utils/# as usual.
|
||||
|
||||
For more information see
|
||||
http://docs.couchdb.org/en/latest/install/setup.html
|
||||
***********************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
###############################################################################
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Firebird was installed.
|
||||
|
||||
1) Support for Super Server has been added
|
||||
@@ -47,5 +48,6 @@ before doing anything serious with Firebird.
|
||||
%%PREFIX%%/bin/gsplit -> %%PREFIX%%/bin/fbsplit
|
||||
|
||||
9) Enjoy it ;)
|
||||
|
||||
################################################################################
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,2 +1,8 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Sample configuration files have been installed in %%PREFIX%%/etc.
|
||||
You should edit them and remove the .dist-suffix from their names.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,7 +1,11 @@
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
FrontBase JDBC support installed!
|
||||
|
||||
frontbasejdbc.jar resides in
|
||||
%%JAVAJARDIR%%/frontbasejdbc.jar
|
||||
Add this to your CLASSPATH!
|
||||
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
======================================================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Find the Galera Cluster documentation at
|
||||
http://galeracluster.com/documentation-webpages/
|
||||
|
||||
======================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
|
||||
===============================================================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
A MySQL DataStore implementation was installed, please restart GeoServer.
|
||||
|
||||
MySQL should now show up as an option in the GeoServer web admin tool at
|
||||
Config -> Data -> DataStores -> New. Fill out the appropriate params.
|
||||
|
||||
===============================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
************************************************************
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
GNATS has been successfully installed.
|
||||
|
||||
If you want to run the GNATS server, enter
|
||||
@@ -20,5 +21,6 @@ Try `man gnats', `info gnats' and the online manual at
|
||||
http://www.gnu.org/software/gnats/gnats_toc.html
|
||||
|
||||
for more information.
|
||||
|
||||
************************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
To run the wxpython based GUI:
|
||||
|
||||
export GRASS_PYTHON=python2.7 (or your local python version)
|
||||
@@ -14,3 +17,6 @@ to %%LOCALBASE%%/etc/libmap.d/gcc.conf. Use your local gcc version
|
||||
instead of gcc6.
|
||||
|
||||
This is required for some modules using fortran.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
********************************************************************************
|
||||
* HBase binaries are installed in %%PREFIX%%/hbase/bin/ *
|
||||
* Consider adding this directory to your $PATH. *
|
||||
********************************************************************************
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
HBase binaries are installed in %%PREFIX%%/hbase/bin/
|
||||
Consider adding this directory to your $PATH.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
| Don't forget to run %%PREFIX%%/sbin/install_iplike.sh to make the relevant
|
||||
| changes to your OpenNMS database.
|
||||
| To confirm the changes have been made run:
|
||||
| psql -U opennms -h localhost -c '\df+ iplike' | head
|
||||
| Check the Language column, It should say "c" and not "plpgsql"
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Don't forget to run %%PREFIX%%/sbin/install_iplike.sh to make the relevant
|
||||
changes to your OpenNMS database.
|
||||
To confirm the changes have been made run:
|
||||
psql -U opennms -h localhost -c '\df+ iplike' | head
|
||||
Check the Language column, It should say "c" and not "plpgsql"
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
=============================================================================
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
This port of iSQL-Viewer is configured to automatically detect and use
|
||||
the installed JDBC drivers for MySQL and PostgreSQL.
|
||||
|
||||
@@ -8,4 +10,6 @@ service basis in the tabbed dialog "Resources" which resides inside the
|
||||
|
||||
However, please note that adding JAR files or directories in the preferences
|
||||
dialog doesn't have the desired effect in this version.
|
||||
=============================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user