summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2007-04-02Add patch to disable the use of the back channel for USB on NetBSD.gdt3-2/+20
This is based on a suggestion by Yorick Hardy, who reports that it improved behavior. Without the patch, the cups usb driver tries to read status from ulpt(4) (for most printers), and this results in no output.
2007-03-24Prepare for switching to NO_MTREE=yes.joerg1-2/+2
2007-03-24fltk knows what X11 parts to include, thanks.joerg1-2/+1
2007-03-22Update to cups 1.2.10markd3-7/+21
pkgsrc changes: fix locale path patch a bug in pstops's n-up handling (reported to upstream) CUPS 1.2.10 fixes the init script used to start the scheduler, a recursion bug in the pdftops filter, and several other issues reported after the 1.2.9 release. Changes include: * ppdLocalize() now supports localizing for Japanese using the "jp" locale name used by the ppdmerge program from the CUPS DDK 1.1.0 * _cupsAdminSetServerSettings() did not support changing of top-level directives as designed. * The init script path check was broken. * CUPS incorrectly used the attribute "notify-recipient" instead of "notify-recicpient-uri" in several places * Fixed a configure script bug on MirBSD * The pdftops filter did not limit the amount of recursion of page sets * Custom page sizes with fractional point sizes did not work * The lpoptions command would crash when adding or removing options on a system with no printers
2007-03-22Don't try to install non-existent files -- they were already removeddillo1-2/+2
from the PLIST.
2007-03-21Add patch fixing build with gnome-doc-utils-0.10.1.wiz2-1/+15
Patch provided by drochner@
2007-03-21Bump PKGREVISION for gnome-keyring ABI bump.wiz3-5/+6
2007-03-19ISO-8859.15 encoding was installed so add to PLIST. Noticed by Joerg.reed2-3/+5
Also saw that installed manpage is not gzipped now. So bump PKGREVISION also.
2007-03-19Pass down correct locale dir to configure.joerg1-1/+2
2007-03-18The autoconf2.14 dependency tracking does not work with MIPSpro, sorillig1-1/+2
disable it.
2007-03-18Update cups to 1.2.9markd2-6/+6
CUPS 1.2.9 fixes several printing issues and scheduler crash bug. Changes include: * The scheduler did not use the default job-sheets (banners) for implicit classes * The scheduler could crash when listing complete jobs that had been unloaded from memory * The French localization was doubled up * Build system fixes for several platforms * The scheduler's openssl certificate generation code was broken on some platforms * The scheduler's log rotation check for devices was broken * The LPD mini-daemon did not handle the document-format option correctly * The pdftops filter ignored the "match" size option in the pdftops.conf file * cupstestppd now validates UTF-8 text strings in globalized PPD files * The outputorder=reverse option did not work with all printers * Classes containing other classes did not always work * Printer location and description information was lost if the corresponding string contained the "#" character * cupsRemoveOption() did not work properly * The USB backend did not work with some USB to parallel cables on Mac OSX. * The test page did not print the rulers properly on large media sizes * The text filter could crash when pretty printing certain types of files
2007-03-17Update to 2.5.5. (I noticed old version was not on download sitereed3-32/+31
last year some time.) Add another downlaod site. Make this use PKGMANDIR. Changes are: November 2006 - Released version 2.5.5 - apply Fedora restricted font and scale patches September 2005 - usage fixes - use /tmp instead of /usr/tmp - Duplex featrure settings go into %%BeginSetup section. November 2004 - Small updates to manual page May 2004 - Released version 2.5.4 - Do not explicitely switch of duplex mode when -t is not given. - Add redhat utf-8 patch - Add -u option to switch off utf-8 checking August 2003 RedHat fixes - check for empy optarg in arg processing. Suggested by J.D. Laub <jdl@access-health.com>: - -V option to show mpage version - -- option to stop process options (remaing args are files) - add -- option to prprog when filename starts with a -. From: Sanjoy Mahajan <sanjoy@mrao.cam.ac.uk> - %% and \n fixes for Duplex Beginfeature settings. October 2002 - Released version 2.5.3 - Start moving mapge into the GPL... - Fixed double 'showsheet' output when processing postscript. - Added A0 to page_desc in glob.c. - Remove newline after formfeed. (Gregory Bond <gnb@itga.com.au>) - the -X option now always prints the filename/header on the left and the physical page number on the right. Per suggestion of Marc Branchaud <marcnarc@xcert.com> - From Neil Brown <neilb@cse.unsw.edu.au>: define showheet using the load operator instead of the bind operator. This might solve situations where showpage is redefined elsewhere. - From Ilgiz Latypov <ilgizl@pcauto.comk>: -J option to set an initial value to the pagenum counter. - Improved processing of "BeginDocument/EndDocument" directives resulting in much better handling of included EPS graphics. Should improve processing of dvips files a lot... Jun 2002 from: jdl@access-health.com - When processing stdin, 'pr' was hardcoded instead of using the prprog variable. - Removed useless strcpy when processing command line args (could even give unpredictable results) from: dlarson@brookings.net - explicitely set duplex printing to false in the default case. from: George.Pajari@Faximum.com - using -m while printing in duplex creates useless margins: punching holes may go through the printed areas on one of the sides. Jan 2002 Marcel J.E. Mol marcel@mesa.nl - lib/mpage -> share/mpage Nov 2001 Marcel J.E. Mol marcel@mesa.nl - Changes from redhat * use mkstemp instead of mktemp. * kanji support. Oct 2000 Marcel J.E. Mol marcel@mesa.nl - Added A1 and A2 to page_desc in glob.c. Aug 1999 Marcel J.E. Mol marcel@mesa.nl - Added -e option and related code from Enrique Melendez Asensio <ema@csn.es> to allow 4,1,2,3 booklets... Needs cleanup and extended to txt too. - Patch from Gabor Ribarik <ribarik@math-inst.hu> to take of dvips(k) 5.78's output if it contains many postscript figures. (see indoc variable in post.c) He (or actually Attila Karpati) also implemented multiple -j options. Fix the %%Page director when pages are skipped (with -j). - Include amiga port from Andreas R. Kleinert <info@ar-kleinert.de>: * added smakefile, smakefile.ppc and SCOPTIONS * added #ifdef AMIGA section to mpage.h * mpage.h now #undefs MAXINT if already #define (before re-#defining it iself) * LIBDIR has been #define within SCOPTIONS; used MPAGE: assign, which you may redirect yourself, then... Jun 1998 Marcel J.E. Mol marcel@mesa.nl - Clipping logical page was terribly wrong. This was visible when specifying negative pagemargins (-M). Apr 1998 Marcel J.E. Mol marcel@mesa.nl - Corrected types (lvirden@cas.org) Mar 1998 Marcel J.E. Mol marcel@mesa.nl - for EPS files that have %%Trailer and are included in PS files mpage will stop after the first %%Trailer. Made check on %%Trailer (and %%PSTrailer) a runtime option -k ('kill on trailer'); - When input text file has no newline at last line, mpage forgot to print that line... - Updated manual page and usage (lm@cs.rmit.edu.au) - warning in -b option failed. - Changed defining paper types (to add new papger tpyes, just add to the paper array in glob.c). Jan 1998 Marcel J.E. Mol marcel@mesa.nl - Removed save/restore statements for PS input processing. They seem to generate 'memory overflow' errors. - Removed 'TexDict begin' additions for dvips files. - OS/2 changes (Alexander Mai <st002279@hrzpub.tu-darmstadt.de>) - Makefile: create install dirs if not there (jwessel@uiuc.edu) - Check for %PSTrailer (for Mathematis program) (jwessel@uiuc.edu) - version 2.5 introduced bug in handling formfeed in text files. Fixed.
2007-03-17Improve description. And remove copyright from DESCR.reed1-6/+9
2007-03-15Fix build on DragonFly and include DragonFly handling in one more case.joerg3-4/+18
2007-03-14Update cups to 1.2.8markd25-1192/+1235
ok'ed jlam a while back. CUPS 1.2.8 adds a French localization, updates the Japanese and Spanish localizations, and fixes several web interface, printing, and networking bugs. CUPS 1.2.7 adds several Mac OS X improvements, implements timeouts in the SSL negotiation code, and fixes the bounding box generated by the PostScript filter, bidirectional support in the USB backend, and another case where the lpstat command could hang. CUPS 1.2.6 fixes some compile errors, localization of the web interface on Mac OS X, bugs in the lpc and lpstat commands, and backchannel support in the parallel backend. CUPS 1.2.5 fixes minor printing, networking, and documentation issues and adds support for older versions of DBUS and a translation for Estonian. CUPS 1.2.4 fixes a number of web interface, scheduler, and CUPS API issues. CUPS 1.2.3 fixes a number of web interface, networking, remote printing, and CUPS API issues. CUPS 1.2.2 fixes several build, platform, notification, and printing bugs. CUPS 1.2.1 fixes several build, platform, and printing bugs. CUPS 1.2.0 is the first stable feature release in the 1.2.x series and includes over 90 new features and changes since CUPS 1.1.23, including a greatly improved web interface and "plug-and-print" support for many local and network printers.
2007-03-14Update foomatic-ppds{,-cups} to 20070207.markd4-10/+8
Update PPD tarball to one generated from the Foomatic printer database on 2007-02-07.
2007-03-13oops - remove obsolete patchesdrochner5-165/+0
2007-03-13update to 3.02drochner3-94/+14
changes: many fixes, added support for PDF features, UI improvements see the CHANGELOG for details
2007-03-07Added a kerberos option. Fixes PR 12292.rillig1-2/+7
2007-03-04Update MASTER_SITES/HOMEPAGE -- mostly disappeared.wiz1-3/+3
From Sergey Svishchev in private mail.
2007-03-01update to 1.3.3.8drochner3-9/+15
This release is purely a bug fix release to 1.3.3.
2007-02-23Add and enable flpsedagc1-1/+2
2007-02-23Initial import of flpsed-0.3.9 into the Packages Collection. With thanks toagc5-0/+63
Perry Metzger for the nudge. flpsed is a WYSIWYG PostScript2 annotator. You can't remove or modify existing elements of a document, but flpsed lets you add arbitrary text lines to existing PostScript 2 documents. Added lines can later be re-edited with flpsed. Using pdftops, which is part of xpdf one can convert PDF documents to PostScript and also add text to them. flpsed is useful for filling in forms, adding notes etc. GsWidget is now part of flpsed. flpsed is released under the GPL. Features: * Add arbitrary text to existing PostScript documents. * Reedit text, that has been added with flpsed. * The overall structure of the PostScript document is not modified. flpsed only adds the additional text. * Batch processing (no X11 required) to modify tagged text lines that have been entered interactively with flpsed before. This is very useful for repeatedly filling in forms. * Text lines can be imported from other flpsed-modified documents. * Import and export PDF. Therefore it can be used as a PDF editor as well.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz17-47/+47
Patch provided by Sergey Svishchev in private mail.
2007-02-22Update HOMEPAGE. From Sergey Svishchev.wiz1-3/+3
2007-02-20add missing gtk-doc used for the build, fix PLISTdmcmahill2-3/+5
2007-02-19Modular Xorg support.joerg1-2/+4
2007-02-19meta-packages don't need to include x11.b3.mk.joerg1-2/+1
2007-02-15Go away, no X11 needed! Bump revision.joerg1-3/+2
2007-02-15Modular Xorg support.joerg1-2/+3
2007-02-15Added VARTEXTFONTS to BUILD_DEFS.rillig1-2/+4
2007-02-15Modular Xorg support.joerg3-6/+5
2007-01-28Include jpeg buildlink3.mk -- configure and libpopler-glib explicitly use it.dillo1-1/+2
Okayed by maintainer.
2007-01-28Add cups option.dillo2-1/+16
Explicitly disable cups if option is not set -- fixes build againts cups-enabled gtk2. Okayed by maintainer.
2007-01-26Update icons location of KDE apps. Bump PKGREVISIONmarkd2-15/+15
2007-01-24Try to remove share/sgml/jade and share/sgml.wiz2-3/+5
Bump PKGREVISION.
2007-01-23limit the SunOS test to 5.[6789] since 5.10 does not need the ↵dmcmahill1-3/+5
--enable-setenv-code configure argument. Noted by Gilles Dauphin.
2007-01-23Xfce 4.2.4 releasedmartti4-10/+11
A new bug fix release of Xfce 4.2 is available. This release is supposed to be the last release for the 4.2 branch. It includes several fixes ported from the current developpment branch. This release should not be confused with the upcoming Xfce 4.4 release [1], it's a bug fix release of the previous stable branch. [1] Xfce 4.4.0 is already in pkgsrc-wip.
2007-01-22Include libgetopt/buildlink3.mk for systems like solaris.dmcmahill1-2/+9
Add an extra configure argument on solaris to let this build there. Tested with solaris-2.9/sparc and the sunpro compiler.
2007-01-17Very belatedly bump PKGREVISION for all jasper dependencies becausewiz3-6/+6
of the shlib name change (!) during the update to 1.900.0. Noted by Robert Elz in PR 35431.
2007-01-17apply the patch from poppler to fix MOAB-06-01-2007 (DOS)drochner4-3/+70
bump PKGREVISION
2007-01-17pull a patch from poppler CVS to fix MOAB-06-01-2007 (DOS)drochner4-2/+71
bump PKGREVISION
2007-01-17Update print/auctex to 11.84tonio3-9/+13
Changes: - AUCTeX and preview-latex have been changed in order to accommodate file names containing spaces. preview-latex now tolerates bad PostScript code polluting the stack (like some Omega fonts). - Support for folding of comments was added. - The `polish' language option of the babel LaTeX package as well as the `polski' LaTeX package are now supported. Most notably this means that AUCTeX will help to insert quotation marks as defined by polish.sty ("`..."') and polski.sty (,,...''). - There has been quite a number of bug fixes to various features and documentation across the board, most critical probably the tool bar.
2007-01-15Fix typo, as pointed by Gilles Dauphintonio1-2/+2
2007-01-15Modular Xorg support.joerg1-2/+5
2007-01-14Modular Xorg support.joerg1-1/+6
2007-01-11update to 1.3.3.7drochner7-83/+429
This switches the pkg to the 1.3 branch which is declared stable now.
2007-01-11Modular Xorg support.joerg1-1/+4
2007-01-11Update to version 7.0.9.obache2-10/+9
Patch provided by KIRIHARA Masaharu in PR 35393. Security fix of APSB07-01. http://www.adobe.com/support/security/bulletins/apsb07-01.html
2007-01-11Modular Xorg support.joerg1-1/+6