Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Aug 2018 06:58:32 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r476280 - in head/editors: . ghostwriter
Message-ID:  <201808030658.w736wWVE045140@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808030658.w736wWVE045140>