From owner-svn-ports-all@freebsd.org Fri Aug 3 06:58:33 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 91D76105F7E2; Fri, 3 Aug 2018 06:58:33 +0000 (UTC) (envelope-from tobik@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 47C69738D7; Fri, 3 Aug 2018 06:58:33 +0000 (UTC) (envelope-from tobik@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 2A65E1D11F; Fri, 3 Aug 2018 06:58:33 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w736wX4k045145; Fri, 3 Aug 2018 06:58:33 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w736wWVE045140; Fri, 3 Aug 2018 06:58:32 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201808030658.w736wWVE045140@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 3 Aug 2018 06:58:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476280 - in head/editors: . ghostwriter X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/editors: . ghostwriter X-SVN-Commit-Revision: 476280 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 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: Fri, 03 Aug 2018 06:58:33 -0000 Author: tobik Date: Fri Aug 3 06:58:31 2018 New Revision: 476280 URL: https://svnweb.freebsd.org/changeset/ports/476280 Log: New port: editors/ghostwriter Ghostwriter is a text editor for Markdown. It provides a relaxing, distraction-free writing environment, whether your masterpiece is that next blog post, your school paper, or your NaNoWriMo novel. Create your own custom themes, write in fullscreen mode, or use focus mode to concentrate on just one or more lines. A live HTML preview allows you to view the final formatting as you type. WWW: http://wereturtle.github.io/ghostwriter/ Added: head/editors/ghostwriter/ head/editors/ghostwriter/Makefile (contents, props changed) head/editors/ghostwriter/distinfo (contents, props changed) head/editors/ghostwriter/pkg-descr (contents, props changed) head/editors/ghostwriter/pkg-plist (contents, props changed) Modified: head/editors/Makefile Modified: head/editors/Makefile ============================================================================== --- head/editors/Makefile Fri Aug 3 06:58:17 2018 (r476279) +++ head/editors/Makefile Fri Aug 3 06:58:31 2018 (r476280) @@ -49,6 +49,7 @@ SUBDIR += gedit SUBDIR += gedit-plugins SUBDIR += ghex + SUBDIR += ghostwriter SUBDIR += gmanedit SUBDIR += gnotepad+ SUBDIR += gobby Added: head/editors/ghostwriter/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/ghostwriter/Makefile Fri Aug 3 06:58:31 2018 (r476280) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= ghostwriter +DISTVERSIONPREFIX= v +DISTVERSION= 1.7.2 +CATEGORIES= editors + +MAINTAINER= tobik@FreeBSD.org +COMMENT= Distraction-free Markdown editor + +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell + +USES= desktop-file-utils pkgconfig qmake qt:5 +USE_GITHUB= yes +GH_ACCOUNT= wereturtle +USE_QT= concurrent core gui network printsupport svg webkit widgets \ + buildtools_build linguisttools_build +LDFLAGS+= -Wl,--as-needed # cf. PR 224488 + +post-patch: + @${REINPLACE_CMD} 's,share/man/,man/,' ${WRKSRC}/ghostwriter.pro + +.include Added: head/editors/ghostwriter/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/ghostwriter/distinfo Fri Aug 3 06:58:31 2018 (r476280) @@ -0,0 +1,3 @@ +TIMESTAMP = 1533269708 +SHA256 (wereturtle-ghostwriter-v1.7.2_GH0.tar.gz) = 034358fbf3256fbc4cdf24942de39948fff420398dafb22c54c813dbc266e84e +SIZE (wereturtle-ghostwriter-v1.7.2_GH0.tar.gz) = 672150 Added: head/editors/ghostwriter/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/ghostwriter/pkg-descr Fri Aug 3 06:58:31 2018 (r476280) @@ -0,0 +1,9 @@ +Ghostwriter is a text editor for Markdown. It provides a relaxing, +distraction-free writing environment, whether your masterpiece is +that next blog post, your school paper, or your NaNoWriMo novel. + +Create your own custom themes, write in fullscreen mode, or use +focus mode to concentrate on just one or more lines. A live HTML +preview allows you to view the final formatting as you type. + +WWW: http://wereturtle.github.io/ghostwriter/ Added: head/editors/ghostwriter/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/ghostwriter/pkg-plist Fri Aug 3 06:58:31 2018 (r476280) @@ -0,0 +1,25 @@ +bin/ghostwriter +share/appdata/ghostwriter.appdata.xml +share/applications/ghostwriter.desktop +%%DATADIR%%/translations/ghostwriter_cs.qm +%%DATADIR%%/translations/ghostwriter_de.qm +%%DATADIR%%/translations/ghostwriter_en.qm +%%DATADIR%%/translations/ghostwriter_es.qm +%%DATADIR%%/translations/ghostwriter_fr.qm +%%DATADIR%%/translations/ghostwriter_it.qm +%%DATADIR%%/translations/ghostwriter_ja.qm +%%DATADIR%%/translations/ghostwriter_pl.qm +%%DATADIR%%/translations/ghostwriter_pt_BR.qm +%%DATADIR%%/translations/ghostwriter_ru.qm +%%DATADIR%%/translations/ghostwriter_zh.qm +share/icons/hicolor/128x128/apps/ghostwriter.png +share/icons/hicolor/16x16/apps/ghostwriter.png +share/icons/hicolor/22x22/apps/ghostwriter.png +share/icons/hicolor/24x24/apps/ghostwriter.png +share/icons/hicolor/256x256/apps/ghostwriter.png +share/icons/hicolor/32x32/apps/ghostwriter.png +share/icons/hicolor/48x48/apps/ghostwriter.png +share/icons/hicolor/64x64/apps/ghostwriter.png +share/icons/hicolor/scalable/apps/ghostwriter.svg +man/man1/ghostwriter.1.gz +share/pixmaps/ghostwriter.xpm