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

Collapse All | Expand All

(-)editors/featherpad/Makefile (+24 lines)
Line 0 Link Here
1
# Created by: Olivier Duchateau
2
# $FreeBSD$
3
4
PORTNAME=	featherpad
5
PORTVERSION=	0.9.0
6
DISTVERSIONPREFIX=	V
7
CATEGORIES=	editors
8
9
MAINTAINER=	jesper@schmitz.computer
10
COMMENT=	Lightweight Qt5 plain-text editor
11
12
LICENSE=	GPLv3
13
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	tsujan
16
GH_PROJECT=	FeatherPad
17
18
USES=	compiler:c++11-lang desktop-file-utils pkgconfig qmake:outsource
19
USE_QT5=	buildtools_build core gui printsupport network \
20
	svg widgets x11extras
21
USE_XORG=	x11
22
USE_GL=	gl
23
24
.include <bsd.port.mk>
(-)editors/featherpad/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1529711499
2
SHA256 (tsujan-FeatherPad-V0.9.0_GH0.tar.gz) = 4e7924cfe191c6017db084713bb25d458cb5161c4800e4eac2265c5b6240c6d2
3
SIZE (tsujan-FeatherPad-V0.9.0_GH0.tar.gz) = 562703
(-)editors/featherpad/files/patch-featherpad_encoding.cpp (+10 lines)
Line 0 Link Here
1
--- featherpad/encoding.cpp.orig	2016-08-13 15:57:51 UTC
2
+++ featherpad/encoding.cpp
3
@@ -8,6 +8,7 @@
4
 
5
 #include <stdlib.h> // getenv
6
 #include <langinfo.h> // CODESET, nl_langinfo
7
+#include <locale.h>
8
 #include <stdint.h> // uint8_t, uint32_t
9
 #include <QTextCodec>
10
 #include "encoding.h"
(-)editors/featherpad/pkg-descr (+4 lines)
Line 0 Link Here
1
FeatherPad is a lightweight Qt5 plain-text editor. It is independent of
2
any desktop environment.
3
4
WWW: https://github.com/tsujan/FeatherPad
(-)editors/featherpad/pkg-plist (+14 lines)
Line 0 Link Here
1
bin/featherpad
2
bin/fpad
3
share/applications/featherpad.desktop
4
%%DATADIR%%/help
5
%%DATADIR%%/translations/featherpad_da.qm
6
%%DATADIR%%/translations/featherpad_de.qm
7
%%DATADIR%%/translations/featherpad_eo.qm
8
%%DATADIR%%/translations/featherpad_es_ES.qm
9
%%DATADIR%%/translations/featherpad_fr.qm
10
%%DATADIR%%/translations/featherpad_pl.qm
11
%%DATADIR%%/translations/featherpad_ru.qm
12
%%DATADIR%%/translations/featherpad_tr.qm
13
%%DATADIR%%/translations/featherpad_zh_CN.qm
14

Return to bug 229314