Index: editors/featherpad/Makefile =================================================================== --- editors/featherpad/Makefile (nonexistent) +++ editors/featherpad/Makefile (working copy) @@ -0,0 +1,24 @@ +# 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 + +USE_GITHUB= yes +GH_ACCOUNT= tsujan +GH_PROJECT= FeatherPad + +USES= compiler:c++11-lang desktop-file-utils pkgconfig qmake:outsource +USE_QT5= buildtools_build core gui printsupport network \ + svg widgets x11extras +USE_XORG= x11 +USE_GL= gl + +.include Property changes on: editors/featherpad/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: editors/featherpad/distinfo =================================================================== --- editors/featherpad/distinfo (nonexistent) +++ editors/featherpad/distinfo (working copy) @@ -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 Property changes on: editors/featherpad/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: editors/featherpad/files/patch-featherpad_encoding.cpp =================================================================== --- editors/featherpad/files/patch-featherpad_encoding.cpp (nonexistent) +++ editors/featherpad/files/patch-featherpad_encoding.cpp (working copy) @@ -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" Property changes on: editors/featherpad/files/patch-featherpad_encoding.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: editors/featherpad/pkg-descr =================================================================== --- editors/featherpad/pkg-descr (nonexistent) +++ editors/featherpad/pkg-descr (working copy) @@ -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 Property changes on: editors/featherpad/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: editors/featherpad/pkg-plist =================================================================== --- editors/featherpad/pkg-plist (nonexistent) +++ editors/featherpad/pkg-plist (working copy) @@ -0,0 +1,14 @@ +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 + Property changes on: editors/featherpad/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property