Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Aug 2020 12:02:36 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r545818 - in head/graphics: . tikzit
Message-ID:  <202008231202.07NC2aUS092640@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Sun Aug 23 12:02:36 2020
New Revision: 545818
URL: https://svnweb.freebsd.org/changeset/ports/545818

Log:
  Add graphics/tikzit, PGF/TikZ diagram editor

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

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Sun Aug 23 11:31:41 2020	(r545817)
+++ head/graphics/Makefile	Sun Aug 23 12:02:36 2020	(r545818)
@@ -1021,6 +1021,7 @@
     SUBDIR += tiff
     SUBDIR += tiffgt
     SUBDIR += tifmerge
+    SUBDIR += tikzit
     SUBDIR += tilecache
     SUBDIR += tiled
     SUBDIR += timeless

Added: head/graphics/tikzit/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/tikzit/Makefile	Sun Aug 23 12:02:36 2020	(r545818)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	tikzit
+DISTVERSION=	2.1.6
+CATEGORIES=	graphics
+
+MAINTAINER=	lwhsu@FreeBSD.org
+COMMENT=	PGF/TikZ diagram editor
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+LIB_DEPENDS=	libpoppler-qt5.so:graphics/poppler-qt5
+
+USES=	bison qmake qt:5
+
+USE_GITHUB=	yes
+GH_TAGNAME=	v${DISTVERSION}
+
+USE_QT=	buildtools core gui widgets network
+
+.include <bsd.port.mk>

Added: head/graphics/tikzit/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/tikzit/distinfo	Sun Aug 23 12:02:36 2020	(r545818)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1598083858
+SHA256 (tikzit-tikzit-2.1.6-v2.1.6_GH0.tar.gz) = 40e160f654a25a3a36d6a5361eef71a51f9d3b5eec3b42dd9246ec26402149d1
+SIZE (tikzit-tikzit-2.1.6-v2.1.6_GH0.tar.gz) = 464261

Added: head/graphics/tikzit/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/tikzit/pkg-descr	Sun Aug 23 12:02:36 2020	(r545818)
@@ -0,0 +1,5 @@
+TikZiT is a graphical tool for rapidly creating graphs and string diagrams
+using PGF/TikZ. It was used, for example, to make all of the 2500+ diagrams in
+this book: http://cambridge.org/pqp .
+
+WWW: http://tikzit.github.io/

Added: head/graphics/tikzit/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/tikzit/pkg-plist	Sun Aug 23 12:02:36 2020	(r545818)
@@ -0,0 +1,12 @@
+bin/tikzit
+share/applications/tikzit.desktop
+share/icons/hicolor/1024x1024/apps/tikzit.png
+share/icons/hicolor/128x128/apps/tikzit.png
+share/icons/hicolor/16x16/apps/tikzit.png
+share/icons/hicolor/256x256/apps/tikzit.png
+share/icons/hicolor/32x32/apps/tikzit.png
+share/icons/hicolor/512x512/apps/tikzit.png
+share/icons/hicolor/64x64/apps/tikzit.png
+share/icons/hicolor/scalable/apps/tikzit.svg
+share/man/man1/tikzit.1.gz
+share/mime/packages/user-tikz-document.xml



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