summaryrefslogtreecommitdiff
path: root/print/qpdf
diff options
context:
space:
mode:
Diffstat (limited to 'print/qpdf')
-rw-r--r--print/qpdf/Makefile6
-rw-r--r--print/qpdf/PLIST3
-rw-r--r--print/qpdf/distinfo12
-rw-r--r--print/qpdf/patches/patch-include_qpdf_QPDFExc.hh12
-rw-r--r--print/qpdf/patches/patch-libqpdf_QPDF.cc13
-rw-r--r--print/qpdf/patches/patch-make_libtool.mk12
6 files changed, 11 insertions, 47 deletions
diff --git a/print/qpdf/Makefile b/print/qpdf/Makefile
index d76f63f7108..62312d96378 100644
--- a/print/qpdf/Makefile
+++ b/print/qpdf/Makefile
@@ -1,8 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2013/05/31 12:41:49 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.4 2013/10/23 09:07:27 wiz Exp $
-DISTNAME= qpdf-4.0.1
-PKGREVISION= 1
+DISTNAME= qpdf-5.0.1
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qpdf/}
diff --git a/print/qpdf/PLIST b/print/qpdf/PLIST
index 02e47aa5cd7..870867d9e3f 100644
--- a/print/qpdf/PLIST
+++ b/print/qpdf/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2013/01/31 21:45:23 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2013/10/23 09:07:27 wiz Exp $
bin/fix-qdf
bin/qpdf
bin/zlib-flate
@@ -18,6 +18,7 @@ include/qpdf/Pl_StdioFile.hh
include/qpdf/PointerHolder.hh
include/qpdf/QPDF.hh
include/qpdf/QPDFExc.hh
+include/qpdf/QPDFObjGen.hh
include/qpdf/QPDFObject.hh
include/qpdf/QPDFObjectHandle.hh
include/qpdf/QPDFTokenizer.hh
diff --git a/print/qpdf/distinfo b/print/qpdf/distinfo
index a3680673260..c476157a1da 100644
--- a/print/qpdf/distinfo
+++ b/print/qpdf/distinfo
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.4 2013/05/09 14:01:43 joerg Exp $
+$NetBSD: distinfo,v 1.5 2013/10/23 09:07:27 wiz Exp $
-SHA1 (qpdf-4.0.1.tar.gz) = 029ad13e1089396df34aeee3c5e386789715112a
-RMD160 (qpdf-4.0.1.tar.gz) = e687b293ef45ee3e60600c2ae8c660f013a10c91
-Size (qpdf-4.0.1.tar.gz) = 5031080 bytes
-SHA1 (patch-include_qpdf_QPDFExc.hh) = 4a262d7de750c39dfd66cc33314b24b057e206e0
-SHA1 (patch-libqpdf_QPDF.cc) = 06837ddacad4a2d9cb8bb28af8c81e557d9a9a6e
-SHA1 (patch-make_libtool.mk) = 24953c7f2db264eff7e543fae990732a9338d5d8
+SHA1 (qpdf-5.0.1.tar.gz) = 41a4bd91bfbc2d3585ea229b53bfd1183186b1b3
+RMD160 (qpdf-5.0.1.tar.gz) = 4a33fdadd9ebf48eb1b1b1292864ed72ba755c07
+Size (qpdf-5.0.1.tar.gz) = 7569985 bytes
+SHA1 (patch-make_libtool.mk) = 8622d6a446da284269102dde38bf14271363dfdc
diff --git a/print/qpdf/patches/patch-include_qpdf_QPDFExc.hh b/print/qpdf/patches/patch-include_qpdf_QPDFExc.hh
deleted file mode 100644
index fd3ede87599..00000000000
--- a/print/qpdf/patches/patch-include_qpdf_QPDFExc.hh
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-include_qpdf_QPDFExc.hh,v 1.1 2013/05/09 14:01:44 joerg Exp $
-
---- include/qpdf/QPDFExc.hh.orig 2013-05-09 11:09:27.000000000 +0000
-+++ include/qpdf/QPDFExc.hh
-@@ -13,6 +13,7 @@
-
- #include <qpdf/Constants.h>
- #include <stdexcept>
-+#include <string>
-
- class QPDFExc: public std::runtime_error
- {
diff --git a/print/qpdf/patches/patch-libqpdf_QPDF.cc b/print/qpdf/patches/patch-libqpdf_QPDF.cc
deleted file mode 100644
index 97614f4ed9a..00000000000
--- a/print/qpdf/patches/patch-libqpdf_QPDF.cc
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-libqpdf_QPDF.cc,v 1.1 2013/03/02 17:58:35 joerg Exp $
-
---- libqpdf/QPDF.cc.orig 2013-03-01 23:02:42.000000000 +0000
-+++ libqpdf/QPDF.cc
-@@ -40,7 +40,7 @@ static char const* EMPTY_PDF =
- "%%EOF\n";
-
-
--QPDF::ObjGen::ObjGen(int o = 0, int g = 0) :
-+QPDF::ObjGen::ObjGen(int o, int g) :
- obj(o),
- gen(g)
- {
diff --git a/print/qpdf/patches/patch-make_libtool.mk b/print/qpdf/patches/patch-make_libtool.mk
index 03d2748f763..bd51b4f1961 100644
--- a/print/qpdf/patches/patch-make_libtool.mk
+++ b/print/qpdf/patches/patch-make_libtool.mk
@@ -1,6 +1,6 @@
-$NetBSD: patch-make_libtool.mk,v 1.2 2013/02/12 12:35:36 drochner Exp $
+$NetBSD: patch-make_libtool.mk,v 1.3 2013/10/23 09:07:27 wiz Exp $
-Sent upstream, will be fixed in 4.1.0.
+libtool does not need bash.
--- make/libtool.mk.orig 2013-01-17 14:51:04.000000000 +0000
+++ make/libtool.mk
@@ -13,11 +13,3 @@ Sent upstream, will be fixed in 4.1.0.
OBJ=o
LOBJ=lo
-@@ -116,7 +116,6 @@ install: all
- libqpdf/$(OUTPUT_DIR)/libqpdf.la \
- $(DESTDIR)$(libdir)/libqpdf.la
- $(LIBTOOL) --finish $(DESTDIR)$(libdir)
-- $(RM) $(DESTDIR)$(libdir)/libqpdf.la
- $(LIBTOOL) --mode=install install -c \
- qpdf/$(OUTPUT_DIR)/qpdf \
- $(DESTDIR)$(bindir)/qpdf