pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/diffpdf add diffpdf-1.0.0, a tool to compare PDF...
details: https://anonhg.NetBSD.org/pkgsrc/rev/85a12f84d79f
branches: trunk
changeset: 575748:85a12f84d79f
user: drochner <drochner%pkgsrc.org@localhost>
date: Thu May 20 17:19:15 2010 +0000
description:
add diffpdf-1.0.0, a tool to compare PDF files
diffstat:
print/diffpdf/DESCR | 5 +++++
print/diffpdf/Makefile | 29 +++++++++++++++++++++++++++++
print/diffpdf/PLIST | 3 +++
print/diffpdf/distinfo | 6 ++++++
print/diffpdf/patches/patch-aa | 10 ++++++++++
5 files changed, 53 insertions(+), 0 deletions(-)
diffs (73 lines):
diff -r 42776dadc0dd -r 85a12f84d79f print/diffpdf/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/diffpdf/DESCR Thu May 20 17:19:15 2010 +0000
@@ -0,0 +1,5 @@
+DiffPDF is used to compare two PDF files. By default the comparison is
+of the text on each pair of pages, but comparing the appearance of pages
+is also supported (for example, if a diagram is changed or a paragraph
+reformatted). It is also possible to compare particular pages or page
+ranges.
diff -r 42776dadc0dd -r 85a12f84d79f print/diffpdf/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/diffpdf/Makefile Thu May 20 17:19:15 2010 +0000
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/05/20 17:19:15 drochner Exp $
+#
+
+DISTNAME= diffpdf-1.0.0
+CATEGORIES= print
+MASTER_SITES= http://www.qtrac.eu/
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://www.qtrac.eu/diffpdf.html
+COMMENT= PDF comparision tool
+LICENSE= gnu-gpl-v2
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= c++
+INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
+
+do-configure:
+ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QTDIR}/bin/qmake
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/diffpdf ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/diffpdf.1 \
+ ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+
+.include "../../x11/qt4-libs/buildlink3.mk"
+.include "../../x11/qt4-tools/buildlink3.mk"
+.include "../../print/poppler-qt4/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 42776dadc0dd -r 85a12f84d79f print/diffpdf/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/diffpdf/PLIST Thu May 20 17:19:15 2010 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/20 17:19:15 drochner Exp $
+bin/diffpdf
+man/man1/diffpdf.1
diff -r 42776dadc0dd -r 85a12f84d79f print/diffpdf/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/diffpdf/distinfo Thu May 20 17:19:15 2010 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/05/20 17:19:15 drochner Exp $
+
+SHA1 (diffpdf-1.0.0.tar.gz) = e25c1e58c7cd34c869c82d8e75de0ce2711167a2
+RMD160 (diffpdf-1.0.0.tar.gz) = 2584008cda6a31dafff46f0988ebcbdaaef7ceca
+Size (diffpdf-1.0.0.tar.gz) = 23856 bytes
+SHA1 (patch-aa) = faa2cb1bf3223f7704fb686c4b70cff4f607fde9
diff -r 42776dadc0dd -r 85a12f84d79f print/diffpdf/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/diffpdf/patches/patch-aa Thu May 20 17:19:15 2010 +0000
@@ -0,0 +1,10 @@
+$NetBSD: patch-aa,v 1.1.1.1 2010/05/20 17:19:15 drochner Exp $
+
+--- diffpdf.pro.orig 2010-05-19 07:20:45.000000000 +0000
++++ diffpdf.pro
+@@ -9,4 +9,4 @@ SOURCES += sequence_matcher.cpp
+ SOURCES += main.cpp
+ RESOURCES += resources.qrc
+ LIBS += -lpoppler-qt4
+-INCLUDEPATH += /usr/include/poppler/qt4
++INCLUDEPATH += $(LOCALBASE)/include/poppler/qt4
Home |
Main Index |
Thread Index |
Old Index