aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason W. Bacon <jwb@FreeBSD.org>2021-08-31 13:14:37 +0000
committerJason W. Bacon <jwb@FreeBSD.org>2021-08-31 13:14:37 +0000
commit9c7c5e9cfa4ecc4d81bf12c0f0a3331556e89b34 (patch)
tree1163c273a5f2f2ccfd624998072d782ebeafdae7
parentef5d27df4233a69331f828eb47010775719cfe0e (diff)
downloadports-9c7c5e9cfa4ecc4d81bf12c0f0a3331556e89b34.tar.gz
ports-9c7c5e9cfa4ecc4d81bf12c0f0a3331556e89b34.zip
archivers/libarchive-qt: Qt based archiving with libarchive backend
Libarchive-qt is a simple archiving library for Qt mainly based on libarchive supporting numerous compression and archive formats.
-rw-r--r--archivers/Makefile1
-rw-r--r--archivers/libarchive-qt/Makefile19
-rw-r--r--archivers/libarchive-qt/distinfo3
-rw-r--r--archivers/libarchive-qt/pkg-descr4
-rw-r--r--archivers/libarchive-qt/pkg-plist6
5 files changed, 33 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile
index c30a768ced27..48ae8c9cf95d 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -54,6 +54,7 @@
SUBDIR += lib1541img
SUBDIR += libarc
SUBDIR += libarchive
+ SUBDIR += libarchive-qt
SUBDIR += libcabinet
SUBDIR += libcomprex
SUBDIR += libdeflate
diff --git a/archivers/libarchive-qt/Makefile b/archivers/libarchive-qt/Makefile
new file mode 100644
index 000000000000..36d94e154b97
--- /dev/null
+++ b/archivers/libarchive-qt/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= libarchive-qt
+DISTVERSION= 2.0.6
+CATEGORIES= archivers
+
+MAINTAINER= jwb@FreeBSD.org
+COMMENT= Qt based archiving solution with libarchive backend
+
+LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= cmake qt:5
+USE_QT= buildtools_build core dbus gui network qmake_build widgets
+USE_LDCONFIG= yes
+USE_GITLAB= yes
+
+GL_ACCOUNT= marcusbritanicus
+GL_COMMIT= 9863127fb8dda7242215c09efbc976193365fee4
+
+.include <bsd.port.mk>
diff --git a/archivers/libarchive-qt/distinfo b/archivers/libarchive-qt/distinfo
new file mode 100644
index 000000000000..939fc085cb06
--- /dev/null
+++ b/archivers/libarchive-qt/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1627505146
+SHA256 (marcusbritanicus-libarchive-qt-9863127fb8dda7242215c09efbc976193365fee4_GL0.tar.gz) = 158ee02332920554c0e59a39cc6104901ec227d7c8a0562933f10ac1137bba4f
+SIZE (marcusbritanicus-libarchive-qt-9863127fb8dda7242215c09efbc976193365fee4_GL0.tar.gz) = 52792
diff --git a/archivers/libarchive-qt/pkg-descr b/archivers/libarchive-qt/pkg-descr
new file mode 100644
index 000000000000..1b79f1f1ae98
--- /dev/null
+++ b/archivers/libarchive-qt/pkg-descr
@@ -0,0 +1,4 @@
+Libarchive-qt is a simple archiving library for Qt mainly based on
+libarchive supporting numerous compression and archive formats.
+
+WWW: https://gitlab.com/marcusbritanicus/libarchive-qt
diff --git a/archivers/libarchive-qt/pkg-plist b/archivers/libarchive-qt/pkg-plist
new file mode 100644
index 000000000000..af78d5b278c8
--- /dev/null
+++ b/archivers/libarchive-qt/pkg-plist
@@ -0,0 +1,6 @@
+bin/archiver
+include/libarchiveqt.h
+lib/libarchiveqt5.a
+lib/libarchiveqt5.so
+lib/libarchiveqt5.so.2
+lib/libarchiveqt5.so.2.0.4