diff options
author | mat <mat@FreeBSD.org> | 2019-08-14 00:01:59 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2019-08-14 00:01:59 +0800 |
commit | d564de4430e0174995e880fc5c2b2ef27d20b160 (patch) | |
tree | 557e38686944a0a47350c0dc68f952bec42e13d6 /deskutils | |
parent | 984f7af3a80af47e2383fb7801ec5d7fcca84ee0 (diff) | |
download | freebsd-ports-gnome-d564de4430e0174995e880fc5c2b2ef27d20b160.tar.gz freebsd-ports-gnome-d564de4430e0174995e880fc5c2b2ef27d20b160.tar.zst freebsd-ports-gnome-d564de4430e0174995e880fc5c2b2ef27d20b160.zip |
Convert to UCL & cleanup pkg-message (categories d)
Diffstat (limited to 'deskutils')
25 files changed, 150 insertions, 52 deletions
diff --git a/deskutils/anydesk/pkg-message b/deskutils/anydesk/pkg-message index 65c0f8cee6f6..95b76bc7856c 100644 --- a/deskutils/anydesk/pkg-message +++ b/deskutils/anydesk/pkg-message @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM 1. Minimum OS version. ====================== Anydesk is a binary package for FreeBSD. @@ -15,3 +18,6 @@ Since Version 2.9.1 the following prerequisites have to be met: manually: # mount -t procfs proc /proc 2. You need a loaded mqueuefs module: manual load: kldload mqueuefs (as root!) +EOM +} +] diff --git a/deskutils/calibre/pkg-message b/deskutils/calibre/pkg-message index a64913ec3d90..21b246783e62 100644 --- a/deskutils/calibre/pkg-message +++ b/deskutils/calibre/pkg-message @@ -1,5 +1,6 @@ ---- - +[ +{ type: install + message: <<EOM NOTE: Calibre requires Hal to be running for access to devices. The user who is running Calibre also needs to be able to mount devices. For non-root users, this means modifying %%PREFIX%%/etc/PolicyKit/PolicyKit.conf and adding the @@ -65,5 +66,6 @@ headers of the startup script. The command line options are documented here: https://manual.calibre-ebook.com/generated/en/calibre-server.html - ---- +EOM +} +] diff --git a/deskutils/conkyforecast/files/pkg-message.in b/deskutils/conkyforecast/files/pkg-message.in index bf2f51aa1820..df9ccfaef803 100644 --- a/deskutils/conkyforecast/files/pkg-message.in +++ b/deskutils/conkyforecast/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM Make sure that the freetype module is loaded. If it is not, add the following line to the "Modules" section of your X Windows configuration file: @@ -16,3 +19,6 @@ To copy and edit the config, using the command line, run: cp %%DATADIR%%/conkyForecast.config ~/.conkyForecast.config +EOM +} +] diff --git a/deskutils/egroupware/files/pkg-message.in b/deskutils/egroupware/files/pkg-message.in index 287ebd64ceda..336aad9f9014 100644 --- a/deskutils/egroupware/files/pkg-message.in +++ b/deskutils/egroupware/files/pkg-message.in @@ -1,4 +1,6 @@ -============================================================== +[ +{ type: install + message: <<EOM POST-INSTALL CONFIGURATION FOR eGroupware @@ -41,5 +43,6 @@ and backup's full path with: For more information, see the INSTALL DOCUMENTATION: http://www.egroupware.org/index.php?page_name=wiki&lang=&wikipage=ManualSetup - -====================================================== +EOM +} +] diff --git a/deskutils/fasd/pkg-message b/deskutils/fasd/pkg-message index 669444a0a64a..32367c98a636 100644 --- a/deskutils/fasd/pkg-message +++ b/deskutils/fasd/pkg-message @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM To get fasd working in a shell, some initialization code must be run. Put the line below in your shell rc. @@ -5,3 +8,6 @@ eval "$(fasd --init auto)" This will setup a command hook that executes on every command and advanced tab completion for zsh and bash. +EOM +} +] diff --git a/deskutils/gnome-shell-extra-extensions/pkg-message.slaves b/deskutils/gnome-shell-extra-extensions/pkg-message.slaves index 8bb1f09d2355..a916f92324e8 100644 --- a/deskutils/gnome-shell-extra-extensions/pkg-message.slaves +++ b/deskutils/gnome-shell-extra-extensions/pkg-message.slaves @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM The gnome-shell extensions won't be usable until the gnome-shell gets restarted. To do so, running the shell, press ALT+F2 and type 'r'. That will restart the shell. @@ -7,3 +10,6 @@ have to open a new gnome-tweak-tool instance. The new extensions should appear in the extensions section. Use the extension at your own risk. +EOM +} +] diff --git a/deskutils/goesimage/pkg-message b/deskutils/goesimage/pkg-message index 2256d44d844a..921612c41196 100644 --- a/deskutils/goesimage/pkg-message +++ b/deskutils/goesimage/pkg-message @@ -1,4 +1,6 @@ -====================================================================== +[ +{ type: install + message: <<EOM You installed goesimage, the program that downloads images from the NOAA Geostationary Operational Environment Satellite and makes them your wallpaper. @@ -19,4 +21,6 @@ $ goesimage-disable You can also download and update the wallpaper any time: $ goesimage-run-now -====================================================================== +EOM +} +] diff --git a/deskutils/howm/pkg-message b/deskutils/howm/pkg-message index de99a549c530..9f39dee983ee 100644 --- a/deskutils/howm/pkg-message +++ b/deskutils/howm/pkg-message @@ -1,5 +1,11 @@ +[ +{ type: install + message: <<EOM To use this port, write below to your ~/.emacs: ;(setq howm-menu-lang 'ja) (global-set-key "\C-c,," 'howm-menu) (autoload 'howm-menu "howm-mode" "Hitori Otegaru Wiki Modoki" t) +EOM +} +] diff --git a/deskutils/jlj/files/pkg-message.in b/deskutils/jlj/files/pkg-message.in index 438e42207b48..18f07a1f6eb4 100644 --- a/deskutils/jlj/files/pkg-message.in +++ b/deskutils/jlj/files/pkg-message.in @@ -1,7 +1,9 @@ ---------------------------------------------------------------------- - +[ +{ type: install + message: <<EOM Be sure to copy %%PREFIX%%/share/examples/jlj/dot.livejournal.rc to ~/.livejournal.rc before running jlj. More details can be found in %%PREFIX%%/share/doc/jlj/README. - ---------------------------------------------------------------------- +EOM +} +] diff --git a/deskutils/kmail/pkg-message b/deskutils/kmail/pkg-message index d95f817ff711..ba8994187d06 100644 --- a/deskutils/kmail/pkg-message +++ b/deskutils/kmail/pkg-message @@ -1,5 +1,6 @@ -=============================================================================== - +[ +{ type: install + message: <<EOM KDE Applications versions of Akonadi, KMail, and Kontact use large messages on the local machine. The default size on FreeBSD is too small, which causes local connection problems, and Akonadi-based @@ -8,5 +9,6 @@ cannot be found). Increasing the buffer size is recommended: sysctl net.local.stream.recvspace=65536 sysctl net.local.stream.sendspace=65536 - -=============================================================================== +EOM +} +] diff --git a/deskutils/lumina-calculator/pkg-message b/deskutils/lumina-calculator/pkg-message index c3742ad9e57c..df59b385e306 100644 --- a/deskutils/lumina-calculator/pkg-message +++ b/deskutils/lumina-calculator/pkg-message @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM The Lumina Desktop Environment has been installed! An entry for for launching Lumina from a graphical login manager has already been added to the system, but if you with to start Lumina manually, you will need to do one of the following: @@ -5,3 +8,6 @@ An entry for for launching Lumina from a graphical login manager has already bee 2) Put the line "exec start-lumina-desktop" at the end of your user's "~/.xinitrc" file before running startx with any special X11 flags Also note that the system-wide default settings for Lumina are contained in ${PREFIX}/etc/luminaDesktop.conf[.dist]. While it is possible to customize the desktop to the user's liking after logging in, you may want to adjust the default settings as necessary if there are multiple user accounts on this system. +EOM +} +] diff --git a/deskutils/moregroupware/pkg-message b/deskutils/moregroupware/pkg-message index 16b9777ccd16..501bff705a62 100644 --- a/deskutils/moregroupware/pkg-message +++ b/deskutils/moregroupware/pkg-message @@ -1,4 +1,6 @@ - +[ +{ type: install + message: <<EOM You are suggested to set the following on php.ini: include_path should include "." @@ -12,3 +14,6 @@ calendar2, it has a somewhat unclear future. The admin3 is not finished yet, don't use it, or READ THE DOCS if you really want to try it! +EOM +} +] diff --git a/deskutils/myitcrm/files/pkg-message.in b/deskutils/myitcrm/files/pkg-message.in index 72bc8b5fc7d0..2d68eb8cffca 100644 --- a/deskutils/myitcrm/files/pkg-message.in +++ b/deskutils/myitcrm/files/pkg-message.in @@ -1,6 +1,6 @@ ----------------------------------------------------------------------------- -Post installation instructions: ----------------------------------------------------------------------------- +[ +{ type: install + message: <<EOM MyITCRM is now installed in documentroot: %%WWWDIR%%. 1) Create user, MySQL database and set privileges: @@ -29,4 +29,6 @@ Recommended php.ini settings: - memory_limit=32M - register_globals=off - safe_mode=off -============================================================================ +EOM +} +] diff --git a/deskutils/parcellite/files/pkg-message.in b/deskutils/parcellite/files/pkg-message.in index 873f4ffb203e..c4e634d2750d 100644 --- a/deskutils/parcellite/files/pkg-message.in +++ b/deskutils/parcellite/files/pkg-message.in @@ -1,5 +1,6 @@ -################################################################################ - +[ +{ type: install + message: <<EOM Parcellite has been installed. This program will attempt to obtain some system information by accessing files @@ -17,5 +18,6 @@ mount /proc kldload linprocfs mount /compat/linux/proc - -################################################################################ +EOM +} +] diff --git a/deskutils/phpicalendar/files/pkg-message.in b/deskutils/phpicalendar/files/pkg-message.in index d117d88d7c4a..edf56e516cf3 100644 --- a/deskutils/phpicalendar/files/pkg-message.in +++ b/deskutils/phpicalendar/files/pkg-message.in @@ -1,3 +1,9 @@ +[ +{ type: install + message: <<EOM PHPiCalendar post-install instructions -------------------------------------- Edit %%WWWDIR%%/config.inc.php first to suit your needs. +EOM +} +] diff --git a/deskutils/plans/files/pkg-message.in b/deskutils/plans/files/pkg-message.in index 4b6b5e5b27a4..c69805ffc8c6 100644 --- a/deskutils/plans/files/pkg-message.in +++ b/deskutils/plans/files/pkg-message.in @@ -1,6 +1,10 @@ -=========================================================== +[ +{ type: install + message: <<EOM Plans is now installed at %%WWWDIR%% You'll need to configure your server to accept CGI scripts in the directory. Plans can be configured by editing %%WWWDIR%%/plans_config.pl -=========================================================== +EOM +} +] diff --git a/deskutils/py-autokey/pkg-message b/deskutils/py-autokey/pkg-message index a5ef61a93d6f..47547e674995 100644 --- a/deskutils/py-autokey/pkg-message +++ b/deskutils/py-autokey/pkg-message @@ -1,5 +1,8 @@ -*Important* - +[ +{ type: install + message: <<EOM This is an X11 application, and as such will not function 100% on distributions that default to using Wayland instead of Xorg. - +EOM +} +] diff --git a/deskutils/py-khal/pkg-message b/deskutils/py-khal/pkg-message index 328ae88c6109..d6b2951cd2f0 100644 --- a/deskutils/py-khal/pkg-message +++ b/deskutils/py-khal/pkg-message @@ -1,5 +1,7 @@ -###################################################################### - +[ +{ type: install + message: <<EOM Khal needs LANG to be set to a UTF-8 locale (e.g. en_US.UTF-8) to run. - -###################################################################### +EOM +} +] diff --git a/deskutils/py-khard/files/pkg-message.in b/deskutils/py-khard/files/pkg-message.in index b417376b79f3..50487d89b4a1 100644 --- a/deskutils/py-khard/files/pkg-message.in +++ b/deskutils/py-khard/files/pkg-message.in @@ -1,7 +1,9 @@ -====================================================================== - +[ +{ type: install + message: <<EOM Copy the example configuration from %%PREFIX%%/share/examples/khard/khard.conf.example to $XDG_CONFIG_HOME/khard/khard.conf - -====================================================================== +EOM +} +] diff --git a/deskutils/py-paperless/files/pkg-message.in b/deskutils/py-paperless/files/pkg-message.in index 4a75bbeeb74d..216c54db405c 100644 --- a/deskutils/py-paperless/files/pkg-message.in +++ b/deskutils/py-paperless/files/pkg-message.in @@ -1,3 +1,7 @@ -========================================================================= +[ +{ type: install + message: <<EOM Please see `man paperless' for details on how to configure paperless. -========================================================================= +EOM +} +] diff --git a/deskutils/sugarcrm/files/pkg-message.in b/deskutils/sugarcrm/files/pkg-message.in index d2785cffe224..a3f9fc9b2c23 100644 --- a/deskutils/sugarcrm/files/pkg-message.in +++ b/deskutils/sugarcrm/files/pkg-message.in @@ -1,5 +1,6 @@ -## - +[ +{ type: install + message: <<EOM Notes: 1. Sugar Community Edition requires that you increase the default PHP @@ -37,5 +38,6 @@ Alias /sugarcrm %%WWWDIR%% http://www.sugarforge.org/content/documentation/ 5. Enjoy! - -## +EOM +} +] diff --git a/deskutils/taskd/pkg-message b/deskutils/taskd/pkg-message index b011b012a60c..5d02b80058b3 100644 --- a/deskutils/taskd/pkg-message +++ b/deskutils/taskd/pkg-message @@ -1,4 +1,6 @@ -======================================================================= +[ +{ type: install + message: <<EOM taskd requires user directed configuration prior to use. See taskwarrior.org/docs/taskserver/configure.html for configuration @@ -19,4 +21,6 @@ To add users see: taskwarrior.org/docs/taskserver/user.html To configure taskwarrior to use your taskd server see: taskwarrior.org/docs/taskserver/taskwarrior.html -======================================================================= +EOM +} +] diff --git a/deskutils/thinkingrock/files/pkg-message.in b/deskutils/thinkingrock/files/pkg-message.in index c95dce9e514d..d2ff1d868fcf 100644 --- a/deskutils/thinkingrock/files/pkg-message.in +++ b/deskutils/thinkingrock/files/pkg-message.in @@ -1,5 +1,6 @@ -***************************************************************** - +[ +{ type: install + message: <<EOM Please note that Thinkingrock will not work with diablo-jdk16 or diablo-jre16. Set the JAVA_HOME variable to a different Java installation: @@ -11,5 +12,6 @@ e.g. sh: $ export JAVA_HOME=/usr/local/diablo-jre1.5.0 $ thinkingrock - -***************************************************************** +EOM +} +] diff --git a/deskutils/tine20/files/pkg-message.in b/deskutils/tine20/files/pkg-message.in index bc158f5a314a..39978aca8f5b 100644 --- a/deskutils/tine20/files/pkg-message.in +++ b/deskutils/tine20/files/pkg-message.in @@ -1,4 +1,6 @@ - +[ +{ type: install + message: <<EOM Preparing the database --------------------------------------------- @@ -61,3 +63,6 @@ https://wiki.tine20.org/Admins/Synchronisation More information on how to setup CalDAV can be found here: https://wiki.tine20.org/Admins/Thunderbird-Synchronisation +EOM +} +] diff --git a/deskutils/xfce4-tumbler/files/pkg-message.in b/deskutils/xfce4-tumbler/files/pkg-message.in index 0921aaa232a5..af2d17109c15 100644 --- a/deskutils/xfce4-tumbler/files/pkg-message.in +++ b/deskutils/xfce4-tumbler/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM To override the default configuration, you must copy the rc-file: mkdir ~/.config/tumbler @@ -6,3 +9,6 @@ To override the default configuration, you must copy the rc-file: The COVER plugin requires manual configuration. For more information see http://docs.xfce.org/xfce/thunar/tumbler +EOM +} +] |