diff options
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/Xaw3d/files/pkg-message.in | 8 | ||||
-rw-r--r-- | x11-toolkits/irrlicht/files/pkg-message.in | 10 | ||||
-rw-r--r-- | x11-toolkits/iwidgets/files/pkg-message.in | 8 | ||||
-rw-r--r-- | x11-toolkits/lesstif/pkg-message | 8 | ||||
-rw-r--r-- | x11-toolkits/v/pkg-message | 6 | ||||
-rw-r--r-- | x11-toolkits/xview/files/pkg-message.in | 7 |
6 files changed, 36 insertions, 11 deletions
diff --git a/x11-toolkits/Xaw3d/files/pkg-message.in b/x11-toolkits/Xaw3d/files/pkg-message.in index 524bf4343d50..c45da02646d8 100644 --- a/x11-toolkits/Xaw3d/files/pkg-message.in +++ b/x11-toolkits/Xaw3d/files/pkg-message.in @@ -1,8 +1,12 @@ -******************************************************************* +[ +{ type: install + message: <<EOM If you want Xaw3d to replace the default Athena Widget Set so most X applications will get a 3-D look, do this (as root): cd %%LOCALBASE%%/lib mv libXaw.so.%%XAWVER%% libXaw2d.so.%%XAWVER%% ln -s libXaw3d.so.%%XAWVER%% libXaw.so.%%XAWVER%% -******************************************************************* +EOM +} +] diff --git a/x11-toolkits/irrlicht/files/pkg-message.in b/x11-toolkits/irrlicht/files/pkg-message.in index a5ce1518ce4f..9e0b110448b7 100644 --- a/x11-toolkits/irrlicht/files/pkg-message.in +++ b/x11-toolkits/irrlicht/files/pkg-message.in @@ -1,5 +1,6 @@ -############################################################################### - +[ +{ type: install + message: <<EOM The Irrlicht Engine was installed 1) See the complete documentation at: @@ -11,5 +12,6 @@ The Irrlicht Engine was installed %%EXAMPLESDIR%% 3) Enjoy it ;) - -############################################################################### +EOM +} +] diff --git a/x11-toolkits/iwidgets/files/pkg-message.in b/x11-toolkits/iwidgets/files/pkg-message.in index 0e115d181b06..0541557ab6e5 100644 --- a/x11-toolkits/iwidgets/files/pkg-message.in +++ b/x11-toolkits/iwidgets/files/pkg-message.in @@ -1,4 +1,6 @@ - +[ +{ type: install + message: <<EOM Iwidgets is a "mega-widget" set built using itk. It includes a set of megawidgets, installed in %%PREFIX%%/lib/iwidgets4.0.1 (and symlinked to %%PREFIX%%/lib/iwidgets), a set of man pages @@ -18,4 +20,6 @@ that are available to you. Finally, you may want to read iwidgets.ps (use a Postcript viewer), installed in %%DOCSDIR%%, which is a comprehensive explanation of iwidgets. - +EOM +} +] diff --git a/x11-toolkits/lesstif/pkg-message b/x11-toolkits/lesstif/pkg-message index 81471bb339f2..669f8684f430 100644 --- a/x11-toolkits/lesstif/pkg-message +++ b/x11-toolkits/lesstif/pkg-message @@ -1,3 +1,7 @@ - +[ +{ type: install + message: <<EOM Make sure to set HAVE_MOTIF=yes in /etc/make.conf - +EOM +} +] diff --git a/x11-toolkits/v/pkg-message b/x11-toolkits/v/pkg-message index 7b95406b790c..f193d202d01e 100644 --- a/x11-toolkits/v/pkg-message +++ b/x11-toolkits/v/pkg-message @@ -1,4 +1,10 @@ +[ +{ type: install + message: <<EOM Full documentation, many code examples, and the V toolkit for Windows systems is available at the V web site: http://objectcentral.com/ +EOM +} +] diff --git a/x11-toolkits/xview/files/pkg-message.in b/x11-toolkits/xview/files/pkg-message.in index ebe6857daede..7958f4060021 100644 --- a/x11-toolkits/xview/files/pkg-message.in +++ b/x11-toolkits/xview/files/pkg-message.in @@ -1,3 +1,6 @@ +[ +{ type: install + message: <<EOM Please add the following paths to your X11 font path: %%PREFIX%%/lib/X11/fonts/ol100dpi @@ -8,4 +11,6 @@ Otherwise you will get the following error: XView warning: Cannot load font '-b&h-lucida-medium-r-*-*-*-120-*-*-*-*-*-*' (Font package) XView warning: Cannot load font '-b&h-lucida-medium-r-normal-sans-*-120-*-*-*-*-*-*' (Font package) XView error: Cannot open connection to window server: :0.0 (Server package) - +EOM +} +] |