diff -urN /usr/ports/editors/featherpad/distinfo editors/featherpad/distinfo --- /usr/ports/editors/featherpad/distinfo 1970-01-01 01:00:00.000000000 +0100 +++ editors/featherpad/distinfo 2018-06-23 01:51:39.854738000 +0200 @@ -0,0 +1,3 @@ +TIMESTAMP = 1529711499 +SHA256 (tsujan-FeatherPad-V0.9.0_GH0.tar.gz) = 4e7924cfe191c6017db084713bb25d458cb5161c4800e4eac2265c5b6240c6d2 +SIZE (tsujan-FeatherPad-V0.9.0_GH0.tar.gz) = 562703 diff -urN /usr/ports/editors/featherpad/files/patch-featherpad_encoding.cpp editors/featherpad/files/patch-featherpad_encoding.cpp --- /usr/ports/editors/featherpad/files/patch-featherpad_encoding.cpp 1970-01-01 01:00:00.000000000 +0100 +++ editors/featherpad/files/patch-featherpad_encoding.cpp 2018-05-13 14:12:16.693699000 +0200 @@ -0,0 +1,10 @@ +--- featherpad/encoding.cpp.orig 2016-08-13 15:57:51 UTC ++++ featherpad/encoding.cpp +@@ -8,6 +8,7 @@ + + #include // getenv + #include // CODESET, nl_langinfo ++#include + #include // uint8_t, uint32_t + #include + #include "encoding.h" diff -urN /usr/ports/editors/featherpad/Makefile editors/featherpad/Makefile --- /usr/ports/editors/featherpad/Makefile 1970-01-01 01:00:00.000000000 +0100 +++ editors/featherpad/Makefile 2018-06-30 10:01:57.598151000 +0200 @@ -0,0 +1,25 @@ +# Created by: Olivier Duchateau +# $FreeBSD$ + +PORTNAME= featherpad +PORTVERSION= 0.9.0 +DISTVERSIONPREFIX= V +CATEGORIES= editors + +MAINTAINER= jesper@schmitz.computer +COMMENT= Lightweight Qt5 plain-text editor + +LICENSE= GPLv3 + +USES= compiler:c++11-lang desktop-file-utils pkgconfig qmake:outsource qt:5 + +USE_GITHUB= yes +GH_ACCOUNT= tsujan +GH_PROJECT= FeatherPad + +USE_QT= buildtools_build core gui printsupport network \ + svg widgets x11extras +USE_XORG= x11 +USE_GL= gl + +.include diff -urN /usr/ports/editors/featherpad/pkg-descr editors/featherpad/pkg-descr --- /usr/ports/editors/featherpad/pkg-descr 1970-01-01 01:00:00.000000000 +0100 +++ editors/featherpad/pkg-descr 2018-05-13 14:12:16.693857000 +0200 @@ -0,0 +1,4 @@ +FeatherPad is a lightweight Qt5 plain-text editor. It is independent of +any desktop environment. + +WWW: https://github.com/tsujan/FeatherPad diff -urN /usr/ports/editors/featherpad/pkg-plist editors/featherpad/pkg-plist --- /usr/ports/editors/featherpad/pkg-plist 1970-01-01 01:00:00.000000000 +0100 +++ editors/featherpad/pkg-plist 2018-06-30 10:02:09.157410000 +0200 @@ -0,0 +1,13 @@ +bin/featherpad +bin/fpad +share/applications/featherpad.desktop +%%DATADIR%%/help +%%DATADIR%%/translations/featherpad_da.qm +%%DATADIR%%/translations/featherpad_de.qm +%%DATADIR%%/translations/featherpad_eo.qm +%%DATADIR%%/translations/featherpad_es_ES.qm +%%DATADIR%%/translations/featherpad_fr.qm +%%DATADIR%%/translations/featherpad_pl.qm +%%DATADIR%%/translations/featherpad_ru.qm +%%DATADIR%%/translations/featherpad_tr.qm +%%DATADIR%%/translations/featherpad_zh_CN.qm