Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Feb 2020 17:49:52 +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: r526574 - in head/graphics: . heimer
Message-ID:  <202002201749.01KHnqbd073332@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Thu Feb 20 17:49:52 2020
New Revision: 526574
URL: https://svnweb.freebsd.org/changeset/ports/526574

Log:
  New port: graphics/heimer
  
  Heimer is a desktop application for creating mind maps and other
  suitable diagrams.  It is written in Qt.
  
  Features:
  - Easy-to-use UI
  - Very fast
  - Zoom in/out/fit
  - Zoom with mouse wheel
  - Save/load in XML-based .ALZ-files
  - Export to PNG images
  - Quickly add node text and edge labels
  - Nice animations
  - Full undo/redo
  - Adjustable grid
  - Translations in English, Finnish, French, Italian
  - Forever 100% free
  
  WWW: https://github.com/juzzlin/Heimer

Added:
  head/graphics/heimer/
  head/graphics/heimer/Makefile   (contents, props changed)
  head/graphics/heimer/distinfo   (contents, props changed)
  head/graphics/heimer/pkg-descr   (contents, props changed)
  head/graphics/heimer/pkg-plist   (contents, props changed)
Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Thu Feb 20 15:34:09 2020	(r526573)
+++ head/graphics/Makefile	Thu Feb 20 17:49:52 2020	(r526574)
@@ -325,6 +325,7 @@
     SUBDIR += guilib
     SUBDIR += gwenview
     SUBDIR += hdr_tools
+    SUBDIR += heimer
     SUBDIR += hiptext
     SUBDIR += hobbes-icons-xpm
     SUBDIR += hppsmtools

Added: head/graphics/heimer/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/heimer/Makefile	Thu Feb 20 17:49:52 2020	(r526574)
@@ -0,0 +1,31 @@
+# $FreeBSD$
+
+PORTNAME=	heimer
+DISTVERSION=	1.15.0
+CATEGORIES=	graphics
+
+MAINTAINER=	tobik@FreeBSD.org
+COMMENT=	Simple mind map, diagram, and note-taking tool
+
+LICENSE=	CC-BY-SA-3.0 GPLv3+
+LICENSE_COMB=	multi
+LICENSE_FILE_GPLv3+ =	${WRKSRC}/COPYING
+
+USES=		cmake compiler:c++11-lang qt:5
+USE_GITHUB=	yes
+GH_ACCOUNT=	juzzlin
+GH_PROJECT=	Heimer
+USE_QT=		core gui widgets xml buildtools_build linguisttools_build \
+		qmake_build testlib_build
+TEST_TARGET=	test
+
+OPTIONS_DEFINE=	EXAMPLES
+
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/heimer
+
+post-install-EXAMPLES-on:
+	cd ${WRKSRC}/examples && \
+		${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
+
+.include <bsd.port.mk>

Added: head/graphics/heimer/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/heimer/distinfo	Thu Feb 20 17:49:52 2020	(r526574)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1582218820
+SHA256 (juzzlin-Heimer-1.15.0_GH0.tar.gz) = 16c35f6e742868b83db1ac94959252b0d517a9fff6c4d2821cf8495b6285f553
+SIZE (juzzlin-Heimer-1.15.0_GH0.tar.gz) = 851155

Added: head/graphics/heimer/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/heimer/pkg-descr	Thu Feb 20 17:49:52 2020	(r526574)
@@ -0,0 +1,18 @@
+Heimer is a desktop application for creating mind maps and other
+suitable diagrams.  It is written in Qt.
+
+Features:
+- Easy-to-use UI
+- Very fast
+- Zoom in/out/fit
+- Zoom with mouse wheel
+- Save/load in XML-based .ALZ-files
+- Export to PNG images
+- Quickly add node text and edge labels
+- Nice animations
+- Full undo/redo
+- Adjustable grid
+- Translations in English, Finnish, French, Italian
+- Forever 100% free
+
+WWW: https://github.com/juzzlin/Heimer

Added: head/graphics/heimer/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/heimer/pkg-plist	Thu Feb 20 17:49:52 2020	(r526574)
@@ -0,0 +1,8 @@
+bin/heimer
+share/applications/heimer.desktop
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Company.alz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Family.alz
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Heimer.alz
+share/icons/hicolor/64x64/apps/heimer.png
+share/metainfo/heimer.appdata.xml
+share/pixmaps/heimer.png



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