aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
Diffstat (limited to 'archivers')
-rw-r--r--archivers/ark/Makefile12
-rw-r--r--archivers/ark/pkg-descr7
-rw-r--r--archivers/ark/pkg-message4
3 files changed, 15 insertions, 8 deletions
diff --git a/archivers/ark/Makefile b/archivers/ark/Makefile
index d444381d565a..e06262de9553 100644
--- a/archivers/ark/Makefile
+++ b/archivers/ark/Makefile
@@ -2,7 +2,7 @@
PORTNAME= ark
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= archivers kde kde-applications
MAINTAINER= kde@FreeBSD.org
@@ -23,13 +23,17 @@ USE_QT= concurrent core dbus gui network widgets xml \
USE_LDCONFIG= yes
OPTIONS_DEFINE= 7ZIP RAR ZIP DOCS
-OPTIONS_DEFAULT= ${OPTIONS_DEFINE}
+OPTIONS_DEFAULT= 7ZIP ZIP DOCS
+OPTIONS_DEFAULT_i386= RAR
+OPTIONS_DEFAULT_amd64= RAR
OPTIONS_SUB= YES
-7ZIP_DESC= Support for 7-Zip archives
+# The 7ZIP and RAR options only need runtime dependencies;
+# the port builds identically with or without them.
+7ZIP_DESC= Support for 7-Zip archives (runtime)
7ZIP_RUN_DEPENDS= 7z:archivers/p7zip
-RAR_DESC= Support for RAR archives
+RAR_DESC= Support for RAR archives (runtime)
RAR_RUN_DEPENDS= unrar:archivers/unrar \
rar:archivers/rar
diff --git a/archivers/ark/pkg-descr b/archivers/ark/pkg-descr
index dfdfed20b0d5..4709cecc8a5b 100644
--- a/archivers/ark/pkg-descr
+++ b/archivers/ark/pkg-descr
@@ -4,8 +4,7 @@ environment.
Archives can be viewed, extracted, created and modified from within
Ark. The program can handle various formats such as tar, gzip, bzip2,
zip, rar and lha (if appropriate command-line programs are
-installed). Ark can work closely with Konqueror in the KDE
-environment to handle archives, if you install the Konqueror
-Integration plugin available in the kdeaddons package.
+installed). Ark can work closely with Konqueror and Dolphin in
+a KDE Plasma environment to handle archives.
-WWW: https://utils.kde.org/
+WWW: https://utils.kde.org/projects/ark/
diff --git a/archivers/ark/pkg-message b/archivers/ark/pkg-message
new file mode 100644
index 000000000000..2724954b78b9
--- /dev/null
+++ b/archivers/ark/pkg-message
@@ -0,0 +1,4 @@
+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.