diff options
author | drochner <drochner@pkgsrc.org> | 2009-09-09 19:57:05 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-09-09 19:57:05 +0000 |
commit | 4a683e8ee75dacd568780548c61fe69b922a01b8 (patch) | |
tree | f1037fe6cbd8bdd5191f3af345b54d6c694aca33 /print/poppler-includes | |
parent | e188188e9c59d269ab62f82e97bb75785660cb97 (diff) | |
download | pkgsrc-4a683e8ee75dacd568780548c61fe69b922a01b8.tar.gz |
update to 0.12.0
This is a major update, switches to the 0.12 release branch.
Most notable change is that the color management stuff which we had
as patches in pkgsrc is official now.
Otherwise - many fixes and enhancements.
(while this is a .0 release I've been tracking the 0.11.x snapshots
and release candidate for a while so I don't expect big problems)
Diffstat (limited to 'print/poppler-includes')
-rw-r--r-- | print/poppler-includes/Makefile | 3 | ||||
-rw-r--r-- | print/poppler-includes/PLIST | 6 | ||||
-rw-r--r-- | print/poppler-includes/buildlink3.mk | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/print/poppler-includes/Makefile b/print/poppler-includes/Makefile index 36bf7addd70..1a8590d1b35 100644 --- a/print/poppler-includes/Makefile +++ b/print/poppler-includes/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2009/06/11 22:52:56 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2009/09/09 19:57:06 drochner Exp $ # .include "../../print/poppler/Makefile.common" PKGNAME= poppler-includes-${POPPLER_VERS} -PKGREVISION= 1 COMMENT= Poppler Xpdf includes (unsupported) MAINTAINER= dillo@NetBSD.org diff --git a/print/poppler-includes/PLIST b/print/poppler-includes/PLIST index 9ca283b0d79..36d7c4ab1e6 100644 --- a/print/poppler-includes/PLIST +++ b/print/poppler-includes/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2009/06/14 18:11:58 joerg Exp $ +@comment $NetBSD: PLIST,v 1.5 2009/09/09 19:57:06 drochner Exp $ include/poppler/Annot.h include/poppler/Array.h include/poppler/BuiltinFont.h @@ -21,6 +21,7 @@ include/poppler/Function.h include/poppler/Gfx.h include/poppler/GfxFont.h include/poppler/GfxState.h +include/poppler/GfxState_helpers.h include/poppler/GlobalParams.h include/poppler/JArithmeticDecoder.h include/poppler/JBIG2Stream.h @@ -40,6 +41,7 @@ include/poppler/PSTokenizer.h include/poppler/Page.h include/poppler/PageTransition.h include/poppler/Parser.h +include/poppler/PopplerCache.h include/poppler/PreScanOutputDev.h include/poppler/ProfileData.h include/poppler/SecurityHandler.h @@ -64,8 +66,10 @@ include/poppler/goo/GooMutex.h include/poppler/goo/GooString.h include/poppler/goo/GooTimer.h include/poppler/goo/GooVector.h +include/poppler/goo/PNGWriter.h include/poppler/goo/gfile.h include/poppler/goo/gmem.h +include/poppler/goo/gstrtod.h include/poppler/goo/gtypes.h include/poppler/poppler-config.h include/poppler/splash/Splash.h diff --git a/print/poppler-includes/buildlink3.mk b/print/poppler-includes/buildlink3.mk index bd0c6ed5596..4ebab2c0f31 100644 --- a/print/poppler-includes/buildlink3.mk +++ b/print/poppler-includes/buildlink3.mk @@ -1,4 +1,6 @@ -# $NetBSD: buildlink3.mk,v 1.2 2009/03/20 19:25:15 joerg Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2009/09/09 19:57:06 drochner Exp $ + +BUILDLINK_DEPMETHOD.poppler-includes?= build BUILDLINK_TREE+= poppler-includes |