diff options
Diffstat (limited to 'misc')
36 files changed, 242 insertions, 88 deletions
diff --git a/misc/achievo/pkg-message b/misc/achievo/pkg-message index e51be41909bb..5ba3ce0bb1db 100644 --- a/misc/achievo/pkg-message +++ b/misc/achievo/pkg-message @@ -1,5 +1,15 @@ - Please read doc/INSTALL for (database) installation information, - and doc/UPGRADE for upgrade information. +[ +{ type: install + message: <<EOM + Please read doc/INSTALL for (database) installation information. config.inc.php has been installed as config.inc.php-default, please move and edit as appropriate. +EOM +} +{ type: upgrade + message: <<EOM + Please read doc/UPGRADE for upgrade information. +EOM +} +] diff --git a/misc/amanda-server/files/pkg-message.in b/misc/amanda-server/files/pkg-message.in index 95ecbc36ae0f..89eec9b99c66 100644 --- a/misc/amanda-server/files/pkg-message.in +++ b/misc/amanda-server/files/pkg-message.in @@ -1,3 +1,9 @@ +[ +{ type: install + message: <<EOM Please install these ports (they are only on-demand runtime dependencies): - %%PORTSDIR%%/misc/mtx if you want chg-robot changer. - %%PORTSDIR%%/security/aespipe if you want amcrypt(8). +EOM +} +] diff --git a/misc/ansiweather/files/pkg-message.in b/misc/ansiweather/files/pkg-message.in index 492269d879cc..4482ec265db9 100644 --- a/misc/ansiweather/files/pkg-message.in +++ b/misc/ansiweather/files/pkg-message.in @@ -1,9 +1,11 @@ -************************************************************************ - +[ +{ type: install + message: <<EOM The default config file is ~/.ansiweatherrc. The environment variable ANSIWEATHERRC can be set to override this. The file %%EXAMPLESDIR%%/ansiweatherrc.example contains all available configuration variables. - -************************************************************************ +EOM +} +] diff --git a/misc/astrolog/files/pkg-message.in b/misc/astrolog/files/pkg-message.in index 890c80abe52d..f95036a2b305 100644 --- a/misc/astrolog/files/pkg-message.in +++ b/misc/astrolog/files/pkg-message.in @@ -1,2 +1,8 @@ +[ +{ type: install + message: <<EOM See the file %%PREFIX%%/share/doc/astrolog/helpfile.540 for help and tune %%PREFIX%%/lib/astrolog/astrolog.dat +EOM +} +] diff --git a/misc/auto-multiple-choice/pkg-message b/misc/auto-multiple-choice/pkg-message index ffd51374020e..c10d8e6f702f 100644 --- a/misc/auto-multiple-choice/pkg-message +++ b/misc/auto-multiple-choice/pkg-message @@ -1,4 +1,6 @@ -====================================================================== +[ +{ type: install + message: <<EOM Auto Multiple Choice uses some optional helper software to view and/or edit various files such as PDF, Image, CSV, TeX, etc. You may want to install software from the following command list or @@ -12,4 +14,6 @@ specify your favorite one in the GUI preference menu. Text editor: gedit, kedit, kwrite, mousepad, emacs, leafpad. Web browser: sensible-browser, firefox, galeon, konqueror, dillo, chromium. File manager: nautilus, pcmanfm, Thunar, konqueror, dolphin. -====================================================================== +EOM +} +] diff --git a/misc/bbjd/pkg-message b/misc/bbjd/pkg-message index 1d3027b8c691..be14119a92ad 100644 --- a/misc/bbjd/pkg-message +++ b/misc/bbjd/pkg-message @@ -1,4 +1,8 @@ -------------------------------------------------------------------------------- +[ +{ type: install + message: <<EOM This program has no man-pages. Please read documentation installed in share/bbjd directory. -------------------------------------------------------------------------------- +EOM +} +] diff --git a/misc/compat4x/pkg-message b/misc/compat4x/pkg-message index 307efefbd085..67ec2417220f 100644 --- a/misc/compat4x/pkg-message +++ b/misc/compat4x/pkg-message @@ -1,9 +1,11 @@ -******************************************************************************* -* * -* Do not forget to add COMPAT_FREEBSD4 into * -* your kernel configuration (enabled by default). * -* * -* To configure and recompile your kernel see: * -* http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html * -* * -******************************************************************************* +[ +{ type: install + message: <<EOM + Do not forget to add COMPAT_FREEBSD4 into + your kernel configuration (enabled by default). + + To configure and recompile your kernel see: + http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html +EOM +} +] diff --git a/misc/compat5x/pkg-message b/misc/compat5x/pkg-message index 4b66e23d89a9..1e8a64570e2b 100644 --- a/misc/compat5x/pkg-message +++ b/misc/compat5x/pkg-message @@ -1,9 +1,11 @@ -******************************************************************************* -* * -* Do not forget to add COMPAT_FREEBSD5 into * -* your kernel configuration (enabled by default). * -* * -* To configure and recompile your kernel see: * -* http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html * -* * -******************************************************************************* +[ +{ type: install + message: <<EOM + Do not forget to add COMPAT_FREEBSD5 into + your kernel configuration (enabled by default). + + To configure and recompile your kernel see: + http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html +EOM +} +] diff --git a/misc/compat6x/pkg-message b/misc/compat6x/pkg-message index a5acef935fd9..7040d0e8283f 100644 --- a/misc/compat6x/pkg-message +++ b/misc/compat6x/pkg-message @@ -1,9 +1,11 @@ -******************************************************************************* -* * -* Do not forget to add COMPAT_FREEBSD6 into * -* your kernel configuration (enabled by default). * -* * -* To configure and recompile your kernel see: * -* http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html * -* * -******************************************************************************* +[ +{ type: install + message: <<EOM + Do not forget to add COMPAT_FREEBSD6 into + your kernel configuration (enabled by default). + + To configure and recompile your kernel see: + http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html +EOM +} +] diff --git a/misc/compat7x/pkg-message b/misc/compat7x/pkg-message index 36093bb801ea..8da4ae2065f7 100644 --- a/misc/compat7x/pkg-message +++ b/misc/compat7x/pkg-message @@ -1,9 +1,11 @@ -******************************************************************************* -* * -* Do not forget to add COMPAT_FREEBSD7 into * -* your kernel configuration (enabled by default). * -* * -* To configure and recompile your kernel see: * -* http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html * -* * -******************************************************************************* +[ +{ type: install + message: <<EOM + Do not forget to add COMPAT_FREEBSD7 into + your kernel configuration (enabled by default). + + To configure and recompile your kernel see: + http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html +EOM +} +] diff --git a/misc/digitemp/pkg-message b/misc/digitemp/pkg-message index e8ae2d1ad09e..ef2b1de1df09 100644 --- a/misc/digitemp/pkg-message +++ b/misc/digitemp/pkg-message @@ -1,8 +1,10 @@ -******************************************************************* - +[ +{ type: install + message: <<EOM NOTE: on FreeBSD Digitemp should use /dev/cuau* serial devices, so if running as non-root user, please tune your devfs rules or add running user to "dialer" group which is the default owner of /dev/cuau* devices ! - -******************************************************************* +EOM +} +] diff --git a/misc/dnetc/files/pkg-message.in b/misc/dnetc/files/pkg-message.in index 41c2b1ad645e..596b7d52bcdd 100644 --- a/misc/dnetc/files/pkg-message.in +++ b/misc/dnetc/files/pkg-message.in @@ -1,7 +1,9 @@ -*************************************************************************** - +[ +{ type: install + message: <<EOM To change the dnetc configuration run: %%BINDIR%%/dnetc -config - -*************************************************************************** +EOM +} +] diff --git a/misc/elscreen/pkg-message b/misc/elscreen/pkg-message index a772797cacfa..c8a3c70b3bb2 100644 --- a/misc/elscreen/pkg-message +++ b/misc/elscreen/pkg-message @@ -1,7 +1,11 @@ -*************************************************** +[ +{ type: install + message: <<EOM Before using Elscreen, you must set following elisp to your own .emacs file. (require 'elscreen) (elscreen-start) -*************************************************** +EOM +} +] diff --git a/misc/estic/pkg-message b/misc/estic/pkg-message index 0ad8c2f1b271..69c588ab5982 100644 --- a/misc/estic/pkg-message +++ b/misc/estic/pkg-message @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM To support more than ASCII, please set in your enviroment: SPUNK_CTYPE=iso_8859_1 @@ -5,3 +8,6 @@ If you want to try this under X-Windows, do this: env SPUNK_LANGUAGE=001 SPUNK_XFONT=8x13 xestic If you have no Istec 100[38] connected, append "-n" A BUGS & PROBLEMS section exists, see README. +EOM +} +] diff --git a/misc/fortune-mod-bible/files/pkg-message.in b/misc/fortune-mod-bible/files/pkg-message.in index 86b133ee7d81..012c80104f9d 100644 --- a/misc/fortune-mod-bible/files/pkg-message.in +++ b/misc/fortune-mod-bible/files/pkg-message.in @@ -1,3 +1,7 @@ - +[ +{ type: install + message: <<EOM Usage: fortune %%PREFIX%%/share/games/fortune/bible - +EOM +} +] diff --git a/misc/fortune-mod-bofh/files/pkg-message.in b/misc/fortune-mod-bofh/files/pkg-message.in index 241664477e84..36f5fa537be4 100644 --- a/misc/fortune-mod-bofh/files/pkg-message.in +++ b/misc/fortune-mod-bofh/files/pkg-message.in @@ -1,5 +1,7 @@ -* * * - +[ +{ type: install + message: <<EOM Usage: fortune %%PREFIX%%/share/games/fortune/bofh - -* * * +EOM +} +] diff --git a/misc/fortune-mod-futurama/files/pkg-message.in b/misc/fortune-mod-futurama/files/pkg-message.in index d73ab9e6ceeb..4373261e0083 100644 --- a/misc/fortune-mod-futurama/files/pkg-message.in +++ b/misc/fortune-mod-futurama/files/pkg-message.in @@ -1,2 +1,8 @@ +[ +{ type: install + message: <<EOM Usage: /usr/games/fortune %%PREFIX%%/share/games/fortune/futurama +EOM +} +] diff --git a/misc/fortune-mod-psalms/files/pkg-message.in b/misc/fortune-mod-psalms/files/pkg-message.in index 608585338c74..7fbbdb5e1293 100644 --- a/misc/fortune-mod-psalms/files/pkg-message.in +++ b/misc/fortune-mod-psalms/files/pkg-message.in @@ -1 +1,7 @@ +[ +{ type: install + message: <<EOM Usage: fortune %%PREFIX%%/share/games/fortune/psalms +EOM +} +] diff --git a/misc/fxload/files/pkg-message.in b/misc/fxload/files/pkg-message.in index 276895e8add5..ead4ec20dc0b 100644 --- a/misc/fxload/files/pkg-message.in +++ b/misc/fxload/files/pkg-message.in @@ -1,4 +1,6 @@ - +[ +{ type: install + message: <<EOM fxload(8) with LibUSB support has been installed. For more information on how to use it, visit fxload(8) manual page. @@ -11,4 +13,6 @@ reprogram other USB devices automatically, you may want to modify one of those fles or /etc/devd.conf contents. Check devd.conf(5) for details on syntax. - +EOM +} +] diff --git a/misc/hotkeys/pkg-message b/misc/hotkeys/pkg-message index 03ce6865085e..2c73db6b824d 100644 --- a/misc/hotkeys/pkg-message +++ b/misc/hotkeys/pkg-message @@ -1,3 +1,9 @@ +[ +{ type: install + message: <<EOM At this current stage CDROM & APM support has been disabled. The linux CDROM cdrom.h code needs to be remapped to work with FreeBSD's cdio.h library +EOM +} +] diff --git a/misc/lesspipe/files/pkg-message.in b/misc/lesspipe/files/pkg-message.in index 3b9613cb03b4..f56e371d8564 100644 --- a/misc/lesspipe/files/pkg-message.in +++ b/misc/lesspipe/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM To use lesspipe.sh, type in the following commands LESSOPEN="|%%PREFIX%%/bin/lesspipe.sh %s"; export LESSOPEN (sh, bash, ksh, zsh) @@ -5,3 +8,6 @@ LESSOPEN="|%%PREFIX%%/bin/lesspipe.sh %s"; export LESSOPEN (sh, bash, ksh, zsh) setenv LESSOPEN "|%%PREFIX%%/bin/lesspipe.sh %s" (csh, tcsh) or put these commands in your shell's startup file (e.g. .cshrc or .bashrc). +EOM +} +] diff --git a/misc/libpostal/files/pkg-message.in b/misc/libpostal/files/pkg-message.in index 83631648f446..5e710c45b76c 100644 --- a/misc/libpostal/files/pkg-message.in +++ b/misc/libpostal/files/pkg-message.in @@ -1,4 +1,10 @@ +[ +{ type: install + message: <<EOM %%PORTNAME%% requires model data (about 1.5GB) which can be downloaded using the following command: # %%PREFIX%%/bin/libpostal_data download all %%LIBPOSTAL_DATADIR%% +EOM +} +] diff --git a/misc/mirmon/files/pkg-message.in b/misc/mirmon/files/pkg-message.in index a40643d3b510..a6f0236fd935 100644 --- a/misc/mirmon/files/pkg-message.in +++ b/misc/mirmon/files/pkg-message.in @@ -1,5 +1,6 @@ ---------------------------------------------------------------------------- - +[ +{ type: install + message: <<EOM The program is intended to be run by cron every hour. 42 * * * * perl %%PREFIX%%/bin/mirmon -q -get update @@ -22,5 +23,6 @@ The probe should return something that looks like "1043625600\n", that is, a timestamp followed by a newline. The exit status of the probe is ignored. - ---------------------------------------------------------------------------- +EOM +} +] diff --git a/misc/opencyc/pkg-message b/misc/opencyc/pkg-message index 7af64ffd2050..0e5c1e93990c 100644 --- a/misc/opencyc/pkg-message +++ b/misc/opencyc/pkg-message @@ -1,6 +1,12 @@ +[ +{ type: install + message: <<EOM To start the application, go to the ${PREFIX}/opencyc-0.7.0/scripts/linux and run ./run-cyc.sh Read the supplied documentation about details and other options. +EOM +} +] diff --git a/misc/openhab2/files/pkg-message.in b/misc/openhab2/files/pkg-message.in index 6547b761c016..4d2d5e6be2f2 100644 --- a/misc/openhab2/files/pkg-message.in +++ b/misc/openhab2/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM The openHAB2 user interface "Paper UI" writes to /var/db/openhab2 (config) and to %%ETCDIR%% (when installing add-onds). The config in %%ETCDIR%% is evaluated additionally to @@ -26,5 +29,6 @@ If you upgrade from a pevious version, make a backup of /var/db/openhab2 and run %%PREFIX%%/libexec/openhab2/runtime/bin/update.freebsd - - +EOM +} +] diff --git a/misc/py-cinder/pkg-message b/misc/py-cinder/pkg-message index 461598a75f99..ea51deec1c7f 100644 --- a/misc/py-cinder/pkg-message +++ b/misc/py-cinder/pkg-message @@ -1,5 +1,6 @@ -============================================================================== - +[ +{ type: install + message: <<EOM For installation instructions please refer to the related wiki page: - https://wiki.freebsd.org/Ports/misc/py-cinder @@ -13,5 +14,6 @@ required settings to setup a Cinder controller/storage node with NFS support. A extensive sample configuration file can be retrieved at: https://docs.openstack.org/cinder/queens/_static/cinder.conf.sample - -============================================================================== +EOM +} +] diff --git a/misc/py-glance/pkg-message b/misc/py-glance/pkg-message index bfdcd94ba6d5..e54f2595f794 100644 --- a/misc/py-glance/pkg-message +++ b/misc/py-glance/pkg-message @@ -1,7 +1,9 @@ -============================================================================== - +[ +{ type: install + message: <<EOM For installation instructions please refer to the related wiki page: - https://wiki.freebsd.org/Ports/misc/py-glance - -============================================================================== +EOM +} +] diff --git a/misc/pyobd/pkg-message b/misc/pyobd/pkg-message index f2cd139a0f8d..1656241a4a7a 100644 --- a/misc/pyobd/pkg-message +++ b/misc/pyobd/pkg-message @@ -1,4 +1,6 @@ -====================================================================== +[ +{ type: install + message: <<EOM You installed pyOBD: OBD-II compliant car diagnostic tool. pyOBD expects the device /dev/ttyU0 that should be created when you @@ -12,4 +14,6 @@ add path 'ttyU*' mode 0660 group users You also need this line in /etc/rc.conf to allow localrules to take effect: devfs_system_ruleset="localrules" -====================================================================== +EOM +} +] diff --git a/misc/qt5ct/pkg-message b/misc/qt5ct/pkg-message index ef214f65237d..13cb1f91d80f 100644 --- a/misc/qt5ct/pkg-message +++ b/misc/qt5ct/pkg-message @@ -1,2 +1,8 @@ +[ +{ type: install + message: <<EOM To activate qt5ct settings add QT_QPA_PLATFORMTHEME=qt5ct to your environment. +EOM +} +] diff --git a/misc/qtchooser/pkg-message b/misc/qtchooser/pkg-message index 2338c5dd6b1f..cfb766ac4221 100644 --- a/misc/qtchooser/pkg-message +++ b/misc/qtchooser/pkg-message @@ -1,6 +1,12 @@ +[ +{ type: install + message: <<EOM qtchooser is a wrapper that allows selecting whether Qt4 or Qt5 binaries for qmake, moc and other tools will be run when invoking the binaries in $PATH. By default, the Qt5 versions are run. It is possible to change the behavior by setting the QT_SELECT environment variable to "qt4". See qtchooser(1) for more information. +EOM +} +] diff --git a/misc/raspberrypi-gpioshutdown/pkg-message b/misc/raspberrypi-gpioshutdown/pkg-message index ea5e13999adf..3939128fe87f 100644 --- a/misc/raspberrypi-gpioshutdown/pkg-message +++ b/misc/raspberrypi-gpioshutdown/pkg-message @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM raspberrypi-gpioshutdown kernel module: This port installs a startup script in your ${LOCALBASE} etc/rc.d directory @@ -18,3 +21,6 @@ If you have other modules in 'kld_list' just add 'gpioshutdown' to the end of that list. For more detailed information, type 'man 4 gpioshutdown'. +EOM +} +] diff --git a/misc/sword/files/pkg-message.in b/misc/sword/files/pkg-message.in index 3023b1dfda7c..68a4cda7196f 100644 --- a/misc/sword/files/pkg-message.in +++ b/misc/sword/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM To use sword, you need to have bible, commentary and/or lexicon modules. You can install those from the crosswire website in two ways. If you live in a persecuted country however and do not wish @@ -14,3 +17,6 @@ to risk detection, you should *not* try this. You probably want to install a bible-application that uses sword, like bibletime or xiphos. +EOM +} +] diff --git a/misc/table.el/pkg-message b/misc/table.el/pkg-message index 47e7686316c0..5c9ecbcab7b1 100644 --- a/misc/table.el/pkg-message +++ b/misc/table.el/pkg-message @@ -1,5 +1,11 @@ +[ +{ type: install + message: <<EOM To use table.el in Emacs, add the: (require 'table) to your ~/.emacs or init.el +EOM +} +] diff --git a/misc/talkfilters/files/pkg-message.in b/misc/talkfilters/files/pkg-message.in index fcca4f1ccd02..fa420fc80e4e 100644 --- a/misc/talkfilters/files/pkg-message.in +++ b/misc/talkfilters/files/pkg-message.in @@ -1,8 +1,10 @@ -=========================================================================== - +[ +{ type: install + message: <<EOM Please note that some of the filters contain language that may be objectionable to some. They are provided uncensored, in their original form. Please don't use the filters to do anything that you shouldn't. - -=========================================================================== +EOM +} +] diff --git a/misc/upclient/files/pkg-message.in b/misc/upclient/files/pkg-message.in index f833be75f615..86487e216e05 100644 --- a/misc/upclient/files/pkg-message.in +++ b/misc/upclient/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM Before running the client for the first time, be sure to: 1. visit the Uptimes project's web site and register yourself @@ -21,3 +24,6 @@ You will also have to edit %%PREFIX%%/etc/upclient.conf: uptimes.hostingwired.com (Since the official Uptimes Project's server has been terminated, uptimes.wonko.com and data.uptimes.net must not be used anymore. So, please, take care about that). +EOM +} +] diff --git a/misc/wmweather+/files/pkg-message.in b/misc/wmweather+/files/pkg-message.in index d8009cd6dbc0..514b3e5cb476 100644 --- a/misc/wmweather+/files/pkg-message.in +++ b/misc/wmweather+/files/pkg-message.in @@ -1,5 +1,6 @@ -=============================================================================== - +[ +{ type: install + message: <<EOM wmweather+ has been installed. All options are given in the config file and in command line (CLI) @@ -18,5 +19,6 @@ If you prefer a global configuration file, do exit Have fun! - -=============================================================================== +EOM +} +] |