Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Feb 2019 03:12:46 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492407 - head/graphics/xournalpp
Message-ID:  <201902080312.x183CkVa059837@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Feb  8 03:12:46 2019
New Revision: 492407
URL: https://svnweb.freebsd.org/changeset/ports/492407

Log:
  graphics/xournalpp: Make latex runtime dependency; Fix the typo in pkg-descr, expand pkg-descr
  
  Also add the caveat that it crashes when built with gcc.

Modified:
  head/graphics/xournalpp/Makefile
  head/graphics/xournalpp/pkg-descr

Modified: head/graphics/xournalpp/Makefile
==============================================================================
--- head/graphics/xournalpp/Makefile	Fri Feb  8 02:50:09 2019	(r492406)
+++ head/graphics/xournalpp/Makefile	Fri Feb  8 03:12:46 2019	(r492407)
@@ -3,6 +3,7 @@
 PORTNAME=	xournalpp
 DISTVERSION=	1.0.7-135
 DISTVERSIONSUFFIX=	-g2f5b575e
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -19,8 +20,10 @@ USES=		cmake compiler:c++11-lang gettext-tools gnome p
 USE_GITHUB=	yes
 USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk30 libxml2 pango
 USE_XORG=	x11 xi
-USE_TEX=	latex:build
+USE_TEX=	latex
 
 WITH_DEBUG=	1 # workaround for https://github.com/xournalpp/xournalpp/issues/844 (symbol not found)
+
+# CAVEAT: crashes when built with gcc: https://github.com/xournalpp/xournalpp/issues/851
 
 .include <bsd.port.mk>

Modified: head/graphics/xournalpp/pkg-descr
==============================================================================
--- head/graphics/xournalpp/pkg-descr	Fri Feb  8 02:50:09 2019	(r492406)
+++ head/graphics/xournalpp/pkg-descr	Fri Feb  8 03:12:46 2019	(r492407)
@@ -1,8 +1,24 @@
 Xournal++ is a handwriting Notetaking software with PDF annotation support.
-Written in C++ with plattform independent GTK, supporting Linux, e.g. Ubuntu,
-Debian, Arch, Suse, macOS and Windows 10. Supports Pen input like Wacom Tablets.
+It is written in C++ with platform-independent GTK. Supports pen input like
+Wacom Tablets.
 
 Xournal++ is an evolution, and a rewrite of the pdf annotating program Xournal
 that is also available as a port: graphics/xournal
+
+Features:
+* Support for Pen preassure, e.g. Wacom Tablet
+* Support for annotating PDFs
+* Fill shape functionality
+* PDF Export, PNG Export
+* Allows to map different tools/colors etc. to stylus buttons/mouse buttons
+* Sidebar with Page Previews with advanced page sorting, PDF Bookmarks, Layers
+* Enhanced support for image insertion
+* Eraser with multiple configurations
+* LaTeX support
+* Customizeable toolbar, with multiple configurations
+* Page template definitions
+* Shape drawing (line, arrow, circle, rect), resizing and rotation
+* Rotation snapping every 45 degrees, rect snapping to grid
+* Audio recording and playback alongside with handwritten notes
 
 WWW: https://github.com/xournalpp/xournalpp



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