aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-08-13 16:00:39 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-08-13 16:00:39 +0000
commita6c40a689b8a327b1ecf5778f120f0d7250ea7a8 (patch)
treee784ed48f7c3bb5a803cbd97b583435da971804d /astro
parent648300c466186a9a3281a692e09992799c9a706c (diff)
downloadports-a6c40a689b8a327b1ecf5778f120f0d7250ea7a8.tar.gz
ports-a6c40a689b8a327b1ecf5778f120f0d7250ea7a8.zip
Convert to UCL & cleanup pkg-message (categories a-c)
Notes
Notes: svn path=/head/; revision=508834
Diffstat (limited to 'astro')
-rw-r--r--astro/astrometry/files/pkg-message.in8
-rw-r--r--astro/boinc-astropulse/files/pkg-message.in8
-rw-r--r--astro/boinc-setiathome/files/pkg-message.in8
-rw-r--r--astro/google-earth/pkg-message6
-rw-r--r--astro/gpsdrive/pkg-message7
-rw-r--r--astro/gpsman/files/pkg-message.in7
-rw-r--r--astro/roadmap/files/pkg-message.in9
-rw-r--r--astro/viking/files/pkg-message.in10
8 files changed, 48 insertions, 15 deletions
diff --git a/astro/astrometry/files/pkg-message.in b/astro/astrometry/files/pkg-message.in
index 91656c8a7563..721fd05d07a0 100644
--- a/astro/astrometry/files/pkg-message.in
+++ b/astro/astrometry/files/pkg-message.in
@@ -1,4 +1,6 @@
---------------------------------------------------------------------------
+[
+{ type: install
+ message: <<EOM
Astrometry was successfully installed.
You'll find this distribution in %%PREFIX%%/astrometry
@@ -6,4 +8,6 @@ You'll find this distribution in %%PREFIX%%/astrometry
Although the code is released under a GPL license, you will also need
to download some data files, and these are distributed under different
license. See %%PREFIX%%/astrometry/doc/GETTING-INDEXES
---------------------------------------------------------------------------
+EOM
+}
+]
diff --git a/astro/boinc-astropulse/files/pkg-message.in b/astro/boinc-astropulse/files/pkg-message.in
index ef9093d931f6..1e5268e2b458 100644
--- a/astro/boinc-astropulse/files/pkg-message.in
+++ b/astro/boinc-astropulse/files/pkg-message.in
@@ -1,4 +1,6 @@
-*****************************************************************************
+[
+{ type: install
+ message: <<EOM
ATTACHING PROJECT
Just run boinc_gui (if installed), choose Attach, and follow instructions.
@@ -13,4 +15,6 @@ MANUAL INSTALLATION
*) Attach to the project:
cd %%BOINC_CLIENT_HOME%%
boinccmd --project_attach %%SETI_SITE%% <account key>
-*****************************************************************************
+EOM
+}
+]
diff --git a/astro/boinc-setiathome/files/pkg-message.in b/astro/boinc-setiathome/files/pkg-message.in
index ef9093d931f6..1e5268e2b458 100644
--- a/astro/boinc-setiathome/files/pkg-message.in
+++ b/astro/boinc-setiathome/files/pkg-message.in
@@ -1,4 +1,6 @@
-*****************************************************************************
+[
+{ type: install
+ message: <<EOM
ATTACHING PROJECT
Just run boinc_gui (if installed), choose Attach, and follow instructions.
@@ -13,4 +15,6 @@ MANUAL INSTALLATION
*) Attach to the project:
cd %%BOINC_CLIENT_HOME%%
boinccmd --project_attach %%SETI_SITE%% <account key>
-*****************************************************************************
+EOM
+}
+]
diff --git a/astro/google-earth/pkg-message b/astro/google-earth/pkg-message
index d3b5356fe51a..d14b7be4152a 100644
--- a/astro/google-earth/pkg-message
+++ b/astro/google-earth/pkg-message
@@ -1,6 +1,12 @@
+[
+{ type: install
+ message: <<EOM
Google Earth needs 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/astro/gpsdrive/pkg-message b/astro/gpsdrive/pkg-message
index 99740cdb3a6a..0be1c04dfc7e 100644
--- a/astro/gpsdrive/pkg-message
+++ b/astro/gpsdrive/pkg-message
@@ -1,5 +1,10 @@
-
+[
+{ type: install
+ message: <<EOM
FreeBSD NOTES:
Support for Garmin format input is disabled because buggy.
Set your GPS device to NMEA mode and start gpsd before gpsdrive.
+EOM
+}
+]
diff --git a/astro/gpsman/files/pkg-message.in b/astro/gpsman/files/pkg-message.in
index 0facb5bfdef7..588a27e88307 100644
--- a/astro/gpsman/files/pkg-message.in
+++ b/astro/gpsman/files/pkg-message.in
@@ -1,4 +1,9 @@
-
+[
+{ type: install
+ message: <<EOM
Please see file:%%PREFIX%%/share/doc/gpsman/html/index.html and/or
file:%%PREFIX%%/share/doc/gpsman/GPSMandoc.pdf
for documentation on using GPS Manager.
+EOM
+}
+]
diff --git a/astro/roadmap/files/pkg-message.in b/astro/roadmap/files/pkg-message.in
index 97e3c9e497ef..64d6747d1892 100644
--- a/astro/roadmap/files/pkg-message.in
+++ b/astro/roadmap/files/pkg-message.in
@@ -1,4 +1,6 @@
-------------------------------------------------------------------
+[
+{ type: install
+ message: <<EOM
RoadMap is at an early stage of development, and is not thoroughly
documented. It would be very unwise to rely on RoadMap for real
navigation.
@@ -11,5 +13,6 @@ TIGER data are located in:
Make sure that you either have a program called flite (a voice
synthesizer) or disable (mute) audio throught the menu. Other
voice synthesizer can be used, like festival.
-
-------------------------------------------------------------------
+EOM
+}
+]
diff --git a/astro/viking/files/pkg-message.in b/astro/viking/files/pkg-message.in
index fa1a7f5a8ba8..462f12f71131 100644
--- a/astro/viking/files/pkg-message.in
+++ b/astro/viking/files/pkg-message.in
@@ -1,5 +1,6 @@
-===============================================================================
-
+[
+{ type: install
+ message: <<EOM
Viking has been installed.
When you wish to use GeoCaches Acquire Option, please make an account at
@@ -7,5 +8,6 @@ When you wish to use GeoCaches Acquire Option, please make an account at
http://www.geocaching.com/
Have fun!
-
-===============================================================================
+EOM
+}
+]