2018-08-26 09:00:14 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2018/08/26 09:00:14 awolk Exp $
|
import editors/ghostwriter
- https://wereturtle.github.io/ghostwriter/
- https://github.com/wereturtle/ghostwriter/
OK landry@
$ cat pkg/DESCR
ghostwriter is a Windows and Unix text editor for Markdown, providing a
relaxing, distraction-free writing environment, whether your masterpiece
be that next blog post, your school paper, or your NaNoWriMo novel.
* Syntax highlighting of Markdown
* Navigation of document headings
* Full-screen mode
* Focus mode that highlights the current sentence, line, three lines, or
paragraph
* Two built-in themes, one light and one dark
* Theme creator for custom colors and background images
* Spell checking with Hunspell
* A Live word count
* A live HTML preview as you type
* Use of custom CSS style sheets for HTML preview
* Image URL insertion via dragging and dropping an image file into the editor
* Sundown processor built in for preview and export to HTML
* Interoperability with the following Markdown processors (if installed) for
preview and export to popular document formats, such as PDF, ODT, and RTF:
* Pandoc
* MultiMarkdown
* Discount
* cmark
2017-01-17 12:58:26 +00:00
|
|
|
|
|
|
|
# qt5 webkit
|
|
|
|
USE_WXNEEDED = Yes
|
|
|
|
|
|
|
|
COMMENT = distraction-free Markdown editor
|
|
|
|
|
|
|
|
GH_ACCOUNT = wereturtle
|
|
|
|
GH_PROJECT = ghostwriter
|
2018-08-26 09:00:14 +00:00
|
|
|
GH_TAGNAME = v1.7.3
|
import editors/ghostwriter
- https://wereturtle.github.io/ghostwriter/
- https://github.com/wereturtle/ghostwriter/
OK landry@
$ cat pkg/DESCR
ghostwriter is a Windows and Unix text editor for Markdown, providing a
relaxing, distraction-free writing environment, whether your masterpiece
be that next blog post, your school paper, or your NaNoWriMo novel.
* Syntax highlighting of Markdown
* Navigation of document headings
* Full-screen mode
* Focus mode that highlights the current sentence, line, three lines, or
paragraph
* Two built-in themes, one light and one dark
* Theme creator for custom colors and background images
* Spell checking with Hunspell
* A Live word count
* A live HTML preview as you type
* Use of custom CSS style sheets for HTML preview
* Image URL insertion via dragging and dropping an image file into the editor
* Sundown processor built in for preview and export to HTML
* Interoperability with the following Markdown processors (if installed) for
preview and export to popular document formats, such as PDF, ODT, and RTF:
* Pandoc
* MultiMarkdown
* Discount
* cmark
2017-01-17 12:58:26 +00:00
|
|
|
|
|
|
|
CATEGORIES = editors
|
|
|
|
|
|
|
|
HOMEPAGE = https://wereturtle.github.io/ghostwriter/
|
|
|
|
|
|
|
|
MAINTAINER = Adam Wolk <awolk@openbsd.org>
|
|
|
|
|
|
|
|
# GPLv3
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
2017-07-27 09:55:44 +00:00
|
|
|
WANTLIB += ${COMPILER_LIBCXX}
|
import editors/ghostwriter
- https://wereturtle.github.io/ghostwriter/
- https://github.com/wereturtle/ghostwriter/
OK landry@
$ cat pkg/DESCR
ghostwriter is a Windows and Unix text editor for Markdown, providing a
relaxing, distraction-free writing environment, whether your masterpiece
be that next blog post, your school paper, or your NaNoWriMo novel.
* Syntax highlighting of Markdown
* Navigation of document headings
* Full-screen mode
* Focus mode that highlights the current sentence, line, three lines, or
paragraph
* Two built-in themes, one light and one dark
* Theme creator for custom colors and background images
* Spell checking with Hunspell
* A Live word count
* A live HTML preview as you type
* Use of custom CSS style sheets for HTML preview
* Image URL insertion via dragging and dropping an image file into the editor
* Sundown processor built in for preview and export to HTML
* Interoperability with the following Markdown processors (if installed) for
preview and export to popular document formats, such as PDF, ODT, and RTF:
* Pandoc
* MultiMarkdown
* Discount
* cmark
2017-01-17 12:58:26 +00:00
|
|
|
WANTLIB += GL Qt5Concurrent Qt5Core Qt5Gui Qt5Network Qt5PrintSupport
|
2018-07-18 11:51:15 +00:00
|
|
|
WANTLIB += Qt5Svg Qt5WebKit Qt5WebKitWidgets Qt5Widgets c hunspell-1.6
|
import editors/ghostwriter
- https://wereturtle.github.io/ghostwriter/
- https://github.com/wereturtle/ghostwriter/
OK landry@
$ cat pkg/DESCR
ghostwriter is a Windows and Unix text editor for Markdown, providing a
relaxing, distraction-free writing environment, whether your masterpiece
be that next blog post, your school paper, or your NaNoWriMo novel.
* Syntax highlighting of Markdown
* Navigation of document headings
* Full-screen mode
* Focus mode that highlights the current sentence, line, three lines, or
paragraph
* Two built-in themes, one light and one dark
* Theme creator for custom colors and background images
* Spell checking with Hunspell
* A Live word count
* A live HTML preview as you type
* Use of custom CSS style sheets for HTML preview
* Image URL insertion via dragging and dropping an image file into the editor
* Sundown processor built in for preview and export to HTML
* Interoperability with the following Markdown processors (if installed) for
preview and export to popular document formats, such as PDF, ODT, and RTF:
* Pandoc
* MultiMarkdown
* Discount
* cmark
2017-01-17 12:58:26 +00:00
|
|
|
WANTLIB += m pthread
|
|
|
|
|
|
|
|
MODULES = devel/qmake \
|
|
|
|
x11/qt5
|
|
|
|
RUN_DEPENDS = devel/desktop-file-utils \
|
|
|
|
x11/gtk+3,-guic
|
|
|
|
LIB_DEPENDS = textproc/hunspell \
|
|
|
|
x11/qt5/qtbase \
|
2018-07-18 11:51:15 +00:00
|
|
|
x11/qt5/qtsvg \
|
import editors/ghostwriter
- https://wereturtle.github.io/ghostwriter/
- https://github.com/wereturtle/ghostwriter/
OK landry@
$ cat pkg/DESCR
ghostwriter is a Windows and Unix text editor for Markdown, providing a
relaxing, distraction-free writing environment, whether your masterpiece
be that next blog post, your school paper, or your NaNoWriMo novel.
* Syntax highlighting of Markdown
* Navigation of document headings
* Full-screen mode
* Focus mode that highlights the current sentence, line, three lines, or
paragraph
* Two built-in themes, one light and one dark
* Theme creator for custom colors and background images
* Spell checking with Hunspell
* A Live word count
* A live HTML preview as you type
* Use of custom CSS style sheets for HTML preview
* Image URL insertion via dragging and dropping an image file into the editor
* Sundown processor built in for preview and export to HTML
* Interoperability with the following Markdown processors (if installed) for
preview and export to popular document formats, such as PDF, ODT, and RTF:
* Pandoc
* MultiMarkdown
* Discount
* cmark
2017-01-17 12:58:26 +00:00
|
|
|
x11/qt5/qtwebkit
|
|
|
|
|
|
|
|
NO_TEST = Yes
|
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
@sed -i 's,/share/man/man1,/man/man1,' \
|
|
|
|
${WRKSRC}/ghostwriter.pro
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|