summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2008-07-18Update to 5.2.0beta3. Many minor changes and bugfixes omitted; seegdt3-26/+170
NEWS in the distfile. * CHANGES FROM GUTENPRINT 5.2.0-BETA2: 4) Printing speed, and possibly quality, have been improved in certain cases on newer Epson inkjet printers (C120, Stylus Photo 2400, RX700, and all printers using Claria ink). The speed improvement should be most noticeable with plain paper at lower resolutions. Quality improvements may or may not be noticeable. 5) The Epson driver is in the process of being converted to use data stored in files external to the binary library. While this should have no impact on end-user use, it is a substantial change that people should be aware of. Please report any issues. 6) Test coverage has been significantly increased. 7) New printers supported in this release: (450+ lines of printers omitted) * GENERAL CHANGES FROM GUTENPRINT 5.0: 1) Gutenprint 5.2 and beyond no longer support GIMP 1.2. Please ensure that you are using GIMP 2.0 or above. 2) The PostScript driver has been rewritten, offering enhanced functionality approaching that of the native printer drivers. This driver is used by the enhanced Print plugin for the GIMP, and by other packages (such as PhotoPrint) that utilize Gutenprint. In particular, the following specific functionality has been added: - All PPD file options are now offered. - CMYK input is now handled correctly. - The PostScript driver recognizes Gutenprint PPD files (from the native CUPS driver, not from Foomatic) and presents floating point options correctly. Note that this driver does not offer the curve options offered by the native drivers. ---------------- * CHANGES FROM GUTENPRINT 5.0.2 AND 5.1.7: 1) cups-genppdupdate is no longer versioned, as it was in 5.0 and 5.1 (cups-genppdupdate.5.0 and cups-genppdupdate.5.1). It also supports the following options: -r Specify the major.minor version to update to, e. g. 5.0 or 5.1. -f Bypass ownership/permissions checks on update PPD files. -i Interactively ask whether to update each PPD file. 2) The performance of cups-genppdupdate has been improved significantly. 3) cups-genppdupdate no longer updates PPD files that differ only in case of the file extension (e. g. printer.ppd and printer.PPD). This avoids updating PPD files twice on filesystems that are case insensitive, such as OS X. 4) cups-genppdconfig has been removed from this release. This command was used to configure CUPS printer queues, but is not necessary as there are ample other tools available to configure printer queues. 8) L-size photo paper (3 1/2x5 inches) has been added.
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-14Mark as destdir ready.joerg13-13/+38
2008-07-09add a missing pointer initialization, fixes possible memory corruptiondrochner3-2/+18
(CVE-2008-2950), patch from the advisory, bump PKGREVISION
2008-06-21Needs Perl. Bump revision.joerg1-3/+3
2008-06-21Shared object files must be linked with -fPIC. DESTDIR support.joerg3-12/+16
Bump revision.
2008-06-20Add DESTDIR support.joerg11-27/+50
2008-06-19Added print/tex-ifxetex.reed1-1/+2
2008-06-19New package: tex-ifxetexreed4-0/+42
I needed this for upgrading dblatex. I don't use xetex myself yet. This simple TeX package defines the \ifxetex boolean for testing whether the TeX-variant XeTeX is being used for typesetting. Also provides the \RequireXeTeX command which throws an error if XeTeX is not the engine in use.
2008-06-19Update to ruby-gnome2-poppler to 0.17.0rc1 to build with newer gnome packages.taca5-886/+4
2008-06-19Update to ruby-gnome2-gnomeprint to 0.17.0rc1 to build with newer gnome ↵taca2-6/+4
packages.
2008-06-18Fix a few problems:wiz5-4/+34
. Fontforge version comparison in configure script is broken, because the numbers get too big for test(1). Comment it out, we know the pkgsrc version is new enough. . Do not install any emacs lisp files. Should be a separate package. . Give path to Century New Schoolbook L fonts to configure script directly. There seems to be some problem with fc-match in a sandbox (to be investigated). Bump PKGREVISION for PLIST change. Changes created in cooperation with dillo@ and schmonz@ at pkgsrcCon 2008.
2008-06-16Changed download site and website to append .uk to domain name.reed1-3/+3
2008-06-16INSTALLATION_DIRS=sbin.joerg1-1/+3
2008-06-16Fix DESTDIR support.joerg1-5/+5
2008-06-16Perl runtime dependency. Bump revision.joerg1-3/+3
2008-06-15Mark as meta-package.joerg2-14/+4
2008-06-12Add DESTDIR support.joerg36-114/+208
2008-06-10Needs msgfmt - from Hasso Tepper in PR pkg/38919.markd1-7/+5
While here add PKG_DESTDIR_SUPPORT and remove the explicit X dependencies, gets all it needs from kdelibs3 and kde3.mk.
2008-06-10Needs pkg-config, and does not like python<2.4.wiz1-4/+3
XXX: still does not build for me because it does not accept fontforge.
2008-06-05reset PKGREVISION for base pkg updatedrochner1-2/+1
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-06-03Set BUILDLINK_DEPMETHOD.qt4-tools?=full, bump PKGREVISION, pkglintabs1-3/+6
2008-06-02make it build on DragonFly/FreeBSD, from Hasso Tepper per PR pkg/38832drochner3-1/+50
2008-05-29update to 2.22.2drochner3-20/+6
changes: -bugfixes (one patch integrated upstream) -translation updates
2008-05-26Mark some packages as not for bulk building on HPUX.tnn1-1/+2
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg7-19/+29
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2008-05-25Explicitly add pax dependency in those Makefiles that use it (or havejoerg2-3/+4
patches to add it). Drop pax from the default USE_TOOLS list. Make bsdtar the default for those places that wanted gtar to extract long links etc, as bsdtar can be built of the tree.
2008-05-25Fix build of teTeX3-bin on MacOS X as described in PR 38635. Patch testedtonnerre2-7/+4
by me and Matthias Kretschmer. PKGREVISION not bumped because there is no change at all to the content.
2008-05-25Remove me as maintainer of some package, clame ownership of a few packages.tron1-2/+2
2008-05-25Assert OWNERship of some packages, relinquish others entierly.dillo2-4/+4
2008-05-25unlimit the data segment (gsromfs1.c needs > 128MB on gcc/alpha)tnn1-1/+2
2008-05-21update to 3.2.5drochner2-8/+10
changes: -SVG driver adds color and pattern filling to arcs -bugfixes pkgsrc change: skip interpreter check for fig2ps2tex, in response to PR pkg/38711 by Aleksey Cheusov. Adding csh as a dependency doesn't make much sense because the pkg provides an extra script exactly for that case, as documented in the manpage.
2008-05-17Fix build on IRIX by ensuring -lfontconfig links with -liconv.tnn1-1/+7
2008-05-15+pdflib-litedrochner1-1/+2
2008-05-15import pdflib-lite-7.0.3drochner5-0/+71
This is a newer version of what we have as pkgsrc/print/pdflib, but it comes with much unfriendlier licensing conditions (non-commercial use only). I've tested it with gnuplot. There is just some "dash patterns" support added over pdflib4 afaics. So making it the default choice isn't worth the hassle, but if you want to try it, here is it.
2008-05-15pull another patch from upstream CVS, to fix a possible crash,drochner2-1/+91
ride on today's PKGREVISION bump
2008-05-15quell a pointless warningdrochner2-1/+15
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-14Update to 2.10.33sborrill1-0/+12
2008-05-14Update to 2.10.33.sborrill4-353/+153
Changes are too numerous to mention. N.B. I've removed the dependency on emacs, it was only used to create the folder to install a single folder in and worse still, PLIST used EMACS_LISPPREFIX but this wasn't used by Lilypond.
2008-05-06Remove RCSID from patch-at so it applies againtonnerre2-5/+4
2008-05-05Fix various buffer overflow vulnerabilities in dvips and dviljk, and antonnerre6-3/+2099
insecure temp file creation vulnerability in dvips. Fixes CVE-2007-5935, CVE-2007-5936 and CVE-2007-5937. 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-30Drop maintainershipjmmv3-6/+6
Stop lying and drop maintainership of these packages. I have not maintained them for a very long time already, so leave room for fresh blood to take over them.
2008-04-29update to 0.8.1drochner8-250/+7
Some fixes which we had patched in pkgsrc are included now.
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg2-4/+3
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2008-04-25Explicitly include Python 2.1 as it is required by Zope 2.5.joerg2-2/+6
2008-04-25Supports DESTDIR.joerg1-1/+3