diff --git a/x11-fm/Arqiver/Makefile b/x11-fm/Arqiver/Makefile new file mode 100644 index 000000000000..120f8f69dbed --- /dev/null +++ b/x11-fm/Arqiver/Makefile @@ -0,0 +1,38 @@ +PORTNAME= Arqiver +DISTVERSIONPREFIX= V +DISTVERSION= 0.9.0 +CATEGORIES= x11-fm + +MAINTAINER= rigoletto@FreeBSD.org +COMMENT= Arqiver is a simple Qt archive manager + +LICENSE= GPLv3 + +USES= cmake qt:5 xorg +USE_XORG= xcb +USE_QT= buildtools_build qmake_build \ + core gui linguist svg widgets \ + x11extras + +USE_GITHUB= yes +GH_ACCOUNT= tsujan + +OPTIONS_DEFINE= 7ZIP ARJ LZO RAR ZIP +OPTIONS_DEFAULT= 7ZIP ARJ LZO RAR ZIP + +7ZIP_DESC= 7zip archive support +7ZIP_RUN_DEPENDS= 7z:archivers/7-zip + +ARJ_DESC= ARJ archive support +ARJ_RUN_DEPENDS= arj:archivers/arj + +LZO_RUN_DEPENDS= lzop:archivers/lzop + +RAR_DESC= RAR archive support +RAR_RUN_DEPENDS= rar:archivers/rar \ + unrar:archivers/unrar + +ZIP_DESC= ZIP archive support +ZIP_RUN_DEPENDS= zip:archivers/zip + +.include diff --git a/x11-fm/Arqiver/distinfo b/x11-fm/Arqiver/distinfo new file mode 100644 index 000000000000..b4f5e2940fb4 --- /dev/null +++ b/x11-fm/Arqiver/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1653777732 +SHA256 (tsujan-Arqiver-V0.9.0_GH0.tar.gz) = ae532037313c897843d206ce1454bdb71526a0861696b4c7ed2098e39e565b09 +SIZE (tsujan-Arqiver-V0.9.0_GH0.tar.gz) = 135834 diff --git a/x11-fm/Arqiver/pkg-descr b/x11-fm/Arqiver/pkg-descr new file mode 100644 index 000000000000..1d387f8cbcf7 --- /dev/null +++ b/x11-fm/Arqiver/pkg-descr @@ -0,0 +1,10 @@ +Arqiver is a simple Qt archive manager as a front-end for libarchive +(bsdtar), gzip and 7z. + +Arqiver can extract, create and edit archives that are supported by its +back-ends. It can open archives by drag-and-drop. Its listed items can be +viewed separately or dragged and dropped into appropriate applications. + +With 7z, it also supports password protection. + +WWW: https://github.com/tsujan/Arqiver diff --git a/x11-fm/Arqiver/pkg-plist b/x11-fm/Arqiver/pkg-plist new file mode 100644 index 000000000000..1d683a6d42ef --- /dev/null +++ b/x11-fm/Arqiver/pkg-plist @@ -0,0 +1,12 @@ +bin/arqiver +share/applications/arqiver.desktop +share/arqiver/translations/arqiver_eo.qm +share/arqiver/translations/arqiver_fr.qm +share/arqiver/translations/arqiver_hu.qm +share/arqiver/translations/arqiver_it.qm +share/arqiver/translations/arqiver_nl.qm +share/arqiver/translations/arqiver_pl.qm +share/arqiver/translations/arqiver_pt_BR.qm +share/arqiver/translations/arqiver_ru.qm +share/arqiver/translations/arqiver_uk.qm +share/icons/hicolor/scalable/apps/arqiver.svg diff --git a/x11-fm/Makefile b/x11-fm/Makefile index c407845b4fef..047c3b441e31 100644 --- a/x11-fm/Makefile +++ b/x11-fm/Makefile @@ -1,35 +1,36 @@ COMMENT = X11 file managers + SUBDIR += Arqiver SUBDIR += caja SUBDIR += catseye-fm SUBDIR += deforaos-browser SUBDIR += dolphin SUBDIR += doublecmd SUBDIR += filerunner SUBDIR += fsv2 SUBDIR += gentoo SUBDIR += gprename SUBDIR += konqueror SUBDIR += krusader2 SUBDIR += librfm SUBDIR += libtubo SUBDIR += mucommander SUBDIR += nautilus SUBDIR += nautilus-python SUBDIR += nemo SUBDIR += pcmanfm SUBDIR += pcmanfm-qt SUBDIR += polo SUBDIR += qtfm SUBDIR += rodent SUBDIR += rox-filer SUBDIR += sushi SUBDIR += tdfsb SUBDIR += thunar SUBDIR += wcmcommander SUBDIR += worker SUBDIR += xcruise SUBDIR += xdiskusage SUBDIR += xfe .include