onvert to UCL & cleanup pkg-message (categories l-m)

This commit is contained in:
Mathieu Arnold 2019-08-13 22:29:42 +00:00
parent ca2f814673
commit 558224994b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508882
293 changed files with 1850 additions and 699 deletions

View File

@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
JE and jconsole have been installed in %%LOCALBASE%%/lib/j/bin.
Addons are installed in %%LOCALBASE%%/share/j/addons and system files
@ -7,3 +10,6 @@ This port installs ONLY the base system. In order to install
additional addons, use the JAL, running jconsole as root:
http://code.jsoftware.com/wiki/JAL/Package_Manager/jpkg
EOM
}
]

View File

@ -1,8 +1,10 @@
===========================================================================
[
{ type: install
message: <<EOM
Please read %%DOCSDIR%%/asn1c-usage.pdf and other files
in that directory.
Also check the asn1c(1), unber(1) and enber(1) manual pages.
===========================================================================
EOM
}
]

View File

@ -1,4 +1,10 @@
[
{ type: install
message: <<EOM
You can permanently enable ASDF package management by using the
following commands in your .ccl-init.lisp file:
(require 'asdf)
EOM
}
]

View File

@ -1,2 +1,8 @@
[
{ type: install
message: <<EOM
Some chicken eggs require the environment variable TZ to be set in
order to function properly. See environ(7) for more information.
EOM
}
]

View File

@ -1,5 +1,6 @@
==============================================================================
[
{ type: install
message: <<EOM
Emacs and Vim editing facilities for CLISP were installed into:
%%DATADIR%%
@ -10,5 +11,6 @@ Emacs: %%PREFIX%%/share/emacs/site-lisp
Vim: $VIMRUNTIME/vimfiles/after/syntax
Alternatively you may do per-user installations.
==============================================================================
EOM
}
]

View File

@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
To use clojure-mode in Emacs, add the following lines to your ~/.emacs:
(autoload 'clojure-mode "clojure-mode" "A mode for clojure lisp" t)
@ -14,3 +17,6 @@ more Clojure aware:
(define-key clojure-mode-map "{" 'paredit-open-brace)
(define-key clojure-mode-map "}" 'paredit-close-brace)))
EOM
}
]

View File

@ -1,5 +1,11 @@
[
{ type: install
message: <<EOM
When building Crystal code with the --release flag, add the --no-debug flag to
avoid LLVM assertion errors.
Install textproc/libyaml for YAML support, math/gmp for BigInt support,
textproc/libxml2 for XML support.
EOM
}
]

View File

@ -1,8 +1,10 @@
===============================================================================
[
{ type: install
message: <<EOM
To use csharp-mode, add the following lines to your ~/.emacs file:
(autoload 'csharp-mode "csharp-mode" "Major mode for editing C# code." t)
(setq auto-mode-alist (append '(("\\.cs$" . csharp-mode)) auto-mode-alist))
===============================================================================
EOM
}
]

View File

@ -1,7 +1,9 @@
===========================================================================
[
{ type: install
message: <<EOM
You can access the full documentation from here:
%%LOCALBASE%%/share/doc/erlang/html/doc/index.html
===========================================================================
EOM
}
]

View File

@ -1,6 +1,8 @@
===========================================================================
[
{ type: install
message: <<EOM
To use this runtime port for development or testing, just prepend
its binary path ("%%LOCALBASE%%/lib/%%ERLANG_LIB%%/bin") to your PATH variable.
===========================================================================
EOM
}
]

View File

@ -1,6 +1,8 @@
===========================================================================
[
{ type: install
message: <<EOM
To use this runtime port for development or testing, just prepend
its binary path ("%%LOCALBASE%%/lib/%%ERLANG_LIB%%/bin") to your PATH variable.
===========================================================================
EOM
}
]

View File

@ -1,6 +1,8 @@
===========================================================================
[
{ type: install
message: <<EOM
To use this runtime port for development or testing, just prepend
its binary path ("%%LOCALBASE%%/lib/%%ERLANG_LIB%%/bin") to your PATH variable.
===========================================================================
EOM
}
]

View File

@ -1,6 +1,8 @@
===========================================================================
[
{ type: install
message: <<EOM
To use this runtime port for development or testing, just prepend
its binary path ("%%LOCALBASE%%/lib/%%ERLANG_LIB%%/bin") to your PATH variable.
===========================================================================
EOM
}
]

View File

@ -1,6 +1,8 @@
===========================================================================
[
{ type: install
message: <<EOM
To use this runtime port for development or testing, just prepend
its binary path ("%%LOCALBASE%%/lib/%%ERLANG_LIB%%/bin") to your PATH variable.
===========================================================================
EOM
}
]

View File

@ -1,6 +1,8 @@
===========================================================================
[
{ type: install
message: <<EOM
To use this runtime port for development or testing, just prepend
its binary path ("%%LOCALBASE%%/lib/%%ERLANG_LIB%%/bin") to your PATH variable.
===========================================================================
EOM
}
]

View File

@ -1,6 +1,8 @@
===========================================================================
[
{ type: install
message: <<EOM
To use this runtime port for development or testing, just prepend
its binary path ("%%LOCALBASE%%/lib/%%ERLANG_LIB%%/bin") to your PATH variable.
===========================================================================
EOM
}
]

View File

@ -1,6 +1,8 @@
===========================================================================
[
{ type: install
message: <<EOM
To use this runtime port for development or testing, just prepend
its binary path ("%%LOCALBASE%%/lib/%%ERLANG_LIB%%/bin") to your PATH variable.
===========================================================================
EOM
}
]

View File

@ -1,8 +1,11 @@
===========================================================================
[
{ type: install
message: <<EOM
Installation tips:
You can find an emacs mode for Erlang here:
%%LOCALBASE%%/lib/erlang/lib/tools-%%TOOLS_VSN%%/emacs
===========================================================================
EOM
}
]

View File

@ -1,3 +1,9 @@
[
{ type: install
message: <<EOM
To avoid conflicts, example scripts and man pages have been renamed by
prefixing them with "expect_".
They are in %%PREFIX%%/bin and %%MANPREFIX%%/man/man1, respectively.
EOM
}
]

View File

@ -1,9 +1,11 @@
###############################################################################
[
{ type: install
message: <<EOM
1) You can see all documentation of freepascal in :
* %%DOCSDIR%%
The documentation is on pdf format, you need some pdf viewer.
###############################################################################
EOM
}
]

View File

@ -1,5 +1,6 @@
###############################################################################
[
{ type: install
message: <<EOM
1) Add lib paths to %%PREFIX%%/etc/fpc.cfg
# searchpath for libraries
@ -20,5 +21,6 @@
* editors/fpc-ide
5) Enjoy it ;)
###############################################################################
EOM
}
]

View File

@ -1,10 +1,12 @@
======================================================================
[
{ type: install
message: <<EOM
Because the usual name of Gambit-C's compiler clashes with
ghostscript, the interpreter and compiler have been renamed
"gsi-gambit" and "gsc-gambit" respectively.
However, documentation is still accessible through "man gsi" or
"info gambit"
======================================================================
EOM
}
]

View File

@ -1,4 +1,10 @@
[
{ type: install
message: <<EOM
Add to path: %%PREFIX%%/bin
All binaries have prefix of %%TARGET%%-
e.g. %%TARGET%%-gcc
%%TARGET%%-gnatmake
EOM
}
]

View File

@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
To use haskell-mode in Emacs, add the following lines to your ~/.emacs:
(add-to-list 'load-path "%%PREFIX%%/share/emacs/site-lisp/haskell-mode/")
@ -13,3 +16,6 @@ Add the following lines according to which modules you want to use:
Note that the three indentation modules are mutually exclusive - add at
most one.
EOM
}
]

View File

@ -1,4 +1,10 @@
[
{ type: install
message: <<EOM
Remember to set the following environment variables:
hlainc=%%PREFIX%%/include/hla
hlalib=%%PREFIX%%/lib/hlalib.c
EOM
}
]

View File

@ -1,4 +1,8 @@
======================================================================
[
{ type: install
message: <<EOM
Huc is now installed!
Set the $PCE_INCLUDE environment variable to ${PREFIX}/include/huc/pce
======================================================================
EOM
}
]

View File

@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
%%PKGNAME%% is now installed in %%PREFIX%%/%%COMPILERDIR%%, to use it you
have to put your license into your INTEL_FLEXLM_LICENSE (default:
%%PREFIX%%/%%COMPILERDIR%%/licenses) directory and add
@ -28,3 +31,6 @@ Please use FreeBSD as the name of your OS in communications with the
support, the larger the FreeBSD userbase is, more gets done on FreeBSD
specific issues by Intel. And please thank them for the FreeBSD support,
they are already spending some time to improve icc on FreeBSD.
EOM
}
]

View File

@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
** A note about Addons **
Addons are no longer part of Io core. Most are now hosted on their dedicated
@ -5,3 +8,6 @@ repositories under https://github.com/IoLanguage.
Addons are managed using the Eerie package manager, which can be installed
following the instructions at https://github.com/IoLanguage/eerie.
EOM
}
]

View File

@ -1,10 +1,14 @@
*******************************************************************************
* Known issue on FreeBSD 11.1-RELEASE or later
* - If you run into segfault with `Pkg.update()`,
* please issue `# sysctl security.bsd.stack_guard_page=0` to disable
* stack guard.
* For more info, please see https://github.com/JuliaLang/julia/issues/23328
* - If you're looking for the other version of Julia,
* there is a meta port lang/julia.
* Please checkout "make -C /usr/ports/lang/julia config" as well.
*******************************************************************************
[
{ type: install
message: <<EOM
Known issue on FreeBSD 11.1-RELEASE or later
- If you run into segfault with `Pkg.update()`,
please issue `# sysctl security.bsd.stack_guard_page=0` to disable
stack guard.
For more info, please see https://github.com/JuliaLang/julia/issues/23328
- If you're looking for the other version of Julia,
there is a meta port lang/julia.
Please checkout "make -C /usr/ports/lang/julia config" as well.
EOM
}
]

View File

@ -1,5 +1,9 @@
*******************************************************************************
* If you're looking for the other version of Julia,
* there is a meta port lang/julia.
* Please checkout "make -C /usr/ports/lang/julia config" as well.
*******************************************************************************
[
{ type: install
message: <<EOM
If you're looking for the other version of Julia,
there is a meta port lang/julia.
Please checkout "make -C /usr/ports/lang/julia config" as well.
EOM
}
]

View File

@ -1,5 +1,9 @@
*******************************************************************************
* If you're looking for the other version of Julia,
* there is a meta port lang/julia.
* Please checkout "make -C /usr/ports/lang/julia config" as well.
*******************************************************************************
[
{ type: install
message: <<EOM
If you're looking for the other version of Julia,
there is a meta port lang/julia.
Please checkout "make -C /usr/ports/lang/julia config" as well.
EOM
}
]

View File

@ -1,5 +1,9 @@
*******************************************************************************
* If you're looking for the other version of Julia,
* there is a meta port lang/julia.
* Please checkout "make -C /usr/ports/lang/julia config" as well.
*******************************************************************************
[
{ type: install
message: <<EOM
If you're looking for the other version of Julia,
there is a meta port lang/julia.
Please checkout "make -C /usr/ports/lang/julia config" as well.
EOM
}
]

View File

@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
Telemetry
---------
The .NET Core tools collect usage data in order to improve your experience.
@ -46,3 +49,6 @@ vm.max_wired: 1331964
then increasing 'vm.max_wired' will enable .NET Core to run:
# sysctl vm.max_wired=1333000
EOM
}
]

View File

@ -1,2 +1,8 @@
[
{ type: install
message: <<EOM
Try J by running "jw"
For more information see "man j-jconsole".
EOM
}
]

View File

@ -1,4 +1,6 @@
************************************************************************
[
{ type: install
message: <<EOM
If you have build/runtime errors with Mono and Gtk# apps please try the
following first:
@ -30,4 +32,6 @@ following first:
* Some process information are accessed through /proc (e.g. when using
NUnit) and procfs(5) has to be mounted for these features to work:
# echo "proc /proc procfs rw 0 0" >> /etc/fstab
************************************************************************
EOM
}
]

View File

@ -1 +1,7 @@
[
{ type: install
message: <<EOM
See %%DOCSDIR%% for documentation in HTML and PDF formats.
EOM
}
]

View File

@ -1,4 +1,6 @@
[
{ type: install
message: <<EOM
Copyright (c) 1996,1997,1998 Ralf S. Engelschall <rse@engelschall.com>
This program is free software; it may be redistributed and/or modified only
@ -11,3 +13,6 @@
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See either the Artistic License or the
GNU General Public License for more details.
EOM
}
]

View File

@ -1,4 +1,10 @@
[
{ type: install
message: <<EOM
To use php-mode in Emacs, add the following lines to your ~/.emacs:
(autoload 'php-mode "php-mode" "Mode for editing PHP source files")
(add-to-list 'auto-mode-alist '("\\.\\(inc\\|php[s34]?\\)" . php-mode))
EOM
}
]

View File

@ -1,5 +1,6 @@
******************************************************************************
[
{ type: install
message: <<EOM
Make sure index.php is part of your DirectoryIndex.
You should add the following to your Apache configuration file:
@ -11,9 +12,8 @@ You should add the following to your Apache configuration file:
SetHandler application/x-httpd-php-source
</FilesMatch>
******************************************************************************
If you are building PHP-based ports in poudriere(8) or Synth with ZTS enabled,
add WITH_MPM=event to /etc/make.conf to prevent build failures.
******************************************************************************
EOM
}
]

View File

@ -1,5 +1,6 @@
******************************************************************************
[
{ type: install
message: <<EOM
Make sure index.php is part of your DirectoryIndex.
You should add the following to your Apache configuration file:
@ -11,9 +12,8 @@ You should add the following to your Apache configuration file:
SetHandler application/x-httpd-php-source
</FilesMatch>
******************************************************************************
If you are building PHP-based ports in poudriere(8) or Synth with ZTS enabled,
add WITH_MPM=event to /etc/make.conf to prevent build failures.
******************************************************************************
EOM
}
]

View File

@ -1,5 +1,6 @@
******************************************************************************
[
{ type: install
message: <<EOM
Make sure index.php is part of your DirectoryIndex.
You should add the following to your Apache configuration file:
@ -11,9 +12,8 @@ You should add the following to your Apache configuration file:
SetHandler application/x-httpd-php-source
</FilesMatch>
******************************************************************************
If you are building PHP-based ports in poudriere(8) or Synth with ZTS enabled,
add WITH_MPM=event to /etc/make.conf to prevent build failures.
******************************************************************************
EOM
}
]

View File

@ -1,4 +1,6 @@
[
{ type: install
message: <<EOM
Deadlocks (freezes) on FreeBSD:
OpenCL applications using pocl on FreeBSD must be compiled with
@ -10,3 +12,6 @@ See:
http://www.freebsd.org/cgi/query-pr.cgi?pr=163512
(Source: http://portablecl.org/docs/html/faq.html?highlight=freebsd)
EOM
}
]

View File

@ -1,4 +1,6 @@
====
[
{ type: install
message: <<EOM
%%ETC%%Note that we installed a few Pure syntax highlighting
%%ETC%%files for the code editors in %%DATADIR%%/etc/
%%ETC%%
@ -9,4 +11,6 @@ A text-based browser, such as one of following
is recommended to use the `help' command inside the
interpreter. Check pure(1) for details.
====
EOM
}
]

View File

@ -1,5 +1,6 @@
=====================================================================
[
{ type: install
message: <<EOM
Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:
@ -11,5 +12,6 @@ Note that PyPy does not implement the following module that would
have been provided as a separate port:
bsddb databases/pypy-bsddb
=====================================================================
EOM
}
]

View File

@ -1,4 +1,10 @@
[
{ type: install
message: <<EOM
To use python-mode in Emacs, add the following lines to your ~/.emacs:
(autoload 'python-mode "python-mode" "Mode for editing Python source files")
(add-to-list 'auto-mode-alist '("\\.py" . python-mode))
EOM
}
]

View File

@ -1,5 +1,6 @@
===========================================================================
[
{ type: install
message: <<EOM
Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:
@ -7,5 +8,6 @@ bsddb databases/py-bsddb
gdbm databases/py-gdbm
sqlite3 databases/py-sqlite3
tkinter x11-toolkits/py-tkinter
===========================================================================
EOM
}
]

View File

@ -1,10 +1,12 @@
===========================================================================
[
{ type: install
message: <<EOM
Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:
py%%PYTHON_SUFFIX%%-gdbm databases/py-gdbm@py%%PYTHON_SUFFIX%%
py%%PYTHON_SUFFIX%%-sqlite3 databases/py-sqlite3@py%%PYTHON_SUFFIX%%
py%%PYTHON_SUFFIX%%-tkinter x11-toolkits/py-tkinter@py%%PYTHON_SUFFIX%%
===========================================================================
EOM
}
]

View File

@ -1,10 +1,12 @@
===========================================================================
[
{ type: install
message: <<EOM
Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:
py%%PYTHON_SUFFIX%%-gdbm databases/py-gdbm@py%%PYTHON_SUFFIX%%
py%%PYTHON_SUFFIX%%-sqlite3 databases/py-sqlite3@py%%PYTHON_SUFFIX%%
py%%PYTHON_SUFFIX%%-tkinter x11-toolkits/py-tkinter@py%%PYTHON_SUFFIX%%
===========================================================================
EOM
}
]

View File

@ -1,10 +1,12 @@
===========================================================================
[
{ type: install
message: <<EOM
Note that some standard Python modules are provided as separate ports
as they require additional dependencies. They are available as:
py%%PYTHON_SUFFIX%%-gdbm databases/py-gdbm@py%%PYTHON_SUFFIX%%
py%%PYTHON_SUFFIX%%-sqlite3 databases/py-sqlite3@py%%PYTHON_SUFFIX%%
py%%PYTHON_SUFFIX%%-tkinter x11-toolkits/py-tkinter@py%%PYTHON_SUFFIX%%
===========================================================================
EOM
}
]

View File

@ -1,3 +1,9 @@
[
{ type: install
message: <<EOM
To use Quack, add the following line to your ~/.emacs:
(require 'quack)
EOM
}
]

View File

@ -1,4 +1,6 @@
====
[
{ type: install
message: <<EOM
Some of the standard commands are provided as separate ports for ease
of upgrading:
@ -12,4 +14,6 @@ since they require extra dependencies:
databases/rubygem-gdbm: GDBM module
Install them as occasion demands.
====
EOM
}
]

View File

@ -1,4 +1,6 @@
====
[
{ type: install
message: <<EOM
Some of the standard commands are provided as separate ports for ease
of upgrading:
@ -12,4 +14,6 @@ since they require extra dependencies:
databases/rubygem-gdbm: GDBM module
Install them as occasion demands.
====
EOM
}
]

View File

@ -1,4 +1,6 @@
====
[
{ type: install
message: <<EOM
Some of the standard commands are provided as separate ports for ease
of upgrading:
@ -12,4 +14,6 @@ since they require extra dependencies:
databases/rubygem-gdbm: GDBM module
Install them as occasion demands.
====
EOM
}
]

View File

@ -1,8 +1,10 @@
========================================================================
[
{ type: install
message: <<EOM
For Common Lisp ports requiring the asdf system definition library from
devel/cl-asdf, %%PREFIX%%/etc/asdf-init.lisp has been set to load in
%%PREFIX%%/etc/sbclrc. If you plan to use Quicklisp, you must remove
this line from %%PREFIX%%/etc/sbclrc.
========================================================================
EOM
}
]

View File

@ -1,5 +1,6 @@
------------------------- Please note: -------------------------
[
{ type: install
message: <<EOM
In order to be able to make use of squeak you need to have an
image and a changes file in your working directory as well
as access to a source file. This is easy by using inisqueak.
@ -10,5 +11,6 @@
PATH: %%PREFIX%%/bin
LD_LIBRARY_PATH: %%PREFIX%%/lib
%%PREFIX%%/lib/squeak/%%SQUEAK_LIB_DIR%%
------------------ Thanks for your attention! ------------------
EOM
}
]

View File

@ -1,7 +1,11 @@
*******************************************************************
[
{ type: install
message: <<EOM
You may wish to modify (or create) the configuration file:
%%TX_CONF_FULL%%
Sample configuration file is located at:
%%TX_CONF_FULL%%.sample
*******************************************************************
EOM
}
]

View File

@ -1,5 +1,6 @@
--------------------------- Please note: ---------------------------
[
{ type: install
message: <<EOM
To start using VisualWorks, copy the default image to your
home directory:
# cp %%DATADIR%%/image/visualnc.im ~
@ -7,5 +8,6 @@
# chmod u+w ~/visualnc.im
Then run it using:
# visual ~/visualnc.im
-------------------- Thanks for your attention! --------------------
EOM
}
]

View File

@ -1,4 +1,7 @@
*******************************************************************************
*** To use GnuPG with Alpine, take a look at the mail/pine-pgp-filters port ***
*******************************************************************************
[
{ type: install
message: <<EOM
To use GnuPG with Alpine, take a look at the mail/pine-pgp-filters port
EOM
}
]

View File

@ -1,5 +1,6 @@
********************************************************************************
[
{ type: install
message: <<EOM
Please install PostgreSQL client/server (databases/postgresqlXX-client
and databases/postgresqlXX-server) separately. The latest 9.x version
is recommended but any version newer than 9.1.0 should work.
@ -19,5 +20,6 @@ The logfile is syslog/mail by default.
If you have any problems, the FAQ is at
http://www.archiveopteryx.org/faq/ and you can always ask
info@aox.org for help.
********************************************************************************
EOM
}
]

View File

@ -1,5 +1,6 @@
********************************************************************************
[
{ type: install
message: <<EOM
Please install PostgreSQL client/server (databases/postgresqlXX-client
and databases/postgresqlXX-server) separately. The latest 9.x version
is recommended but any version newer than 9.1.0 should work.
@ -19,5 +20,6 @@ The logfile is syslog/mail by default.
If you have any problems, the FAQ is at
http://www.archiveopteryx.org/faq/ and you can always ask
info@aox.org for help.
********************************************************************************
EOM
}
]

View File

@ -1,5 +1,6 @@
###############################################################################
[
{ type: install
message: <<EOM
ArchiveSMTP has been installed! You will, however, need to configure your MTA
to use it as a 'milter'. Please consult your MTA's documentation reguarding
this. For rule formats check the manpage and sample configuration file. The
@ -16,5 +17,6 @@
Please note: Only the owner my have write permissions on the socket directory.
Visit the website at: http://www.dancingfortune.com/projects/archivesmtp/
###############################################################################
EOM
}
]

View File

@ -1,5 +1,6 @@
=============================================================================
[
{ type: install
message: <<EOM
Sample configuration files were installed in
%%EXAMPLESDIR%%
@ -9,5 +10,6 @@ For additional information see supplied documentation in
%%DOCSDIR%%
and/or manpages: askfilter(1) asksenders(1) asksetup(1)
=============================================================================
EOM
}
]

View File

@ -1,2 +1,8 @@
[
{ type: install
message: <<EOM
See INSTALL and BASIC_CONFIGURATION_README in %%DOCSDIR%%
for instructions on how to configure automx.
EOM
}
]

View File

@ -1,8 +1,10 @@
-----------------------------------------------------------
[
{ type: install
message: <<EOM
Before using Mail Avenger, you will need to configure it.
Instructions are available in:
%%DATADIR%%/INSTALL
-----------------------------------------------------------
EOM
}
]

View File

@ -1,6 +1,7 @@
============================
[
{ type: install
message: <<EOM
=== How to integrate bmf ===
============================
For maildrop(1), use only one of the following examples. The first
sample invokes bmf in its normal mode of operation and the second
@ -59,3 +60,6 @@ These will override these commands:
<Esc>u = de-register as spam, register as non-spam, and move to inbox folder.
Please see the ${PREFIX}/share/bmf/README for further details.
EOM
}
]

View File

@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
Before actually using it, it is necessary to prepare a word database.
1. The word contained in clean mail is counted.
@ -19,3 +22,6 @@ Before actually using it, it is necessary to prepare a word database.
3. A database is updated for every word.
$ bsfilter -u
EOM
}
]

View File

@ -1,5 +1,9 @@
================================================================================
[
{ type: install
message: <<EOM
Warning: You have chosen to include SSL support. Applications/ports that use
the cclient library but do not support SSL may stop working or have problems
linking. Linking them explicitly with ssl (-lssl -lcrypto) may or may not help.
================================================================================
EOM
}
]

View File

@ -1,4 +1,10 @@
[
{ type: install
message: <<EOM
Due to licensing issues this plugin does not link against any libraries
from clamav. The plugin therefore requires a running clamav daemon running
on either localhost or somewhere else which allows the plugin access via
a unix or a TCP socket.
EOM
}
]

View File

@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
In case you use authpam, you should put the following lines
in your /etc/pam.d/imap:
@ -9,3 +12,6 @@ You will have to run %%DATADIR%%/mkimapdcert to create
a self-signed certificate if you want to use imapd-ssl.
And you will have to copy and edit the *.dist files to *
in %%CONFDIR%%.
EOM
}
]

View File

@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
RTFM before configuring and running Courier!!!
Check and/or modify the following configuration files to suit your needs:
@ -58,3 +61,6 @@ job that runs at regular intervals (once every few hours is fine) that
executes the following script to update the shared folder index:
%%PREFIX%%/share/courier/sharedindexupdate
EOM
}
]

View File

@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
Make sure this script should be invoked with privilege to read
/var/log/maillog.
@ -5,3 +8,6 @@ Make sure this script should be invoked with privilege to read
The RRD database has been moved to %%DATADIR%%.
If you have previous ones, please move them to %%DATADIR%%.
EOM
}
]

View File

@ -1,8 +1,10 @@
****************************************************************************
[
{ type: install
message: <<EOM
To setup mail spool, modify %%PREFIX%%/etc/imapd.conf appropriately,
then run %%PREFIX%%/cyrus/bin/mkimap.
To run Cyrus IMAPd from startup, add cyrus_imapd_enable="YES" in your
/etc/rc.conf.
****************************************************************************
EOM
}
]

View File

@ -1,8 +1,10 @@
****************************************************************************
[
{ type: install
message: <<EOM
To setup mail spool, modify %%PREFIX%%/etc/imapd.conf appropriately,
then run %%PREFIX%%/cyrus/bin/mkimap.
To run Cyrus IMAPd from startup, add cyrus_imapd_enable="YES" in your
/etc/rc.conf.
****************************************************************************
EOM
}
]

View File

@ -1,8 +1,10 @@
****************************************************************************
[
{ type: install
message: <<EOM
To setup mail spool, modify %%PREFIX%%/etc/imapd.conf appropriately,
then run %%PREFIX%%/cyrus/bin/mkimap.
To run Cyrus IMAPd from startup, add cyrus_imapd_enable="YES" in your
/etc/rc.conf.
****************************************************************************
EOM
}
]

View File

@ -1,8 +1,10 @@
****************************************************************************
[
{ type: install
message: <<EOM
To setup mail spool, modify %%PREFIX%%/etc/imapd.conf appropriately,
then run %%PREFIX%%/cyrus/sbin/mkimap.
To run Cyrus IMAPd from startup, add cyrus_imapd_enable="YES" in your
/etc/rc.conf.
****************************************************************************
EOM
}
]

View File

@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
In order to connect to several exchange servers, it is needed setup davmail
profiles. You have to set davmail_profiles in rc.conf, and configure
%%LOCALBASE%%/etc/davmail.<profile_name>.properties properly. Example:
@ -7,3 +10,6 @@ davmail_profiles="exchange1 exchange2"
You can also disable an specific profile by mean of
davmail_<profile_name>_enable="NO" in rc.conf.
EOM
}
]

View File

@ -1,9 +1,6 @@
==========================================================================
Installation Notes
------------------
[
{ type: install
message: <<EOM
Make certain you edit %%DCCHOME%%/dcc_conf to enable the daemons you
wish to run, in addition to adding their respective dcc*_enable="YES"
lines to /etc/rc.conf or /etc/rc.conf.local.
@ -29,8 +26,6 @@ the global network of DCC servers. See:
http://www.dcc-servers.net/dcc/#local-server
==========================================================================
DCC Usage Restrictions Notice
-----------------------------
@ -48,6 +43,6 @@ Please read the LICENSE file in the DCC source:
or at:
http://www.dcc-servers.net/dcc/dcc-tree/LICENSE
==========================================================================
EOM
}
]

View File

@ -1,5 +1,6 @@
************************************************************************
[
{ type: install
message: <<EOM
In order to run this port, please add the following lines to
/etc/mail/<your_configuration>.mc:
@ -8,5 +9,6 @@ INPUT_MAIL_FILTER(`dk-filter', `S=unix:/var/run/milterdk/filter, F=T, T=R:2m')
And to run the milter from startup, add milterdk_enable="YES" in
your /etc/rc.conf.
Extra options can be found in startup script.
************************************************************************
EOM
}
]

View File

@ -1,5 +1,6 @@
************************************************************************
[
{ type: install
message: <<EOM
In order to run this port, please add the following lines to
${PREFIX}/etc/postfix/main.cf:
@ -8,5 +9,6 @@ smtpd_milters = unix:/var/run/milterdk/filter
And to run the milter from startup, add milterdk_enable="YES" in
your /etc/rc.conf.
Extra options can be found in startup script.
************************************************************************
EOM
}
]

View File

@ -1,4 +1,6 @@
[
{ type: install
message: <<EOM
To enable dma please edit /etc/mail/mailer.conf to replace all lines
referring to another MTA with the following:
@ -30,4 +32,6 @@ daily_clean_hoststat_enable="NO"
daily_status_mail_rejects_enable="NO"
daily_status_include_submit_mailq="NO"
daily_submit_queuerun="NO"
EOM
}
]

View File

@ -1,5 +1,6 @@
---------------------------------------------------------------------
[
{ type: install
message: <<EOM
This port assumes you are familiar with Dovecot and have it installed
and running on the system you have installed this plugin on.
@ -14,5 +15,6 @@
Further information on configuration can be found at:
http://wiki2.dovecot.org/Pigeonhole
---------------------------------------------------------------------
EOM
}
]

View File

@ -1,5 +1,6 @@
---------------------------------------------------------------------
[
{ type: install
message: <<EOM
You must create the configuration files yourself. Copy them over
to %%ETCDIR%% and edit them as desired:
@ -15,19 +16,15 @@
dovecot_enable="YES"
---------------------------------------------------------------------
To avoid a risk of mailbox corruption, do not set the
security.bsd.see_other_uids or .see_other_gids sysctls to 0
if Dovecot is storing mail for multiple concurrent users (PR 218392).
---------------------------------------------------------------------
If you want to be able to search within attachments using the
decode2text plugin, you'll need to install textproc/catdoc, and
one of graphics/xpdf or graphics/poppler-utils.
---------------------------------------------------------------------
There are some potentially breaking changes in Dovecot 2.3. If you
are upgrading from Dovecot 2.2:
@ -35,5 +32,6 @@
* Read https://wiki2.dovecot.org/Upgrading/2.3
* Merge the configuration file changes from
%%ETCDIR%%/examples-config/
---------------------------------------------------------------------
EOM
}
]

View File

@ -1,5 +1,6 @@
---------------------------------------------------------------------------
[
{ type: install
message: <<EOM
%%WebUI%% The WebUI files have been installed to:
%%WebUI%% %%WWWDIR%%
%%WebUI%%
@ -9,6 +10,6 @@
Additional setup instructions can be found at:
%%DOCSDIR%%
%%EXAMPLESDIR%%
---------------------------------------------------------------------------
EOM
}
]

View File

@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
Thank You for installing the Ecartis Listserver package. Please
read the documentation located in %%PREFIX%%/ecartis/
or online at:
@ -5,3 +8,6 @@ or online at:
http://www.ecartis.net/
-- The Ecartis Developers
EOM
}
]

View File

@ -1,6 +1,10 @@
==============
[
{ type: install
message: <<EOM
In order to use elmo, each user must run the script elmoconf.pl,
which will interactively create the elmo configuration file.
Additionally, you must input some basic smtp settings if you
want to be able to send messages.
==============
EOM
}
]

View File

@ -1,2 +1,7 @@
[
{ type: install
message: <<EOM
Please read the %%PREFIX%%/share/doc/eps/howto
EOM
}
]

View File

@ -1,3 +1,8 @@
[
{ type: install
message: <<EOM
Please read the %%DOCSDIR%%/README
Example mail files are under %%EXAMPLESDIR%%
EOM
}
]

View File

@ -1,4 +1,8 @@
------------------------------------------------------------
[
{ type: install
message: <<EOM
Sample of configuration file placed at
%%PREFIX%%/etc/esmtprc.sample
------------------------------------------------------------
EOM
}
]

View File

@ -1,4 +1,6 @@
[
{ type: install
message: <<EOM
Although the Exim monitor has been correctly installed, please note
that it is useless without the Exim MTA. Install one of the Exim
packages available, which include documentation for the Exim monitor:
@ -7,4 +9,6 @@ packages available, which include documentation for the Exim monitor:
exim-ldap2
exim-mysql
exim-postgresql
EOM
}
]

View File

@ -1,6 +1,6 @@
IMPORTANT NOTE:
===============
[
{ type: install
message: <<EOM
All installations having Exim set-uid root and using 'perl_startup' are
vulnerable to a local privilege escalation. Any user who can start an
instance of Exim (and this is normally *any* user) can gain root
@ -32,6 +32,11 @@ directory to $spool_directory, as usual.)
Exim only accepts an absolute configuration file path now, when using
the -C option.
EOM
}
{ type: upgrade
maximum_version: 4.80
message: <<EOM
Upgrades to Exim 4.80
=====================
@ -47,3 +52,6 @@ There are more details, covering more changes, in README.UPDATING.
We now enable accept_8bitmime by default, as the Exim maintainers agree
with Dan Bernstein about the best way to deal with the 8BITMIME
extension.
EOM
}
]

View File

@ -1,5 +1,11 @@
[
{ type: install
message: <<EOM
exipick has been successfully installed.
Try
`exipick --help'
for perldoc help.
EOM
}
]

View File

@ -1,4 +1,6 @@
-----------------------------------------------------------------
[
{ type: install
message: <<EOM
ezmlm-idx has been installed successfully.
However, before you can use the programs, you should copy the
@ -12,4 +14,6 @@ carefully.
If you have enabled the database extensions, you need to create an
ezmlm database. See section 5 in %%PREFIX%%/share/doc/ezmlm-idx/FAQ
for further instructions.
-----------------------------------------------------------------
EOM
}
]

View File

@ -1,4 +1,6 @@
**************************************************
[
{ type: install
message: <<EOM
NOTE:
For generating faces out of xbm files you must use
@ -23,4 +25,6 @@ Note uncompface -X is the same as
uncompface | ikon2xbm
useful for exmh!
**************************************************
EOM
}
]

View File

@ -1,4 +1,8 @@
******************************************************
[
{ type: install
message: <<EOM
For pointers how to configure fetchmail in daemon mode
please consult %%PREFIX%%/etc/rc.d/fetchmail.
******************************************************
EOM
}
]

View File

@ -1,5 +1,6 @@
=======================================================================
[
{ type: install
message: <<EOM
The getmail rc file (configuration file) format has changed since
version 3.x. If you are upgrading from version 3, you will need
to write a new configuration file based on the contents of your old one.
@ -8,5 +9,6 @@ The new file format resembles the old in many ways.
Each account you retrieve mail from will require a separate rc file,
but getmail can operate with multiple rc files simultaneously
if you wish to retrieve mail from multiple accounts.
=======================================================================
EOM
}
]

View File

@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
Edit Postfix's master configuration file, master.cf, and add the following:
greyfix unix - n n - - spawn
@ -19,3 +22,6 @@ that you should add check_policy_service unix:private/greyfix to it.
Finally have postfix reload its configuration with:
%%PREFIX%%/etc/rc.d/postfix reload
EOM
}
]

View File

@ -1,5 +1,9 @@
################################################################
[
{ type: install
message: <<EOM
Greylite has been installed. Some steps are required for setting
it up with qmail. greylite(8) has a synthesis and the website at
http://mij.oltrelinux.com/net/greylite/ has more information.
################################################################
EOM
}
]

View File

@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
The ipop2d, ipop3d, and imapd daemons should be invoked by your
/etc/inetd.conf file with lines such as:
@ -41,3 +44,6 @@ non-encrypted logins.
%%SSL%%pop3s stream tcp nowait root ${PREFIX}/libexec/ipop3d ipop3d
%%SSL%%imaps stream tcp nowait root ${PREFIX}/libexec/imapd imapd
%%SSL%%================================================================================
EOM
}
]

View File

@ -1,4 +1,6 @@
[
{ type: install
message: <<EOM
First edit %%PREFIX%%/etc/isoqlog.conf
After that edit %%PREFIX%%/etc/isoqlog.domains
@ -7,4 +9,6 @@ Finally you have to add a crontab entry in order to get isoqlog work like:
58 * * * * %%PREFIX%%/bin/isoqlog 1>/dev/null 2>/dev/null
You can read %%PREFIX%%/share/doc/isoqlog/EnderUNIX about our other projects
EOM
}
]

View File

@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
** Upgrade note from a previous version to mailagent-3.1.78_1 or later **
In order to make building of this port non-interactive, the build-time
@ -12,4 +15,6 @@ Please consult mailagent(1) for more details.
This package is configured to read %%ORGFILE%%
file to retrieve the name of your organization. An empty file had been
installed to suppress warning messages. Please modify as necessary.
EOM
}
]

Some files were not shown because too many files have changed in this diff Show More