From ed5fba047e2ae0bb5d0db6aa0d65b8f3598b1c98 Mon Sep 17 00:00:00 2001 From: Jesper Schmitz Mouridsen Date: Mon, 5 Nov 2018 15:04:14 +0000 Subject: [PATCH] New port editors/featherpad FeatherPad is a lightweight Qt5 plain-text editor. It is independent of any desktop environment. PR: 229314 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D17736 --- editors/Makefile | 1 + editors/featherpad/Makefile | 25 +++++++++++++++++++++++++ editors/featherpad/distinfo | 3 +++ editors/featherpad/pkg-descr | 4 ++++ editors/featherpad/pkg-plist | 16 ++++++++++++++++ 5 files changed, 49 insertions(+) create mode 100644 editors/featherpad/Makefile create mode 100644 editors/featherpad/distinfo create mode 100644 editors/featherpad/pkg-descr create mode 100644 editors/featherpad/pkg-plist diff --git a/editors/Makefile b/editors/Makefile index ba0d059f72e1..36d0d3d2745d 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -39,6 +39,7 @@ SUBDIR += emacs SUBDIR += emacs-devel SUBDIR += encryptpad + SUBDIR += featherpad SUBDIR += fileobj SUBDIR += flim SUBDIR += focuswriter diff --git a/editors/featherpad/Makefile b/editors/featherpad/Makefile new file mode 100644 index 000000000000..5de6b5a86d51 --- /dev/null +++ b/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 diff --git a/editors/featherpad/distinfo b/editors/featherpad/distinfo new file mode 100644 index 000000000000..4a370aae97fc --- /dev/null +++ b/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 diff --git a/editors/featherpad/pkg-descr b/editors/featherpad/pkg-descr new file mode 100644 index 000000000000..df375aa6eae4 --- /dev/null +++ b/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 diff --git a/editors/featherpad/pkg-plist b/editors/featherpad/pkg-plist new file mode 100644 index 000000000000..20a1383cf88f --- /dev/null +++ b/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