Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jul 2018 17:52:25 +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: r474820 - in head/graphics: . diff-pdf
Message-ID:  <201807171752.w6HHqPGY086343@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Jul 17 17:52:25 2018
New Revision: 474820
URL: https://svnweb.freebsd.org/changeset/ports/474820

Log:
  New port: graphics/diff-pdf: Tool for visually comparing two PDFs
  
  PR:		229757
  Submitted by:	Zsolt Udvari <uzsolt@uzsolt.hu>

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

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Tue Jul 17 17:49:40 2018	(r474819)
+++ head/graphics/Makefile	Tue Jul 17 17:52:25 2018	(r474820)
@@ -138,6 +138,7 @@
     SUBDIR += derelict-gl3
     SUBDIR += devil
     SUBDIR += dia
+    SUBDIR += diff-pdf
     SUBDIR += diffpdf
     SUBDIR += digikam
     SUBDIR += digikam-kde4

Added: head/graphics/diff-pdf/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/diff-pdf/Makefile	Tue Jul 17 17:52:25 2018	(r474820)
@@ -0,0 +1,28 @@
+# $FreeBSD$
+
+PORTNAME=	diff-pdf
+DISTVERSIONPREFIX=	v
+DISTVERSION=	0.2-27
+DISTVERSIONSUFFIX=	-gc4d6722
+CATEGORIES=	graphics
+
+MAINTAINER=	uzsolt@uzsolt.hu
+COMMENT=	Tool for visually comparing two PDFs
+
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+LIB_DEPENDS=	libpoppler.so:graphics/poppler \
+		libpoppler-glib.so:graphics/poppler-glib
+
+USES=		autoreconf pkgconfig
+USE_GITHUB=	yes
+GH_ACCOUNT=	vslavik
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--with-wx-config=${WX_CONFIG}
+USE_GNOME=	cairo glib20
+USE_WX=		2.8+
+
+PLIST_FILES=	bin/${PORTNAME}
+
+.include <bsd.port.mk>

Added: head/graphics/diff-pdf/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/diff-pdf/distinfo	Tue Jul 17 17:52:25 2018	(r474820)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1531601752
+SHA256 (vslavik-diff-pdf-v0.2-27-gc4d6722_GH0.tar.gz) = 98273411476598dd69b61d13f360303ca2b81b97c56af930a9228d05a75deadb
+SIZE (vslavik-diff-pdf-v0.2-27-gc4d6722_GH0.tar.gz) = 35829

Added: head/graphics/diff-pdf/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/diff-pdf/pkg-descr	Tue Jul 17 17:52:25 2018	(r474820)
@@ -0,0 +1,9 @@
+A tool for visual comparison of two PDFs.
+
+It takes two PDF files as arguments.
+If given the --pdf option, output-diff produces a PDF file with
+visually highlighted differences.
+Another option is to compare the two files visually in a simple GUI,
+using the --view argument.
+
+WWW: http://vslavik.github.io/diff-pdf/



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