summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2007-08-15Update cups to 1.2.12markd2-6/+6
CUPS 1.2.12 fixes several file typing issues, a bad error message in the scheduler, a web interface setting problem, and a bug in the PHP language binding. It also includes an updated Italian translation. Changes include: * The PHP cups_print_file() function crashed if the options array contained non-string option values * The image/tiff file matching rule incorrectly identified some text files as TIFF files * The filter(7) man page incorrectly documented the "PAGE: total #-pages" message * PCL text files were mis-identified as HP-GL/2 and caused the HP-GL/2 filter to hang * When printing to a queue with user ACLs, the scheduler incorrectly returned a quota error instead of a "not allowed to print" error * cupsaddsmb could get in a loop if no printer drivers were installed * cupsRasterReadHeader() did not byte-swap the header properly when compiled with certain versions of GCC. * The IPP backend did not send the document-format attribute for filtered jobs * Some PPD files could cause a crash in ppdOpen2 * The web admin interface incorrectly handled the "share printers" and "show remote printers" settings * The scheduler's log messages about AuthClass and AuthGroupName advised using a replacement directive but had the wrong syntax * Updated the PostScript/PJL and HP-GL/2 MIME rules to look in the first 4k of the file, not just the first 1k * Updated the Italian localization
2007-08-14Needs Perl as it installs a script. Bump revision.joerg1-3/+3
2007-08-13Added mk/misc/category.mk, which contains the definitions that are onlyrillig1-2/+2
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is also relevant for the top-level directory. Adjusted the category Makefiles.
2007-08-11When installing a Perl script to bin/, depend on it. Bump revision.joerg1-2/+3
2007-08-09Don't attempt to use fdopen64 at all. It's not a standardised API and nonetnn2-4/+4
of the platforms we care about seem to have it. Fixes PR pkg/36757.
2007-08-09Add DESTDIR support.joerg4-15/+20
2007-08-08*blink* check-files didn't run for some reason, so update the PLISTjoerg2-3/+32
and bump revision.
2007-08-08Don't use malloc.h.joerg3-1/+28
2007-08-08Don't use malloc.h.joerg2-1/+16
2007-08-08Update to ghostscript-8.60:joerg4-20/+35
The major milestone of this release is a merge from the ESP Ghostscript fork, used to support the CUPS printing system. This means that free operating systems can now ship a single copy of upstream Ghostscript with their releases. Thanks to Till Kamppeter and Mike Sweet for making this possible. This release also includes numerous important bug fixes over the previous stable versions, as well as improvements to performance, memory footprint, shading and image handling. We recommend this upgrade to all free users. While here, add DESTDIR support.
2007-08-08Supports DESTDIR installation.joerg1-1/+3
2007-08-08Supports DESTDIR.joerg1-1/+3
2007-08-03Don't use fdopen64 on AIX.joerg2-4/+4
2007-08-02Allow installation on x86_64.wiz2-4/+4
2007-08-02add a vendor supplied patch to fix an integer overflow vulnerabilitydrochner3-2/+29
(CVE-2007-3387)
2007-08-02apply a patch from xpdf to fix an integer overflow vulnerabilitydrochner3-3/+34
(CVE-2007-3387) bump PKGREVISION
2007-07-31Fixed a gcc4 warning that pointed to really buggy code. Pointed out inrillig2-1/+22
PR 36713.
2007-07-29* Add new emulator framework in pkgsrc/mk/emulator that handles alljlam10-137/+48
binary-only packages that require binary "emulation" on the native operating system. Please see pkgsrc/mk/emulator/README for more details. * Teach the plist framework to automatically use any existing PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition. * Convert all of the binary-only packages in pkgsrc to use the emulator framework. Most of them have been tested to install and deinstall correctly. This involves the following cleanup actions: * Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM} more consistently. * Simplify packages by using default INSTALL and DEINSTALL scripts instead of custom INSTALL/DEINSTALL code. * Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc. Packages only need to state exactly which emulations they support, and the framework handles any i386-on-x86_64 or sparc-on-sparc64 uses. * Remove "USE_NATIVE_LINUX" from pkgsrc. The framework will automatically detect when the package is installing on Linux. Specific changes to packages include: * Bump the PKGREVISIONs for all of the suse100* and suse91* packages due to changes in the +INSTALL/+DEINSTALL scripts used in all of the packages. * Remove pkgsrc/emulators/suse_linux, which is unused by any packages. * cad/lc -- remove custom code to create the distinfo file for all supported platforms; just use "emul-fetch" and "emul-distinfo" instead. * lang/Cg-compiler -- install the shared libraries under ${EMULDIR} instead of ${PREFIX}/lib so that compiled programs will find the shared libraries. * mail/thunderbird-bin-nightly -- update to latest binary distributions for supported platforms. * multimedia/ns-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch. * security/uvscan -- set LD_LIBRARY_PATH explicitly so that it's not necessary to install library symlinks into ${EMULDIR}/usr/local/lib. * www/firefox-bin-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch.
2007-07-18correct whitespacetnn1-2/+2
2007-07-18Fix broken build on HPUXtnn3-2/+20
2007-07-17Fix path to Perl in a script. Ride on update.joerg1-2/+4
2007-07-17update to 8.57drochner4-35/+28
In addition to the usual bug fixes, there are specific performance and quality improvements in the areas of patterns, shading and image filtering. Also new in this release is an implementation of the Well Tempered Screening algorithm in an output device, using Graeme Gill's IMDI library for efficient color mapping. pkgsrc change: use the bundled jasper as the pkgsrc one is incompatible
2007-07-16Udpate tex-IEEEtran to 1.7.minskim3-23/+40
Major changes: - New class option compsoc to support the IEEE Computer Society format. - New class option captionsoff disables the display of figure/table captions. endfloat.sty is now mentioned in the docs. Thanks to Geoff Walker for suggesting these changes. - Bug fixes and new interfaces.
2007-07-06update to 0.8.3drochner6-25/+10
changes: -bugfixes -translation updates -compatibility to newer poppler releases which paves the way for an eventual poppler update
2007-07-04Make it easier to build and install packages "unprivileged", wherejlam1-2/+3
the owner of all installed files is a non-root user. This change affects most packages that require special users or groups by making them use the specified unprivileged user and group instead. (1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to unprivileged.mk. These two variables are lists of other bmake variables that define package-specific users and groups. Packages that have user-settable variables for users and groups, e.g. apache and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP}, etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER} and ${UNPRIVILEGED_GROUP}. (2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2007-07-03Update to 3.6.3:wiz3-34/+6
%%%%%%%%%%%%%%%%%%% GV 3.6.3 (June 2007) %%%%%%%%%%%%%%%%%%%%%%%%%%%%% # gv is now able to work with latest ghostscript: gs 8.57 # The bug causing the version not to figure in the manual has been fixed. # The SIGINT signal is now masked (ignored) by gv. # gv no more segfaults when reading a configuration file as produced by State -> Setup Options -> Save # gv should compile in non-GNU system that doesnt have glib2. The `getopt' gnulib module has been imported to fix this. # gv now correctly adjust the page index window after PAGE-UP and PAGE-DOWN events. # gv is now able to open files with minus character beginning filenames. # X resources related bugs has been fixed. gv is now able to get resources from the display database, user file, gv system database and command line doing the Right Thing (TM). # gv is now able to correctly understand DocumentMedia and other DSC directives that uses postscript strings. It was not possible with previous versions due to a bug in the postscript names scanning routine. * Vulnerability CVE-2006-5864 has been fixed. * gs is now invoked with `-dFIXEDMEDIA' * The internal gettext implementation has been renamed to `ps_gettext' to avoid collisions with the builtin `gettext' function. * --quiet and --noquiet now works as expected. ? There are troubles with 64 bits machines: the use of x-pointers to store data should be eliminated in subsequent versions.
2007-07-01Re-add support for the PAPERSIZE variable, lost when the variousmarkd1-2/+8
ghostscript packages were merged. Bump PKGREVISION.
2007-06-29avoid segfaults on 64-bit systems for some inputs files and pdf outputdmcmahill3-3/+21
2007-06-15update to latex-mk-1.9dmcmahill3-7/+9
- Added support for per-document DVIPS_FLAGS and DVIPDFM_FLAGS. - Avoided the use of hardcoded csh in some scripts. - Removed claims of a BIBTEX_ENV variable in the documentation. It didn't do anything. - Added METAPOST support. - Fixed a bug when using BibTeX and PDFLaTeX at the same time. - Added glossary support. - Fixed a bug with GNU make draft output. - Put the actual installation prefix into the manual. - Avoid a case which caused the testsuite to hang. - Expanded the testsuite and fixed some bugs in the testsuite. - Fix a bug in cleaning xfig and tgif output.
2007-06-15add and enable tex-cookingdmcmahill1-1/+2
2007-06-15import tex-cooking-0.9bdmcmahill4-0/+49
Cooking is a package for typesetting cooking recipes.
2007-06-15* Change some instances of ROOT_USER and ROOT_GROUP to BINOWN and BINGRPjlam1-2/+2
in SPECIAL_PERMS usage. * Consistently use 4555 for setuid and 2555 for setgid programs.
2007-06-09Update to 1.02:jmmv2-6/+7
v1.02 (25 May 2007): * Added overview section in the documentation v1.01 (17 May 2007): * Added number range facility (equivalent to makeindex's |( and |) formatting commands.) * Added a space after \delimN and \delimR in the ist file.
2007-06-09Fix directory name for ruby-gnome-pango.obache1-2/+2
2007-06-06Update tex-dhucs to 3.2.2.minskim3-18/+30
Changes since 3.1.4: - Redefine \nobreak. - Added a new font map: UCS2.sfd. - Added [finemath] option.
2007-06-06Update dvipdfmx to 20070518.minskim5-231/+230
Changes since 20050831: - Xref and object stream were implemented for PDF v1.5 or higher to reduce the size of the PDF output. - New program "xbb" is included, which generates ".xbb" file containing the bounding box information. For bitmap images, DVIPDFMx generates the same result as pdfTeX if ".xbb" is used, and as DVIPDFM if ".bb" is used. - Many bug fixes.
2007-06-06Update cups to 1.2.11markd5-43/+127
CUPS 1.2.11 fixes several build system, printing, PPD, and IPP conformance issues. It also fixes a crash bug in the scheduler when printing to files in non-existent directories.
2007-06-06Update poster to the 20060221 versionmarkd4-31/+22
2006-02-19 Manfred Paulus <manfred.paulus@googlemail.com> * option: added -C option for switching clipping facilities * option: added -O option for setting content overlap * output: make postscript functions out of read in page descriptions instead of copying the code for every output page * pages: corrected sizes of ISO A and B formats 2005-09-07 Cristian Tibirna <tibirna@kde.org> * option: don't crash when specifying -s option (scaling) 2002-08-30 Michael Goffioul <goffioul@imec.be> * option: added a "fake" option to pre-calculate the tile pages (used within KDEPrint). 2002-08-28 Michael Goffioul <goffioul@imec.be> * pages: allow selection of tile pages to print 2002-08-26 Michael Goffioul <goffioul@imec.be> * gets: avoid the use of gets, replaced by fgets * input: allow input from STDIN * pages: allow poster printing of more than one page
2007-06-05Bump PKGREVISION for opencdk shlib major bump.wiz1-2/+2
2007-06-05opencdk shlib major changed; bump ABI depends and PKGREVISIONs ofwiz2-3/+4
affected packages.
2007-06-03Update to Scribus 1.3.3.9 (bugfixes).ghen3-7/+9
2007-06-03Reindent.ghen1-8/+8
2007-06-03Add and enable tex-resume.jmmv1-1/+2
2007-06-03Initial import of tex-resume-20010823:jmmv4-0/+33
This package provides a LaTeX document style to easily write resumes.
2007-05-30Removed some code duplication from the buildlink3 files by using the newrillig2-16/+6
pkg-build-options.mk procedure.
2007-05-30Set CHECK_INTERPRETER_SKIP for documentation files.minskim1-1/+3
2007-05-28Add and enable tex-algorithm2e.jmmv1-1/+2
2007-05-28Initial import of tex-algorithm2e, version 3.9:jmmv4-0/+55
Algorithm2e is an environment for writing algorithms in LaTeX2e. An algorithm is defined as a floating object like figures. It provides macros that allow you to create different sorts of key words, thus a set of predefined key words is given. You can also change the typography of the keywords.
2007-05-27Add ruby-gnome2-poppler.obache1-1/+2
2007-05-27Import ruby-gnome2-poppler version 0.16.0.obache3-0/+26
Ruby-GNOME 2 is a set of Ruby language bindings for the various application development libraries included with the GNOME/GTK+ environment. Ruby/Poppler is a Ruby binding of poppler-glib.