Index: head/graphics/xournalpp/Makefile =================================================================== --- head/graphics/xournalpp/Makefile (revision 492406) +++ head/graphics/xournalpp/Makefile (revision 492407) @@ -1,26 +1,29 @@ # $FreeBSD$ PORTNAME= xournalpp DISTVERSION= 1.0.7-135 DISTVERSIONSUFFIX= -g2f5b575e +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org COMMENT= Handwriting notetaking software with PDF annotation support LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib \ libportaudio.so:audio/portaudio \ libsndfile.so:audio/libsndfile USES= cmake compiler:c++11-lang gettext-tools gnome pkgconfig 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 Index: head/graphics/xournalpp/pkg-descr =================================================================== --- head/graphics/xournalpp/pkg-descr (revision 492406) +++ head/graphics/xournalpp/pkg-descr (revision 492407) @@ -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