./print/poppler, PDF rendering library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2009Q1, Version: 0.10.6, Package name: poppler-0.10.6, Maintainer: reed

This is poppler, a PDF rendering library. It is a fork of the xpdf
3.0 PDF viewer developed by Derek Noonburg of Glyph and Cog, LLC.

Poppler provides PDF rendering functionality as a shared library,
to centralize the maintenence effort and to reduce duplicated
effort. And the poppler developers would like to move libpoppler
forward in a number of areas that doesn't fit within the goals of
xpdf.

The GLib wrapper is available in the print/poppler-glib package.
The QT wrapper is available in the print/poppler-qt package.
The PDF utilities are available in the print/poppler-utils package.


Required to run:
[fonts/fontconfig] [graphics/lcms] [graphics/jpeg]

Required to build:
[devel/gmake] [devel/libtool-base] [devel/pkg-config]

Package options: poppler-cms

Master sites:

SHA1: 0bab946444788ee9f21bdfeba6d3d635a618b809
RMD160: e4faec8cc22f25a73c1dea054df1d43a364a5e1a
Filesize: 1491.909 KB

Version history: (Expand)


CVS history: (Expand)


   2009-04-29 23:29:23 by Matthias Scheler | Files touched by this commit (6) | Package updated
Log message:
Pullup ticket #2751 - requested by drochner
poppler: security update

Revisions pulled up:
- print/poppler-glib/Makefile			1.19-1.20
- print/poppler/Makefile			1.38-1.39
- print/poppler/Makefile.common			1.29
- print/poppler/distinfo			1.42-1.43
- print/poppler/patches/patch-ai		1.8
- print/poppler/patches/patch-al		1.3
- print/poppler/patches/patch-am		1.1
- print/poppler/patches/patch-bc		delete
---
Module Name:	pkgsrc
Committed By:	drochner
Date:		Mon Apr	 6 09:29:27 UTC 2009

Modified Files:
	pkgsrc/print/poppler: Makefile distinfo
Added Files:
	pkgsrc/print/poppler/patches: patch-al patch-am

Log message:
fix some problems with interactive forms:
-if a choice field defines both an "export value" and a \ 
"name", use the
 latter as "value" if selected (according to the PDF spec) -- makes
 that I can fill in my company's travel expenses form correctly
 (there is still an issue with captions of check boxes / radio
 buttons which looks like a font problem)
-where iconv() is called to fill in a text field, use "UTF-8" and
 "UTF-16BE" as encoding names rather than the less portable
 "UTF8" and "UTF16BE" -- this makes it work on NetBSD
bump PKGREVISION
---
Module Name:	pkgsrc
Committed By:	drochner
Date:		Mon Apr	 6 09:31:45 UTC 2009

Modified Files:
	pkgsrc/print/poppler-glib: Makefile

Log message:
bump PKGREVISION for font conversion patch added to the base pkg
---
Module Name:	pkgsrc
Committed By:	drochner
Date:		Fri Apr 17 16:08:18 UTC 2009

Modified Files:
	pkgsrc/print/poppler: Makefile Makefile.common distinfo
	pkgsrc/print/poppler/patches: patch-ai
Removed Files:
	pkgsrc/print/poppler/patches: patch-bc

Log message:
update to 0.10.6
changes:
* Fix problems that happen when parsing broken JBIG2 files.
  CVE-2009-0799, CVE-2009-0800, CVE-2009-1179, CVE-2009-1180
  CVE-2009-1181, CVE-2009-1182, CVE-2009-1183, CVE-2009-1187, CVE-2009-1188
* Fix parsing of incorrect border arrays. (was patched in pkgsrc)
* Fix clip test for fonts.
* Fix getGlyphAdvance to behave correctly on font size changes.
* Misc build fixes
---
Module Name:	pkgsrc
Committed By:	drochner
Date:		Fri Apr 17 16:08:54 UTC 2009

Modified Files:
	pkgsrc/print/poppler-glib: Makefile

Log message:
reset PKGREVISION for base pkg update