summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
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
2008-04-20Fix embedded font handling (CVE-2008-1693). While at it, add a patchtonnerre4-2/+156
from upstream CVS which fixes display of 16-bit colors. Update from print/poppler. Approved-by: joerg
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-15Fix PLIST without djvu and dvi.hira1-5/+5
2008-04-15update to 0.8.0drochner9-51/+128
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-04-15update to 2.22.1.1drochner9-98/+65
This switches to the gnome-2.22 release branch.
2008-04-15fix a possible integer overflow in buffer size calculation, from upstream,drochner3-2/+76
bump PKGREVISION
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam13-51/+47
through PLIST_SUBST to the plist module.
2008-04-09Reorder lines to be more standard.wiz1-3/+4
2008-04-06Update to 0.2.1:wiz4-27/+15
KBibTeX 0.2.1 * Translations to Russian and German * Searching in arXiv and Google Scholar * GUI to edit id suggestion templates * User-defined fields in GUI * Various bugfixes KBibTeX 0.2 * Many usability improvements and bugfixes * Embedding documents into exported PDFs possible (if supported by installed TeX system) * More URLs to search documents included * More online databases to search references added * Keyword handling improved * Suggesting entry ids added * Merging .bib files possible * Improved handling of crossref'ed entries * Adding more functions to toolbar and shortcut system
2008-04-06+ acroread8xtraeme1-1/+2
2008-04-06Import of Adobe Reader 8, based on the print/acroread7 pkgsrc.toshii6-0/+1032
Adobe Reader is part of the Adobe Acrobat family of software, which lets you view, distribute, and print documents in Portable Document Format (PDF)--regardless of the computer, operating system, fonts, or application used to create the original file. PDF files retain all the formatting, fonts, and graphics of the original document, and virtually any PostScript(TM) document can be converted into a PDF file.
2008-04-04Add and enable new ruby-* packages.jlam1-1/+2
2008-04-04Supports DESTDIR.joerg1-1/+3
2008-04-04Initial import of ruby18-pdf-writer-1.1.8 as print/ruby-pdf-writer.jlam4-0/+108
PDF::Writer for Ruby provides the ability to create PDF documents using only native Ruby libraries.
2008-04-03Update cups to version 1.3.7markd4-28/+7
OKed by jlam. Changes in 1.3.7 The new release includes three security fixes and several printing and authentication fixes. CVE-2008-0047: cgiCompileSearch buffer overflow CVE-2008-1373: CUPS GIF image filter overflow Updated the "make check" tests to do a more thorough automated test. cups-driverd complained about missing directories cupsaddsmb would leave the Samba username and password on disk if no Windows drivers were installed The Linux USB backend used 100% CPU when a printer was disconnected The sample raster drivers did not properly handle SIGTERM The scheduler sent notify_post() messages too often on Mac OS X. Kerberos access to the web interface did not work The scheduler did not support "AuthType Default" in IPP policies The scheduler did not support the "HideImplicitMembers" directive as documented "make check" didn't return a non-zero exit code on error The scheduler incorrectly logged AUTH_foo environment variables in debug mode The image filters inverted PBM files cupsctl would crash if the scheduler was not running The scheduler could crash when printing using a port monitor The scheduler would crash if PAM was broken The image filters did not work with some CMYK JPEG files produced by Adobe applications The Mac OS X USB backend did not work with printers that did not report a make or model. The job-sheets option was not encoded properly The scheduler incorrectly complained about missing LSB PPD directories. Changes in 1.3.6 The new release fixes some platform-specific build problems, web interface issues, PDF and PostScript filter option handling, and a number of minor bugs discovered during routine code audits.
2008-04-01Fix dependency pattern. Caught by pbulk.tnn1-2/+2