Port details |
- featherpad Lightweight Qt6 plain-text editor
- 1.5.2 editors
=2 1.5.1Version of this port present on the latest quarterly branch. - Maintainer: lxqt@FreeBSD.org
 - Port Added: 2018-11-05 15:04:24
- Last Update: 2024-12-31 09:32:34
- Commit Hash: 1317b35
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- https://github.com/tsujan/FeatherPad
- Description:
- FeatherPad is a lightweight Qt6 plain-text editor. It is independent of
any desktop environment.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- featherpad>0:editors/featherpad
- To install the port:
- cd /usr/ports/editors/featherpad/ && make install clean
- To add the package, run one of these commands:
- pkg install editors/featherpad
- pkg install featherpad
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: featherpad
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1735637407
SHA256 (tsujan-FeatherPad-V1.5.2_GH0.tar.gz) = 8d14460fbae02e9482fcfdf4fd0b72f880cb48247af0e6b3303c7fd7763aba5a
SIZE (tsujan-FeatherPad-V1.5.2_GH0.tar.gz) = 1101561
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:
-
- update-desktop-database : devel/desktop-file-utils
- pkgconf>=1.3.0_1 : devel/pkgconf
- cmake : devel/cmake-core
- ninja : devel/ninja
- lupdate : devel/qt6-tools
- xorgproto>=0 : x11/xorgproto
- x11.pc : x11/libX11
- sm.pc : x11/libSM
- ice.pc : x11/libICE
- xext.pc : x11/libXext
- Runtime dependencies:
-
- update-desktop-database : devel/desktop-file-utils
- libQt6Core.so : devel/qt6-base
- x11.pc : x11/libX11
- sm.pc : x11/libSM
- ice.pc : x11/libICE
- xext.pc : x11/libXext
- Library dependencies:
-
- libhunspell-1.7.so : textproc/hunspell
- libGL.so : graphics/libglvnd
- libQt6Svg.so : graphics/qt6-svg
- This port is required by:
- for Run
-
- x11-wm/lxqt
Configuration Options:
- No options to configure
- Options name:
- editors_featherpad
- USES:
- compiler:c++17-lang desktop-file-utils pkgconfig cmake qt:6 gl 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 |
1.5.2 31 Dec 2024 09:32:34
    |
Jose Alonso Cardenas Marquez (acm)  |
editors/featherpad: Update to 1.5.2
ChangeLog at: https://github.com/tsujan/FeatherPad/releases/tag/V1.5.2
With hat: lxqt |
1.5.1 13 Jun 2024 00:21:05
    |
Jose Alonso Cardenas Marquez (acm)  |
x11-wm/lxqt: Update to 2.0.0
- Update mostly lxqt ports to 2.0.x
- Update some lxqt dependencies to latest version
- Update Mk/Uses/lxqt.mk file for support some legacy and new lxqt ports
- Add devel/libdbusmenu-lxqt
- Add x11/libfm-qt6
- Add devel/libqt6xdg
- Add sysutils/libsysstat-qt6
- Add devel/lxqt2-build-tools
- Add sysutils/lxqt-qt6plugin
- Add deskutils/xdg-desktop-portal-lxqt
- Add x11-toolkits/qtermwidget-qt5 for no break x11/coreterminal
- Pass maintainership to new lxqt@ group
- Few other modifications
PR: 278905
Approved by: jsm |
1.4.1 20 Jun 2023 18:13:17
    |
Jesper Schmitz Mouridsen (jsm)  |
editors/featherpad: Update to 1.4.1
Changelog: https://github.com/tsujan/FeatherPad/blob/V1.4.1/ChangeLog |
1.3.5 07 Mar 2023 17:33:36
    |
Jesper Schmitz Mouridsen (jsm)  |
editors/featherpad: Update to 1.3.5
Changes: https://github.com/tsujan/FeatherPad/releases/tag/V1.3.5 |
1.3.4 07 Dec 2022 18:35:52
    |
Jesper Schmitz Mouridsen (jsm)  |
editors/featherpad: Update to 1.3.4 |
1.2.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) |
1.2.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 ) |
1.2.0 20 Jul 2022 14:21:49
    |
Tobias C. Berner (tcberner)  |
editors: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohout <shanee@augusta.de>
* Andrej Zverev <az@inec.ru>
* Andrey Zakhvatov
* Anton Tornqvist <antont@inbox.lv>
* Bill Fumerola <billf@chc-chimes.com>
* Bob Eager <bob@eager.cx>
* Chris D. Faulhaber <jedgar@fxp.org> (Only the first 15 lines of the commit message are shown above ) |
1.2.0 30 Apr 2022 09:12:27
    |
Jesper Schmitz Mouridsen (jsm)  |
editors/featherpad: Update to 1.2.0 |
1.0.1 10 Nov 2021 18:25:33
    |
Jesper Schmitz Mouridsen (jsm)  |
editors/featherpad: Update to 1.0.1 |
1.0.0 27 Sep 2021 16:51:14
    |
Jesper Schmitz Mouridsen (jsm)  |
editors/featherpad: Update to 1.0.0 |
0.18.0_1 22 Jun 2021 18:53:08
    |
Kevin Bowling (kbowling)  |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
0.18.0 08 May 2021 16:52:01
    |
Jesper Schmitz Mouridsen (jsm)  |
editors/featherpad: Update to 0.18.0 |
0.16.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.16.0 21 Nov 2020 12:40:36
  |
jsm  |
editors/featherpad Update to 0.16.0 |
0.14.2 16 Aug 2020 15:00:13
  |
jsm  |
editors/featherpad update to 0.14.2
switch from qmake to cmake beacause of hunspell |
0.10.0_1 05 Nov 2019 15:48:41
  |
zeising  |
Add USES=xorg USES=gl, ports categories e
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'e'. |
0.10.0_1 26 Jul 2019 20:46:57
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
0.10.0 09 Jun 2019 11:30:53
  |
jsm  |
editors/featherpad: Update to 0.10.0
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D20463 |
0.9.2_2 24 Jan 2019 19:52:29
  |
jsm  |
editors/featherpad update to v9.2
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D18503 |
0.9.1_2 16 Jan 2019 11:13:45
  |
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
0.9.1_1 12 Dec 2018 01:35:36
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
0.9.1 05 Nov 2018 15:04:14
  |
jsm  |
New port editors/featherpad
FeatherPad is a lightweight Qt5 plain-text editor. It is independent of
any desktop environment.
PR: 229314
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D17736 |