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

Collapse All | Expand All

(-)focuswriter-qt4/Makefile (-4 / +40 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
CATEGORIES=	editors
4
PKGNAMESUFFIX=	-qt4
8
PKGNAMESUFFIX=	-qt4
5
9
10
MAINTAINER=	lightside@gmx.com
11
COMMENT=	Simple, distraction-free writing environment
12
13
LICENSE=	GPLv3 LGPL3
14
LICENSE_COMB=	multi
15
LICENSE_FILE_GPLv3=	${WRKSRC}/COPYING
16
LICENSE_FILE_LGPL3=	${WRKSRC}/resources/images/icons/oxygen/COPYING
17
18
LIB_DEPENDS=	libhunspell-1.3.so:textproc/hunspell
19
RUN_DEPENDS=	${LOCALBASE}/lib/libSDL2_mixer.so:audio/sdl2_mixer
20
6
CONFLICTS_INSTALL=	${PORTNAME}-[0-9]*
21
CONFLICTS_INSTALL=	${PORTNAME}-[0-9]*
7
22
8
OPTIONS_EXCLUDE=	QT5
23
USE_GITHUB=	yes
9
OPTIONS_SLAVE=		QT4
24
GH_ACCOUNT=	gottcode
10
25
11
MASTERDIR=	${.CURDIR}/../focuswriter
26
USES=		desktop-file-utils pkgconfig qmake
27
USE_QT4=	corelib gui network moc_build rcc_build
28
INSTALLS_ICONS=	yes
12
29
13
.include "${MASTERDIR}/Makefile"
30
LIBS+=		-lz
31
32
PORTDATA=	*
33
PORTDOCS=	CREDITS NEWS README
34
35
OPTIONS_DEFINE=	DOCS
36
37
post-patch:
38
	@${REINPLACE_CMD} -e '/PKGCONFIG/s/ zlib// ; \
39
		/INSTALLS/s/man //' \
40
		${WRKSRC}/focuswriter.pro
41
42
do-install-DOCS-on:
43
	(cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR})
44
45
post-install:
46
	${INSTALL_MAN} ${WRKSRC}/resources/unix/focuswriter.1 \
47
		${STAGEDIR}${PREFIX}/man/man1
48
49
.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 (+20 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
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