aboutsummaryrefslogtreecommitdiff
path: root/archivers
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 /archivers
parent648300c466186a9a3281a692e09992799c9a706c (diff)
downloadports-a6c40a689b8a327b1ecf5778f120f0d7250ea7a8.tar.gz
ports-a6c40a689b8a327b1ecf5778f120f0d7250ea7a8.zip
Notes
Diffstat (limited to 'archivers')
-rw-r--r--archivers/ark/pkg-message6
-rw-r--r--archivers/paq/files/pkg-message.in8
-rw-r--r--archivers/py-borgbackup/pkg-message6
-rw-r--r--archivers/urbackup-client/files/pkg-message.in10
-rw-r--r--archivers/urbackup-server/files/pkg-message.in10
5 files changed, 30 insertions, 10 deletions
diff --git a/archivers/ark/pkg-message b/archivers/ark/pkg-message
index 2724954b78b9..efe88273d6d6 100644
--- a/archivers/ark/pkg-message
+++ b/archivers/ark/pkg-message
@@ -1,4 +1,10 @@
+[
+{ type: install
+ message: <<EOM
Support for 7zip and rar archives requires the appropriate executables.
If ark has been packaged without options 7ZIP or RAR, you can install
archivers/p7zip (for 7ZIP) or archivers/unrar and archivers/rar (for RAR)
to allow ark to handle those archives.
+EOM
+}
+]
diff --git a/archivers/paq/files/pkg-message.in b/archivers/paq/files/pkg-message.in
index f9698a1ac0e0..5b56b158ff48 100644
--- a/archivers/paq/files/pkg-message.in
+++ b/archivers/paq/files/pkg-message.in
@@ -1,4 +1,6 @@
-***************************************************************************
+[
+{ type: install
+ message: <<EOM
In addition to the manpages, see %%DOCSDIR%%/readme_*.txt
and the comments at the head of %%DOCSDIR%%/*.cpp
for instructions and details on usage and the algorithms employed. For
@@ -6,4 +8,6 @@ simplicity, the ".exe" suffix has been dropped from the zpsfx
self-expanding archive stub executable, to avoid confusion with win32
executable stubs. zpsfx can be further compressed with archivers/upx,
to yield smaller self-expanding archives.
-***************************************************************************
+EOM
+}
+]
diff --git a/archivers/py-borgbackup/pkg-message b/archivers/py-borgbackup/pkg-message
index 03733e6889eb..e7686e8336d6 100644
--- a/archivers/py-borgbackup/pkg-message
+++ b/archivers/py-borgbackup/pkg-message
@@ -1,3 +1,6 @@
+[
+{ type: install
+ message: <<EOM
In order to mount locally a remote archive or an entire repository as a FUSE
filesystem, it is required to load fuse module:
@@ -20,3 +23,6 @@ and add the line
vfs.usermount=1
to /etc/sysctl.conf to ensure the setting is loaded at boot time.
+EOM
+}
+]
diff --git a/archivers/urbackup-client/files/pkg-message.in b/archivers/urbackup-client/files/pkg-message.in
index 6a7e7ea4ace2..b7cbfc458da2 100644
--- a/archivers/urbackup-client/files/pkg-message.in
+++ b/archivers/urbackup-client/files/pkg-message.in
@@ -1,5 +1,6 @@
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
+[
+{ type: install
+ message: <<EOM
archivers/urbackup-client includes an RC script:
%%PREFIX%%/etc/rc.d/urbackup_client
@@ -27,5 +28,6 @@ needs to have one of the following in its PATH:
The client can also be configured via the UrBackup Server, or
%%PREFIX%%/bin/urbackupclientctl
-
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+EOM
+}
+]
diff --git a/archivers/urbackup-server/files/pkg-message.in b/archivers/urbackup-server/files/pkg-message.in
index c65c8ec89c63..55ab4df1f2be 100644
--- a/archivers/urbackup-server/files/pkg-message.in
+++ b/archivers/urbackup-server/files/pkg-message.in
@@ -1,5 +1,6 @@
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
+[
+{ type: install
+ message: <<EOM
archivers/urbackup-server includes an RC script:
%%PREFIX%%/etc/rc.d/urbackup_server
@@ -25,5 +26,6 @@ This port sets the SUID/SGID bits on the following files:
For details, see:
https://www.urbackup.org/administration_manual.html
-
-* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+EOM
+}
+]