Index: editors/Makefile =================================================================== --- editors/Makefile +++ editors/Makefile @@ -39,6 +39,7 @@ SUBDIR += emacs SUBDIR += emacs-devel SUBDIR += encryptpad + SUBDIR += featherpad SUBDIR += fileobj SUBDIR += flim SUBDIR += focuswriter Index: editors/featherpad/Makefile =================================================================== --- /dev/null +++ editors/featherpad/Makefile @@ -0,0 +1,25 @@ +# Created by: Olivier Duchateau +# $FreeBSD$ + +PORTNAME= featherpad +PORTVERSION= 0.9.1 +DISTVERSIONPREFIX= V +CATEGORIES= editors + +MAINTAINER= jsm@FreeBSD.org +COMMENT= Lightweight Qt5 plain-text editor + +LICENSE= GPLv3 + +USES= compiler:c++11-lang desktop-file-utils pkgconfig qmake:outsource qt:5 gl + +USE_GITHUB= yes +GH_ACCOUNT= tsujan +GH_PROJECT= FeatherPad + +USE_QT= buildtools_build core gui printsupport network \ + svg widgets x11extras linguisttools +USE_XORG= x11 +USE_GL= gl + +.include Index: editors/featherpad/distinfo =================================================================== --- /dev/null +++ editors/featherpad/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1540720816 +SHA256 (tsujan-FeatherPad-V0.9.1_GH0.tar.gz) = caa704e4509bcc460b1113eabd42b9be7fcf8b494681fcaba7eb87ee6209350a +SIZE (tsujan-FeatherPad-V0.9.1_GH0.tar.gz) = 590391 Index: editors/featherpad/pkg-descr =================================================================== --- /dev/null +++ editors/featherpad/pkg-descr @@ -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 Index: editors/featherpad/pkg-plist =================================================================== --- /dev/null +++ editors/featherpad/pkg-plist @@ -0,0 +1,16 @@ +bin/featherpad +bin/fpad +share/applications/featherpad.desktop +%%DATADIR%%/help +%%DATADIR%%/translations/featherpad_cy.qm +%%DATADIR%%/translations/featherpad_da.qm +%%DATADIR%%/translations/featherpad_de.qm +%%DATADIR%%/translations/featherpad_eo.qm +%%DATADIR%%/translations/featherpad_es.qm +%%DATADIR%%/translations/featherpad_fr.qm +%%DATADIR%%/translations/featherpad_lt.qm +%%DATADIR%%/translations/featherpad_pl.qm +%%DATADIR%%/translations/featherpad_ru.qm +%%DATADIR%%/translations/featherpad_tr.qm +%%DATADIR%%/translations/featherpad_zh_CN.qm +share/icons/hicolor/scalable/apps/featherpad.svg