Convert to UCL & cleanup pkg-message (categories [t-u])

This commit is contained in:
Mathieu Arnold 2019-08-14 12:16:41 +00:00
parent bc89cd3d2c
commit 153fb8d6f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508910
54 changed files with 328 additions and 113 deletions

View file

@ -1,5 +1,6 @@
======================================================================= [
{ type: install
message: <<EOM
Make sure to edit the following files to adapt to your setup: Make sure to edit the following files to adapt to your setup:
%%LOCALBASE%%/etc/solr.in.sh %%LOCALBASE%%/etc/solr.in.sh
@ -26,9 +27,10 @@ sysrc solr_enable="YES"
And start it with: And start it with:
service solr start service solr start
EOM
----------------------------------------------------------------------- }
{ type: upgrade
message: <<EOM
If you update, make sure you update your %%LOCALBASE%%/etc/solr.in.sh If you update, make sure you update your %%LOCALBASE%%/etc/solr.in.sh
The LOG4J_PROPS has changed. The LOG4J_PROPS has changed.
If you would like to change logging, copy: If you would like to change logging, copy:
@ -38,5 +40,6 @@ Change it and make sure it is loaded in %%LOCALBASE%%/etc/solr.in.sh.
Make also sure to always check the manual if you need to modify your Make also sure to always check the manual if you need to modify your
configs or schemas: configs or schemas:
https://www-eu.apache.org/dist/lucene/solr/8.0.0/changes/Changes.html https://www-eu.apache.org/dist/lucene/solr/8.0.0/changes/Changes.html
EOM
======================================================================= }
]

View file

@ -1,7 +1,9 @@
*************************************************************** [
{ type: install
message: <<EOM
You have successfully installed codespell! You have successfully installed codespell!
The dictionary file has been installed to: The dictionary file has been installed to:
%%EXAMPLESDIR%%/data/dictionary.txt %%EXAMPLESDIR%%/data/dictionary.txt
EOM
*************************************************************** }
]

View file

@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
The following jar file has been installed: The following jar file has been installed:
%%PREFIX%%/share/java/classes/crimson.jar %%PREFIX%%/share/java/classes/crimson.jar
@ -11,3 +14,6 @@ NOTE:
Documentation is in %%PREFIX%%/share/doc/crimson Documentation is in %%PREFIX%%/share/doc/crimson
Examples is in %%PREFIX%%/share/examples/crimson Examples is in %%PREFIX%%/share/examples/crimson
EOM
}
]

View file

@ -1,3 +1,9 @@
[
{ type: install
message: <<EOM
To use dictionary, add to your ~/.emacs the following line: To use dictionary, add to your ~/.emacs the following line:
(load "dictionary-init") (load "dictionary-init")
EOM
}
]

View file

@ -1,6 +1,12 @@
[
{ type: install
message: <<EOM
diff-so-fancy is normally used to format git's diff output. diff-so-fancy is normally used to format git's diff output.
In order to configure git to use diff-so-fancy automatically, you can run: In order to configure git to use diff-so-fancy automatically, you can run:
$ git config --global core.pager "diff-so-fancy | less -R" $ git config --global core.pager "diff-so-fancy | less -R"
See %%DOCSDIR%%/readme.md for more information. See %%DOCSDIR%%/readme.md for more information.
EOM
}
]

View file

@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
These are DSSSL stylesheets for the DocBook DTD by Norm Walsh. Use them These are DSSSL stylesheets for the DocBook DTD by Norm Walsh. Use them
in conjunction with a DSSSL processor (such as jade) to convert documents in conjunction with a DSSSL processor (such as jade) to convert documents
marked up as DocBook to other formats. marked up as DocBook to other formats.
@ -14,3 +17,6 @@ To further parse the output of the 'tex' transformation you will need the
More documentation (in HTML format) is available in More documentation (in HTML format) is available in
$PREFIX/share/sgml/docbook/dsssl/modular/doc/ $PREFIX/share/sgml/docbook/dsssl/modular/doc/
EOM
}
]

View file

@ -1,4 +1,6 @@
------------------------------------------------------------------------------- [
{ type: install
message: <<EOM
cd into %%PREFIX%%/lib/elasticsearch/plugins/search-guard-5/tools/ cd into %%PREFIX%%/lib/elasticsearch/plugins/search-guard-5/tools/
Execute ./install_demo_configuration.sh, chmod the script first if necessary. Execute ./install_demo_configuration.sh, chmod the script first if necessary.
@ -18,4 +20,6 @@ to the cluster.
Display information about the currently logged in user by visiting Display information about the currently logged in user by visiting
https://localhost:9200/_searchguard/authinfo https://localhost:9200/_searchguard/authinfo
------------------------------------------------------------------------------- EOM
}
]

View file

@ -1,5 +1,6 @@
====================================================================== [
{ type: install
message: <<EOM
Please see %%ETCDIR%% for sample versions of Please see %%ETCDIR%% for sample versions of
elasticsearch.yml and logging.yml. elasticsearch.yml and logging.yml.
@ -20,5 +21,6 @@ bootstrap.system_call_filter: false
in your elasticsearch.yml file to successfully bootstrap on non-Linux in your elasticsearch.yml file to successfully bootstrap on non-Linux
OSes now. OSes now.
EOM
====================================================================== }
]

View file

@ -1,5 +1,6 @@
====================================================================== [
{ type: install
message: <<EOM
Please see %%ETCDIR%% for sample versions of Please see %%ETCDIR%% for sample versions of
elasticsearch.yml and logging.yml. elasticsearch.yml and logging.yml.
@ -28,5 +29,6 @@ e.g., after installing X-Pack you will have to correct:
%%ETCDIR%%/x-pack directory/files to be owned by elasticsearch:elasticsearch %%ETCDIR%%/x-pack directory/files to be owned by elasticsearch:elasticsearch
!!! PLUGINS NOTICE !!! !!! PLUGINS NOTICE !!!
EOM
====================================================================== }
]

View file

@ -1,5 +1,6 @@
=============================================================================== [
{ type: install
message: <<EOM
extract_url has been installed. extract_url has been installed.
If you don't have ~/.extract_urlview If you don't have ~/.extract_urlview
@ -11,5 +12,6 @@ the extract_url configuration file can be copied, please type as user:
cp %%DATADIR%%/extract_urlview.sample ~/.extract_urlview cp %%DATADIR%%/extract_urlview.sample ~/.extract_urlview
exit exit
EOM
=============================================================================== }
]

View file

@ -1,5 +1,10 @@
[
{ type: install
message: <<EOM
Various shell key bindings and completion files have been installed Various shell key bindings and completion files have been installed
to %%EXAMPLESDIR%%/shell. to %%EXAMPLESDIR%%/shell.
To use these include them in your shell configuration. To use these include them in your shell configuration.
EOM
}
]

View file

@ -1,4 +1,6 @@
============================================================== [
{ type: install
message: <<EOM
You may like to put the file hevea.sty in a place where latex You may like to put the file hevea.sty in a place where latex
can find it. For example, if you are using teTeX from the can find it. For example, if you are using teTeX from the
ports, the following commands will do the job: ports, the following commands will do the job:
@ -6,4 +8,6 @@ ports, the following commands will do the job:
mkdir -p /usr/local/share/texmf/tex/latex/hevea mkdir -p /usr/local/share/texmf/tex/latex/hevea
cp /usr/local/lib/hevea/hevea.sty /usr/local/share/texmf/tex/latex/hevea cp /usr/local/lib/hevea/hevea.sty /usr/local/share/texmf/tex/latex/hevea
texhash texhash
============================================================== EOM
}
]

View file

@ -1,4 +1,6 @@
**************************************************************************** [
{ type: install
message: <<EOM
To use htmlize mode, add to your ~/.emacs the following lines: To use htmlize mode, add to your ~/.emacs the following lines:
;; Enable syntax colouring ;; Enable syntax colouring
@ -6,5 +8,6 @@ To use htmlize mode, add to your ~/.emacs the following lines:
;; General emacs to HTML converter ;; General emacs to HTML converter
(require 'htmlize) (require 'htmlize)
EOM
**************************************************************************** }
]

View file

@ -1,4 +1,9 @@
[
{ type: install
message: <<EOM
It is recommanded to install a font with emoji, e.g. x11-fonts/twemoji-color-font-ttf . It is recommanded to install a font with emoji, e.g. x11-fonts/twemoji-color-font-ttf .
And do not forget to run `ibus restart' after an upgrade. And do not forget to run `ibus restart' after an upgrade.
EOM
}
]

View file

@ -1,4 +1,6 @@
------------------------------------------------------------------- [
{ type: install
message: <<EOM
ibus installation finished. To use ibus, please do the following: ibus installation finished. To use ibus, please do the following:
If you are using bash, please add following lines to your $HOME/.bashrc: If you are using bash, please add following lines to your $HOME/.bashrc:
@ -48,4 +50,6 @@ and QT4 input method module, textproc/ibus-qt.
If ibus cannot start or the panel does not appear, please ensure If ibus cannot start or the panel does not appear, please ensure
that you are using up-to-date python. that you are using up-to-date python.
------------------------------------------------------------------- EOM
}
]

View file

@ -1,8 +1,12 @@
--------------------------------------------------------- [
{ type: install
message: <<EOM
You should now have the new keyboard in the section You should now have the new keyboard in the section
"Others" in your SCIM/IBus menu. If you don't see it, "Others" in your SCIM/IBus menu. If you don't see it,
restart X. restart X.
The documentation is installed into: The documentation is installed into:
%%DOCSDIR%% %%DOCSDIR%%
--------------------------------------------------------- EOM
}
]

View file

@ -1,4 +1,6 @@
--------------------------------------------------------- [
{ type: install
message: <<EOM
You should now have the new keyboard in the section You should now have the new keyboard in the section
"Hebrew" in your SCIM/IBus menu. If you don't see it, "Hebrew" in your SCIM/IBus menu. If you don't see it,
restart X. restart X.
@ -8,4 +10,6 @@
Please note that some documentation files are Please note that some documentation files are
officially released in proprietary formats only and officially released in proprietary formats only and
that they are installed as such. that they are installed as such.
--------------------------------------------------------- EOM
}
]

View file

@ -1,8 +1,12 @@
--------------------------------------------------------- [
{ type: install
message: <<EOM
You should now have the new keyboard in the section You should now have the new keyboard in the section
"Greek" in your SCIM/IBus menu. If you don't see it, "Greek" in your SCIM/IBus menu. If you don't see it,
restart X. restart X.
The documentation is installed into: The documentation is installed into:
%%DOCSDIR%% %%DOCSDIR%%
--------------------------------------------------------- EOM
}
]

View file

@ -1,8 +1,12 @@
--------------------------------------------------------- [
{ type: install
message: <<EOM
You should now have the new keyboard in the section You should now have the new keyboard in the section
"Others" in your SCIM/IBus menu. If you don't see it, "Others" in your SCIM/IBus menu. If you don't see it,
restart X. restart X.
The documentation is installed into: The documentation is installed into:
%%LOCALBASE%%/%%DOCSDIR%% %%LOCALBASE%%/%%DOCSDIR%%
--------------------------------------------------------- EOM
}
]

View file

@ -1,8 +1,12 @@
--------------------------------------------------------- [
{ type: install
message: <<EOM
You should now have the new keyboard in the section You should now have the new keyboard in the section
"Others" in your SCIM/IBus menu. If you don't see it, "Others" in your SCIM/IBus menu. If you don't see it,
restart X. restart X.
The documentation is installed into: The documentation is installed into:
%%LOCALBASE%%/%%DOCSDIR%% %%LOCALBASE%%/%%DOCSDIR%%
--------------------------------------------------------- EOM
}
]

View file

@ -1,4 +1,6 @@
--------------------------------------------------------- [
{ type: install
message: <<EOM
You should now have the new keyboard in the section You should now have the new keyboard in the section
"Others" in your SCIM/IBus menu. If you don't see it, "Others" in your SCIM/IBus menu. If you don't see it,
restart X. restart X.
@ -7,4 +9,6 @@
As a general rule, type the Pinyin romanization for As a general rule, type the Pinyin romanization for
that syllable, followed by a space. For punctuation, that syllable, followed by a space. For punctuation,
try usual punctuation keystrokes. try usual punctuation keystrokes.
--------------------------------------------------------- EOM
}
]

View file

@ -1,4 +1,6 @@
--------------------------------------------------------- [
{ type: install
message: <<EOM
You should now have the new keyboard in the section You should now have the new keyboard in the section
"Malayalam" in your SCIM/IBus menu. If you don't see "Malayalam" in your SCIM/IBus menu. If you don't see
it, restart X. it, restart X.
@ -7,4 +9,6 @@
documentation. For the details on the Mozhi scheme, documentation. For the details on the Mozhi scheme,
please see the Project's homepage, especially please see the Project's homepage, especially
https://sites.google.com/site/cibu/mozhi. https://sites.google.com/site/cibu/mozhi.
--------------------------------------------------------- EOM
}
]

View file

@ -1,5 +1,6 @@
[
------------------------------------------------------------------------ { type: install
message: <<EOM
Please note that kmflcomp only compiles keyboard sources written in Please note that kmflcomp only compiles keyboard sources written in
Keyman keyboard language (.kmn) into .kmfl binaries. KMFL is source Keyman keyboard language (.kmn) into .kmfl binaries. KMFL is source
compatible with keyboards developed for Keyman. Binary keyboards compatible with keyboards developed for Keyman. Binary keyboards
@ -17,4 +18,6 @@
You need textproc/scim-kmfl-imengine to use KMFL keyboards through You need textproc/scim-kmfl-imengine to use KMFL keyboards through
SCIM, or textproc/ibus-kmfl to use them through IBus. The keyboard SCIM, or textproc/ibus-kmfl to use them through IBus. The keyboard
ports are textproc/kmfl-*. ports are textproc/kmfl-*.
------------------------------------------------------------------------ EOM
}
]

View file

@ -1,3 +1,9 @@
[
{ type: install
message: <<EOM
**** Individual user configurations can be accomplished by placing a copy **** Individual user configurations can be accomplished by placing a copy
of %%DATADIR%%/dot.latex2html-init in the user's home of %%DATADIR%%/dot.latex2html-init in the user's home
directory and editing to preference. directory and editing to preference.
EOM
}
]

View file

@ -1,5 +1,6 @@
======================================================================== [
{ type: install
message: <<EOM
To use markdown-mode in Emacs/XEmacs, add the following lines to To use markdown-mode in Emacs/XEmacs, add the following lines to
your ~/.emacs replacing "text" with your preferred markdown extension. your ~/.emacs replacing "text" with your preferred markdown extension.
@ -8,5 +9,6 @@ your ~/.emacs replacing "text" with your preferred markdown extension.
(setq auto-mode-alist (setq auto-mode-alist
(cons '("\\.text" . markdown-mode) auto-mode-alist)) (cons '("\\.text" . markdown-mode) auto-mode-alist))
EOM
======================================================================== }
]

View file

@ -1,9 +1,11 @@
[
************************************************************* { type: install
message: <<EOM
A sample configuration file has been written in A sample configuration file has been written in
%%PREFIX%%/etc/mifluz.conf.sample %%PREFIX%%/etc/mifluz.conf.sample
You will have to copy this file to %%PREFIX%%/etc/mifluz.conf You will have to copy this file to %%PREFIX%%/etc/mifluz.conf
and edit it before using mifluz. and edit it before using mifluz.
************************************************************* EOM
}
]

View file

@ -1,2 +1,8 @@
[
{ type: install
message: <<EOM
Additional ML/I documentation (in HTML and PDF) can be found at: Additional ML/I documentation (in HTML and PDF) can be found at:
http://www.ml1.org.uk http://www.ml1.org.uk
EOM
}
]

View file

@ -1,3 +1,9 @@
[
{ type: install
message: <<EOM
If you are using the Python v3.x version and a non-Unicode locale you'll get a runtime error when mkdocs is executed.. If you are using the Python v3.x version and a non-Unicode locale you'll get a runtime error when mkdocs is executed..
In that case please set the locale to a Unicode locale first, e.g. en_US.UTF-8 or similar, before starting mkdocs. In that case please set the locale to a Unicode locale first, e.g. en_US.UTF-8 or similar, before starting mkdocs.
EOM
}
]

View file

@ -1,3 +1,9 @@
[
{ type: install
message: <<EOM
If you are using the Python v3.x version and a non-Unicode locale you'll get a runtime error when mkdocs is executed.. If you are using the Python v3.x version and a non-Unicode locale you'll get a runtime error when mkdocs is executed..
In that case please set the locale to a Unicode locale first, e.g. en_US.UTF-8 or similar, before starting mkdocs. In that case please set the locale to a Unicode locale first, e.g. en_US.UTF-8 or similar, before starting mkdocs.
EOM
}
]

View file

@ -1,6 +1,8 @@
=============================================================================== [
{ type: install
message: <<EOM
Install %%PYTHON_PKGNAMEPREFIX%%pandas (Ports directory: math/py-pandas) if you want to make use Install %%PYTHON_PKGNAMEPREFIX%%pandas (Ports directory: math/py-pandas) if you want to make use
of the Pandas Dataframe structure. of the Pandas Dataframe structure.
EOM
=============================================================================== }
]

View file

@ -1,4 +1,6 @@
======================================================================= [
{ type: install
message: <<EOM
QStarDict can support for StarDict dictionaries. QStarDict can support for StarDict dictionaries.
You can install some dictionaries for StarDict(QStarDict): You can install some dictionaries for StarDict(QStarDict):
@ -7,4 +9,6 @@ You can install some dictionaries for StarDict(QStarDict):
japanese/stardict2-dict-ja Japanese - English japanese/stardict2-dict-ja Japanese - English
textproc/stardict2-dictd_mova Dictionaries from www.mova.org textproc/stardict2-dictd_mova Dictionaries from www.mova.org
textproc/stardict2-quick Dictionaries from Quick for StarDict textproc/stardict2-quick Dictionaries from Quick for StarDict
======================================================================= EOM
}
]

View file

@ -1,5 +1,6 @@
************************************************************************ [
{ type: install
message: <<EOM
For the impatient: You can get a result just in two steps! For the impatient: You can get a result just in two steps!
1. Install textproc/libxslt. 1. Install textproc/libxslt.
@ -8,5 +9,6 @@ For the impatient: You can get a result just in two steps!
$ xsltproc %%PREFIX%%/share/xsl/resume/output/us-html.xsl \ $ xsltproc %%PREFIX%%/share/xsl/resume/output/us-html.xsl \
%%PREFIX%%/share/examples/resume/example1.xml %%PREFIX%%/share/examples/resume/example1.xml
EOM
************************************************************************ }
]

View file

@ -1,8 +1,12 @@
==== [
{ type: install
message: <<EOM
To use rd-mode in Emacs/XEmacs, add the following lines to To use rd-mode in Emacs/XEmacs, add the following lines to
your ~/.emacs: your ~/.emacs:
(autoload 'rd-mode "rd-mode" (autoload 'rd-mode "rd-mode"
"major mode for ruby document formatter RD" t) "major mode for ruby document formatter RD" t)
(add-to-list 'auto-mode-alist '("\\.rd\\(\.en\\|\.ja\\)?$" . rd-mode)) (add-to-list 'auto-mode-alist '("\\.rd\\(\.en\\|\.ja\\)?$" . rd-mode))
==== EOM
}
]

View file

@ -1,4 +1,8 @@
************************************************************ [
{ type: install
message: <<EOM
If you are an Emacs/XEmacs user, also install If you are an Emacs/XEmacs user, also install
textproc/ruby-rd-mode.el that helps you edit RD files. textproc/ruby-rd-mode.el that helps you edit RD files.
************************************************************ EOM
}
]

View file

@ -1,4 +1,8 @@
************************************************************ [
{ type: install
message: <<EOM
If you are an Emacs/XEmacs user, also install If you are an Emacs/XEmacs user, also install
textproc/ruby-rd-mode.el that helps you edit RD files. textproc/ruby-rd-mode.el that helps you edit RD files.
************************************************************ EOM
}
]

View file

@ -1,5 +1,9 @@
-------------------------------------------------------------------- [
{ type: install
message: <<EOM
1) Remember to set environment variable XMODIFIERS with scim 1) Remember to set environment variable XMODIFIERS with scim
2) use ``scim-input-pad'' command or right click on the SCIM 2) use ``scim-input-pad'' command or right click on the SCIM
and choose ``Input Pad'' to start scim-input-pad and choose ``Input Pad'' to start scim-input-pad
-------------------------------------------------------------------- EOM
}
]

View file

@ -1,5 +1,6 @@
[
------------------------------------------------------------------------ { type: install
message: <<EOM
SCIM-Setup IMEngine list should now have KMFL section. SCIM-Setup IMEngine list should now have KMFL section.
The documentation for KMN language and use of KMFL SCIM interface The documentation for KMN language and use of KMFL SCIM interface
@ -9,4 +10,6 @@
You need textproc/kmfl-* ports in order to use actual keyboards You need textproc/kmfl-* ports in order to use actual keyboards
through SCIM. through SCIM.
------------------------------------------------------------------------ EOM
}
]

View file

@ -1,4 +1,6 @@
------------------------------------------------------------------------------ [
{ type: install
message: <<EOM
The installation of SCIM table-based im engine has finished. Please note this The installation of SCIM table-based im engine has finished. Please note this
port is only an engine for table-based input methods and does not contain any port is only an engine for table-based input methods and does not contain any
actual input methods. actual input methods.
@ -16,4 +18,6 @@ The following ports can utilize this table-based imengine:
As a common rule, set XMODIFIERS to '@im=SCIM' and use `scim -d' to start the As a common rule, set XMODIFIERS to '@im=SCIM' and use `scim -d' to start the
scim daemon. scim daemon.
------------------------------------------------------------------------------ EOM
}
]

View file

@ -1,4 +1,6 @@
------------------------------------------------------------------------------ [
{ type: install
message: <<EOM
The installation of SCIM has finished. Please note this port is only a common The installation of SCIM has finished. Please note this port is only a common
framework for input methods and does not contain any actual input methods. framework for input methods and does not contain any actual input methods.
@ -60,4 +62,6 @@ Additional SCIM-related projects
As a common rule, set XMODIFIERS to '@im=SCIM' and use `scim -d' to start the As a common rule, set XMODIFIERS to '@im=SCIM' and use `scim -d' to start the
scim daemon. scim daemon.
------------------------------------------------------------------------------ EOM
}
]

View file

@ -1,4 +1,6 @@
************************************************************************** [
{ type: install
message: <<EOM
sdcv is now installed. sdcv is now installed.
you have to fetch the dictionaries to make it work correctly. you have to fetch the dictionaries to make it work correctly.
@ -10,5 +12,6 @@ you have to fetch the dictionaries to make it work correctly.
2. Please put your dictionary file at : 2. Please put your dictionary file at :
%%PREFIX%%/share/stardict/dic/ %%PREFIX%%/share/stardict/dic/
EOM
************************************************************************** }
]

View file

@ -1,4 +1,6 @@
***************************************************************** [
{ type: install
message: <<EOM
To avoid any confusion with the versions of these tools that To avoid any confusion with the versions of these tools that
might already be installed in your system, after installing this might already be installed in your system, after installing this
package you may wish move or remove: package you may wish move or remove:
@ -7,4 +9,6 @@ package you may wish move or remove:
/usr/bin/sgmls /usr/bin/sgmls
/usr/bin/instant /usr/bin/instant
/usr/share/sgml/* (all subdirectories) /usr/share/sgml/* (all subdirectories)
***************************************************************** EOM
}
]

View file

@ -1,7 +1,11 @@
===================================================================== [
{ type: install
message: <<EOM
A set of dictionary ports is available for StarDict: A set of dictionary ports is available for StarDict:
chinese/stardict-* chinese/stardict-*
japanese/stardict-dict-ja japanese/stardict-dict-ja
textproc/stardict-* textproc/stardict-*
russian/stardict-* russian/stardict-*
===================================================================== EOM
}
]

View file

@ -1,3 +1,7 @@
===================================================================== [
{ type: install
message: <<EOM
Please read the license in %%PREFIX%%/share/doc/tth/license.txt. Please read the license in %%PREFIX%%/share/doc/tth/license.txt.
===================================================================== EOM
}
]

View file

@ -1,5 +1,6 @@
=============================================================================== [
{ type: install
message: <<EOM
Universal Office Converter (unoconv) has been installed. Universal Office Converter (unoconv) has been installed.
For Document conversions is needed that is LibreOffice or OpenOffice installed For Document conversions is needed that is LibreOffice or OpenOffice installed
@ -7,5 +8,6 @@ For Document conversions is needed that is LibreOffice or OpenOffice installed
editors/libreoffice editors/libreoffice
editors/openoffice* editors/openoffice*
EOM
=============================================================================== }
]

View file

@ -1,7 +1,11 @@
[
{ type: install
message: <<EOM
For the GUI word-browser ``wnb'' to function, Tk-%%TCL_VER%% must For the GUI word-browser ``wnb'' to function, Tk-%%TCL_VER%% must
be installed. This dependency is not automatic, because there be installed. This dependency is not automatic, because there
are plenty of uses for WordNet on servers without X11. are plenty of uses for WordNet on servers without X11.
The command-line utility ``wn'', for example, requires only Tcl. The command-line utility ``wn'', for example, requires only Tcl.
EOM
}
]

View file

@ -1,8 +1,10 @@
******************************************************************* [
{ type: install
message: <<EOM
Some output formats (for example: DVI, PDF, and PS) require a LaTeX Some output formats (for example: DVI, PDF, and PS) require a LaTeX
implementation, such as print/teTeX, to be installed. Text output implementation, such as print/teTeX, to be installed. Text output
will be of better quality if www/elinks, www/links, or www/lynx is will be of better quality if www/elinks, www/links, or www/lynx is
installed. installed.
EOM
******************************************************************* }
]

View file

@ -1,4 +1,10 @@
[
{ type: install
message: <<EOM
To use xml-lite-mode, add to your ~/.emacs the following lines: To use xml-lite-mode, add to your ~/.emacs the following lines:
(autoload 'xml-lite-mode "xml-lite" "XML-Lite mode" t) (autoload 'xml-lite-mode "xml-lite" "XML-Lite mode" t)
(add-to-list 'auto-mode-alist '("\\.xml\\'" . xml-lite-mode)) (add-to-list 'auto-mode-alist '("\\.xml\\'" . xml-lite-mode))
EOM
}
]

View file

@ -1,3 +1,8 @@
[
{ type: install
message: <<EOM
Have a look at http://xml.resource.org/ for how to get and Have a look at http://xml.resource.org/ for how to get and
update bibliographic summaries of each RFC and Internet-Draft. update bibliographic summaries of each RFC and Internet-Draft.
EOM
}
]

View file

@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
The following catalogs are installed: The following catalogs are installed:
1) %%PREFIX%%/share/sgml/catalog 1) %%PREFIX%%/share/sgml/catalog
@ -19,3 +22,6 @@ The following catalogs are installed:
This catalog is for handling XML stuff installed under This catalog is for handling XML stuff installed under
%%PREFIX%%/share/xml. It is changed by ports/packages. %%PREFIX%%/share/xml. It is changed by ports/packages.
EOM
}
]

View file

@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
For benefits of conversions away from XHTML1 through XSL-FO, For benefits of conversions away from XHTML1 through XSL-FO,
a stylesheet xhtml2fo.xsl has been installed a stylesheet xhtml2fo.xsl has been installed
into %%DATADIR%%. Example use: into %%DATADIR%%. Example use:
@ -7,3 +10,6 @@ into %%DATADIR%%. Example use:
More style sheets for XHTML1 conversions can be found at More style sheets for XHTML1 conversions can be found at
<http://www.antennahouse.com/XSLsample/XSLsample.htm> <http://www.antennahouse.com/XSLsample/XSLsample.htm>
under "Stylesheet for XHTML to XSL-FO transformation" under "Stylesheet for XHTML to XSL-FO transformation"
EOM
}
]

View file

@ -1,4 +1,6 @@
**************************************************************************** [
{ type: install
message: <<EOM
To use xsl-mode, add to your ~/.emacs the following lines: To use xsl-mode, add to your ~/.emacs the following lines:
;; XSL mode ;; XSL mode
@ -17,4 +19,6 @@ To use xsl-mode, add to your ~/.emacs the following lines:
;; Uncomment if using abbreviations ;; Uncomment if using abbreviations
;; (abbrev-mode t) ;; (abbrev-mode t)
**************************************************************************** EOM
}
]

View file

@ -1,8 +1,11 @@
********************************************************************** [
{ type: install
message: <<EOM
To use yaml-mode, you should add following lines to your .emacs file: To use yaml-mode, you should add following lines to your .emacs file:
(require 'yaml-mode) (require 'yaml-mode)
(add-to-list 'auto-mode-alist '("\\.yaml$" . yaml-mode)) (add-to-list 'auto-mode-alist '("\\.yaml$" . yaml-mode))
(add-to-list 'auto-mode-alist '("\\.yml$" . yaml-mode)) (add-to-list 'auto-mode-alist '("\\.yml$" . yaml-mode))
EOM
********************************************************************** }
]

View file

@ -1,3 +1,7 @@
************************************************************* [
{ type: install
message: <<EOM
Add (require 'ukr-koi8u) to you ~/.emacs or ~/.xemacs/init.el Add (require 'ukr-koi8u) to you ~/.emacs or ~/.xemacs/init.el
************************************************************* EOM
}
]

View file

@ -1,8 +1,12 @@
[
{ type: install
message: <<EOM
For your X-server to use the fonts, you have to add For your X-server to use the fonts, you have to add
the ${LOCALBASE}/share/fonts/koi8-u-monaco (LOCALBASE is, the ${LOCALBASE}/share/fonts/koi8-u-monaco (LOCALBASE is,
usually, /usr/local) to the server's font-path. Use usually, /usr/local) to the server's font-path. Use
``xset fp+'' ${LOCALBASE} to do this for the current X-session and ``xset fp+'' ${LOCALBASE} to do this for the current X-session and
consult your X-server's documentation to make this consult your X-server's documentation to make this
permanent. permanent.
EOM
}
]