summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/asymptote/files/pkg-message.in7
-rw-r--r--math/blacs/files/pkg-message.in8
-rw-r--r--math/ess/pkg-message9
-rw-r--r--math/geogebra/pkg-message6
-rw-r--r--math/gfan/pkg-message6
-rw-r--r--math/ggobi/files/pkg-message.in11
-rw-r--r--math/gotoblas/files/pkg-message.in7
-rw-r--r--math/jags/pkg-message6
-rw-r--r--math/libmesh/files/pkg-message-examples.in8
-rw-r--r--math/ltl/pkg-message10
-rw-r--r--math/octave-forge-fpl/pkg-message6
-rw-r--r--math/proofgeneral/files/pkg-message.in9
-rw-r--r--math/py-keras/files/pkg-message.in8
-rw-r--r--math/py-pandas/files/pkg-message.in8
-rw-r--r--math/py-theano/files/pkg-message.in6
-rw-r--r--math/rapid/files/pkg-message.in11
-rw-r--r--math/saga/files/pkg-message.in20
-rw-r--r--math/scalapack/files/pkg-message.in8
-rw-r--r--math/snns/pkg-message10
-rw-r--r--math/wxmaxima/pkg-message10
20 files changed, 125 insertions, 49 deletions
diff --git a/math/asymptote/files/pkg-message.in b/math/asymptote/files/pkg-message.in
index 8ca839a27474..f62154cd47cd 100644
--- a/math/asymptote/files/pkg-message.in
+++ b/math/asymptote/files/pkg-message.in
@@ -1,4 +1,6 @@
-
+[
+{ type: install
+ message: <<EOM
Asymptote with enabled hardware acceleration produces incorrect rendered
figures in 3D. It is proven that asy has problems with the xf86-video-intel
driver.
@@ -7,3 +9,6 @@ To successfully process 3D figures or examples, it is necessary to always
use software rendering.
% env LIBGL_ALWAYS_SOFTWARE=1 asy sample.asy
+EOM
+}
+]
diff --git a/math/blacs/files/pkg-message.in b/math/blacs/files/pkg-message.in
index bd2426b21079..e6590e8a1200 100644
--- a/math/blacs/files/pkg-message.in
+++ b/math/blacs/files/pkg-message.in
@@ -1,4 +1,6 @@
-*********************************************************************
+[
+{ type: install
+ message: <<EOM
Please test your blacs installation
Test programs are located at %%PREFIX%%/share/BLACS/TESTING
@@ -18,4 +20,6 @@
You can change -np 4 to any number to meet your local environment.
See files at %%DOCSDIR%% for detail.
-*********************************************************************
+EOM
+}
+]
diff --git a/math/ess/pkg-message b/math/ess/pkg-message
index c5bf77f00d8b..d9e277ab51c7 100644
--- a/math/ess/pkg-message
+++ b/math/ess/pkg-message
@@ -1,9 +1,12 @@
-*****************************************************************************
+[
+{ type: install
+ message: <<EOM
For convenience, users may want to add:
;;;Emacs ESS
(require 'ess-site)
to their ~/.emacs or ~/.xemacs/init.el file.
-
-*****************************************************************************
+EOM
+}
+]
diff --git a/math/geogebra/pkg-message b/math/geogebra/pkg-message
index 8307e27b3e55..3207e60d2d48 100644
--- a/math/geogebra/pkg-message
+++ b/math/geogebra/pkg-message
@@ -1,6 +1,12 @@
+[
+{ type: install
+ message: <<EOM
This software wants linprocfs mounted on /compat/linux/proc. Add the
following line to /etc/fstab:
linprocfs /compat/linux/proc linprocfs rw 0 0
Then run "mount /compat/linux/proc".
+EOM
+}
+]
diff --git a/math/gfan/pkg-message b/math/gfan/pkg-message
index 098c54d4f3bb..d986d1b122a7 100644
--- a/math/gfan/pkg-message
+++ b/math/gfan/pkg-message
@@ -1,3 +1,6 @@
+[
+{ type: install
+ message: <<EOM
Gfan can also be linked to Sage, Singular or Soplex. I refrain to
include those optional dependencies because Sage and Singular support
is not documented in gfan's manual and Soplex has a very restrictive
@@ -8,3 +11,6 @@ If you feel you need any of those optional dependencies, please let
me know and I will do my best to provide it as fast as possible.
The mantainer.
+EOM
+}
+]
diff --git a/math/ggobi/files/pkg-message.in b/math/ggobi/files/pkg-message.in
index 71f72cfcd288..4e4264431a30 100644
--- a/math/ggobi/files/pkg-message.in
+++ b/math/ggobi/files/pkg-message.in
@@ -1,8 +1,9 @@
-===============================================================================
-
+[
+{ type: install
+ message: <<EOM
If GGobi does not find its plugin files, start with a copy of
%%PREFIX%%/etc/xdc/ggobi/ggobirc.sample
-
-===============================================================================
-
+EOM
+}
+]
diff --git a/math/gotoblas/files/pkg-message.in b/math/gotoblas/files/pkg-message.in
index 7f04250f380f..29098b8d71c7 100644
--- a/math/gotoblas/files/pkg-message.in
+++ b/math/gotoblas/files/pkg-message.in
@@ -1,7 +1,12 @@
+[
+{ type: install
+ message: <<EOM
GotoBLAS has been built with a maximum limit of MAXTHREADS=%%MAXTHREADS%%
threads, which may be further reduced (but not increased) by the number of
logical processors detected at run-time, as well as the environment variable
GOTO_NUM_THREADS (or OMP_NUM_THREADS, if the port has been build WITH_OPENMP).
To modify this limit, rebuild the port after setting MAXTHREADS to a suitable
value in the build environment.
-
+EOM
+}
+]
diff --git a/math/jags/pkg-message b/math/jags/pkg-message
index 506bfa9858b2..36de34f99564 100644
--- a/math/jags/pkg-message
+++ b/math/jags/pkg-message
@@ -1,3 +1,9 @@
+[
+{ type: install
+ message: <<EOM
Please note that the name of the jags script has been changed
from "jags" to "mcmc-jags" on this platform, to avoid a conflict
with net/jags, and usage should be adjusted accordingly.
+EOM
+}
+]
diff --git a/math/libmesh/files/pkg-message-examples.in b/math/libmesh/files/pkg-message-examples.in
index d7643235eff4..7463ad1efc1f 100644
--- a/math/libmesh/files/pkg-message-examples.in
+++ b/math/libmesh/files/pkg-message-examples.in
@@ -1,4 +1,6 @@
-======================================================================
+[
+{ type: install
+ message: <<EOM
You installed libMesh, the library for numerical mesh simulations.
You can run examples using for instance such command:
@@ -10,4 +12,6 @@ Before running examples, please allow your user the write access:
# chown -R {your-user}:users %%EXAMPLESDIR%%
Examples require bash, gmake, libtool installed.
-======================================================================
+EOM
+}
+]
diff --git a/math/ltl/pkg-message b/math/ltl/pkg-message
index e2c01529bfd4..4bd8c03999e3 100644
--- a/math/ltl/pkg-message
+++ b/math/ltl/pkg-message
@@ -1,9 +1,11 @@
-==============================================================================
-
+[
+{ type: install
+ message: <<EOM
Library headers are installed at LTL", so use "#include <LTL/file.h>" form for
inclusion in your programs.
There is no support yet for X11 libraries. Let me know if you have
interest/patches.
-
-==============================================================================
+EOM
+}
+]
diff --git a/math/octave-forge-fpl/pkg-message b/math/octave-forge-fpl/pkg-message
index 67e2323eff29..33161878217a 100644
--- a/math/octave-forge-fpl/pkg-message
+++ b/math/octave-forge-fpl/pkg-message
@@ -1,2 +1,8 @@
+[
+{ type: install
+ message: <<EOM
Although the port builds, it is nonfunctional on sparc64 due to the absence
of opendx.
+EOM
+}
+]
diff --git a/math/proofgeneral/files/pkg-message.in b/math/proofgeneral/files/pkg-message.in
index 9dd8deca8887..c14b4ae3c4c1 100644
--- a/math/proofgeneral/files/pkg-message.in
+++ b/math/proofgeneral/files/pkg-message.in
@@ -1,9 +1,12 @@
--------------------------------------------------------------------------------
+[
+{ type: install
+ message: <<EOM
Please register your interest in this software before use:
http://proofgeneral.inf.ed.ac.uk/register
To load Proof General automatically when starting x/emacs, add the following
line to the .emacs or .xemacs/init.el file:
(load-file "%%PREFIX%%/%%EMACS_SITE_LISPDIR%%/ProofGeneral/generic/proof-site.el")
-
-------------------------------------------------------------------------------
+EOM
+}
+]
diff --git a/math/py-keras/files/pkg-message.in b/math/py-keras/files/pkg-message.in
index 03b53c1eced3..cd0b37914120 100644
--- a/math/py-keras/files/pkg-message.in
+++ b/math/py-keras/files/pkg-message.in
@@ -1,5 +1,9 @@
-===
+[
+{ type: install
+ message: <<EOM
There is no Tensorflow port currently in FreeBSD ports tree that is required
by Keras by default. To make Keras work with Theano backend, one need to modify
theirs $HOME/.keras/keras.json file and set "backend" option to "theano".
-===
+EOM
+}
+]
diff --git a/math/py-pandas/files/pkg-message.in b/math/py-pandas/files/pkg-message.in
index 0781d0c3502f..e6a5a1e6875e 100644
--- a/math/py-pandas/files/pkg-message.in
+++ b/math/py-pandas/files/pkg-message.in
@@ -1,4 +1,8 @@
-===
+[
+{ type: install
+ message: <<EOM
Install math/py-statsmodels to enable parts of pandas.stats.
Install devel/py-xarray to enable the to_xarray() function.
-===
+EOM
+}
+]
diff --git a/math/py-theano/files/pkg-message.in b/math/py-theano/files/pkg-message.in
index 37a8c3b330d9..63c910204ef9 100644
--- a/math/py-theano/files/pkg-message.in
+++ b/math/py-theano/files/pkg-message.in
@@ -1,3 +1,6 @@
+[
+{ type: install
+ message: <<EOM
To use Theano in multi-threaded mode, install OpenBLAS with option
OPENMP enabled, install py-numpy with OpenBLAS support and use this
minimal ~/.theanorc:
@@ -13,3 +16,6 @@ ldflags = -lopenblasp
You can control the number of threads used with OMP_NUM_THREADS environment
variable.
+EOM
+}
+]
diff --git a/math/rapid/files/pkg-message.in b/math/rapid/files/pkg-message.in
index 70756225f18a..cee7594393b5 100644
--- a/math/rapid/files/pkg-message.in
+++ b/math/rapid/files/pkg-message.in
@@ -1,6 +1,6 @@
-
-**************************************************************************
-
+[
+{ type: install
+ message: <<EOM
The RAPID code is offered "as is" and is free for non-commercial use.
To use RAPID for any commercial purpose, you must request a license from
@@ -8,5 +8,6 @@ To use RAPID for any commercial purpose, you must request a license from
http://www.cs.unc.edu/~geom/OBB/OBBT.html
Redistribution of RAPID code in any form is strictly prohibited.
-
-**************************************************************************
+EOM
+}
+]
diff --git a/math/saga/files/pkg-message.in b/math/saga/files/pkg-message.in
index b20cfe88060e..602113b4cd50 100644
--- a/math/saga/files/pkg-message.in
+++ b/math/saga/files/pkg-message.in
@@ -1,6 +1,6 @@
-
-######################################################################
-
+[
+{ type: install
+ message: <<EOM
Unlike to windows systems, saga_cmd should be instantly available in
the shell as it is usually installed in %%PREFIX%%/bin.
@@ -17,9 +17,11 @@ e.g.:
Now your system is prepared for using SAGA CMD to execute SAGA
modules.
-
-######################################################################
-
+EOM
+}
+{ type: upgrade
+ maximum_version: 2.2.0
+ message: <<EOM
From SAGA GIS 2.2.0 on, there is some example and test data installed.
Predefined ToolChains are located at
@@ -27,6 +29,6 @@ Predefined ToolChains are located at
Python scripts with examples, helpers and test data reside at
%%DATADIR%%/python/
-
-######################################################################
-
+EOM
+}
+]
diff --git a/math/scalapack/files/pkg-message.in b/math/scalapack/files/pkg-message.in
index 74b24ecc5d10..77fcda0ea8fe 100644
--- a/math/scalapack/files/pkg-message.in
+++ b/math/scalapack/files/pkg-message.in
@@ -1,4 +1,6 @@
-***********************************************************************
+[
+{ type: install
+ message: <<EOM
Please test your scalapack installation
Example programs are located at %%EXAMPLESDIR%%
@@ -30,4 +32,6 @@
You can change -np 4 to any number to meet your environment.
See files at %%DOCSDIR%% for detail.
-**********************************************************************
+EOM
+}
+]
diff --git a/math/snns/pkg-message b/math/snns/pkg-message
index d62cfd161432..aaab48a58b26 100644
--- a/math/snns/pkg-message
+++ b/math/snns/pkg-message
@@ -1,8 +1,10 @@
-
- ************************************************
+[
+{ type: install
+ message: <<EOM
Please read the licensing terms described in the
Readme.license file. In particular, please note
that this software is not public domain and that
it comes with NO WARRANTY OF ANY KIND.
- ************************************************
-
+EOM
+}
+]
diff --git a/math/wxmaxima/pkg-message b/math/wxmaxima/pkg-message
index 46a9f5111bc0..091e299cbfa9 100644
--- a/math/wxmaxima/pkg-message
+++ b/math/wxmaxima/pkg-message
@@ -1,6 +1,8 @@
-************************************************************************
-
+[
+{ type: install
+ message: <<EOM
When you update wxMaxima or maxima, you should delete the file
.wxMaxima in your home directory.
-
-************************************************************************
+EOM
+}
+]