Port details |
- ghostwriter Distraction-free Markdown editor
- 2.1.4 editors
=0 Version of this port present on the latest quarterly branch. - Maintainer: madpilot@FreeBSD.org
 - Port Added: 2018-08-03 06:58:52
- Last Update: 2022-06-20 07:50:44
- Commit Hash: 96f01f0
- License: GPLv3+
- Description:
- Ghostwriter is a text editor for Markdown. It provides a relaxing,
distraction-free writing environment, whether your masterpiece is
that next blog post, your school paper, or your NaNoWriMo novel.
Create your own custom themes, write in fullscreen mode, or use
focus mode to concentrate on just one or more lines. A live HTML
preview allows you to view the final formatting as you type.
WWW: http://wereturtle.github.io/ghostwriter/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ghostwriter>0:editors/ghostwriter
- To install the port:
- cd /usr/ports/editors/ghostwriter/ && make install clean
- To add the package, run one of these commands:
- pkg install editors/ghostwriter
- pkg install ghostwriter
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ghostwriter
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1655647652
SHA256 (wereturtle-ghostwriter-2.1.4_GH0.tar.gz) = cbc1b06c5725031d147869c22bad4c263d67e87e5b3284c5cbfe35af2f29dcde
SIZE (wereturtle-ghostwriter-2.1.4_GH0.tar.gz) = 7725770
- 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
- qt5-buildtools>=5.15.2 : devel/qt5-buildtools
- lrelease : devel/qt5-linguisttools
- qt5-qmake>=5.15.2 : devel/qt5-qmake
- Runtime dependencies:
-
- update-desktop-database : devel/desktop-file-utils
- Library dependencies:
-
- libhunspell-1.7.so : textproc/hunspell
- libQt5Core.so : devel/qt5-core
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Svg.so : graphics/qt5-svg
- libQt5WebChannel.so : www/qt5-webchannel
- libQt5WebEngine.so : www/qt5-webengine
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- editors_ghostwriter
- USES:
- compiler:c++11-lang desktop-file-utils pkgconfig qmake qt:5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jun 2022 07:50:44 2.1.4 |
Guido Falsi (madpilot)  |
editors/ghostwriter: Update to 2.1.4 |
29 May 2022 15:34:59 2.1.3 |
Guido Falsi (madpilot)  |
editors/ghostwriter: Update to 2.1.3 |
27 Mar 2022 11:13:05 2.1.2 |
Guido Falsi (madpilot)  |
editors/ghostwriter: Update to 2.1.2 and take maintainership
This version includes qt resources containing spaces which cause
build failures due to the incorrectly escaped spaces that end up
in the Makefile. Added a port-configure patch that removes the
offending lines. |
23 Jan 2022 20:56:25 1.8.1 |
Rene Ladan (rene)  |
cleanup: remove transitive py27 deprecation (www/qt5-webengine) |
07 Apr 2021 08:09:01 1.8.1 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.8.1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
24 Mar 2021 13:34:36
1.8.1 |
rene  |
Mark ports recursively depending on Python 2.7 for expiration on June 23.
For ports optionally dependending on Python 2.7, just mark those options
as expired. Remove konquerer from the x11/kde-baseapps metaport and bump
its PORTREVISION.
Submitted by: rene
Reviewed by: portmgr, adridg, ehaupt, lme, madpilot, pizzamig, se, sunpoet, yuri
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D28665 |
28 Sep 2020 05:05:25
1.8.1 |
tobik  |
Reset MAINTAINER |
21 May 2020 07:44:56
1.8.1 |
tcberner  |
editors/ghostwriter: prepare for Qt5-5.15 |
23 Feb 2020 05:21:13
1.8.1 |
tobik  |
editors/ghostwriter: Update to v1.8.1
Changes: https://github.com/wereturtle/ghostwriter/releases/tag/v1.8.1 |
26 Jul 2019 20:46:57
1.8.0_1 |
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 |
29 Apr 2019 08:42:51
1.8.0 |
tobik  |
editors/ghostwriter: Update to 1.8.0
Changes: https://github.com/wereturtle/ghostwriter/releases/tag/v1.8.0 |
18 Jan 2019 21:14:42
1.7.4_3 |
jbeich  |
textproc/hunspell: update to 1.7.0
- Drop const optimization as v2 API moved to nuspell
Changes: https://github.com/hunspell/hunspell/releases/tag/v1.7.0 |
16 Jan 2019 11:13:45
1.7.4_2 |
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 ) |
12 Dec 2018 01:35:36
1.7.4_1 |
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 |
10 Dec 2018 07:55:52
1.7.4 |
tobik  |
editors/ghostwriter: Update to 1.7.4
Changes: https://github.com/wereturtle/ghostwriter/releases/tag/v1.7.4 |
15 Oct 2018 06:24:42
1.7.3 |
tobik  |
editors/ghostwriter needs a compiler with C++11 support |
12 Aug 2018 12:09:45
1.7.3 |
tobik  |
editors/ghostwriter: Update to 1.7.3
Changes: https://github.com/wereturtle/ghostwriter/releases/tag/v1.7.3 |
03 Aug 2018 06:58:32
1.7.2 |
tobik  |
New port: editors/ghostwriter
Ghostwriter is a text editor for Markdown. It provides a relaxing,
distraction-free writing environment, whether your masterpiece is
that next blog post, your school paper, or your NaNoWriMo novel.
Create your own custom themes, write in fullscreen mode, or use
focus mode to concentrate on just one or more lines. A live HTML
preview allows you to view the final formatting as you type.
WWW: http://wereturtle.github.io/ghostwriter/ |