From owner-svn-ports-all@freebsd.org Mon Nov 5 15:04:16 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 855AA1103E56; Mon, 5 Nov 2018 15:04:16 +0000 (UTC) (envelope-from jsm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DEC9F829CA; Mon, 5 Nov 2018 15:04:15 +0000 (UTC) (envelope-from jsm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BFCC419327; Mon, 5 Nov 2018 15:04:15 +0000 (UTC) (envelope-from jsm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wA5F4FJe042239; Mon, 5 Nov 2018 15:04:15 GMT (envelope-from jsm@FreeBSD.org) Received: (from jsm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA5F4E5T042234; Mon, 5 Nov 2018 15:04:14 GMT (envelope-from jsm@FreeBSD.org) Message-Id: <201811051504.wA5F4E5T042234@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jsm set sender to jsm@FreeBSD.org using -f From: Jesper Schmitz Mouridsen Date: Mon, 5 Nov 2018 15:04:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484195 - in head/editors: . featherpad X-SVN-Group: ports-head X-SVN-Commit-Author: jsm X-SVN-Commit-Paths: in head/editors: . featherpad X-SVN-Commit-Revision: 484195 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DEC9F829CA X-Spamd-Result: default: False [-0.39 / 200.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.13)[-0.133,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; HAS_XAW(0.00)[]; R_SPF_SOFTFAIL(0.00)[~all]; DMARC_NA(0.00)[FreeBSD.org]; RCVD_COUNT_THREE(0.00)[4]; MX_GOOD(-0.01)[cached: mx1.FreeBSD.org]; NEURAL_HAM_SHORT(-0.14)[-0.143,0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Nov 2018 15:04:16 -0000 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@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 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