Index: head/archivers/ark/Makefile =================================================================== --- head/archivers/ark/Makefile (revision 495210) +++ head/archivers/ark/Makefile (revision 495211) @@ -1,40 +1,44 @@ # $FreeBSD$ PORTNAME= ark DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= archivers kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Archiving tool for KDE LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= cmake compiler:c++11-lang gettext libarchive kde:5 \ qt:5 shared-mime-info tar:xz USE_KDE= archive auth bookmarks codecs completion config configwidgets \ coreaddons crash dbusaddons doctools ecm i18n iconthemes \ itemmodels itemviews jobwidgets khtml kio parts pty service \ solid sonnet textwidgets widgetsaddons xmlgui USE_QT= concurrent core dbus gui network widgets xml \ buildtools_build qmake_build 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 ZIP_DESC= Support for ZIP archives ZIP_LIB_DEPENDS= libzip.so:archivers/libzip ZIP_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_LibZip .include Index: head/archivers/ark/pkg-descr =================================================================== --- head/archivers/ark/pkg-descr (revision 495210) +++ head/archivers/ark/pkg-descr (revision 495211) @@ -1,11 +1,10 @@ Ark is a program for managing various archive formats within the KDE 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/ Index: head/archivers/ark/pkg-message =================================================================== --- head/archivers/ark/pkg-message (nonexistent) +++ head/archivers/ark/pkg-message (revision 495211) @@ -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. Property changes on: head/archivers/ark/pkg-message ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property