Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jan 2017 17:19:27 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r432063 - in head/graphics: . diffpdf
Message-ID:  <201701211719.v0LHJRvN039751@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Sat Jan 21 17:19:26 2017
New Revision: 432063
URL: https://svnweb.freebsd.org/changeset/ports/432063

Log:
  DiffPDF is used to compare two PDF files-textually or visually.
  
  DiffPDF can compare two PDF files.
  It offers three comparison modes: Words, Characters, and Appearance.
  
  LICENSE: GPL2 or later
  
  WWW: http://www.qtrac.eu/diffpdf-foss.html

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

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Sat Jan 21 17:07:04 2017	(r432062)
+++ head/graphics/Makefile	Sat Jan 21 17:19:26 2017	(r432063)
@@ -131,6 +131,7 @@
     SUBDIR += devil
     SUBDIR += dia
     SUBDIR += diacanvas2
+    SUBDIR += diffpdf
     SUBDIR += digikam-kde4
     SUBDIR += digikam-kde4-doc
     SUBDIR += digikam-kde4-l10n

Added: head/graphics/diffpdf/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/diffpdf/Makefile	Sat Jan 21 17:19:26 2017	(r432063)
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME=	diffpdf
+PORTVERSION=	2.1.3
+CATEGORIES=	graphics
+MASTER_SITES=	http://www.qtrac.eu/
+
+MAINTAINER=	dinoex@FreeBSD.org
+COMMENT=	Compare two PDF files-textually or visually
+
+LIB_DEPENDS=	libpoppler-qt4.so:graphics/poppler-qt4
+
+LICENSE=	GPLv2+
+
+USES=		qmake
+USE_QT4=	qmake_build moc_build rcc_build uic_build linguist_build
+
+PLIST_FILES=	bin/diffpdf
+
+pre-configure:
+	${LRELEASE} ${BUILD_WRKSRC}/${PORTNAME}.pro
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/diffpdf ${STAGEDIR}${PREFIX}/bin/
+
+.include <bsd.port.mk>

Added: head/graphics/diffpdf/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/diffpdf/distinfo	Sat Jan 21 17:19:26 2017	(r432063)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1485019097
+SHA256 (diffpdf-2.1.3.tar.gz) = c6142ee038a78108397f45b0c456dca7a4fe1d75250f21a514a134101d322433
+SIZE (diffpdf-2.1.3.tar.gz) = 91856

Added: head/graphics/diffpdf/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/diffpdf/pkg-descr	Sat Jan 21 17:19:26 2017	(r432063)
@@ -0,0 +1,8 @@
+DiffPDF is used to compare two PDF files-textually or visually.
+
+DiffPDF can compare two PDF files.
+It offers three comparison modes: Words, Characters, and Appearance.
+
+LICENSE: GPL2 or later
+
+WWW: http://www.qtrac.eu/diffpdf-foss.html



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