git: 9c7c5e9cfa4e - main - archivers/libarchive-qt: Qt based archiving with libarchive backend
Jason W. Bacon
jwb at FreeBSD.org
Tue Aug 31 13:15:20 UTC 2021
The branch main has been updated by jwb:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9c7c5e9cfa4ecc4d81bf12c0f0a3331556e89b34
commit 9c7c5e9cfa4ecc4d81bf12c0f0a3331556e89b34
Author: Jason W. Bacon <jwb at FreeBSD.org>
AuthorDate: 2021-08-31 13:14:37 +0000
Commit: Jason W. Bacon <jwb at FreeBSD.org>
CommitDate: 2021-08-31 13:14:37 +0000
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.
---
archivers/Makefile | 1 +
archivers/libarchive-qt/Makefile | 19 +++++++++++++++++++
archivers/libarchive-qt/distinfo | 3 +++
archivers/libarchive-qt/pkg-descr | 4 ++++
archivers/libarchive-qt/pkg-plist | 6 ++++++
5 files changed, 33 insertions(+)
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 at 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
More information about the dev-commits-ports-all
mailing list