View | Details | Raw Unified | Return to bug 214827 | Differences between
and this patch

Collapse All | Expand All

(-)focuswriter-qt4/Makefile (-4 / +41 lines)
Lines 1-13 Link Here
1
# Created by: lightside <lightside@gmx.com>
1
# Created by: lightside <lightside@gmx.com>
2
# $FreeBSD: head/editors/focuswriter-qt4/Makefile 418540 2016-07-14 16:37:39Z pawel $
2
# $FreeBSD: head/editors/focuswriter-qt4/Makefile 418540 2016-07-14 16:37:39Z pawel $
3
3
4
PORTNAME=	focuswriter
5
PORTVERSION=	1.5.7
6
DISTVERSIONPREFIX=	v
7
PORTREVISION=	1
8
CATEGORIES=	editors
4
PKGNAMESUFFIX=	-qt4
9
PKGNAMESUFFIX=	-qt4
5
10
11
MAINTAINER=	lightside@gmx.com
12
COMMENT=	Simple, distraction-free writing environment
13
14
LICENSE=	GPLv3 LGPL3
15
LICENSE_COMB=	multi
16
LICENSE_FILE_GPLv3=	${WRKSRC}/COPYING
17
LICENSE_FILE_LGPL3=	${WRKSRC}/resources/images/icons/oxygen/COPYING
18
19
LIB_DEPENDS=	libhunspell-1.3.so:textproc/hunspell
20
RUN_DEPENDS=	${LOCALBASE}/lib/libSDL2_mixer.so:audio/sdl2_mixer
21
6
CONFLICTS_INSTALL=	${PORTNAME}-[0-9]*
22
CONFLICTS_INSTALL=	${PORTNAME}-[0-9]*
7
23
8
OPTIONS_EXCLUDE=	QT5
24
USE_GITHUB=	yes
9
OPTIONS_SLAVE=		QT4
25
GH_ACCOUNT=	gottcode
10
26
11
MASTERDIR=	${.CURDIR}/../focuswriter
27
USES=		desktop-file-utils pkgconfig qmake
28
USE_QT4=	corelib gui network moc_build rcc_build
29
INSTALLS_ICONS=	yes
12
30
13
.include "${MASTERDIR}/Makefile"
31
LIBS+=		-lz
32
33
PORTDATA=	*
34
PORTDOCS=	CREDITS NEWS README
35
36
OPTIONS_DEFINE=		DOCS
37
38
post-patch:
39
	@${REINPLACE_CMD} -e '/PKGCONFIG/s/ zlib// ; \
40
		/INSTALLS/s/man //' \
41
		${WRKSRC}/focuswriter.pro
42
43
do-install-DOCS-on:
44
	(cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR})
45
46
post-install:
47
	${INSTALL_MAN} ${WRKSRC}/resources/unix/focuswriter.1 \
48
		${STAGEDIR}${PREFIX}/man/man1
49
50
.include <bsd.port.mk>
(-)focuswriter-qt4/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1468697342
2
SHA256 (gottcode-focuswriter-v1.5.7_GH0.tar.gz) = 83d3e093360dfb8855602cb5b65a4c5249ada511031c76bdcee73e3dd0b09250
3
SIZE (gottcode-focuswriter-v1.5.7_GH0.tar.gz) = 5621646
(-)focuswriter-qt4/pkg-descr (+22 lines)
Line 0 Link Here
1
FocusWriter is a simple, distraction-free writing environment. It utilizes a
2
hide-away interface, that you access by moving your mouse to the edges of the
3
screen, allowing the program to have a familiar look and feel to it, while still
4
getting out of the way, so that you can immerse yourself in your work.
5
6
Features:
7
- TXT, basic RTF, and basic ODT file support
8
- Timers and alarms
9
- Daily goals
10
- Fully customizable themes
11
- Typewriter sound effects (optional)
12
- Auto-save (optional)
13
- Live statistics (optional)
14
- Spell-checking (optional)
15
- Multi-document support
16
- Sessions
17
- Portable mode (optional)
18
- Translated into over 20 languages
19
20
This is latest version, which uses Qt 4 toolkit.
21
22
WWW: https://gottcode.org/focuswriter/
(-)focuswriter-qt4/pkg-plist (+14 lines)
Line 0 Link Here
1
bin/focuswriter
2
man/man1/focuswriter.1.gz
3
share/appdata/focuswriter.appdata.xml
4
share/applications/focuswriter.desktop
5
share/icons/hicolor/128x128/apps/focuswriter.png
6
share/icons/hicolor/16x16/apps/focuswriter.png
7
share/icons/hicolor/22x22/apps/focuswriter.png
8
share/icons/hicolor/24x24/apps/focuswriter.png
9
share/icons/hicolor/256x256/apps/focuswriter.png
10
share/icons/hicolor/32x32/apps/focuswriter.png
11
share/icons/hicolor/48x48/apps/focuswriter.png
12
share/icons/hicolor/64x64/apps/focuswriter.png
13
share/icons/hicolor/scalable/apps/focuswriter.svg
14
share/pixmaps/focuswriter.xpm

Return to bug 214827