Port details |
- lxqt-archiver Qt file archiver
- 0.8.0 archivers
=0 0.8.0Version of this port present on the latest quarterly branch. - Maintainer: jsm@FreeBSD.org
 - Port Added: 2021-05-08 17:00:51
- Last Update: 2023-06-20 17:51:44
- Commit Hash: 436af06
- License: GPLv2
- WWW:
- https://github.com/lxqt/lxqt-archiver
- Description:
- A simple & lightweight Qt file archiver.
The core I/O functions are ported from Engrampa
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- lxqt-archiver>0:archivers/lxqt-archiver
- To install the port:
- cd /usr/ports/archivers/lxqt-archiver/ && make install clean
- To add the package, run one of these commands:
- pkg install archivers/lxqt-archiver
- pkg install lxqt-archiver
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lxqt-archiver
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1684231105
SHA256 (lxqt/lxqt-archiver-0.8.0.tar.xz) = 29d3195026185f88107b849bfd546d4534042621b3c28d3e9a23106e5097ce24
SIZE (lxqt/lxqt-archiver-0.8.0.tar.xz) = 181572
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- update-desktop-database : devel/desktop-file-utils
- lxqt-build-tools-config.cmake : devel/lxqt-build-tools
- pkgconf>=1.3.0_1 : devel/pkgconf
- perl5>=5.32.r0<5.33 : lang/perl5.32
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- lrelease : devel/qt5-linguisttools
- qt5-qmake>=5.15 : devel/qt5-qmake
- xcb.pc : x11/libxcb
- Runtime dependencies:
-
- gtar : archivers/gtar
- unzip : archivers/unzip
- update-desktop-database : devel/desktop-file-utils
- lrelease : devel/qt5-linguisttools
- xcb.pc : x11/libxcb
- Library dependencies:
-
- libfm-qt.so : x11/libfm-qt
- libjson-glib-1.0.so : devel/json-glib
- libmenu-cache.so : x11/menu-cache
- libexif.so : graphics/libexif
- liblxqt.so : devel/liblxqt
- libQt5Xdg.so : devel/libqtxdg
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libQt5Core.so : devel/qt5-core
- libQt5DBus.so : devel/qt5-dbus
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Network.so : net/qt5-network
- libQt5PrintSupport.so : print/qt5-printsupport
- libQt5Svg.so : graphics/qt5-svg
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- libQt5X11Extras.so : x11/qt5-x11extras
- This port is required by:
- for Run
-
- x11-wm/lxqt
Configuration Options:
- No options to configure
- Options name:
- archivers_lxqt-archiver
- USES:
- cmake compiler:c++14-lang desktop-file-utils lxqt perl5 pkgconfig tar:xz gnome qt:5 xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.0 20 Jun 2023 17:51:44
    |
Jesper Schmitz Mouridsen (jsm)  Author: Wen Heping |
x11-wm/lxqt: Update to 1.3.0
PR: 271509 |
0.7.0 12 Apr 2023 21:17:09
    |
Jan Beich (jbeich)  |
archivers/lxqt-archiver: unbreak after 020693c166d1
CMake Error at
/usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230
(message):
Could NOT find Perl (missing: PERL_EXECUTABLE)
PR: 266007
Reported by: antoine (via exp-run) |
0.7.0 07 Dec 2022 18:35:12
    |
Jesper Schmitz Mouridsen (jsm)  |
archivers/lxqt-archiver: Update to 0.7.0 |
0.6.0 11 Sep 2022 10:20:14
    |
Felix Palmen (zirias)  |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.6.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.6.0 30 Apr 2022 09:12:23
    |
Jesper Schmitz Mouridsen (jsm)  |
archivers/lxqt-archiver: Update to 0.6.0 |
0.5.0 10 Nov 2021 18:25:29
    |
Jesper Schmitz Mouridsen (jsm)  |
archivers/lxqt-archiver: Update to 0.5.0 |
0.4.0 16 Oct 2021 09:51:39
    |
Jimmy Olgeni (olgeni)  |
*: fix tab vs. space issues, and comments according to the guide. |
0.4.0 08 May 2021 16:51:59
    |
Jesper Schmitz Mouridsen (jsm)  |
New port: archivers/lxqt-archiver
A simple & lightweight Qt file archiver.
The core I/O functions are ported from Engrampa. |