summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2009-09-09update to 0.12.0drochner22-1678/+56
This is a major update, switches to the 0.12 release branch. Most notable change is that the color management stuff which we had as patches in pkgsrc is official now. Otherwise - many fixes and enhancements. (while this is a .0 release I've been tracking the 0.11.x snapshots and release candidate for a while so I don't expect big problems)
2009-09-09Use --mode argument correctly for libtool.joerg3-11/+12
2009-09-09Pass down --mode=install correctly to libtool.joerg2-1/+15
2009-09-08Do not depend on libtools's mode detection but pass down --mode=XXXjoerg3-1/+71
correctly.
2009-09-07make this build with jpeg-7 and the cups option againdrochner1-1/+5
2009-09-02Is make-jobs-safe for me, so allow it again.wiz1-2/+1
2009-09-02Reorder some lines.wiz1-3/+3
2009-09-02Add debug option.wiz2-4/+7
2009-09-02Remove some obsolete/commented out stuff.wiz1-11/+1
2009-09-02Remove kei as maintainer, he resigned.wiz10-20/+20
2009-09-02A double-slash (//) in the kpathsea paths has a special interpretation, itdsainty1-5/+15
will cause kpathsea to consider all subdirectories recursively at that point in the path. Normally double-slashes and trailing slashes will not be present in VARBASE, etc. But if they are there the resulting behaviour is so unexpected, expensive, and difficult to diagnose that it is worth going to extra effort to clean them out here. The problem is easy to hit when using Pkgsrc installing under $HOME on a system where the user's home directories contain a trailing slash. Somewhat reluctantly bump PKGREVISION.
2009-08-31Set license to "gnu-gpl-v2".tron1-1/+2
2009-08-31Update to 8.70:wiz5-1194/+14
The license is now GPLv3 or later. A large number of issues with transparency were fixed. Several significant fixes to font handling, especially when generating PDF, were made. Numerous robustness, correctness, and performance improvements were made. Security fixes addressing CVE-2009-0583 and CVE-2009-0792 were made. New generic Esc/Page devices, eplmono and eplcolor, were added, as well as the cdnj500 device to support the HP DesignJet 500. The size of PostScript integers was limited to 32 bits, as recommended in the specification. XXX: does not fix build with cups option and jpeg7.
2009-08-27Fix fallout from recursive jpeg shlib bump.wiz1-2/+2
The man page says that you should check the diff before committing, especially for the case that went wrong here (PYPKGPREFIX -> py25). Hi sno!
2009-08-26bump revision because of graphics/jpeg updatesno1-2/+2
2009-08-26bump revision because of graphics/jpeg updatesno51-75/+102
2009-08-23Use standard format for MESSAGE files.wiz1-0/+5
2009-08-23add a message that this is obsolete.christos1-0/+3
2009-08-20Give up maintainership of packages where I am still listed as MAINTAINER.jwise1-2/+2
2009-08-19Update to 5.2.4 from Bernd Ernesti.gdt4-13/+20
* Changes from 5.2.3 1) New printers supported in this release: Canon PIXMA iX4000 Canon SELPHY CP-520 EPSON Stylus Photo R2880 EPSON Stylus DX4000 2) Printing to the Epson PM-D600 has been corrected. 3) Printing using the manual sheet guide on the Epson Stylus Photo R2400 has been corrected. 4) Printing to the EPSON Artisan 700 and 800 and Stylus Photo P/TX700 and 800 series printers has been corrected. Among other issues, it should now be possible to print reliably using the photo tray. 5) The names of the following Epson printers have been corrected: EPSON Stylus Photo PX700W EPSON Stylus Photo TX700W EPSON Stylus Photo PX800FW EPSON Stylus Photo TX800FW 6) The names of various Ricoh and Ricoh-based printers have been corrected to match Ricoh's model names and the OpenPrinting database. 7) The EPSON inkjet utility, escputil, now correctly prints the color name for low ink warnings. 8) Printing resolution names have been fixed in non-English locales in CUPS PPD files. 9) A Russian translation has been added. The Danish and Italian translations have been updated. 10) Support has been added for L-size paper with tear-off borders. 11) The ordering of inks in quadtone ink sets on Epson printers has been corrected. In addition, support has been added for MIS quadtone and 6 tone inks. 12) It is now possible to adjust the ink parameters for quadtone inks in CUPS. Previously, these parameters could only be adjusted in the enhanced Print plugin for GIMP and other native Gutenprint applications. 13) Updating CUPS PPD files is now faster.
2009-08-18Fix installation and add destdir support.joerg1-7/+12
2009-08-18destdir supportjoerg1-18/+23
2009-08-14Add a patch from upstream to unbreak mouse wheel scrolling. Whilesnj4-2/+69
here, include sysutils/desktop-file-utils/desktopdb.mk. Bump PKGREVISION to 1.
2009-08-12Update ruby-gnome2 to 0.19.1.obache4-9/+7
This release is a bug fix release of 0.19.0. === Changes ==== Ruby/GTK2 * use RUBYARCHDIR [OBATA Akio] * #2814953: install missing headers [Mamoru Tasaka] ==== Ruby/GLib2 * Bug fixes: * avoid object allocation while GC [OBATA Akio, Kouhei Sutou] * use RUBYARCHDIR [OBATA Akio] * mkmf-gnome2.rb add "-I$(vendorarchdir)" to $CPPFLAGS. [OBATA Akio, Kouhei Sutou] ==== Ruby/ATK * use RUBYARCHDIR [OBATA Akio] ==== Ruby/Pango * use RUBYARCHDIR [OBATA Akio] * use gem version rcairo as fallback [OBATA Akio] ==== Ruby/Libart * use RUBYARCHDIR [OBATA Akio] ==== Ruby/GdkPixbuf * use gem version rcairo as fallback [OBATA Akio] ==== Ruby/GnomePrint * install rblibgnomeprintversion.h [OBATA Akio, Kouhei Sutou] ==== Ruby/GtkMozEmbeded * fix header generation error caused by missing file [OBATA Akio] ==== Ruby/VTE * support VTE 0.20 [Kouhei Sutou] ==== Ruby/PanelApplet * #2815036: re-support Ruby 1.8.6. [Mamoru Tasaka, Kouhei Sutou] ==== Ruby/Libglade2 * Debian#519786: fix GC related SEGV when a widget in glade is removed by hand. [Arnaud Cornet, Kouhei Sutou] === Thanks * OBATA Akio * Mamoru Tasaka * Arnaud Cornet
2009-08-11Fix a #ifdef condition in print/luatex so that it holds on Solarisminskim2-1/+15
with Sun Studio.
2009-08-09Update to 1.9.46:wiz2-6/+6
New in 1.9.46: * cups.Connection.getDevices() now takes optional limit, exclude_schemes and include_schemes arguments. * cups.Connection.getPPDs() now takes optional limit, exclude_schemes, include_schemes, ppd_device_id, ppd_make, ppd_make_and_model, ppd_model_number, ppd_product, ppd_psversion, ppd_type and ppd_natural_language arguments. * cups.ppdSetConformance() method. * cups.PPD_CONFORM_RELAXED constant. * cups.PPD_CONFORM_STRICT constant. * cups.modelSort() now accepts Unicode strings. New in 1.9.45: * cups.PPD.localizeIPPReason() * cups.PPD.localizeMarkerName()
2009-08-09Add tex-kotex-dev and tex-kotex-dev-doc.minskim1-1/+3
2009-08-09Import tex-kotex-dev-doc-0.1.1 as print/tex-kotex-dev-doc.minskim4-0/+26
This is documentation for tex-kotex-dev.
2009-08-09Import tex-kotex-dev-0.1.1 as print/tex-kotex-dev.minskim4-0/+87
ko.TeX is a document typesetting system for Korean, developed and distributed by the Korean TeX Society. This package is a development version of ko.TeX.
2009-08-08Remove a redundant target.minskim1-4/+1
2009-08-08Make sure that .orig files are not installed.minskim1-1/+2
2009-08-07Add tex-kotex-doc.minskim1-1/+2
2009-08-07Import tex-kotex-doc-0.1.1 as print/tex-kotex-doc.minskim4-0/+53
This is documentation for tex-kotex.
2009-08-06PKGREVISION bump for elisp packages because of bytecode format changesminskim1-1/+2
in emacs23.
2009-08-05update to 1.2.7drochner3-7/+8
changes: -new danish translation -fixed "client not found" in gtklpq -fixed compiler warnings
2009-08-05update to 1.3.11drochner2-7/+6
changes: The new release fixes some scheduler and web interface issues and improves PDF printing.
2009-08-03Add tex-listings and tex-listings-doc.minskim1-1/+3
2009-08-03Import tex-listings-doc-1.4 as print/tex-listings-doc.minskim4-0/+22
This is documentation for tex-listings.
2009-08-03Import tex-listings-1.4 as print/tex-listings.minskim4-0/+42
Typeset programs (programming code) within LaTeX. The source code is read directly by TeX. Keywords, comments and strings can be typeset using different styles (default is bold for keywords, italic for comments and no special style for strings). Includes support for hyperref. To use, simply \usepackage{listings}, identify the language with \lstset{language=Python}, then employ the \begin{lstlisting} ... \end{lstlisting} environment or the \lstinputlisting{filename.py} command. Short (in-line) listings are also available, using either \lstinline|...| or | ... | (after defining the | token with the \lstMakeShortInline command).
2009-08-03Add texlive-pdftools.minskim1-1/+2
2009-08-03Import texlive-pdftools-2008 as print/texlive-pdftools.minskim7-0/+106
This package provides PDF-related utilites included in TeX Live.
2009-08-03Fix installation and add user-destdir supportjoerg1-12/+15
2009-08-02Add tex-fancyvrb and tex-fancyvrb-doc.minskim1-1/+3
2009-08-02Import tex-fancyvrb-doc-2.7a as print/tex-fancyvrb-doc.minskim4-0/+23
This is documentation for tex-fancyvrb.
2009-08-02Import tex-fancyvrb-2.7a as print/tex-fancyvrb.minskim4-0/+30
Flexible handling of verbatim text including: verbatim commands in footnotes; a variety of verbatim environments with many parameters; ability to define new customized verbatim environments; save and restore verbatim text and environments; write and read files in verbatim mode; build "example" environments (showing both result and verbatim source).
2009-08-01Add tex-cite and tex-cite-doc.minskim1-1/+3
2009-08-01Import tex-cite-doc-5.1 as print/tex-cite-doc.minskim4-0/+19
This is documentation for tex-cite.
2009-08-01Import tex-cite-5.1 as print/tex-cite.minskim4-0/+27
The package supports compressed, sorted lists of numerical citations, and also deals with various punctuation and other issues of representation, including comprehensive management of break points. The package is compatible with both hyperref and backref.
2009-08-01- Add/extend texlive targets to install man pages and scripts.minskim1-4/+28
- Do not pull in dependency on kpathsea if TEX_TEXMF_DIRS="none".
2009-07-29Add tex-nomencl and tex-nomencl-doc.minskim1-1/+3