mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Convert to UCL & cleanup pkg-message (categories [t-u])
This commit is contained in:
parent
bc89cd3d2c
commit
153fb8d6f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508910
@ -1,5 +1,6 @@
|
||||
=======================================================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Make sure to edit the following files to adapt to your setup:
|
||||
|
||||
%%LOCALBASE%%/etc/solr.in.sh
|
||||
@ -26,9 +27,10 @@ sysrc solr_enable="YES"
|
||||
|
||||
And start it with:
|
||||
service solr start
|
||||
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
EOM
|
||||
}
|
||||
{ type: upgrade
|
||||
message: <<EOM
|
||||
If you update, make sure you update your %%LOCALBASE%%/etc/solr.in.sh
|
||||
The LOG4J_PROPS has changed.
|
||||
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
|
||||
configs or schemas:
|
||||
https://www-eu.apache.org/dist/lucene/solr/8.0.0/changes/Changes.html
|
||||
|
||||
=======================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,7 +1,9 @@
|
||||
***************************************************************
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You have successfully installed codespell!
|
||||
The dictionary file has been installed to:
|
||||
%%EXAMPLESDIR%%/data/dictionary.txt
|
||||
|
||||
***************************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,3 +1,6 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
The following jar file has been installed:
|
||||
|
||||
%%PREFIX%%/share/java/classes/crimson.jar
|
||||
@ -11,3 +14,6 @@ NOTE:
|
||||
|
||||
Documentation is in %%PREFIX%%/share/doc/crimson
|
||||
Examples is in %%PREFIX%%/share/examples/crimson
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,3 +1,9 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
To use dictionary, add to your ~/.emacs the following line:
|
||||
|
||||
(load "dictionary-init")
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,6 +1,12 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
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:
|
||||
$ git config --global core.pager "diff-so-fancy | less -R"
|
||||
|
||||
See %%DOCSDIR%%/readme.md for more information.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,3 +1,6 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
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
|
||||
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
|
||||
|
||||
$PREFIX/share/sgml/docbook/dsssl/modular/doc/
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,6 @@
|
||||
-------------------------------------------------------------------------------
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
cd into %%PREFIX%%/lib/elasticsearch/plugins/search-guard-5/tools/
|
||||
|
||||
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
|
||||
https://localhost:9200/_searchguard/authinfo
|
||||
-------------------------------------------------------------------------------
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,5 +1,6 @@
|
||||
======================================================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Please see %%ETCDIR%% for sample versions of
|
||||
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
|
||||
OSes now.
|
||||
|
||||
======================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,5 +1,6 @@
|
||||
======================================================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Please see %%ETCDIR%% for sample versions of
|
||||
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
|
||||
|
||||
!!! PLUGINS NOTICE !!!
|
||||
|
||||
======================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,5 +1,6 @@
|
||||
===============================================================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
extract_url has been installed.
|
||||
|
||||
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
|
||||
|
||||
exit
|
||||
|
||||
===============================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,5 +1,10 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Various shell key bindings and completion files have been installed
|
||||
to %%EXAMPLESDIR%%/shell.
|
||||
|
||||
To use these include them in your shell configuration.
|
||||
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,6 @@
|
||||
==============================================================
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
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
|
||||
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
|
||||
cp /usr/local/lib/hevea/hevea.sty /usr/local/share/texmf/tex/latex/hevea
|
||||
texhash
|
||||
==============================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,6 @@
|
||||
****************************************************************************
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
To use htmlize mode, add to your ~/.emacs the following lines:
|
||||
|
||||
;; Enable syntax colouring
|
||||
@ -6,5 +8,6 @@ To use htmlize mode, add to your ~/.emacs the following lines:
|
||||
|
||||
;; General emacs to HTML converter
|
||||
(require 'htmlize)
|
||||
|
||||
****************************************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -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 .
|
||||
|
||||
And do not forget to run `ibus restart' after an upgrade.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,6 @@
|
||||
-------------------------------------------------------------------
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
ibus installation finished. To use ibus, please do the following:
|
||||
|
||||
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
|
||||
that you are using up-to-date python.
|
||||
-------------------------------------------------------------------
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,8 +1,12 @@
|
||||
---------------------------------------------------------
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You should now have the new keyboard in the section
|
||||
"Others" in your SCIM/IBus menu. If you don't see it,
|
||||
restart X.
|
||||
|
||||
The documentation is installed into:
|
||||
%%DOCSDIR%%
|
||||
---------------------------------------------------------
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,6 @@
|
||||
---------------------------------------------------------
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You should now have the new keyboard in the section
|
||||
"Hebrew" in your SCIM/IBus menu. If you don't see it,
|
||||
restart X.
|
||||
@ -8,4 +10,6 @@
|
||||
Please note that some documentation files are
|
||||
officially released in proprietary formats only and
|
||||
that they are installed as such.
|
||||
---------------------------------------------------------
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,8 +1,12 @@
|
||||
---------------------------------------------------------
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You should now have the new keyboard in the section
|
||||
"Greek" in your SCIM/IBus menu. If you don't see it,
|
||||
restart X.
|
||||
|
||||
The documentation is installed into:
|
||||
%%DOCSDIR%%
|
||||
---------------------------------------------------------
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,8 +1,12 @@
|
||||
---------------------------------------------------------
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You should now have the new keyboard in the section
|
||||
"Others" in your SCIM/IBus menu. If you don't see it,
|
||||
restart X.
|
||||
|
||||
The documentation is installed into:
|
||||
%%LOCALBASE%%/%%DOCSDIR%%
|
||||
---------------------------------------------------------
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,8 +1,12 @@
|
||||
---------------------------------------------------------
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You should now have the new keyboard in the section
|
||||
"Others" in your SCIM/IBus menu. If you don't see it,
|
||||
restart X.
|
||||
|
||||
The documentation is installed into:
|
||||
%%LOCALBASE%%/%%DOCSDIR%%
|
||||
---------------------------------------------------------
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,6 @@
|
||||
---------------------------------------------------------
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You should now have the new keyboard in the section
|
||||
"Others" in your SCIM/IBus menu. If you don't see it,
|
||||
restart X.
|
||||
@ -7,4 +9,6 @@
|
||||
As a general rule, type the Pinyin romanization for
|
||||
that syllable, followed by a space. For punctuation,
|
||||
try usual punctuation keystrokes.
|
||||
---------------------------------------------------------
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,6 @@
|
||||
---------------------------------------------------------
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You should now have the new keyboard in the section
|
||||
"Malayalam" in your SCIM/IBus menu. If you don't see
|
||||
it, restart X.
|
||||
@ -7,4 +9,6 @@
|
||||
documentation. For the details on the Mozhi scheme,
|
||||
please see the Project's homepage, especially
|
||||
https://sites.google.com/site/cibu/mozhi.
|
||||
---------------------------------------------------------
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,5 +1,6 @@
|
||||
|
||||
------------------------------------------------------------------------
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Please note that kmflcomp only compiles keyboard sources written in
|
||||
Keyman keyboard language (.kmn) into .kmfl binaries. KMFL is source
|
||||
compatible with keyboards developed for Keyman. Binary keyboards
|
||||
@ -17,4 +18,6 @@
|
||||
You need textproc/scim-kmfl-imengine to use KMFL keyboards through
|
||||
SCIM, or textproc/ibus-kmfl to use them through IBus. The keyboard
|
||||
ports are textproc/kmfl-*.
|
||||
------------------------------------------------------------------------
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,3 +1,9 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
**** Individual user configurations can be accomplished by placing a copy
|
||||
of %%DATADIR%%/dot.latex2html-init in the user's home
|
||||
directory and editing to preference.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,5 +1,6 @@
|
||||
========================================================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
To use markdown-mode in Emacs/XEmacs, add the following lines to
|
||||
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
|
||||
(cons '("\\.text" . markdown-mode) auto-mode-alist))
|
||||
|
||||
========================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,9 +1,11 @@
|
||||
|
||||
*************************************************************
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
A sample configuration file has been written in
|
||||
%%PREFIX%%/etc/mifluz.conf.sample
|
||||
|
||||
You will have to copy this file to %%PREFIX%%/etc/mifluz.conf
|
||||
and edit it before using mifluz.
|
||||
*************************************************************
|
||||
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,2 +1,8 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Additional ML/I documentation (in HTML and PDF) can be found at:
|
||||
http://www.ml1.org.uk
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -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..
|
||||
|
||||
In that case please set the locale to a Unicode locale first, e.g. en_US.UTF-8 or similar, before starting mkdocs.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -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..
|
||||
|
||||
In that case please set the locale to a Unicode locale first, e.g. en_US.UTF-8 or similar, before starting mkdocs.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,6 +1,8 @@
|
||||
===============================================================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Install %%PYTHON_PKGNAMEPREFIX%%pandas (Ports directory: math/py-pandas) if you want to make use
|
||||
of the Pandas Dataframe structure.
|
||||
|
||||
===============================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,6 @@
|
||||
=======================================================================
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
QStarDict can support for StarDict dictionaries.
|
||||
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
|
||||
textproc/stardict2-dictd_mova Dictionaries from www.mova.org
|
||||
textproc/stardict2-quick Dictionaries from Quick for StarDict
|
||||
=======================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,5 +1,6 @@
|
||||
************************************************************************
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
For the impatient: You can get a result just in two steps!
|
||||
|
||||
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 \
|
||||
%%PREFIX%%/share/examples/resume/example1.xml
|
||||
|
||||
************************************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,8 +1,12 @@
|
||||
====
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
To use rd-mode in Emacs/XEmacs, add the following lines to
|
||||
your ~/.emacs:
|
||||
|
||||
(autoload 'rd-mode "rd-mode"
|
||||
"major mode for ruby document formatter RD" t)
|
||||
(add-to-list 'auto-mode-alist '("\\.rd\\(\.en\\|\.ja\\)?$" . rd-mode))
|
||||
====
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,8 @@
|
||||
************************************************************
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
If you are an Emacs/XEmacs user, also install
|
||||
textproc/ruby-rd-mode.el that helps you edit RD files.
|
||||
************************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,8 @@
|
||||
************************************************************
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
If you are an Emacs/XEmacs user, also install
|
||||
textproc/ruby-rd-mode.el that helps you edit RD files.
|
||||
************************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,5 +1,9 @@
|
||||
--------------------------------------------------------------------
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
1) Remember to set environment variable XMODIFIERS with scim
|
||||
2) use ``scim-input-pad'' command or right click on the SCIM
|
||||
and choose ``Input Pad'' to start scim-input-pad
|
||||
--------------------------------------------------------------------
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,5 +1,6 @@
|
||||
|
||||
------------------------------------------------------------------------
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
SCIM-Setup IMEngine list should now have KMFL section.
|
||||
|
||||
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
|
||||
through SCIM.
|
||||
------------------------------------------------------------------------
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,6 @@
|
||||
------------------------------------------------------------------------------
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
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
|
||||
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
|
||||
scim daemon.
|
||||
------------------------------------------------------------------------------
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,6 @@
|
||||
------------------------------------------------------------------------------
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
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.
|
||||
|
||||
@ -60,4 +62,6 @@ Additional SCIM-related projects
|
||||
|
||||
As a common rule, set XMODIFIERS to '@im=SCIM' and use `scim -d' to start the
|
||||
scim daemon.
|
||||
------------------------------------------------------------------------------
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,6 @@
|
||||
**************************************************************************
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
sdcv is now installed.
|
||||
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 :
|
||||
|
||||
%%PREFIX%%/share/stardict/dic/
|
||||
|
||||
**************************************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,6 @@
|
||||
*****************************************************************
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
To avoid any confusion with the versions of these tools that
|
||||
might already be installed in your system, after installing this
|
||||
package you may wish move or remove:
|
||||
@ -7,4 +9,6 @@ package you may wish move or remove:
|
||||
/usr/bin/sgmls
|
||||
/usr/bin/instant
|
||||
/usr/share/sgml/* (all subdirectories)
|
||||
*****************************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,7 +1,11 @@
|
||||
=====================================================================
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
A set of dictionary ports is available for StarDict:
|
||||
chinese/stardict-*
|
||||
japanese/stardict-dict-ja
|
||||
textproc/stardict-*
|
||||
russian/stardict-*
|
||||
=====================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,3 +1,7 @@
|
||||
=====================================================================
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Please read the license in %%PREFIX%%/share/doc/tth/license.txt.
|
||||
=====================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,5 +1,6 @@
|
||||
===============================================================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Universal Office Converter (unoconv) has been 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/openoffice*
|
||||
|
||||
===============================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,7 +1,11 @@
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
For the GUI word-browser ``wnb'' to function, Tk-%%TCL_VER%% must
|
||||
be installed. This dependency is not automatic, because there
|
||||
are plenty of uses for WordNet on servers without X11.
|
||||
|
||||
The command-line utility ``wn'', for example, requires only Tcl.
|
||||
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,8 +1,10 @@
|
||||
*******************************************************************
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Some output formats (for example: DVI, PDF, and PS) require a LaTeX
|
||||
implementation, such as print/teTeX, to be installed. Text output
|
||||
will be of better quality if www/elinks, www/links, or www/lynx is
|
||||
installed.
|
||||
|
||||
*******************************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,10 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
To use xml-lite-mode, add to your ~/.emacs the following lines:
|
||||
|
||||
(autoload 'xml-lite-mode "xml-lite" "XML-Lite mode" t)
|
||||
(add-to-list 'auto-mode-alist '("\\.xml\\'" . xml-lite-mode))
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,3 +1,8 @@
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Have a look at http://xml.resource.org/ for how to get and
|
||||
update bibliographic summaries of each RFC and Internet-Draft.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,3 +1,6 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
The following catalogs are installed:
|
||||
|
||||
1) %%PREFIX%%/share/sgml/catalog
|
||||
@ -19,3 +22,6 @@ The following catalogs are installed:
|
||||
|
||||
This catalog is for handling XML stuff installed under
|
||||
%%PREFIX%%/share/xml. It is changed by ports/packages.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,3 +1,6 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
For benefits of conversions away from XHTML1 through XSL-FO,
|
||||
a stylesheet xhtml2fo.xsl has been installed
|
||||
into %%DATADIR%%. Example use:
|
||||
@ -7,3 +10,6 @@ into %%DATADIR%%. Example use:
|
||||
More style sheets for XHTML1 conversions can be found at
|
||||
<http://www.antennahouse.com/XSLsample/XSLsample.htm>
|
||||
under "Stylesheet for XHTML to XSL-FO transformation"
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,4 +1,6 @@
|
||||
****************************************************************************
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
To use xsl-mode, add to your ~/.emacs the following lines:
|
||||
|
||||
;; XSL mode
|
||||
@ -17,4 +19,6 @@ To use xsl-mode, add to your ~/.emacs the following lines:
|
||||
|
||||
;; Uncomment if using abbreviations
|
||||
;; (abbrev-mode t)
|
||||
****************************************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,8 +1,11 @@
|
||||
**********************************************************************
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
To use yaml-mode, you should add following lines to your .emacs file:
|
||||
|
||||
(require 'yaml-mode)
|
||||
(add-to-list 'auto-mode-alist '("\\.yaml$" . yaml-mode))
|
||||
(add-to-list 'auto-mode-alist '("\\.yml$" . yaml-mode))
|
||||
|
||||
**********************************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,3 +1,7 @@
|
||||
*************************************************************
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Add (require 'ukr-koi8u) to you ~/.emacs or ~/.xemacs/init.el
|
||||
*************************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
@ -1,8 +1,12 @@
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
For your X-server to use the fonts, you have to add
|
||||
the ${LOCALBASE}/share/fonts/koi8-u-monaco (LOCALBASE is,
|
||||
usually, /usr/local) to the server's font-path. Use
|
||||
``xset fp+'' ${LOCALBASE} to do this for the current X-session and
|
||||
consult your X-server's documentation to make this
|
||||
permanent.
|
||||
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user