Commit graph

35 commits

Author SHA1 Message Date
drochner
0e1fff19c1 pull a patch from poppler CVS to fix MOAB-06-01-2007 (DOS)
bump PKGREVISION
2007-01-17 15:53:09 +00:00
drochner
9da484b674 update to 0.5.4
changes:
-Automatically read in CJK encoding files
-Speed ups
-let the utils take input on stdin
-Bugs fixed
2006-10-12 14:12:15 +00:00
rillig
0a32f7bbb2 Fixed "test ==". 2006-10-10 20:01:31 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
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-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
jlam
ee68c93314 LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just
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-07-07 15:49:30 +00:00
drochner
551dbc985a update to 0.5.3
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-31 18:13:54 +00:00
joerg
9f1bf328d7 Uses C++. 2006-05-09 16:31:56 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
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-06 06:21:32 +00:00
reed
dc901fa0d1 Use pthread-stublib on NetBSD 1.x and 2.x.
Bump PKGREVISION.
Patch updated to use the library.

Thank you Joerg for the suggestion.
2006-04-03 21:20:06 +00:00
reed
4f71d8fc8b Remove the conflicst of xpdf now that utilities are in a different
package. Ride on same revision from a little earlier.
2006-04-01 19:57:57 +00:00
reed
c7436654f5 Mention poppler-utils package. 2006-04-01 19:14:44 +00:00
reed
aa16e32d83 Add patch for poppler-utils package -- use libpoppler.la from
already installed package and enable pdftoppm to build.
2006-04-01 19:09:59 +00:00
reed
5cbd7f964f Don't install PDF utilities here. I am about to import a new package
for this.

Bump PKGREVISION.

Configure with --enable-splash-output (that was default before).
Also --disable-utils.
2006-04-01 19:08:40 +00:00
reed
79ff6b6fc3 This conflicts with xpdf for the utilities.
Bump PKGREVISION.
2006-04-01 17:58:03 +00:00
reed
f614e89c0e Move the glib/Makefile.in patch-aa from the poppler-glib/patches/
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-04-01 17:22:12 +00:00
jmmv
bcd8d838ca Create the include/poppler directory from the base poppler package so that
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-31 20:37:37 +00:00
drochner
9e062e1310 there is no patch-aa 2006-03-31 16:49:47 +00:00
jmmv
692137826d Update poppler, poppler-glib and poppler-qt to 0.5.1.
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-30 21:30:25 +00:00
reed
e6d1ce9a26 Add patch-aa to distinfo. Forgot to commit before.
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-09 01:39:09 +00:00
reed
8a8041d85e Mention that the GLib and QT wrappers are in different packages. 2006-03-09 01:20:04 +00:00
reed
8f35ce9155 Remove the support for installing the "glib" wrapper files.
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-03-09 01:19:16 +00:00
drochner
c37a40355c update to 0.4.5
- Security update; CVE-2006-0301 (buffer overflow)
2006-02-15 18:08:35 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
reed
86577947ee Create a Makefile.common so poppler-qt will use same.
Remove distinfo from poppler-qt.

Make sure that poppler-qt depends on at least same version of poppler.

Take maintainership for poppler-qt.

This updates poppler-qt to 0.4.4. (I didn't check to see if fixes
are related to "qt".)
2006-01-11 17:49:35 +00:00
reed
661dd87b35 Add BUILDLINK_RECOMMENDED for security fix. 2006-01-11 16:14:14 +00:00
reed
ea88b2ed91 Update to poppler-0.4.4.
From ChangeLog:

2006-01-10  Kristian Høgsberg  <krh@redhat.com>

	* configure.ac: Bump realease to 0.4.4.

	* NEWS: Sum up changes.

	* poppler/DCTStream.cc: Backport patch for KDE #119569.

2006-01-10  Kristian Høgsberg  <krh@redhat.com>

	Security patch from Martin Pitt (#5516).  Multiple integer/buffer
	overflows.

	* poppler/Stream.cc (CCITTFaxStream::CCITTFaxStream): Check
	columns for negative or large values (CVE-2005-3624).

	* poppler/Stream.cc: Reset numComps to 0 since it's a global
	variable that is used later (CVE-2005-3627).

	* poppler/Stream.cc (DCTStream::readHuffmanTables): Fix out of
	bounds array access in Huffman tables (CVE-2005-3627).

	* poppler/Stream.cc (DCTStream::readMarker): Check for EOF in
	while loop to prevent endless loops (CVE-2005-3625).

	* poppler/JBIG2Stream.cc (JBIG2Bitmap::JBIG2Bitmap,
	JBIG2Bitmap::expand, JBIG2Stream::readHalftoneRegionSeg): Check
	user supplied width and height against invalid values.  Allocate
	one extra byte to prevent out of bounds access in combine().

2006-01-10  Kristian Høgsberg  <krh@redhat.com>

	* poppler/Stream.cc: Fix bug in last security patch (#5514).
	Also, for the record, the security patch also fixes CVE-2005-3192
	and CVE-2005-3193.

2005-12-18  Albert Astals Cid  <aacid@kde.org>

	* configure.ac: Better jpeg detection, refer to ml PCbsd problem
	* qt/Makefile.am: Backport fix build on systems where fontconfig is
	not on /usr/include
2006-01-11 16:10:11 +00:00
wiz
83a0444075 Update to 0.4.3:
- Fix selection crasher (Nickolay V. Shmyrev, #4402).
	- Fix printing problem for single page output (#4555).
	- Fix miscellaneous compile problems/warnings.
	- CVE-2005-3191 and CAN-2005-2097 security fixes.
2005-12-31 00:35:55 +00:00
salo
78d67cabe6 Security fixes for CVE-2005-3191, CVE-2005-3192 and CVE-2005-3193.
Patches from xpdf.
2005-12-11 05:08:50 +00:00
reed
830cb5ca4c Set --sysconfdir=${PKG_SYSCONFDIR} so that SYSTEM_XPDFRC in
${PREFIX}/include/poppler/poppler-config.h is set appropriately
for the user's PKG_SYSCONFBASE setting.

Use the PAPERSIZE variable to set the a4 option, the same way the
xpdf package does it.

These two improvements are from Mark Davies via private email.
Thank you Mark.

Bump PKGREVISION.
2005-12-06 17:13:50 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
jmmv
0b39b61f5b Update to 0.4.2:
Release 0.4.2

	- Fix a rotation bug.
	- Fix freetype pkg-config check
	- Default to built-in decompression.

Release 0.4.1

	- Fix and simplify glib rotation API.
	- Fix build issue with freetype flags.

Release 0.4.0

	- Real text selection.
	- API breakage in glib wrapper: dropping dest_x and dest_y
	  arguments from poppler_page_render_to_pixbuf().
	- Updates to glib printing API from Martin Kretzschmar to
	  support setting paper size and duplex from the application.
	- Much work on Qt4 bindings and Arthur output device.  Still
          work in progress, thouhg.
2005-10-16 12:24:06 +00:00
reed
49be1cb04a Add poppler from pkgsrc-wip.
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.
2005-07-08 20:31:34 +00:00