summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2021-12-28libharu: fixes for Darwinadam1-3/+11
2021-12-27Make print/advi build again.dholland11-8/+310
2021-12-13print/ruby-pdf-reader: update to 2.7.0taca3-8/+10
2.7.0 (2021-12-13) * Include RBI type files in the gem - Downstream users of pdf-reader who also use sorbet *should* find many parts of the API will now be typed checked by sorbet * Fix glyph positioning in some rotation scenarios (http://github.com/yob/pdf-reader/pull/403) - Improved text extraction on some rotated pages, and rotated text on normal pages * Add PDF::Reader::Page#rectangles (http://github.com/yob/pdf-reader/pull/402) - Returns page boxes (MediaBox, etc) with rotation applied, and as PORO rather than arrays of numbers * Add PDF::Reader::Page#origin (http://github.com/yob/pdf-reader/pull/400) * Add PDF::Reader::Page#{height,width} (http://github.com/yob/pdf-reader/pull/399) * Overlap filter should only drop characters that overlap *and* match (http://github.com/yob/pdf-reader/pull/401)
2021-12-08revbump for icu and libffiadam54-100/+108
2021-12-07py-octoprint: fix dependencieskhorben3-7/+29
Bumps PKGREVISION. Thanks wiz@ for the heads up!
2021-11-28print/ruby-pdf-reader: update to 2.6.0taca3-7/+9
2.6.0 (2021-11-12) * Text extraction improvements - Improved text layout on pages with a variety of font sizes (http://github.com/yob/pdf-reader/pull/355) - Fixed text positioning for some rotated pages (http://github.com/yob/pdf-reader/pull/356) - Improved character width calculation for PDFs using built-in (non-embedded) ZapfDingbats (http://github.com/yob/pdf-reader/pull/373) - Skip zero-width characters (http://github.com/yob/pdf-reader/pull/372) * Performance improvements - Reduced memory pressure when decoding TIFF images (http://github.com/yob/pdf-reader/pull/360) - Optional dependency on ascii81_native gem for faster processing of files using the ascii85 filter (http://github.com/yob/pdf-reader/pull/359) * Successfully parse more files - Gracefully handle some non-spec compliant CR/LF issues (http://github.com/yob/pdf-reader/pull/364) - Fix parsing of some escape sequences in content streams (http://github.com/yob/pdf-reader/pull/368) - Increase the amount of junk bytes we detect and skip at the end of a file (382) - Ignore "/Prev 0" in trailers (http://github.com/yob/pdf-reader/pull/383) - Fix parsing of some inline images (BI ID EI tokens) (http://github.com/yob/pdf-reader/pull/389) - Gracefully handle some xref tables that incorrectly start with 1 (http://github.com/yob/pdf-reader/pull/384)
2021-11-25qpdf: Update to 10.4.0ryoon3-29/+8
Changelog: 10.4.0: November 16, 2021 + Handling of Weak Cryptography Algorithms o From the qpdf CLI, the --allow-weak-crypto is now required to suppress a warning when explicitly creating PDF files using RC4 encryption. While qpdf will always retain the ability to read and write such files, doing so will require explicit acknowledgment moving forward. For qpdf 10.4, this change only affects the command-line tool. Starting in qpdf 11, there will be small API changes to require explicit acknowledgment in those cases as well. For additional information, see Chapter 6, Weak Cryptography. + Bug Fixes o Fix potential bounds error when handling shell completion that could occur when given bogus input. o Properly handle overlay/underlay on completely empty pages (with no resource dictionary). o Fix crash that could occur under certain conditions when using --pages with files that had form fields. + Library Enhancements o Make QPDF::findPage functions public. o Add methods to Pl_Flate to be able to receive warnings on certain recoverable conditions. o Add an extra check to the library to detect when foreign objects are inserted directly (instead of using QPDF::copyForeignObject) at the time of insertion rather than when the file is written. Catching the error sooner makes it much easier to locate the incorrect code. + CLI Enhancements o Improve diagnostics around parsing --pages command-line options + Packaging Changes o The Windows binary distribution is now built with crypto provided by OpenSSL 3.0.
2021-11-25qpdf: Follow HOMEPAGE redirectryoon1-2/+2
2021-11-20*: py-fonttools does not support python 3.6wiz1-2/+2
2021-11-19py-weasyprint: updated to 53.4adam4-197/+72
Version 53.4 ------------ Bug fixes: * Fix background on pages with a bleed property * Use SVG width/height as inner size when no viewBox is given * Only enable letter- and word-spacing when needed * Don’t display inputs with "hidden" type * Allow quotes in url() syntax for SVG, * Use better approximations for font ascent and descent values in SVG * Fix images embedded from multiple pages * Use a better hash for fonts to avoid collisions * Set SVG ratio when width and height are 0 Version 53.3 ------------ Bug fixes: * Fix crashes and malformed PDF files * Handle cx and cy in SVG rotations * Fix marker-start being drawn on mid vertices Version 53.2 ------------ New features: * Re-add the ``make_bookmark_tree()`` method Bug fixes: * Fix package deployed on PyPI Version 53.1 ------------ Bug fixes: * Don’t crash when leaders are in floats * Embed images once * Fix crash with SVG intrinsic ratio Documentation: * Include ``weasyprint.tools`` removal in documentation Version 53.0 ------------ This version also includes the changes from unstable b1 and b2 versions listed below. Dependencies: * Pango 1.44.0+ is now needed. * pydyf 0.0.3+ is now needed. * fontTools 4.0.0+ is now needed. * html5lib 1.0.1+ is now needed. API changes: * ``FontConfiguration`` is now in the ``weasyprint.text.fonts`` module. * ``--format`` and ``--resolution`` options have been deprecated, PDF is the only output format supported. * ``--optimize-images`` option has been deprecated and replaced by ``--optimize-size``, allowing ``images``, ``fonts``, ``all`` and ``none`` values. * ``weasyprint.tools`` have been removed. Performance: * Improve image management New features: * Support basic "clipPath" in SVG Bug fixes: * Render use path in SVG * Fix fill color on use path in SVG * Handle stroke-opacity and fill-opacity * Fix crash with borders whose widths are in em * Fix crash on draw_pattern * Handle stacking contexts put in contexts by previous generations * Catch font subsetting errors * Fix how x and y attributes are handled in SVG * Don’t crash when use tags reference non-existing element * Handle font collections * Handle x and y attributes in use tags Documentation: * Add documentation for installation
2021-11-19py-pydyf: added version 0.1.2adam5-1/+43
pydyf is a low-level PDF generator written in Python and based on PDF specification 1.7.
2021-11-16texlab: update to 3.3.1.wiz3-31/+31
## [3.3.1] - 10.11.2021 ### Fixed - Fix completion for symbols in commands with incomplete braces - Do not produce syntax errors for macro parameters inside special command arguments - Fix a bug that sometimes causes the `aux` file to pick up the diagnostics of the `tex` file - Fix a bug that sometimes prevents `log` files from being reanalyzed
2021-11-15*: recursive bump for gstreamer 1.18.5wiz4-8/+8
2021-11-08cups-base: let the RC script work unprivilegedkhorben2-7/+7
This takes advantage of the introduction of the SYSCONFBASE variable. Tested on NetBSD/amd64. Bumps PKGREVISION.
2021-11-07poppler*: update to 21.11.0wiz5-12/+13
Release 21.11.0: core: * Fix rendering of some non-standard confirming annotations * Support rendering of some non-standard Type3 charprocs. Issue #1150 * TextOutputDev: Respect orientation when selecting words. Issue #499 * CairoOutputDev: Don't override the antialias settings from the cairo_t * StructElement: support MCID in XObjects * Fix detection of monospace fonts * Ignore Adobe-Identity for non embedded CID fonts * PageLabelInfo::labelToIndex: work on some special no style intervals * Fix crash in malformed files * Minor code improvements utils: * pdfinfo: add -url option to print all URLs in a PDF * pdftohtml: document what zoom means in regard to DPI qt6: * Require Qt 6.1 * Minor code improvements Release 21.10.0: core: * Add support for setting custom stamp annotations * Add default appearance for the well known stamp names * Correct encoding of signature's properties Reason & Location * Splash: Fix rendering of some odd patterns * SignatureHandler::validateCertificate: Add option to not do OCSP revocation check * SignatureHandler::validateCertificate: Add support for AIA fetching to verify certificates * greallocn: if memory allocation fails, free the previous pointer to avoid memory leak * Fix issues with malformed files * Internal code improvements utils: * pdfsig: Add a way to list certificate nicknames * pdfsig: You can now add signatures from pdfsig * pdfsig: Add option to not do OCSP revocation check * pdfsig: Add option for AIA fetching to verify certificates * pdfinfo: Add -custom option to print custom metadata * pdfinfo: add metadata flags qt: * Add support for setting custom stamp annotations * Add getters for signature's properties Reason & Location * Internal code improvements glib: * Remove incorrect PopplerAttachment deprecation
2021-11-01texlab: update to 3.3.0.wiz4-497/+385
## [3.3.0] - 10.10.2021 ### Added - Enable incremental text synchronization to reduce serialization overhead ### Changed - Reduce size of executable by compressing the completion database ### Fixed - Fix completion of commands near delimiters - Prevent `texlab` from hanging because of unanswered configuration requests sent to Emacs - Re-analyze the workspace if the initial configuration has been received late
2021-11-01poppler-data: update to 0.4.11.wiz2-6/+6
Changes: not found
2021-10-26print: Replace RMD160 checksums with BLAKE2s checksumsnia1670-3752/+3752
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-23zathura-pdf-mupdf: Bump PKGREVISION for mupdf updateleot1-2/+2
(Needs exact major version.)
2021-10-23mupdf: Update to 1.19.0leot12-182/+240
Changes: 1.19.0 ------ * Removed support for Luratech JBIG2 and JPEG2000 decoders. * Added 'extract' library for more output options: Added DOCX output format Added ODT output format * Notable new features: Journal for undo and redo Snapshot for auto-save and restore (for backgrounding mobile apps) Reflow document wrapper Rollover appearance for annotations and widgets Customize appearance of signed digital signatures Progress and cancel callbacks to OCR functions Create signature form fields * Minor new features: Support CJK fonts in pdfwrite output Support JBIG2 images in pdfwrite output Support opacity for all markup annotation types High-DPI aware UI in mupdf-gl mutool extract -a option to embed SMasks as alpha channel * API changes: Removed pdf_widget type alias (was always same as pdf_annot) Updated annotation 'dirty' logic Fix typo in function and type names: designated name -> distinguished name More functions available to 'mutool run' More functions available to Java library * New unicode scripts and fonts for EPUB: Dogra, Elymaic, Gondi, Hanifi Rohingya, Masaram Gondi, Medefaidrin, Nushu, Nyiakeng Puachue Hmong, Old Sogdian, Sogdian, Soyombo, Wancho, Yezidi, and Zanabazar Square. * C++ and Python bindings: C++ and Python bindings now work on Windows. Python bindings are available as pre-built binaries on pypi.org. Added demo PDF viewer using the Python MuPDF bindings and PyQt. Better access to data in generated wrapper classes. Improved handling of out-parameters in generated Python. Text representation of POD types via C++ operator<< and Python str(). Fixed ref-counting bug in iterators. Updates for new MuPDF functions.
2021-10-21*: recursive bump for heimdal 7.7.0wiz5-10/+10
its buildlink3.mk now includes openssl's buildlink3.mk
2021-10-07print: Remove SHA1 hashes for distfilesnia1670-3752/+1670
2021-10-06py-octoprint*: be more consistent in using PYTHON_VERSIONS_INCOMPATIBLEwiz3-6/+6
2021-09-30ghostscript-agpl: Fix undefined reference error during linkryoon2-2/+17
2021-09-29ghostscript-agpl: updated to 9.55.0adam4-17/+22
Version 9.55.0 (2021-09-27) Highlights in this release include: This release includes the fix for the %pipe% security issue (CVE-2021-3781). New PDF Interpreter: This is an entirely new implementation written in C (rather than PostScript, as before). For a full discussion of this change and reasons for it see: Changes Coming to the PDF Interpreter. In this (9.55.0) release, the new PDF interpreter is disabled by default in Ghostscript, but can be used by specifying -dNEWPDF. We hope to make it the default in 9.56.0, and fully deprecate the PostScript implementation shortly after that (depending on the feedback we get). This also allows us to offer a new executable (gpdf, or gpdfwin??.exe on Windows) which is purely for PDF input. For this release, those new binaries are not included in the "install" make targets, nor in the Windows installers (they will be from 9.56.0 onwards). We would ask that as many users as possible take the opportunity to test with the new PDF implementation (i.e. using -dNEWPDF on your gs command line), and discuss any problems with us, before the new implementation becomes the default. The pdfwrite device now supports "passthrough" for JPX/JPG2000 data images (as well as the already supported JPEG/DCT Encoded). That means that if no rescaling or color conversion of the image data is required, the encoded/compressed image data from the input file will be written unchanged to the output, preventing potential image degradation caused by decompressing and recompressing. The Ghostscript/GhostPDL demo apps for C, C#, Java and Python have all had improvements and the C#/Java/Python language bindings have now been documented, see Ghostscript Language Bindings The Zugferd compliant PDF generating definitions (lib/zugferd.ps) have been updated and expanded to support the current version (2.1.1) of the Zugferd spec, and optionally different versions of the specification. The PCL/m output devices now support Duplex/Tumble. The internal support for "n-up" style simple imposition (introduced in 9.54.0) has been extended and improved for better support across all input formats. Ghostscript now supports object specific halftone - for example, different halftones can be specified for text and images, reflecting the differing needs of rendering those two types of object. Our efforts in code hygiene and maintainability continue. The usual round of bug fixes, compatibility changes, and incremental improvements. (9.53.0) We have added the capability to build with the Tesseract OCR engine. In such a build, new devices are available (pdfocr8/pdfocr24/pdfocr32) which render the output file to an image, OCR that image, and output the image "wrapped" up as a PDF file, with the OCR generated text information included as "invisible" text (in PDF terms, text rendering mode 3).
2021-09-29revbump for boost-libsadam32-62/+64
2021-09-29*: recursive bump for poppler 21.09.0wiz19-35/+38
2021-09-29poppler*: update to 21.09.0wiz3-10/+10
Release 21.09.0: core: * Splash: Massive spped improvement on files that use lots of save/restore (q/Q) operators * Correct decoding of signature properties Reason & Location when they are Unicode * Fix issues with malformed files * MSVC build fixes build system: * Call cmake_minium_required() before project() * Always append to CMAKE_{C,CXX}_FLAGS_${CMAKE_BUILD_TYPE} * correctly forward user-provided flags to try_compile() Release 21.08.0: core: * Add API to allow addition and modification of outlines into a PDF * Use additional samples to test for constant parts of an axial gradient * forms: Create fallback fonts for some well known font names * Support reading the PDF Version from the Catalog * Fix XRef::copy when there are modified objects * Take into account that Date string may be in unicode * JBIG2Stream: Fix regression in "Do not consider a size-0 to be an error" * Replace a local bubble sort implementation by std::sort * Fix issues with malformed files build system: * Better error message when libjpeg is not found * Better error messages when libopenjpeg2 is not found qt5/qt6: * Document that a document has to outlive its pages * Make getPdfVersion return a dedicated version object glib: * mimick TextSelectionDumper logic change for spaceAfter
2021-09-28ghostscript-*: Support GCC >= 10.jperkin2-4/+4
2021-09-20(print/R-tinytex) Updated 0.32 to 0.33, ChangeLog unknownmef1-2/+2
2021-09-18(print/R-knitr) Updated 1.33 to 1.34mef2-7/+7
(https://github.com/yihui/knitr/releases) @yihui yihui released this Sep 9, 2021 NEW FEATURES * Added a package option latex.tilde so that users can customize the tilde symbol, e.g., you can set knitr::opts_knit$set(latex.tilde = "\\hlopt{\\ scriptsize{\\ensuremath{\\sim}}}"). This is because the default tilde is too high in the PDF output, and it's often more desirable to use a middle tilde instead (thanks, @brry #1992, @jaredlander #492). * For the tikz engine, the class options of the standalone document classs can be specified via the chunk option engine.opts$classoption (thanks, @XiangyunHuang, #1985). The default value is tikz, i.e., \documentclass [tikz]{standalone} is used by default. * Added the ability to pass additional arguments to dvisvgm when using the tikz engine with fig.ext = "svg" by using dvisvgm.opts in engine.opts (thanks, @andrewheiss, #2039). Recent versions of dvisvgm now allow you to embed fonts into SVG files as base64-encoded WOFF files, so tikz chunks can embed fonts using like so: ```{tikz, fig.ext="svg", engine.opts=list (dvisvgm.opts = "--font-format=woff")}. * Added a new targets engine (ropensci/targets#503, @wlandau). Details: https://books.ropensci.org/targets/markdown.html. * The chunk option cache.globals can take values TRUE and FALSE now (in addition to a character vector). When FALSE, it tries to find all symbols in the code chunk, no matter if they are local or global variables. When NULL or TRUE, it tries to find all global variables (thanks, @knokknok, # 1898). MAJOR CHANGES * An error is now thrown when an inline code result is not coercible to character. This has always been the assumed behavior but it happens to be different in certain formats with unknown automatic coercion. This is now enforced to prevent any unexpected output. An inline code expression must evaluate to a character vector or an object coercible by as.character() (# 2006). * The markdown package has been moved from Imports to Suggests in knitr's DESCRIPTION, which means it is no longer a hard dependency but has become a soft dependency of knitr (#1864). One consequence for package developers is that if you use the vignette engines based on markdown (such as knitr::knitr), you will have to explicitly declare the (soft) dependency on markdown, because the implicit dependency through knitr is no longer there. * For R packages that use the knitr::rmarkdown engine to build their vignettes, rmarkdown must be declared as a dependency in the package DESCRIPTION (e.g., in Suggests). Previously, knitr would fall back to using the markdown package to build vignettes if rmarkdown is not declared (#1864 , #2020). * write_bib() only uses the first URL if multiple are found in a package (# 2028). MINOR CHANGES * The attribute data-external="1" will be added to <iframe>s generated by include_url() to prevent Pandoc from embedding the URL as base64 data (thanks, @IndrajeetPatil, https://stackoverflow.com/q/67477667/559676). * The chunk option strip.white = TRUE used to work only when the chunk option collapse = FALSE. Now the two options are independent, i.e., strip.white also works when collapse = TRUE (thanks, @kbvernon, #2011). * When building R Markdown vignettes but Pandoc is not available, the vignette engine will emit a message instead of a warning before falling back to using the markdown package. * The internal function is_abs_path() has been removed. Users (if any) should use the exported function xfun::is_abs_path() instead. BUG FIXES * Fix an issue with the RStudio IDE when using knitr::include_url() or knitr::include_app() in interactive Notebook mode. This will no more cause an error but print the list object as is (thanks, @systemnova, #2015). * Fix a regression with fig.keep chunk option used in chunks with only one figure where the figure was not showing in output (thanks, @fmichonneau, # 1993). * Allow vignettes to be tangled (and output compared) in R CMD check if they have a corresponding .Rout.save (thanks, @lentinj, #2018).
2021-08-31okular: add buildlink3.mkmarkd1-0/+13
2021-08-29py-octoprint: let the RC script work unprivilegedkhorben2-4/+5
This takes advantage of the introduction of the SYSCONFBASE variable. Tested on NetBSD/amd64. Bumps PKGREVISION.
2021-08-29ruby-gnome: update to 3.4.9.tsutsui1-5/+5
Upstream changes (from NEWS): == Ruby-GNOME 3.4.9: 2021-08-10 This is a bug fix release of 3.4.8. === Changes ==== Ruby/GObjectIntrospection * Fixes * Fixed a bug that (({gpointer})) to Ruby conversion breaks a value when pointer value is (({2 ** 32})) or larger. == Ruby-GNOME 3.4.8: 2021-08-09 This is a bug fix release of 3.4.7. === Changes ==== Ruby/GObjectIntrospection * Fixes * Fixed a bug that (({gpointer})) to Ruby conversion breaks a value when pointer value is (({2 ** 32})) or larger. == Ruby-GNOME 3.4.7: 2021-07-30 This is a release that improves virtual function support. === Changes ==== Ruby/GLib2 * Improvements * (({GLib::Error})): Added support for setting (({code})) and (({domain})) automatically. ==== Ruby/GObjectIntrospection * Improvements * Added support for returning object from callback. * Fixes * Fixed a bug that (({GError})) detection doesn't work. == Ruby-GNOME 3.4.6: 2021-07-17 This is a bug fix release for macOS. === Changes ==== Ruby/Pango * Fixes * Fixed a bug that (({require "pango"})) is failed on environment that has multiple font types. [GitHub#1429][Reported by Cameron Gose] === Thanks * Cameron Gose == Ruby-GNOME 3.4.5: 2021-07-07 This is a release that supports implementing virtual functions in Ruby. === Changes ==== Ruby/GLib2 * Improvements * Added (({GError})) domain and code for Ruby. ==== Ruby/GObjectIntrospection * Improvements * (({GObjectIntrospection::BaseInfo#container})): Added. * (({GObjectIntrospection::ObjectInfo#class_struct})): Added. * (({GObjectIntrospection::StructInfo#find_field})): Added. * (({RVAL2GI_VFUNC_INFO()})): Added. * Added support for implementing virtual functions in Ruby. [GitHub#1386][Based on patch by Yuto Tokunaga] You need to define (({virtual_do_#{virtual_function_name}})) method in (({type_register}))-ed class. * Added support for implementing virtual functions of interface in Ruby. [GitHub#985][Reported by Matijs van Zuijlen] [GitHub#1938][Reported by Yuto Tokunaga] * Added support for "transfer everything" UTF-8 return/output value. * Changed to accepted one character for (({gunichar})). [GitHub#1426][Reported by rubyFeedback] * (({GObjectIntrospection::CallableInfo#can_throw_gerror?})): Added. * Added support for (({GError **})) in callback. * Added support for returning (({GList<GObject *>})) from callback. * Changed to return (({[]})) for (({NULL})) list. * Fixes * Fixed a bug that wrong type information is used for output arguments. ==== Ruby/Pango * Added support for (({PangoFT2})). * Added support for (({PangoFc})). * Added support for (({PangoOT})). * Added support for (({PangoCairoFontMaps})). * Updated gem metadata. [GitHub#1428][Patch by Gabriel Mazetto] === Thanks * Yuto Tokunaga * Matijs van Zuijlen * rubyFeedback * Gabriel Mazetto == Ruby-GNOME 3.4.4: 2021-04-22 This is a bug fix release for Windows. === Changes ==== All * Dropped support for CentOS 6. * Dropped support for Ubuntu 16.04. * Dropped support for Ruby 2.4. * Dropped support for Ruby 2.5. * Added support for Ruby 3.0. ==== Document * Improvements * Improved how to use on Heroku. [GitHub#1414][Patch by Juan D Lopez] * Improved README. [Patch by kojix2] ==== Ruby/GLib * Improvements * Added (({RVAL2POINTER()})). * Added (({POINTER2RVAL()})). * Changed to use (({rb_cObject})) instead of (({rb_cData})) as a parent class of typed data. * Changed to use typed data instead of data for all data types. * Added support for Ractor partially. * Required GLib 2.48 or later. * (({GLib::UniChar.compose})): Added. * (({GLib::UniChar.decompose})): Added. * (({GLib::UniChar.canonical_decomposition})): Deprecated. Use (({GLib::UniChar.decompose})) instead. * (({GLib.format_size_for_display})): Deprecated. Use (({GLib.format_size})) instead. * Fixes * Fixed wrong conversions between (({VALUE})) and (({GType})). [GitHub#1386][Patch by Yuto Tokunaga] ==== Ruby/GObjectIntrospection * Improvements * Removed needless transfer check for struct. [GitHub#1396][Reported by Konrad Narewski] * Added support freeing (({GArray})) of raw struct out parameter. [GitHub#1356][Reported by aycabta] ==== Ruby/Pango * Improvements * Added (({Pango::Render::PART_*})) to keep backward compatibility. [GitHub#1311][Reported by rubyFeedback] ==== Ruby/GStreamer * Improvements * Removed needless workaround for (({Gst::ElementFactory#static_pad_templates})). [GitHub#1400][Reported by Justin Weiss] ==== Ruby/Gnumeric * Improvements * Added support for the latest Gnumeric. ==== Ruby/GTK3 * Improvements * (({Gtk::Widget#set_size_request})): Added support for (({width:})) and (({height:})). [GitHub#1406][Reported by rubyFeedback] * (({Gtk::Dialog#set_default_response})): Added support for (({Symbol})). [GitHub#1418][Reported by rubyFeedback] ==== Ruby/GDK4 * Added. ==== Ruby/GTK4 * Added. ==== Ruby/VTE3 * Improvements * Improved description. [GitHub#1406][Reported by rubyFeedback] ==== Ruby/GTK2 * Removed. ==== Ruby/GtkSourceView2 * Removed. ==== Ruby/WebKitGtk2 * Removed. ==== Ruby/VTE * Removed. === Thanks * Konrad Narewski * aycabta * rubyFeedback * Justin Weiss * Yuto Tokunaga * Juan D Lopez * kojix2
2021-08-22ruby-gnome: update to 3.4.3.tsutsui2-7/+6
pkgsrc changes: - as a reparation of removal of gtk2 dependent gems in the next 3.4.4, make gtk2, webkit-gtk2, gtksourceview2, and vte gems independent packages and remove them from meta-pkgs/ruby-gnome - pkglint Upstream changes (from NEWS): == Ruby-GNOME 3.4.3: 2020-05-11 This is a follow-up release of 3.4.2. === Changes ==== Ruby/GLib2 * Fixes * Windows: Fixed a link errors.
2021-08-21Update cups-filters to 1.28.10prlw13-9/+9
[DejaVuSans.ttf dependency does in fact still exist.] CHANGES IN V1.28.10 - Sample PPDs: Add borderless page size definitions to Generic PDF Printer, HP Color LaserJet CM3530 MFP PDF, and Ricoh PDF Printer PPD files. - Sample PPDs: From the PDF PPD files removed the unneeded "*cupsFilters2: ..." line. For CUPS it does not make any difference. - libcupsfilters: Fixed pdftopdf filter to correctly support page ranges without upper limit, like "10-" (Pull request #399). - libcupsfilters: Use wildcard tag (IPP_TAG_ZERO) search for "media-type" and "media-type-supported" in the PPD generator (Pull request #398). - implicitclass, parallel: Added missing newlines at error messages. - libfontembed: Removed unneeded fontembed/main.c and ttfread executable. Eliminates the dependency on DejaVuSans.ttf (Issue #386). - gstoraster: Refactor the filter a little to clarify handling of page counts and set job-impressions for TotalPageCount in PWG-Raster header (Pull request #394). - cups-browsed: Make NotifLeaseDuration configurable and renew after half the lease duration not 60 sec before end. The early renewal improves reliability on busy systems a lot. For easier development and debugging short durations from 300 sec on can get selected (Pull request #378).
2021-08-19(print/zauthura) Add gettext-tools/buildlink3.mk, the error was listed belowmef1-1/+2
[4/39] Generating org.pwmt.zathura.desktop_data_merge with a custom command FAILED: data/org.pwmt.zathura.desktop /usr/pkg/bin/meson --internal msgfmthelper ../data/org.pwmt.zathura.desktop.in data/org.pwmt.zathura.desktop desktop /tmp/print/zathura/work/zathura-0.4.8/po msgfmt: unknown option -- desktop Try `msgfmt --help' for more information. [5/39] Generating org.pwmt.zathura.appdata.xml_data_merge with a custom command FAILED: data/org.pwmt.zathura.appdata.xml /usr/pkg/bin/meson --internal msgfmthelper ../data/org.pwmt.zathura.appdata.xml.in data/org.pwmt.zathura.appdata.xml xml /tmp/print/zathura/work/zathura-0.4.8/po msgfmt: unknown option -- xml Try `msgfmt --help' for more information.
2021-08-18zathura: work around old msgfmt on NetBSDnia1-1/+8
2021-08-14zathura-pdf-mupdf: update to 0.3.7nia3-29/+7
Changelog * Compatible with mupdf 1.18 * Various fixes and improvements
2021-08-14zathura-ps: update to 0.2.7nia2-8/+7
Changelog * Various bug fixes and improvements
2021-08-14zathura: update to 0.4.8nia2-11/+8
Changelog * Account for page padding in full scroll * Add forefground color for links * Add :save and :save! aliases for :write and :write! * Various fixes and improvements * Updated translations
2021-08-10print/jpeg-to-pdf: update to 0.2.3pin3-269/+269
-All eight EXIF orientations are now handled properly -cargo install installs a binary called jpeg-to-pdf instead of cli (#3) -Various internal changes -No longer depends on lazy_static
2021-08-08p5-LaTeX-Driver: fix buildwiz1-2/+4
One test dependency is actually required by the setup script, so make it a build dependency.
2021-08-07Update pmw to 4.51prlw13-10/+11
Many changes, including: . Implemented &&& continuation lines, mainly for new replicator (see next). . Implemented &* replication feature. . Added escapes \<< and \>> for double typographic quotes. . Implemented bracketed noteheads facility. . Implemented key N. . Transposition values of multiples of 11 or 12 caused PMW to give up with a hard internal error for some note values. . A maximum (accumulated) transposition value of 60 is now implemented. This is 5 octaves, which should be enough for anybody. . Added \nh\ and \nc\ so that individual notes can have noteheads set as harmonic or cross. This makes it possible to have chords containing different noteheads. . Added /cx, /llc, /lrc, /rlc, and /rrc to slurs and lines to allow for horizontal positioning by musical offset a la MusicXML. . Added Unicode support for non-standardly encoded PostScript fonts via .utr files. . Added new "rest" letter T, the crotchet version giving a single slash beat indicator and the whole bar rest version giving a "percent" repetition sign.
2021-08-05py-octoprint: prefer PYTHON_VERSIONS_INCOMPATIBLEadam1-2/+2
2021-08-03print/jpeg-to-pdf: simplify Makefilepin1-3/+1
2021-08-02py-reportlab: updated to 3.5.68adam2-7/+7
CHANGES 3.5.68 * graphics improve some error messages for renderPM * changed lib.urilt.recursiveImport after errors in python3.10, reflect changes in readJPEGInfo * pdfutils readJPEGInfo extracts dpi if present defaults to (72, 72) * Image flowable allows a useDPI argument * paraparser annotate some errors
2021-07-30*: Recursive revbump from audio/pulseaudio-15.0ryoon2-4/+4
2021-07-21Bump PKGREVISION for affected packages by changing default Ruby's version.taca1-1/+2
2021-07-21fig2dev: update to 3.2.8a.fcambus3-25/+7
Patchlevel 8a (Mar 2021) BUGS FIXED: o Allow closed splines with three points. o Fix build under Darwin.