svn commit: r484195 - in head/editors: . featherpad

Jesper Schmitz Mouridsen jsm at FreeBSD.org
Mon Nov 5 15:04:16 UTC 2018


Author: jsm
Date: Mon Nov  5 15:04:14 2018
New Revision: 484195
URL: https://svnweb.freebsd.org/changeset/ports/484195

Log:
  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

Added:
  head/editors/featherpad/
  head/editors/featherpad/Makefile   (contents, props changed)
  head/editors/featherpad/distinfo   (contents, props changed)
  head/editors/featherpad/pkg-descr   (contents, props changed)
  head/editors/featherpad/pkg-plist   (contents, props changed)
Modified:
  head/editors/Makefile

Modified: head/editors/Makefile
==============================================================================
--- head/editors/Makefile	Mon Nov  5 14:36:31 2018	(r484194)
+++ head/editors/Makefile	Mon Nov  5 15:04:14 2018	(r484195)
@@ -39,6 +39,7 @@
     SUBDIR += emacs
     SUBDIR += emacs-devel
     SUBDIR += encryptpad
+    SUBDIR += featherpad 
     SUBDIR += fileobj
     SUBDIR += flim
     SUBDIR += focuswriter

Added: head/editors/featherpad/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/featherpad/Makefile	Mon Nov  5 15:04:14 2018	(r484195)
@@ -0,0 +1,25 @@
+# Created by: Olivier Duchateau
+# $FreeBSD$
+
+PORTNAME=		featherpad
+PORTVERSION=		0.9.1
+DISTVERSIONPREFIX=	V
+CATEGORIES=		editors
+
+MAINTAINER=	jsm at 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 <bsd.port.mk>

Added: head/editors/featherpad/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/featherpad/distinfo	Mon Nov  5 15:04:14 2018	(r484195)
@@ -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

Added: head/editors/featherpad/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/featherpad/pkg-descr	Mon Nov  5 15:04:14 2018	(r484195)
@@ -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

Added: head/editors/featherpad/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/featherpad/pkg-plist	Mon Nov  5 15:04:14 2018	(r484195)
@@ -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


More information about the svn-ports-all mailing list