summaryrefslogtreecommitdiff
path: root/print/poppler
AgeCommit message (Collapse)AuthorFilesLines
2008-11-20Note that this file is now also used by poppler-includes.dillo1-1/+2
2008-11-20Move MAINTAINER from Makefile.common into individual Makefiles.dillo2-3/+3
Okayed by reed.
2008-11-10Update to 0.10.1:wiz2-6/+7
Release 0.10.1 core: * Improvements in Optional Content support * Small fix in Form support * Fix memory leak in case of error * Fix potential crash on text search * Try render documents with invalid indexed color space parameters. Bug #18374 * Fix crash on text extraction when poppler-data is not installed. Bug #18023 Qt: * Fix two memory leaks Qt4: * Small documentation improvement * Fix memory leak in the demo code
2008-10-24Update to 0.10.0:wiz5-36/+26
Release 0.10.0 core: * Fix crashes on PDF using Stitching or Axial Shading painting * Fix rendering of PDF with Type1 fonts that have more than one encoding definition per line * Do not try to save documents that have Encryption as we do not support that and the user ended with a broken file * Fix crash on files with OptionalContentGroup but no Name Qt4: * Fix the area of the links to be correctly reported on rotated documents misc: * Mingw+Msys should work Release 0.9.3 (0.10 RC 2) core: * Fix rendering regression on some embedded fonts * Fix rendering regression of some special fonts * Fix crash on documents with bogus jpeg data Qt4: * The printing flag defaults to true on PSConverter * Documentation improvement utils: * Fix regression that made HmtlOutputDev ignore jpeg images misc: * Improve compilation on mingw Release 0.9.2 (0.10 RC 1) core: * Fix conversion to PS some files (bug #17645) * Small Form fixes * Small JS fixes * Improve memory usage of the cairo renderer utils: * Fix mismatched free/delete in pdftohtml * Fix memory leak in pdftohtml * Fix crash in pdftohtml glib: * Fix a crash in forms demo misc: * Compile with -pedantic Release 0.9.1 (0.10 Beta 2) Core: * Fix crash on some AESv2 encrypted files (bugs #13972, #16092, #17523) * Improve parsing of broken files (bug #17568) glib frontend: * Minor improvements to the demo application utils: * pdftohtml: Generate the outline file in the same place of the other generated files (bug #17504) Release 0.9.0 (0.10 Beta 1) Core: * Initial JavaScript support * Annotation improvements * Improvements in the Arthur based renderer * Improvements in the Cairo based renderer * Added a JPEG2000 decoder based on OpenJPEG * Small fixes in ActualText implementation * Fix jpeg rendering when not using the libjpeg based decoder * Movie fixes * Do not get out of memory on documents that specify huge fonts * Emulate Adobe Reader behaviour on documents with duplicate keys in Dictionaries * Forms improvements Qt4 frontend: * Annotation improvements * Forms improvements * Add the possibility of extracting embedded fonts * Initial Movie support * Documentation improvements * Small improvements in the PS exporter glib frontend: * Annotation improvements * Attachment fixes utils: * updated man pages * Added -listenc to pdfinfo and pdftotext
2008-09-14update to 0.8.7drochner4-51/+21
changes: -Fix regression in Form rendering
2008-08-26update to 0.8.6drochner3-6/+51
Changes since 0.8.5: Core: * Call error() when font loading fails * Be less strict parsing TTF tables (bug #16940) * Fix crash due to uninitialized variable Qt 4 frontend: * Make the paper color setting working as it should * Make sure to use the correct page width/height for form widgets coordinates
2008-08-06update to 0.8.5drochner4-34/+6
changes: -fix some crashes and memory leaks -pdftohtml improvements
2008-07-15update to 0.8.4drochner6-23/+40
changes: -bugfixes -build fix for qt4 (which doesn't work) The security fix for CVE-2008-2950 is not yet integrated upstream.
2008-07-09add a missing pointer initialization, fixes possible memory corruptiondrochner3-2/+18
(CVE-2008-2950), patch from the advisory, bump PKGREVISION
2008-06-05update to 0.8.3drochner5-122/+7
changes: -fix crashes on certain input -Fix leaks -Do not limit CharCodeToUnicodeString to 8 characters -Support for surrogates outside the BMP plane pkgsrc note: the crashes had been fixed by patches in pkgsrc before
2008-06-03pkglint (added comments) no functional changeabs1-2/+3
2008-05-15pull another patch from upstream CVS, to fix a possible crash,drochner2-1/+91
ride on today's PKGREVISION bump
2008-05-15pulla patch from upstream CVS which appearently fixes a problemdrochner3-2/+27
reported by Steven M. Bellovin on pkgsrc-users, bump PKGREVISION
2008-05-01Update to 0.8.2:xtraeme2-6/+6
core: * Fix call broken by a fix introduced in 0.8.1
2008-04-29update to 0.8.1drochner8-250/+7
Some fixes which we had patched in pkgsrc are included now.
2008-04-18-fix embedded font handling (CVE-2008-1693), patch from Ubuntu,drochner5-2/+180
bump PKGREVISION -being here, add a patch from upstream CVS which fixes display of 16-bit colors
2008-04-15update to 0.8.0drochner7-49/+123
changes: * Fix caching of members in the glib frontend causing issues with rendering * Change glib public api to have a correct naming * Some better error handling on corner cases * Check the document stream is seekable when opening it * Build fixes with autotools and with cmake * Fix infinite recursion on some malformed documents when consulting the fonts * Fix possible crash when asking for Movie contents
2008-02-01update to 0.6.4drochner4-57/+6
changes: -Fix crash in the Splash renderer when T3 fonts are badly defined -Draw underlined Links correctly -utils: Fix two use after free bugs in HtmlOutputDev.cc -some fixes to the qt4 frontend
2007-12-12Add a patch required for poppler-qt4 package. No change to existingmarkd2-1/+24
packages.
2007-11-28update to 0.6.2drochner8-659/+64
changes: -security fixes (patched in pkgsrc) were integrated upstream -fix some possible crashes -cleanup
2007-11-08apply a patch from poppler CVS (derived from xpdf) to fix a coupledrochner4-2/+648
of memory corruption / buffer overflows (CVE-2007-4352, CVE-2007-5392, CVE-2007-5393) bump PKGREVISION
2007-11-03update to 0.6.1drochner10-198/+59
This switches to the new 0.6 branch which is not source compatible to 0.5.x. Most notable changes: -Merge xpdf 3.02 changes -Support for Sound objects -Support for Opening/Closing page actions -Support for page duration -Improve PS Tokenizer performance -Beginning of Interactive Form support -xpdfrc is no longer used for anything -Fix security issue MOAB-06-01-2007 -Lots of bugs fixed
2007-08-09Add DESTDIR support.joerg2-6/+7
2007-08-02apply a patch from xpdf to fix an integer overflow vulnerabilitydrochner3-3/+34
(CVE-2007-3387) bump PKGREVISION
2007-01-17pull a patch from poppler CVS to fix MOAB-06-01-2007 (DOS)drochner4-2/+71
bump PKGREVISION
2006-10-12update to 0.5.4drochner4-43/+37
changes: -Automatically read in CJK encoding files -Speed ups -let the utils take input on stdin -Bugs fixed
2006-10-10Fixed "test ==".rillig2-1/+51
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-07LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... justjlam1-2/+1
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC tree unless they're named something other than "libtool". SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just define it to the empty list and shlibtool-override will look for libtool scripts.
2006-05-31update to 0.5.3drochner5-34/+32
changes: -improved Qt bindings -Cairo backend now supports masked images -make glib bindings more language binding friendly -Search now works with ligatures -glib bindings now has an entry point to render to a cairo_t -GCC 4.1 and MSVC compilation fixes -bugfixes and cleanup
2006-05-09Uses C++.joerg1-1/+2
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-04-03Use pthread-stublib on NetBSD 1.x and 2.x.reed2-6/+8
Bump PKGREVISION. Patch updated to use the library. Thank you Joerg for the suggestion.
2006-04-01Remove the conflicst of xpdf now that utilities are in a differentreed1-3/+1
package. Ride on same revision from a little earlier.
2006-04-01Mention poppler-utils package.reed1-0/+1
2006-04-01Add patch for poppler-utils package -- use libpoppler.la fromreed2-1/+93
already installed package and enable pdftoppm to build.
2006-04-01Don't install PDF utilities here. I am about to import a new packagereed2-19/+7
for this. Bump PKGREVISION. Configure with --enable-splash-output (that was default before). Also --disable-utils.
2006-04-01This conflicts with xpdf for the utilities.reed1-2/+4
Bump PKGREVISION.
2006-04-01Move the glib/Makefile.in patch-aa from the poppler-glib/patches/reed3-3/+44
directory to the poppler/patches/ directory. The checksum was removed, but patch still existed. So keep the patch in same place as the distinfo. Uncomment the PATCHDIR for this. (The patch is so libpoppler is not rebuilt -- just use the previously installed version. If there is any change my next patch updates PKGREVISION so will cover this too.)
2006-03-31Create the include/poppler directory from the base poppler package so thatjmmv2-2/+7
poppler-qt can install its headers properly. Found by tron@. This also helps in removing this shared directory (used in poppler-qt and poppler-glib) from a single place. Bump PKGREVISION of the three packages to 1.
2006-03-31there is no patch-aadrochner1-2/+1
2006-03-30Update poppler, poppler-glib and poppler-qt to 0.5.1.jmmv5-95/+25
This is a development version but is needed to update evince to 0.5.2, which is part of GNOME 2.14.0. Release 0.5.1 - Support for embedded files. - Handle 0-width lines correctly. - Avoid external file use when opening fonts. - Only use vector fonts returned from fontconfig (#5758). - Fix scaled 1x1 pixmaps use for drawing lines (#3387). - drawSoftMaskedImage support in cairo backend. - Misc bug fixes: #5922, #5946, #5749, #5952, #4030, #5420. Release 0.5.0 - Font matching code for non embedded fonts now use fontconfig instead of hard coded list of fonts. - Merge in Xpdf 3.01 changes. - Add command line tools from Xpdf. - Make install of Xpdf header files ./configure'able.
2006-03-09Add patch-aa to distinfo. Forgot to commit before.reed1-1/+2
It is used for poppler-glib. The patch is in poppler-glib. Since no patch directory in poppler, building poppler does not care and seems to ignore this. (Maybe should just uncomment out the PATCHDIR here and move the patch here too.)
2006-03-09Mention that the GLib and QT wrappers are in different packages.reed1-0/+3
2006-03-09Remove the support for installing the "glib" wrapper files.reed3-18/+10
A new package, print/poppler-glib, now provides this. And this means X11 (and GTK2) is no longer needed for libpoppler. Bump PKGREVISION. In buildlink3.mk file, remove the BUILDLINK_RECOMMENDED.poppler and increase the BUILDLINK_DEPENDS.poppler to this latest version so packages don't accidently attempt to depend on old poppler and poppler-glib at same time. Also include the fontconfig buildlink3.mk at joerg's request.
2006-02-15update to 0.4.5drochner3-8/+7
- Security update; CVE-2006-0301 (buffer overflow)
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-4/+4
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-1/+2
of the shlib major bump. PKGREVISION++ for the dependencies.