summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2013-08-16Fix build with bison-3.0.wiz2-1/+40
2013-08-09update to 1.4.3drochner7-53/+344
changes: The Barcode Writer has been updated and supports many more barcodes, including QR. The Galaxy Gauge# color matching system and color tools have been included. New color palettes from government agencies (Canada, Germany, The Netherlands, United Kingdom) have been included. More Open Source color palettes have been included. Improvements to the build system. Improvements to the Preflight Verifier. The A4 page size limit of TeX-rendered graphics in Render Frames has been removed. The Short Words plug-in now supports Danish. Many updates to the Online Manual. Bugfixes
2013-08-07print/texlive-tetex-format.mk is no longer used.minskim3-86/+0
2013-08-03tell FREETYPE_DIR to cmake.obache1-1/+2
fixes PR pkg/48087
2013-08-02Let teTeX-bin use tex-tetex's format.mk instead of texlive-tetex's.minskim1-2/+2
The files required to generate TeX formats were moved from texlive-tetex to tex-tetex as of TeX Live 2012.
2013-07-31Fix build with bison-3.0.wiz2-1/+17
2013-07-21HPLIP 3.13.6 - This release has the following changes:schnoebe4-26/+23
Added Support for the Following New Printers: - HP DesignJet T920 Postscript - HP DesignJet T1500 Postscript - HP Envy 4500 e-All-in-One - HP Envy 4502 e-All-in-One Added support for the following new Distro's: -LinuxMint 15 Launchpad fixes: 1179433 - cupsext/getPrinter leaks server connection on each call 1179454 - Cannot set filename when scanning with hp-scan from ADF 1186411 - Fix for firmware download during plug and play 1185866 - hp-config_usb_printer hangs in loop 1189333 - Fixed hplip markup documentation errors Issues fixed: - Crash happens after removing "lp" group in RHEL6 32bit OS Deailed Change log: - Supported CUPS 1.6 IPP Private Structure changes
2013-07-21Enable ruby200.taca1-2/+2
2013-07-20Use Mt for email addresses.wiz1-2/+2
2013-07-17Regen.joerg1-2/+2
2013-07-16Merge two patches already upstream:joerg5-2/+86
- use a more compact encoding for reals by dropping trailing zeros after the decimal point. - ensure the BaseFont property of the standard PS fonts is preserved. Bump revision.
2013-07-12Bump PKGREVISION of all packages which create users, to pick up change ofjperkin1-2/+2
sysutils/user_* packages.
2013-07-05Update to Podofo 0.9.2 for various bug fixes and improved encryptionjoerg5-22/+22
support. Additionally, build shared libraries.
2013-07-05Fixes for building documentation with texinfo-5.x, from Don Armstrongwiz6-1/+190
<don@debian.org>.
2013-07-05Recursive revbump from graphics/giflib update to 5.0.4.ryoon2-4/+4
2013-07-04Revbump after updating lang/lua to 5.2.2.adam1-2/+2
2013-07-04Reset PKGREVISION for base package update.wiz5-10/+5
2013-07-04Update to 0.22.5.wiz7-28/+43
Use "lcms" option instead of package-specific "poppler-cms" one. Add backwards compat for this. Add comments to most patches. Changes: Release 0.22.5 core: * PSOutputDev: Make sure that Title: doesn't contain \n or \r (Bug #63862) * Fix slowlyness reading malformed files (Bug #46703) * Fix infinite loop while feeding wrong data in stdin (Bug #64967) * Fix crash on malformed file (Bug #65221) * Fix mismatched delete (Bug #65553) qt4: * Fix mismatched delete (Bug #65551) utils: * pdftohtml: Fix memory leak
2013-06-20revert `say good-bye to ruby-1.8', it should not be done dureing a freeze.obache1-3/+1
2013-06-19say good-by to Ruby-1.8.obache1-1/+3
2013-06-18Add explicit operator << for Commands taking File arguments as thejoerg3-1/+34
use depends on the intermediate conversion to string, which is not valid C++.
2013-06-16This package definitly doesn't need Fortran compiler to build.asau1-2/+2
2013-06-16std_vector.hh depends on config.hh, so include the latter whenever thejoerg113-5/+1561
former is used. to_string is part of C++11 STL, so pick the version from the global namespace whenever it is unclear which one is desired.
2013-06-15Update ruby-gnome2 to 2.0.2.obache1-2/+1
(whth addition of cairo-gobject, webkit-gtk and webkit-gtk2 binding packages) == Ruby-GNOME2 2.0.2: 2013-05-26 Windows XP re-supportted release! === Changes ==== Ruby/GLib2 * Improvements * Added rbgutil_key_equal() convenient function. It is used for comparing key that may be String or Symbol. ==== Ruby/Pango * Improvements * [windows] Forced to disable uniscribe backend of HarfBuzz. [ruby-list:49412] [Reported by Masafumi Yokoyama] * Don't define Pango::CairoFcFontMap and Pango::CairoWin32FontMap because they may cause crash on OS X. [shocker-ja:1119] [Reported by znz] * Updated samples. [GitHub#164] [Patch by Kentaro Fukuchi] * Fixes * Fixed wrong index access in Pango::GlyphString#glyphs. [ruby-gnome2-devel-ja] [Reported by Kentaro Fukuchi] === Thanks * Kentaro Fukuchi * Masafumi Yokoyama * znz == Ruby-GNOME2 2.0.1: 2013-05-25 Ruby 1.8 support is dropped release! === Changes ==== All * Improvements * Dropped Ruby 1.8 support. * Updated bundled binaries versions for Windows. ==== Ruby/Pango * Improvements * Added Pango::CairoFontMap.set_default. * Enabled fontconfig font on Windows. * Defined Pango::CairoFcFontMap on init if it is available. * Defined Pango::CairoWin32FontMap on init if it is available. ==== Ruby/GTK3 * Improvements * Added Gtk::Image#set_from_icon_set. [GitHub#150] [Patch by Detlef Reichl] * Added Gtk::Image#set_from_stock. [GitHub#150] [Patch by Detlef Reichl] * Added Gtk::Image#set_from_gicon. [GitHub#150] [Patch by Detlef Reichl] * Updated samples. [GitHUb#151] [Patch by Detlef Reichl] * Fixes * Fixed a GC related crash bug. [ruby-gnome2-devel-en] [Reported by Detlef Reichl] ==== Ruby/GObjectIntrospection * Improvements * Supported ownership transfer for some input argument types. (Struct and Object) * Supported "(out caller-allocates)" for boxed object. [ruby-gnome2-devel-ja] [Reported by Kentaro Fukuchi] * Supported gpointer in/out. [ruby-gnome2-devel-ja] [Reported by NAKAJIMA Takashi] * Fixes * Fixed missing argument. [GitHub#154] [Reported by Masafumi Yokoyama] ==== RubyGStreamer * Improvements * Supported methods that call callback [ruby-gnome2-devel-ja] [Reported by NAKAJIMA Takashi] * Updated samples. [GitHub#156][GitHub#159][GitHub#160][GitHub#161] [Patch by NAKAJIMA Takashi] * Supported Gst::Bus#set_handler. [ruby-gnome2-devel-ja] [Reported by NAKAJIMA Takashi] * Supported Gst::Controller [ruby-gnome2-devel-ja] [Suggested by NAKAJIMA Takashi] * Stopped to require Gst.init. * Fixes * Fixed out of index access bug. ==== Ruby/GooCanvas * Improvements * Migrated to Ruby/GObjectIntrospection based bindings. * Stopped to require Goo.init. * Fixes * Updated samples. [GitHub#152][GitHub#153][GitHub#155][GitHub#157] [Patch by Masafumi Yokoyama] ==== Ruby/Clutter * Improvements * Stopped to require Clutter.init. * Fixes * Fixed broken samples. [ruby-gnome2-devel-ja] [Patch by Kentaro Fukuchi] ==== Ruby/ClutterGtk * Improvements * Stopped to require ClutterGtk.init. ==== Ruby/ClutterGStreamer * Added. ==== Ruby/WebKitGtk * Improvements * Stopped to require WebKitGtk.init. ==== Ruby/WebKitGtk2 * Improvements * Stopped to require WebKitGtk2.init. === Thanks * Detlef Reichl * NAKAJIMA Takashi * Masafumi Yokoyama * Kentaro Fukuchi
2013-06-12Remove GNU_CONFIGURE_LIBDIR.wiz1-2/+2
Rationale: undocumented, easily replaced with "CONFIGURE_ARGS+=--libdir=" and only used by 10 packages.
2013-06-09Update to 1.6.6ryoon4-25/+9
* Remove obsolete patch (already in upstrem). * Update HOMEPAGE. Changelog: Summary of changes in enscript version 1.6.6: * Add afm/MustRead.html, containing licensing information for Adobe AFM files. (Savannah bug #35883) * Sync all translations from the Translation Project. Please visit http://translationproject.org/ to help translate Enscript! * Add documented but missing '-w' option as an alias for '--language'. (Savannah bug #30651) * Apply sliceprint patch from Debian. (Savannah bug #31259)
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz32-64/+64
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron65-130/+130
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz65-128/+130
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-05-31Bump all packages for perl-5.18, thatwiz45-84/+90
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-05-29Recursive revbump because poppler updated its shlib major for awiz24-45/+48
x.y.z+1 change, again... Noted by tron.
2013-05-26HPLIP 3.13.5 - This release has the following changes:schnoebe4-29/+37
Added Support for the Following New Printers: - HP LaserJet Enterprise MFP M725 series - HP LaserJet Enterprise MFP M725dn - HP LaserJet Enterprise MFP M725fw - HP LaserJet Enterprise MFP M725z - HP LaserJet Enterprise MFP M725z+ - HP Officejet Pro 3610 Black and White e-All-in-One - HP Officejet Pro 3620 Black and White e-All-in-One Launchpad fixes: 1176470 - hp-setup fails with the message "ethernet cable is plugged in" - But it isn't 1157701 - soapfax.py:139:setStationName:UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-3: ordinal not in range(128) 1163339 - hplip online documentation: manual tarball installation shows package dependancies which are out-of-date Issues fixed: - Bottom margin is not printing on 8.5x13in paper size for DeskJet 2050 J510 device - Fixed cross resolution issue for pcl3gui2 Detailed Change Log: - Added 56-hpmud.rules and removed 56-hpmud_support, 86-hpmud_plugin, 56-hpmud_add_printer, 55-hpmud and 40-hplip rules - Added hplip-printer@.service to support systemd services in Udev for OpenSuSe 12.3
2013-05-25Update to 0.22.4:wiz2-6/+6
Release 0.22.4 core: * Always consider a softmask transfer function (Bug #63587) * Fix crash on malformed files (Bug #63190) * Splash: Fix compilation with fixed point mode enabled utils: * Fix crash on some files (Bug #63909) qt4: * Fix name decoding of some attachments (KDE Bug #307786) build system: * Fix compilation with mingw-w64 compiler
2013-05-24Bump PKGREVISION for libproxy shlib major bump.wiz2-4/+4
2013-05-24Update acroread9 to 9.5.5 for APSB13-15.obache2-6/+6
2013-05-21Update to KDE SC 4.10.3markd2-6/+5
bugfixes.
2013-05-19Fix previous.wiz1-3/+2
2013-05-18Update to 3.08. Changes:shattered4-18/+17
Fixed handling of --ignore-warnings and --ignore-errors so that these are now required to process files with warnings or errors. Added --test-eps making a partial test of EPS compliance. Added --dump for displaying summary of DSC information.
2013-05-15Fix packaging bug in dbus option.wiz1-1/+2
2013-05-11Make dbus and gnome-keyring options (default enabled) in print/evince3.riastradh3-10/+22
2013-05-09Add missing include.joerg2-1/+14
2013-05-09Don't create backup files.jperkin2-5/+13
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam5-10/+10
2013-05-08Update ruby-gnome2 to 2.0.0.obache1-2/+1
GObject Introspection based bindings on Windows support release! === Changes ==== NEWS * Fixes * Fixed a typo. [Reported by Masafumi Yokoyama] * FIxed a typo. [Reported by Toyo Abe] ==== Ruby/GLib2 * Improvements * Moved lib/gnome2-*.rb files to lib/gnome2/ directory. * Supported GLib 2.34. [Reported by OBATA Akio] ==== Ruby/GdkPixbuf2 * Fixes * [windows] Fixed PNG can't be handled problem. [ruby-gnoem2-devel-ja] [Reported by Masafumi Yokoyama] ==== Ruby/GDK3 * Improvements * [windows] Removed needless Greybird theme. [ruby-gnome2-devel-en] [Reported by Regis d'Aubarede] * Added Gdk::Window#create_cairo_context [ruby-gnome2-devel-en] [Reported by Detlef Reichl] ==== Ruby/GTK3 * Improvements * Updated samples. [GitHub #140][GitHub #141][GitHub #144] [Patch by Simon Arnaud] [GitHub #142][GitHub #143][GitHub #145][GitHub #146][GitHub #148] [Patch by Detlef Reichl] ==== Ruby/GObjectIntrospection * Improvements * [windows] Supported! ==== Ruby/GStreamer * Improvements * Supported GStreamer 1.0! * Migrated to GObject Introspection bindings! * Dropped GStreamer 0.10 support. ==== Ruby/Clutter * Improvements * [windows] Supported! ==== Ruby/ClutterGTK * Improvements * [windows] Supported!
2013-05-04Use STL header, not a forward define. Don't try to build unit tests asjoerg3-1/+27
the dependency on cppunit is not present.
2013-05-04missing recursive bump from poppler-0.22.3 shlib major change.obache1-2/+2
2013-05-04missing recursive bump from poppler-0.22.3 shlib major change.obache14-25/+28
2013-04-30Update to 3.7.4markd2-7/+6
%%%%%%%%%%%%%%%%%%% GV 3.7.4 (March 2013) %%%%%%%%%%%%%%%%%%%%%%%%%% # Fixed CVE-2012-3386 (by using updated automake) # Fixed bug-gv] Problem after saving gv-settings # improve wording of gv-update-userconfig manual # Scrolling and memory access improved # README.I18N adjusted for libXaw3d 1.6.x # Fixed GNU gv 3.6.4 - 3.7.3 page selector button geometry bug %%%%%%%%%%%%%%%%%%% GV 3.7.3.90 (March 2012) %%%%%%%%%%%%%%%%%%%%%%%%%% # Support for libXaw3d-1.6.x
2013-04-29Update to 0.22.3:wiz2-6/+6
Release 0.22.3 core: * Check order bounding box values in tiling pattern (Bug #62369) * CairoImageOutputDev: Don't change image interpolation when printing (Bug #62418) * TextOutputDev: Set text matrix when painting selection (Bug #61042) * Only write the file once when saving (Bug #62739) * Fix for complete rewrites in repaired files * Fixlet regarding spec interpretation for Link Zoom value * Fix typos in man pages * Fix compile when not using libjpeg glib: * Always start from the beginning when starting a new search on a page (Bug #59972) qt4: * Fix crash in files with LinkRendition (KDE Bug #317710) build system: * Small cmake improvements
2013-04-25Remove unused files.sbd2-52/+0