summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2008-09-14Treat FITB* references like their counterparts w/o 'B' insteaddrochner3-2/+46
of just spitting out an "unimplemented" warning. The pdf spec defines a differing zoom setting for them which is ignored here. bump PKGREVISION
2008-09-14update to 0.8.7drochner4-51/+21
changes: -Fix regression in Form rendering
2008-09-12add licensegdt1-1/+2
2008-09-08Set RESTRICTED and derive NO_* from that as documented.joerg1-6/+6
2008-09-06Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlibwiz1-2/+2
name change).
2008-09-05Compile with "-fPIC" under NetBSD to fix amd64 build problems.tron1-1/+5
2008-09-03Add libspectremarkd1-1/+2
2008-09-03Initial import of libspectre 0.2.1markd5-0/+59
libspectre is a small library for rendering Postscript documents. It provides a convenient easy to use API for handling and rendering Postscript documents.
2008-09-03Build libgs as a shared library as increasingly other packages expect itmarkd6-4/+80
to be there and want to link with it. Bump PKGREVISION.
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-24If mkdtemp is not defined, define our own version and deploy it. Also, don'ttonnerre7-15/+234
just add mkdtemp to configure.in but also make sure that it is heard. PKGREVISION++.
2008-08-23Remove unresolvable hosts from MASTER_SITES.obache1-4/+1
Noticed by Zafer Aydogan via private mail.
2008-08-20Workaround for my own PR 39379:is3-5/+6
Don't -DUSE_INLINE - this creates "static inline", and the imake setup at least on NetBSD-4/arm calls "cc -ansi", which, as being a c89 compiler, refuses this c99 code (or so I've been told by C language lawyers). (Maybe somebody can come up with a patch that does the right thing wrt. this stuff for all our environments.)
2008-08-19It's x86_64...joerg3-6/+6
2008-08-19It's x86_64, not amd64.joerg3-6/+6
2008-08-17This installs a perl script and several python scripts.dholland1-2/+6
Handle them correctly. PKGREVISION++.
2008-08-11Protect against LD_LIBRARY_PATH forcing us to load NetBSD shared libraries.is2-3/+16
2008-08-10amd64 == i386 for the purpose of this package.joerg6-12/+12
2008-08-07update to 8.63drochner3-9/+7
changes: -bugfixes -multithreaded rendering -Images are now always interpolated in their source colorspace -Support for OpenPrinting Vector devices has been upgraded to version 1.0 -two new devices: cairo, svgwrite -maximum number of color components has been reduced to 8 (from 252) -The -Z: debugging option now uses 'realtime' instead of 'usertime'
2008-08-07Ensure that DESTDIR builds don't leak the build user, but use rootjoerg2-6/+6
for permissions. Bump revision.
2008-08-06update to 0.8.5drochner4-34/+6
changes: -fix some crashes and memory leaks -pdftohtml improvements
2008-07-29Update to _SU1 (Security Update 1) version from Adobesmb3-30/+31
2008-07-27Fix build against newer OpenSSL.joerg2-1/+19
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