summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2009-04-29Pullup ticket #2751 - requested by drochnertron6-254/+151
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
2009-04-28Pullup ticket #2749 - requested by drochnertron3-64/+227
ghostscript: security patch Revisions pulled up: - print/ghostscript/Makefile 1.62 - print/ghostscript/distinfo 1.24 - print/ghostscript/patches/patch-aj 1.4 --- Module Name: pkgsrc Committed By: drochner Date: Fri Apr 17 15:05:31 UTC 2009 Modified Files: pkgsrc/print/ghostscript: Makefile distinfo pkgsrc/print/ghostscript/patches: patch-aj Log Message: add a patch (from Redhat bugzilla #491853) to fix more integer overflows in the icc code (CVE-2009-0792), bump PKGREVISION
2009-04-25Pullup ticket 2743 - requested by tronspz2-5/+7
Security update Revisions pulled up: - pkgsrc/print/xpdf/Makefile 1.66 - pkgsrc/print/xpdf/distinfo 1.34 Module Name: pkgsrc Committed By: tron Date: Fri Apr 17 12:09:35 UTC 2009 Modified Files: pkgsrc/print/xpdf: Makefile distinfo Log Message: Update "xpdf" package to version 3.02pl3. This update fixes the security vulnerabilities reported in CVE-2009-0146, CVE-2009-0147, CVE-2009-0166, CVE-2009-0799, CVE-2009-0800, CVE-2009-1179, CVE-2009-1180, CVE-2009-1181, CVE-2009-1182 and CVE-2009-1183. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 pkgsrc/print/xpdf/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/print/xpdf/distinfo
2009-04-17Pullup ticket 2738 - requested by tronspz3-3/+28
Security fix Revisions pulled up: - pkgsrc/graphics/ghostscript/Makefile 1.61 - pkgsrc/graphics/ghostscript/distinfo 1.23 - pkgsrc/graphics/ghostscript/patches/patch-aa 1.4 Module Name: pkgsrc Committed By: tron Date: Tue Apr 14 19:32:54 UTC 2009 Modified Files: pkgsrc/print/ghostscript: Makefile distinfo Added Files: pkgsrc/print/ghostscript/patches: patch-aa Log Message: Add patch for the security vulnerability reported in CVE-2009-0196 taken from Redhat's Bugzilla. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 pkgsrc/print/ghostscript/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/print/ghostscript/distinfo cvs rdiff -u -r0 -r1.4 pkgsrc/print/ghostscript/patches/patch-aa
2009-03-26Add CHECK_INTERPRETER_SKIP, while here provide destdir support.joerg1-3/+8
2009-03-26Add dvips dependency. DESTDIR support. Use kpathsea framework forjoerg2-24/+22
registration instead of local code. Bump revision.
2009-03-25add a patch from gentoo to fix range checks in icc profile handlingdrochner3-2/+994
which could lead to DOS or possibly code injection (CVE-2009-0583, CVE-2009-0584), bump PKGREVISION
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg28-364/+168
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-19update to 0.10.5drochner7-244/+139
Changes since 0.10.4: core: * Read the UF entry if present and prefer it over F in Filespec dictionary * Fix typo that was making CairoOutputDev crash on some files. Bug #17337 * Make JBIG2Stream more robust to corrupt input data * Do not blindly follow loops parsing OutlineItem. Bug #18364 * Set up the error manager before calling jpeg_create_decompress. Bug #20484 * Check there is an optional content config before using it. Bug #20587 * Fix rendering of some PDF with OpenType fonts. Bug #20605 build system: * Yet more support for build on windows * Use AC_CHECK_HEADER to find headers. Bug #20538 * Check for pkgconfig before using it * General autotools improvements
2009-03-18Doesn't make sense to have a real MAINTAINER as well as the "unclaimeddarcy2-4/+4
package" MAINTAINER.
2009-03-18add onedrochner1-0/+22
2009-03-18restore djvu/dvidrochner1-1/+7
2009-03-18Update evince and evince-nautilus to 2.26.0.jmcneill6-96/+146
================ Evince 2.26.0 ================ Bug fixes: * Fix compiler warning when building with -Wformat (#574168, Tobias Mueller) * Fix a crash with encrypted documents (Christian Persch) Translation updates: * F Wolff (af) * Martin Picek (cs) * Fotis Tsamis (el) * Ivar Smolin (et) * Suso Baleato (gl) * Yaron Shahrabani (he) * Gabor Kelemen (hu) * Francesco Marletta (it) * Shankar Prasad (kn) * Gintautas Miliauskas (lt) * Sangeeta Kumari (mai) * Ani Peter (ml) * Sandeep Shedmake (mr) * Manoj Kumar Giri (or) * Fabrício Godoy (pt_BR) * Mișu Moldovan (ro) * Yuriy Penkin (ru) * I. Felix (ta) * Krishna Babu K (te) ================ Evince 2.25.92 ================ Bug fixes: * Show the 'jump to page' window in the right GdkScreen (#560541, Carlos Garcia Campos) * Make our own thumbnail when the provided one doesn't have the needed size (#323198, #307357, Christian Spurk, Carlos Garcia Campos) * Reduce the restriction on the minimum size of thumbnails from 40 to 1 (#323198, Christian Spurk) * Use GOption in thumbnailer (Carlos Garcia Campos) * Fix saving a copy of encrypted PDF documents (#566791, Carlos Garcia Campos) * Don't use g_quark_from_static_string in a loadable module (Christian Persch) * Use g_object_unref() instead of gdk_pixbuf_unref() in impress backend (#571707, Thomas H.P. Andersen) Translation updates: * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Gil Forcada (ca) * Petr Kovar (cs) * Christian Kirbach (de) * David Lodge (en_GB) * Juanje Ojeda Croissier (es) * Iñaki Larrañaga Murgoitio (eu) * Ilkka Tuohela (fi) * Claude Paroz (fr) * Sweta Kothari (gu) * Yuval Tanny (he) * Takeshi AIHANA (ja) * Changwoo Ryu (ko) * Kjartan Maraas (nb) * Duarte Loreto (pt) * Daniel Nylander (sv) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) ================ Evince 2.25.91 ================ Bug fixes: * Fix several memory leaks (Christian Persch) * Fix errors handling and propagation (Christian Persch) * Fix several translation strings in properties dialog (#571787, Nickolay V. Shmyrev) * Do not resize the window on reloading (#571051, #304249, Carlos Garcia Campos) * Experimental introspection support (#569083, Christian Persch) * Use g_set_error_literal() (Christian Persch) * Other firxes for win32 (#339172, Hib Eris) * Make session manager code compile for win32 (#339172, Carlos Garcia Campos) * Update totem-screensaver from totem svn to make it build for win32 (#339172, Hib Eris) * Make use of GConf optional (#339172, Hib Eris, Carlos Garcia Campos) * Fix i18n in libdocument (Christian Persch) * Include gi18n-lib.h instead of gi18n.h in libs and backends (Christian Persch) Translation updates: * Mikel González (ast) * Ihar Hrachyshka (be@latin) * Kenneth Nielsen (da) * Dawa pemo (dz) * Juanje Ojeda Croissier (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Gabor Kelemen (hu) * Takeshi AIHANA (ja) * Shankar Prasad (kn) * Arangel Angov (mk) * Wouter Bolsterlee (nl) * Tomasz Dominikowski (pl) * Taylon (pt_BR) * Горан Ракић (sr) * Daniel Nylander (sv) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * Gan Lu (zh_CN) * Chao-Hsiung Liao (zh_HK) * Chao-Hsiung Liao (zh_TW) ================ Evince 2.25.90 ================ Bug fixes: * Split API documentation into libdocument, libview and shell (#568465, Carlos Garcia Campos) * Fix symbols conflict in impress backend (#569998, Christian Persch) * Add mnemonics to buttons in search bar (#569212, Carlos Garcia Campos) * Fix a crash when printing (#569328, Carlos Garcia Campos) * Fix --version command line option (#562869, Christian Persch) * Use versioned directory for backends (#569082, Christian Persch) * Add EV_DEFINE_BOXED_TYPE and EV_DEFINE_INTERFACE macros (#568228, Carlos Garcia Campos) * Sync EggToolbarEditor with libegg (Nickolay V. Shmyrev) * Respect directory umask and setgid when saving files (#568593, Michael J. Chudobiak) * Add libtool versioning, pkg-config files and single headers for libdocument and libview (#568224, #568220, #568229, #568227, Christian Persch) * Remove G_OBJECT casts from g_signal_connect calls (#568386, Hiroyuki Ikezoe) * Install several missing header files of libdocument and libview (#567787, #567790, Tomeu Vizoso) * Other bugs fixed: #569120, #569231, #569327, #570077 Translation updates: * Hendrik Richter (de) * Ivar Smolin (et) * Gabor Kelemen (hu) * Changwoo Ryu (ko) * Kjartan Maraas (nb) * Daniel Nylander (sv) ================ Evince 2.25.5 ================ Code changes: * Move EvView specific code to a libevview library so that it can be embbeded in other applications (#567751, Tomeu Vizoso, Carlos Garcia Campos) * Other improvements for embbeders (#567785, #567788, #567789, Tomeu Vizoso) Bug fixes: * Fix a minor typo (Michal Vaner) * Fix the API docs build (#568171, Christian Persch) * Simplify drag data handling (#558084, Christian Persch) * Several portability issues (#339172, Hib Eris) * Fix mnemonic conflict (#567937, Carlos Garcia Campos) * Other bugs fixed: #567910 Translation updates: * Gil Forcada (ca) * Hendrik Richter (de) * Juanje Ojeda Croissier (es) * Kjartan Maraas (nb) * Gan Lu (zh_CN) ================ Evince 2.25.4 ================ New Features and UI Improvements: * Show progress information when loading/saving remote files (#370958, Carlos Garcia Campos) * Remember page setup options (#525185, #349102, Carlos Garcia Campos) * Show a confirmation dialog when there are pending print jobs while closing the main window (#480964, Carlos Garcia Campos) * Show progress information when printing (#482770, Carlos Garcia Campos) * Add document URI to properties page (#555376, Carlos Garcia Campos) Bug fixes: * Bump glib requirement to fix build with older versions (Christian Spurk) * Fix mime type handling (Hib Eris) * Fix saving images to remote locations (Carlos Garcia Campos) * Do not try to jump to the location of the find result for every match, but only for the first one. It makes searching really faster. (#564774, Michael Hunold) * Fix zip mime-type in comics backend (Juanjo Marín) * Fix several memory leaks (Carlos Garcia Campos) Translation updates: * Ihar Hrachyshka (be@latin) * Juanje Ojeda Croissier (es) * Yuval Tanny (he) * Kjartan Maraas (nb) * Taylon (pt_BR) * Gan Lu (zh_CN) ================ Evince 2.25.2 ================ New Features and UI Improvements: * PDF Optional content (layers) support. (Carlos Garcia Campos) * The password dialog has been reworked in order to make it more hig compliant and consistent (#562496, Carlos Garcia Campos) * Improved keyring support. Password dialog is not shown anymore when the password is already in the keyring (Carlos Garcia Campos) * Support for monitor and reload of remote documents (#555399, Carlos Garcia Campos) Bug fixes: * Fix opening comic documents with a wrong but valid extension (#562143, Carlos Garcia Campos) * Fix a crash when searching (#558377, Carlos Garcia Campos) * Fix several crashes when selecting text (#561393, Marek Kašík) Translation updates: * Jorge González (es) * Nguyễn Đình Trung (vi) ================ Evince 2.25.1 ================ New Features and UI Improvements: * Use the message area instead of popup dialogs for any error and warning messages (Carlos Garcia Campos) Bug fixes: * Adapt to the new single-include policy (#558064, Christian Persch) * Fix page transition in presentation mode (#516749, Nickolay V. Shmyrev) * Other bugs fixed: (#558066, Christian Persch) Translation updates: * Hendrik Richter (de)
2009-03-10Updated print/if-psprint to 1.10abs2-6/+6
Ensure PATH is updated to include ${PREFIX}/bin
2009-03-08Adjust the hardcoded path to hyphen.tex.minskim3-8/+9
This package should use kpsewhich to find a .tex file in the texmf tree. While here, add a dependency to dvipsk so that this package can find dvips at run-time. Noted by Bernd Ernesti.
2009-03-08Use mk/omf-scrollkeeper.mk instead of textproc/rarian/omf.mk.wiz1-2/+2
2009-03-06Let teTeX-texmf register its map files and hyphenation patterns usingminskim3-82/+117
map.mk and hyphen.mk. With this change, language.dat and language.def are handled propertly through CONF_FILES. Bump PKGREVISION for teTeX-texmf and teTeX-bin.
2009-03-06Add a Makefile fragment and templates to install/deinstall hyphenationminskim3-0/+95
patterns.
2009-03-06Add tex-hyphen-base.minskim1-1/+2
2009-03-06Import tex-hyphen-base-2008.11176 as print/tex-hyphen-base.minskim6-0/+299
This package provides TeX hyphenation patterns for English.
2009-03-06Update to 2.18.4:wiz3-7/+8
libgnomeprintui 2.18.4 ---------------------- * Make this work with deprecations and single includes in glib/gtk+ * Updated translations (ar, bg, dz, it, kn, ko, la, lv, or, pt_BR, zh_HK, zh_TW)
2009-03-06Update to 2.18.6:wiz3-7/+8
libgnomeprint 2.18.6 * Fix warnings about missing format specifiers * Updated translations (ar, bg, it, ps, pt_BR, zh_HK, zh_TW)
2009-03-05Remove PYBINMODULE. All it did was mark some packages as not availablejoerg2-4/+2
on some platforms that lacked shared library support in the past. The list hasn't been maintained at all and the gain is very limited, so just get rid of it.
2009-03-03Add user-destdir support. Per joerg@'s request.jmmv2-13/+22
2009-03-03Add user-destdir support. Per joerg@'s request.jmmv1-6/+8
2009-03-01add dependency to devel/libgetopt for platforms without getoptlongsno1-1/+3
2009-03-01Override TEXMFCONFIG instead of TEXMFSYSCONFIG for better isolation ofminskim1-2/+3
the build environment.
2009-03-01- texlive-tetex is needed at build-time only.minskim1-3/+5
- Make sure that generating config.ps is not affected by the system's config.ps. Bump PKGREVISION.
2009-03-01Fix build problems of xdvi, noted by seb@.minskim1-4/+9
- Add a build-time dependency on texlive-tetex to use texconfig. - Make sure that generating a conf file does not depend on files that are already installed. Bump PKGREVISION.
2009-02-27Depend on "dvipsk" package because it provides the "dvips" binary aftertron1-4/+3
the recent TeX package changes. Bump package revision.
2009-02-26pull some patches from upstream, to fix two crashes and an off-by-onedrochner5-5/+219
in color management support, bump PKGREVISION
2009-02-26Update tex-bin-dvipsk to 2008.12172.minskim3-9/+8
Changes: - Add nopwer size for -t - Remove config.cms
2009-02-26Fix PLIST by removing an entry that is no longer relevant.minskim1-2/+1
2009-02-26Update tex-bin-texlive to 2008.12181 because of the distfile change.minskim2-7/+7
No functional change in pkgsrc (The tlmgr man pages were regenerated).
2009-02-25pull in a patch from redhat to fix a buffer overflow (CVE-2008-3863),drochner3-8/+98
bump PKGREVISION
2009-02-25Let tex-musixtex depend on dvipsk because teTeX-bin no longer providesminskim1-1/+3
dvips.
2009-02-25Remove a check for teTeX2.minskim1-9/+2
2009-02-23Let the meta package of teTeX depend on xdvik because teTeX-bin does notminskim1-2/+3
build xdvi any more. Bump PKGREVISION.
2009-02-23Do not build xdvi included in teTeX so that teTeX-bin can be installedminskim8-128/+9
without X11. A newer version of xdvi is available in print/xdvik. Bump PKGREVISION.
2009-02-23Add xdvik.minskim1-1/+2
2009-02-23Import xdvik-22.84.14 as print/xdvik.minskim6-0/+120
Xdvik, the kpathsea version of xdvi, is a previewer for DVI files produced e.g. by the TeX or troff typesetting systems.
2009-02-23Add tex-bin-xdvi.minskim1-1/+2
2009-02-23Import tex-bin-xdvi-22.84.14 as print/tex-bin-xdvi.minskim4-0/+47
This package provides a configuration file for xdvik.
2009-02-18add a comment that the DOS-linefeed issue is fixed upstream,drochner1-1/+2
as suggested by Joern Clausen
2009-02-18Bump PKGREVISION to make sure patch-a[ab] are applied.minskim1-1/+2
2009-02-18Let the teTeX meta package depends on dvipsk, because teTeX-bin nominskim1-3/+5
longer provides dvipsk. While here, add explicit dependencies on teTeX-bin and teTeX-texmf. Bump PKGREVISION.
2009-02-18Regen distinfo after the recent update of tex-bin-tetex. Noted by tron@.minskim1-1/+3
2009-02-18move the kpathsea bl3 into the "dvi" option as it is TeX specificdrochner2-4/+3
2009-02-18Mark this package as a meta package.tron1-12/+2
2009-02-17Do not build dvipsk included in teTeX.minskim5-35/+11
A newer version of dvipsk is available in print/dvipsk. This change fixes PR 31390. Bump PKGREVISION for teTeX-texmf and teTeX-bin.