Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

5
print/diffpdf/DESCR Normal file
View File

@@ -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.

30
print/diffpdf/Makefile Normal file
View File

@@ -0,0 +1,30 @@
# $NetBSD: Makefile,v 1.38 2013/06/06 12:54:59 wiz Exp $
#
DISTNAME= diffpdf-2.1.2
PKGREVISION= 8
CATEGORIES= print
MASTER_SITES= http://www.qtrac.eu/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.qtrac.eu/diffpdf.html
COMMENT= PDF comparision tool
LICENSE= gnu-gpl-v2
USE_LANGUAGES= c++
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
do-configure:
cd ${WRKSRC} && ${QTDIR}/bin/lrelease diffpdf.pro && \
${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-cpp/buildlink3.mk"
.include "../../print/poppler-qt4/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

3
print/diffpdf/PLIST Normal file
View File

@@ -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

6
print/diffpdf/distinfo Normal file
View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.9 2013/01/29 06:12:56 wiz Exp $
SHA1 (diffpdf-2.1.2.tar.gz) = b01a2bfecf8dd2f04d0a799483e9b6e99adba317
RMD160 (diffpdf-2.1.2.tar.gz) = 7ee8577f11a6bc2c778fc25df11a399544db14ab
Size (diffpdf-2.1.2.tar.gz) = 86719 bytes
SHA1 (patch-aa) = 022a47501dd7db183e0ad5c2ee75032ecf146473

View File

@@ -0,0 +1,17 @@
$NetBSD: patch-aa,v 1.6 2012/08/11 17:57:39 ryoon Exp $
--- diffpdf.pro.orig 2012-06-04 11:20:17.000000000 +0000
+++ diffpdf.pro
@@ -46,9 +46,9 @@ exists($(HOME)/opt/poppler020/) {
INCLUDEPATH += /c/poppler_lib/include/poppler/qt4
LIBS += -Wl,-rpath -Wl,/c/poppler_lib/bin -Wl,-L/c/poppler_lib/bin
} else {
- exists(/usr/include/poppler/qt4) {
- INCLUDEPATH += /usr/include/poppler/cpp
- INCLUDEPATH += /usr/include/poppler/qt4
+ exists($(LOCALBASE)/include/poppler/qt4) {
+ INCLUDEPATH += $(LOCALBASE)/include/poppler/cpp
+ INCLUDEPATH += $(LOCALBASE)/include/poppler/qt4
} else {
INCLUDEPATH += /usr/local/include/poppler/cpp
INCLUDEPATH += /usr/local/include/poppler/qt4