From owner-svn-ports-head@freebsd.org Fri Feb 8 02:44:43 2019 Return-Path: Delivered-To: svn-ports-head@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 B2A6A14D1349; Fri, 8 Feb 2019 02:44:43 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 53D1587A38; Fri, 8 Feb 2019 02:44:43 +0000 (UTC) (envelope-from yuri@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 41FA89806; Fri, 8 Feb 2019 02:44:43 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x182ih3p043354; Fri, 8 Feb 2019 02:44:43 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x182igGg043350; Fri, 8 Feb 2019 02:44:42 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201902080244.x182igGg043350@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 8 Feb 2019 02:44:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492405 - in head/graphics: . xournalpp X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/graphics: . xournalpp X-SVN-Commit-Revision: 492405 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 53D1587A38 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.97)[-0.972,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2019 02:44:43 -0000 Author: yuri Date: Fri Feb 8 02:44:42 2019 New Revision: 492405 URL: https://svnweb.freebsd.org/changeset/ports/492405 Log: New port: graphics/xournalpp: Handwriting notetaking software with PDF annotation support Added: head/graphics/xournalpp/ head/graphics/xournalpp/Makefile (contents, props changed) head/graphics/xournalpp/distinfo (contents, props changed) head/graphics/xournalpp/pkg-descr (contents, props changed) head/graphics/xournalpp/pkg-plist (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Fri Feb 8 01:12:26 2019 (r492404) +++ head/graphics/Makefile Fri Feb 8 02:44:42 2019 (r492405) @@ -1090,6 +1090,7 @@ SUBDIR += xnview SUBDIR += xoris SUBDIR += xournal + SUBDIR += xournalpp SUBDIR += xpaint SUBDIR += xpdf SUBDIR += xpdf3 Added: head/graphics/xournalpp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/xournalpp/Makefile Fri Feb 8 02:44:42 2019 (r492405) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= xournalpp +DISTVERSION= 1.0.7-135 +DISTVERSIONSUFFIX= -g2f5b575e +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 + +WITH_DEBUG= 1 # workaround for https://github.com/xournalpp/xournalpp/issues/844 (symbol not found) + +.include Added: head/graphics/xournalpp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/xournalpp/distinfo Fri Feb 8 02:44:42 2019 (r492405) @@ -0,0 +1,3 @@ +TIMESTAMP = 1549589007 +SHA256 (xournalpp-xournalpp-1.0.7-135-g2f5b575e_GH0.tar.gz) = 76a724f5f7ae21b6f7d7e01d871f67e6d5df58e5bdbb421fc9c5e9582d070fc9 +SIZE (xournalpp-xournalpp-1.0.7-135-g2f5b575e_GH0.tar.gz) = 8480613 Added: head/graphics/xournalpp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/xournalpp/pkg-descr Fri Feb 8 02:44:42 2019 (r492405) @@ -0,0 +1,8 @@ +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. + +Xournal++ is an evolution, and a rewrite of the pdf annotating program Xournal +that is also available as a port: graphics/xournal + +WWW: https://github.com/xournalpp/xournalpp Added: head/graphics/xournalpp/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/xournalpp/pkg-plist Fri Feb 8 02:44:42 2019 (r492405) @@ -0,0 +1,89 @@ +bin/xournal-thumbnailer +bin/xournalpp +share/locale/cs/LC_MESSAGES/xournalpp.mo +share/locale/de/LC_MESSAGES/xournalpp.mo +share/locale/it/LC_MESSAGES/xournalpp.mo +share/locale/pl/LC_MESSAGES/xournalpp.mo +share/locale/zh/LC_MESSAGES/xournalpp.mo +share/locale/zh_HK/LC_MESSAGES/xournalpp.mo +share/locale/zh_TW/LC_MESSAGES/xournalpp.mo +%%DATADIR%%/ui/about.glade +%%DATADIR%%/ui/exportSettings.glade +%%DATADIR%%/ui/fillTransparency.glade +%%DATADIR%%/ui/goto.glade +%%DATADIR%%/ui/images.glade +%%DATADIR%%/ui/main.glade +%%DATADIR%%/ui/pageTemplate.glade +%%DATADIR%%/ui/pagesize.glade +%%DATADIR%%/ui/pagetemplates.ini +%%DATADIR%%/ui/pdfpages.glade +%%DATADIR%%/ui/pixmaps/addPage.svg +%%DATADIR%%/ui/pixmaps/application-x-xojpp.svg +%%DATADIR%%/ui/pixmaps/application-x-xopp.svg +%%DATADIR%%/ui/pixmaps/application-x-xopt.svg +%%DATADIR%%/ui/pixmaps/arrow-draw.svg +%%DATADIR%%/ui/pixmaps/centerPage.svg +%%DATADIR%%/ui/pixmaps/circle-draw.svg +%%DATADIR%%/ui/pixmaps/coordinate-system-draw.svg +%%DATADIR%%/ui/pixmaps/dark/arrow-draw.svg +%%DATADIR%%/ui/pixmaps/dark/circle-draw.svg +%%DATADIR%%/ui/pixmaps/dark/coordinate-system-draw.svg +%%DATADIR%%/ui/pixmaps/dark/fill.svg +%%DATADIR%%/ui/pixmaps/dark/grid_snapping.svg +%%DATADIR%%/ui/pixmaps/dark/rect-draw.svg +%%DATADIR%%/ui/pixmaps/dark/ruler.svg +%%DATADIR%%/ui/pixmaps/dark/shape_recognizer.svg +%%DATADIR%%/ui/pixmaps/dark/snapping.svg +%%DATADIR%%/ui/pixmaps/dark/thickness_medium.svg +%%DATADIR%%/ui/pixmaps/dark/thickness_thick.svg +%%DATADIR%%/ui/pixmaps/dark/thickness_thin.svg +%%DATADIR%%/ui/pixmaps/dark/tool_text.svg +%%DATADIR%%/ui/pixmaps/default.svg +%%DATADIR%%/ui/pixmaps/delPage.svg +%%DATADIR%%/ui/pixmaps/empty.svg +%%DATADIR%%/ui/pixmaps/fill.svg +%%DATADIR%%/ui/pixmaps/fullscreen.svg +%%DATADIR%%/ui/pixmaps/gnome-mime-application-x-xopp.svg +%%DATADIR%%/ui/pixmaps/gnome-mime-application-x-xopt.svg +%%DATADIR%%/ui/pixmaps/goto.svg +%%DATADIR%%/ui/pixmaps/grid_snapping.svg +%%DATADIR%%/ui/pixmaps/hand.svg +%%DATADIR%%/ui/pixmaps/lasso.svg +%%DATADIR%%/ui/pixmaps/layer.svg +%%DATADIR%%/ui/pixmaps/line-style-dash-dot.svg +%%DATADIR%%/ui/pixmaps/line-style-dash.svg +%%DATADIR%%/ui/pixmaps/line-style-dot.svg +%%DATADIR%%/ui/pixmaps/line-style-plain.svg +%%DATADIR%%/ui/pixmaps/nextAnnotatedPage.svg +%%DATADIR%%/ui/pixmaps/object-play.svg +%%DATADIR%%/ui/pixmaps/object-select.svg +%%DATADIR%%/ui/pixmaps/pageSpinner.png +%%DATADIR%%/ui/pixmaps/rec.svg +%%DATADIR%%/ui/pixmaps/rect-draw.svg +%%DATADIR%%/ui/pixmaps/rect-select.svg +%%DATADIR%%/ui/pixmaps/ruler.svg +%%DATADIR%%/ui/pixmaps/shape_recognizer.svg +%%DATADIR%%/ui/pixmaps/showtwopages.svg +%%DATADIR%%/ui/pixmaps/sidebar-page-preview.svg +%%DATADIR%%/ui/pixmaps/sidebar_bookmarks.svg +%%DATADIR%%/ui/pixmaps/sidebar_index.svg +%%DATADIR%%/ui/pixmaps/snapping.svg +%%DATADIR%%/ui/pixmaps/stretch.svg +%%DATADIR%%/ui/pixmaps/thickness_medium.svg +%%DATADIR%%/ui/pixmaps/thickness_thick.svg +%%DATADIR%%/ui/pixmaps/thickness_thin.svg +%%DATADIR%%/ui/pixmaps/tool_camera.svg +%%DATADIR%%/ui/pixmaps/tool_eraser.svg +%%DATADIR%%/ui/pixmaps/tool_highlighter.svg +%%DATADIR%%/ui/pixmaps/tool_image.svg +%%DATADIR%%/ui/pixmaps/tool_pencil.svg +%%DATADIR%%/ui/pixmaps/tool_text.svg +%%DATADIR%%/ui/pixmaps/xopt.svg +%%DATADIR%%/ui/pixmaps/xournalpp.png +%%DATADIR%%/ui/pixmaps/xournalpp.svg +%%DATADIR%%/ui/settings.glade +%%DATADIR%%/ui/settingsButtonConfig.glade +%%DATADIR%%/ui/texdialog.glade +%%DATADIR%%/ui/toolbar.ini +%%DATADIR%%/ui/toolbarCustomizeDialog.glade +%%DATADIR%%/ui/toolbarManageDialog.glade