Convert to UCL & cleanup pkg-message (categories [p-r])
This commit is contained in:
parent
024d6916f9
commit
d2f3167e02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508908
34 changed files with 243 additions and 84 deletions
|
@ -1,14 +1,12 @@
|
|||
************************************************************************
|
||||
|
||||
NOTICE
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
man page is installed in %%MAN7PREFIX%%/man/man7, if you do not yet
|
||||
have the configuration in /etc/man.conf, add
|
||||
|
||||
MANPATH /usr/local/share/man
|
||||
|
||||
to view all man pages which are installed in /usr/local/share/man/manX/
|
||||
|
||||
|
||||
************************************************************************
|
||||
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Typical use :
|
||||
|
||||
1) Choose a port
|
||||
|
@ -10,3 +13,6 @@ Typical use :
|
|||
|
||||
3) Install everything
|
||||
# make install clean
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
If you are upgrading from the old package format, first run:
|
||||
|
||||
# pkg2ng
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
======================= pkg plugin activation ========================
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
In order to use the pkg-provides plugin you need to enable plugins in pkg.
|
||||
To do this, uncomment the following lines in %%LOCALBASE%%/etc/pkg.conf file
|
||||
and add pkg-provides to the supported plugin list
|
||||
|
@ -8,7 +10,11 @@
|
|||
PLUGINS [ provides ];
|
||||
|
||||
After that run `pkg plugins' to see the plugins handled by pkg`.
|
||||
|
||||
EOM
|
||||
}
|
||||
{ type: upgrade
|
||||
message: <<EOM
|
||||
To update the provides database run `pkg provides -u`
|
||||
|
||||
====================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
!!! ATTENTION !!!
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
pkg_replace options changed. For more information,
|
||||
refer to pkg_replace(1).
|
||||
|
||||
-----------------------------------------------------
|
||||
|
||||
You can use various features.
|
||||
|
||||
-IGNORE, USE_PKGS
|
||||
|
@ -14,3 +15,6 @@ See examples in %%ETCDIR%%/pkg_replace.conf.sample.
|
|||
|
||||
If you want to use those features,
|
||||
edit "%%ETCDIR%%/pkg_replace.conf".
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,14 +1,12 @@
|
|||
************************************************************************
|
||||
|
||||
NOTICE
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
man page is installed in %%LOCALBASE%%/man/man8, if you do not yet
|
||||
have the configuration in /etc/manpath.config, add
|
||||
|
||||
OPTIONAL_MANPATH %%LOCALBASE%%/man
|
||||
|
||||
to view all man pages which are installed in /usr/local/man/manX/
|
||||
|
||||
|
||||
************************************************************************
|
||||
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
*********************************************************
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
To set port-specific make variables, create the
|
||||
%%PREFIX%%/etc/ports.conf configuration file
|
||||
with the following syntax:
|
||||
|
||||
---------------------------------------------------------
|
||||
|
||||
# this is a comment
|
||||
*: NOPORTDOCS
|
||||
editors/openoffice-3: WITH_CCACHE|LOCALIZED_LANG=it
|
||||
|
@ -12,11 +13,12 @@ print/ghostscript-* print/lpr-wrapper: A4
|
|||
sysutils/fusefs-kmod*: !KERNCONF | !NOPORTDOCS
|
||||
www/firefox-i18n: WITHOUT_SWITCHER | FIREFOX_I18N=fr it
|
||||
x11/fakeport: CONFIGURE_ARGS=--with-modules="aaa bbb ccc"
|
||||
---------------------------------------------------------
|
||||
|
||||
|
||||
Global port directory patterns and blanks around the
|
||||
pipe "|" symbol are allowed.
|
||||
Values shouldn't be quoted even if they contain spaces.
|
||||
Lines beginning with a '#' are comments.
|
||||
|
||||
*********************************************************
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
=====================================================================
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
This software invokes some installed files of portupgrade(1)
|
||||
if it is installed for parsing pkgtools.conf(5) although dependency
|
||||
to it is intendedly refrained. If you fail to parse pkgtools.conf(5),
|
||||
try to upgrade this port first.
|
||||
=====================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
Customizing
|
||||
===========
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You should edit the file
|
||||
`%%PREFIX%%/share/emacs/site-lisp/tex-site.el' to fit your local site.
|
||||
You do this by looking at the customization section in the beginning
|
||||
|
@ -13,11 +14,14 @@ all your customizations.
|
|||
You probably want to copy and edit `TeX-printer-list' to contain the
|
||||
printers available at your site.
|
||||
|
||||
|
||||
Enabling AUC TeX
|
||||
================
|
||||
You can now tell your users to enable AUC TeX by adding
|
||||
|
||||
(load "auctex.el" nil t t)
|
||||
(load "preview-latex.el" nil t t)
|
||||
|
||||
to their `~/.emacs' file.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,6 +1,12 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Run the following command to create a config file called gcp-cups-connector.config.json before the starting service:
|
||||
|
||||
# gcp-connector-util init --log-file-name "/var/log/cloud-print-connectord"
|
||||
# mv /root/gcp-cups-connector.config.json /usr/local/etc/gcp-cups-connector.config.json
|
||||
|
||||
More info at: https://github.com/google/cloud-print-connector/wiki/Configuration
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
CUPS smb backend is now installed.
|
||||
|
||||
Please configure your samba environment if
|
||||
|
@ -15,3 +18,6 @@ smb://username:password@workgroup/server/printer
|
|||
|
||||
But a CUPS article describes another syntax,
|
||||
so beware.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Examples to add printer for EP-803AW
|
||||
Start cupsd and then do the following:
|
||||
|
||||
|
@ -17,3 +19,6 @@ lpadmin -p EPSON_EP-803AW -m "`lpinfo --make-and-model 'EPSON EP-803A' -m | cut
|
|||
# The printer joined network (using port 9100)
|
||||
|
||||
lpadmin -p EPSON_EP-803AW -m "`lpinfo --make-and-model 'EPSON EP-803A' -m | cut -f 1 -w | grep escpr | head -n 1`" -v 'socket://192.0.2.100:9100' -D 'EPSON EP-803AW (RAW)' -E
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
-------------------------------------------------------------------------
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You need to copy and customize
|
||||
%%PREFIX%%/etc/epsonepl.conf[.sample]
|
||||
|
||||
If you're using apsfilter then have a look
|
||||
at %%DATADIR%%/epsonepl.apsfilter
|
||||
|
||||
-------------------------------------------------------------------------
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
###############################################################################
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
1) Please read the detailed installation instructions in the file:
|
||||
|
||||
* %%DOCSDIR%%/INSTALL
|
||||
|
@ -19,5 +20,6 @@
|
|||
and restart devd.
|
||||
|
||||
5) Enjoy it ;)
|
||||
|
||||
###############################################################################
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,2 +1,8 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You should add the FPDF path %%PREFIX%%/%%FPDF_DIR%%
|
||||
to the "include_path=" directive in your php.ini.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as
|
||||
the default, emulating a modern version of ClearType. This change inevitably
|
||||
leads to different rendering results, and you might change port's options to
|
||||
|
@ -28,3 +31,6 @@ if needed:
|
|||
The controllable properties are listed in the section "Controlling FreeType
|
||||
Modules" in the reference's table of contents
|
||||
(%%DOCSDIR%%/reference/site/index.html, if documentation was installed).
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1 +1,7 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Note: dvipdf script requires dvips program installed by print/tex-dvipsk.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
=== NOTE ===
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
The CJK font selection will be performed in the following order:
|
||||
|
||||
1. %%PREFIX%%/%%GS_RESDIR%%/Font/<fontname>
|
||||
|
@ -11,3 +12,6 @@ The CJK font selection will be performed in the following order:
|
|||
So, to use CIDFnmap you have to make sure that there is no font file that
|
||||
has the same name as you want to customize in Resource/Font and
|
||||
Resource/CIDFont.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
Note: in order to use the script "dvipdf", dvips must be installed.
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
In order to use the script "dvipdf", dvips must be installed.
|
||||
This program is provided by another package print/tex-dvipsk.
|
||||
|
||||
FAPIfontmap and FAPIcidfmap in %%DATADIR%%/Resource/Init
|
||||
have to be configured if you want to use FAPI feature.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,2 +1,8 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
This package installs a script named dvipdf that depends on dvips. If you
|
||||
want to use this script you need to install print/tex-dvipsk.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
Note: in order to use the script "dvipdf", dvips must be installed.
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
In order to use the script "dvipdf", dvips must be installed.
|
||||
This program is provided by another package print/tex-dvipsk.
|
||||
|
||||
FAPIfontmap and FAPIcidfmap in %%DATADIR%%/Resource/Init
|
||||
have to be configured if you want to use FAPI feature.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,9 +1,16 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
For LyX to work you need to install some kind of TeX distribution. See the
|
||||
print/texlive-* ports in the ports tree.
|
||||
|
||||
***
|
||||
|
||||
EOM
|
||||
}
|
||||
{ type: upgrade, maximum_version: 2
|
||||
message: <<EOM
|
||||
As of version 2.0.0, LyX depends on the textproc/mythes ports for
|
||||
thesaurus support. Even though the LyX port depends on textproc/mythes,
|
||||
it is up to the user to install the thesaurus ports for her languages
|
||||
of preference.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
==================================================================
|
||||
|
||||
USE THIS PORT STRICTLY AT YOUR OWN RISK!
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
The mod_ipp module dumps core, and the psm_cups.so does not
|
||||
compile with these sources as shipped. Therefore, this port
|
||||
defaults to shipping the include files and libraries only.
|
||||
|
||||
USE THIS PORT STRICTLY AT YOUR OWN RISK!
|
||||
|
||||
==================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---------------------------------------------------------------------------
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
If you wish to use ghostview to view or print the Postscript output
|
||||
from PMW, then you need to create symlinks for the font files:
|
||||
|
||||
|
@ -9,5 +10,6 @@ and also add the following line to
|
|||
%%LOCALBASE%%/share/ghostscript/x.xx/lib/Fontmap.GS
|
||||
|
||||
/PMW-Music (PMW-Music.pfa) ;
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
To configure your printcap to print either ascii"
|
||||
or Postscript files, add the following lines to your"
|
||||
/etc/printcap file"
|
||||
|
@ -15,3 +18,6 @@ or Postscript files, add the following lines to your"
|
|||
:if=/usr/local/bin/ppafilter:\\"
|
||||
:mx#0:\\"
|
||||
:sh:"
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,14 +1,7 @@
|
|||
+=======================================================================+
|
||||
| !!! IMPORTANT NOTICE !!! |
|
||||
+=======================================================================+
|
||||
| If you are upgrading your current version, you MUST delete |
|
||||
| your printer in the CUPS interface and install it again. This |
|
||||
| operation MUST be done since CUPS make a copy of the PPD file and |
|
||||
| this file is modified between versions. |
|
||||
+=======================================================================+
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Installation of the color profile for color printers:
|
||||
-----------------------------------------------------
|
||||
|
||||
Color printers needs color profile files to get better results. These
|
||||
files are provided by your printer manufacturer and you have to install them
|
||||
|
@ -22,3 +15,31 @@ directory. Install them with the command:
|
|||
(Then use MANUFACTURER=samsung)
|
||||
|
||||
http://splix.ap2c.org/samsung_cms.tar.bz2
|
||||
EOM
|
||||
}
|
||||
{ type: upgrade
|
||||
message: <<EOM
|
||||
If you are upgrading your current version, you MUST delete
|
||||
your printer in the CUPS interface and install it again. This
|
||||
operation MUST be done since CUPS make a copy of the PPD file and
|
||||
this file is modified between versions.
|
||||
|
||||
|
||||
Installation of the color profile for color printers:
|
||||
|
||||
|
||||
Color printers needs color profile files to get better results. These
|
||||
files are provided by your printer manufacturer and you have to install them
|
||||
manually. To do that, download the linux official drivers and locate the "cms"
|
||||
directory. Install them with the command:
|
||||
|
||||
# make installcms CMSDIR=/path/to/cms/directory \
|
||||
MANUFACTURER=samsung or xerox or dell
|
||||
|
||||
Samsung color profile files are available at:
|
||||
(Then use MANUFACTURER=samsung)
|
||||
|
||||
http://splix.ap2c.org/samsung_cms.tar.bz2
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
==============================================================================
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
To use YaTeX, add the next line into your .emacs:
|
||||
|
||||
(require 'yatex-startup)
|
||||
|
@ -6,3 +8,6 @@ To use YaTeX, add the next line into your .emacs:
|
|||
yatex-startup.el in %%PREFIX%%/%%EMACS_SITE_LISPDIR%% also includes
|
||||
configuration examples. To get more information, see the info file
|
||||
of YaTeX.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
============================================================
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You'll have to add LOCALBASE/share/fonts/artwiz-ru
|
||||
to your X font path by either:
|
||||
|
||||
|
@ -7,4 +9,6 @@ $ xset fp rehash
|
|||
|
||||
or by adding it to your X-server configuration file and
|
||||
restarting the X-server.
|
||||
============================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
==========================================================================
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Russian localization for Bugzilla has now been installed.
|
||||
|
||||
Please run "checksetup.pl" to re-generate templates.
|
||||
==========================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,2 +1,8 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
To enable PC speaker sound output support, install `audio/beep' package or
|
||||
from the ports.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
This port tries to patch the GhostScript's Fontmap
|
||||
automaticly, so unless you have non-standard GhostScript
|
||||
installation (or if you installed GhostScript
|
||||
|
@ -25,3 +28,6 @@
|
|||
on PostScript printers -- they use their own PostScript
|
||||
engines (not GhostScript). The port russian/koify may
|
||||
help you with those.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
==============================================
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You can look up a word at the dictionary with:
|
||||
%%PREFIX%%/bin/mueller word
|
||||
==============================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
=====================================================================
|
||||
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
This dictionary can be used with any of the following dictionary
|
||||
programs (consider to install one of them):
|
||||
|
||||
textproc/goldendict Goldendict (Qt4)
|
||||
textproc/qstardict StarDict clone (Qt4)
|
||||
textproc/stardict3 StarDict 3.x (GTK2)
|
||||
|
||||
=====================================================================
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
**** NOTE ****
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Before the first use of WordPress, copy wp-config-sample.php to wp-config.php
|
||||
in %%WWWDIR%% and modify it to fit your MySQL.
|
||||
Maybe you need 'mysqladmin create wordpress' first.
|
||||
If you are upgrading from 1.x or 2.x to 3.x, please run
|
||||
http://your.site/wordpress/wp-admin/upgrade.php to upgrade to WordPress 3.x
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue