diff options
author | pawel <pawel@FreeBSD.org> | 2016-07-15 00:37:39 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2016-07-15 00:37:39 +0800 |
commit | 71d4c2d44c2824ddb47b089f9e1a977eb678cfc7 (patch) | |
tree | 9aebcf8ea1d33cda6f68a87a3a34e2a30f070b01 /editors | |
parent | 5bf1d7efe909b856c1394dd15e49c247fe556403 (diff) | |
download | freebsd-ports-gnome-71d4c2d44c2824ddb47b089f9e1a977eb678cfc7.tar.gz freebsd-ports-gnome-71d4c2d44c2824ddb47b089f9e1a977eb678cfc7.tar.zst freebsd-ports-gnome-71d4c2d44c2824ddb47b089f9e1a977eb678cfc7.zip |
FocusWriter is a simple, distraction-free writing environment. It utilizes a
hide-away interface, that you access by moving your mouse to the edges of the
screen, allowing the program to have a familiar look and feel to it, while still
getting out of the way, so that you can immerse yourself in your work.
Features:
- TXT, basic RTF, and basic ODT file support
- Timers and alarms
- Daily goals
- Fully customizable themes
- Typewriter sound effects (optional)
- Auto-save (optional)
- Live statistics (optional)
- Spell-checking (optional)
- Multi-document support
- Sessions
- Portable mode (optional)
- Translated into over 20 languages
WWW: http://gottcode.org/focuswriter/
PR: 210676
Submitted by: lightside <lightside@gmx.com>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/focuswriter-qt4/Makefile | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 3d3ce64720ed..66c47ce2200e 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -54,6 +54,7 @@ SUBDIR += fileobj SUBDIR += flim SUBDIR += focuswriter + SUBDIR += focuswriter-qt4 SUBDIR += fpc-ide SUBDIR += fte SUBDIR += fxite diff --git a/editors/focuswriter-qt4/Makefile b/editors/focuswriter-qt4/Makefile new file mode 100644 index 000000000000..910b48cf83b9 --- /dev/null +++ b/editors/focuswriter-qt4/Makefile @@ -0,0 +1,13 @@ +# Created by: lightside <lightside@gmx.com> +# $FreeBSD$ + +PKGNAMESUFFIX= -qt4 + +CONFLICTS_INSTALL= ${PORTNAME}-[0-9]* + +OPTIONS_EXCLUDE= QT5 +OPTIONS_SLAVE= QT4 + +MASTERDIR= ${.CURDIR}/../focuswriter + +.include "${MASTERDIR}/Makefile" |