summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2019-03-27*: recursive bump for poppler 0.75 -> 0.74 downgradewiz17-34/+34
2019-03-27poppler: revert update to 0.75.0wiz9-23/+21
Of course, it breaks everything again, and I don't want to fix it now in the freeze.
2019-03-26*: recursive bump for poppler-0.75wiz22-43/+44
2019-03-26poppler*: update to 0.75.0wiz4-11/+13
Release 0.75.0: core: * Fix rendering of some annotations * Fix crashes in broken files * Small internal code improvements cpp: * Improve documentation * tests: Add showing version information to poppler-dump utils: * pdfattach: new util * pdftohtml: add -dataurls parameter * pdftoppm: add -sep and -forcenum parameters * pdftohtml: make singleHtml and stout not mutually exclusive * pdfsig: fix use after free
2019-03-25latexmk: update to 463b.wiz2-7/+7
From v. 4.61 to 4.63b Update example_rcfiles/glossary_latexmkrc Fix problem that in -cd mode, an error is raised when the path part of the tex filename contains a character prohibited by *tex. Implement changing of rule network when output of *latex is not what is expected, e.g., because \pdfoutput is used in document. Implement placeholder for true basename of main tex file, and use it in jobname. Various bug fixes.
2019-03-24*: reset maintainerwiz1-2/+2
2019-03-24print/ghostscript-agpl: Add upstream bug URL about labelinggdt1-1/+3
Upstream calls this "GPL Ghostscript" which is at best confusing. (Thanks to rhialto@ for filing the upstream bug report.)
2019-03-21ruby-gnome2: update to 3.3.6.tsutsui1-5/+5
Upstream changes: == Ruby-GNOME2 3.3.6: 2019-03-21 This is a follow-up release of 3.3.5. === Changes ==== Ruby/GIO2 * Improvements * (({Gio::File#read})): Added support for block. * (({Gio::File.open})): Added support for (({Pathname})). * (({Gio::InputStream.open})): Added support for block. ==== Ruby/CairoGObject * Fixes * Fixed a bug that old cairo may be used. ==== Ruby/GObjectIntrospection * Fixes * Fixed a bug that 64bit integer conversion may be failed for large integer. * Fixed typos.
2019-03-18Recursive bump for ghostscript default changegdt19-37/+38
2019-03-17print/ghostscript: Default to ghostscript-agplgdt1-3/+3
Change SUGGESTED_OPTIONS to ghostscript-agpl, because ghostscript-gpl is not maintained and has known vulnerabilities, and so that ghostscript by default results in the version maintained by upstream. As proposed on pkgsrc-users@, without objection. Note that this commit does not change anything related to licensing. ok pmc
2019-03-17print/ghostscript-gpl: Remove ancient CONFLICTSgdt1-8/+1
The CONFLICTS are packages that were removed in 2006 and 2010. In addition CONFLICTS is not necessary if they both have bin/gs.
2019-03-17print/ghostscript-agpl: Reduce diffs to -gplgdt1-8/+10
Reorder lines in a way that should have no functional effect, but which makes Makefile closer to ../print/ghostscript-gpl/Makefile.
2019-03-17print/ghostscript-gpl: Reduce diffs to -agplgdt1-12/+13
Add PAPERSIZE to BUILD_DEFS. Change HOMEPAGE; the sourceforge ghostscript page is stale. Other than those minor changes, reorder lines in a way that should have no functional effect, but which makes Makefile closer to ../print/ghostscript-agpl/Makefile.
2019-03-17print/ghostscript-agpl: Copy utf8 option from ../ghostscript-gpl (default off)gdt1-2/+9
Copy the utf8 option from ghostscript-gpl, which is just bl3ing on libiconv. Leave it off for now (unlike -gpl). Perhaps it should be default on, and perhaps it should be always enabled and not even an option.
2019-03-17print/ghostscript-gpl: Reduce diff to agpl package (comment changes only)gdt1-3/+1
2019-03-17print/ghostscript-agpl: Remove commented-out cups from bl3gdt1-5/+1
There was a vestigial conditional-on-cups-option commented-out inclusion of the cups bl3. But, programs that link against libgs do not need the cups includes/libs, and cups is not a dependency of those programs.
2019-03-17ghostscript-agpl: Switch to use pkgsrc openjpeg instead of bundled oneleot2-5/+7
Remove bundled openjpeg in WRKSRC, add a dependency to openjpeg and pass `--enable-openjpeg' in order to always link to pkgsrc one instead of the ghostscript bundled one. Bump PKGREVISION.
2019-03-17print/ghostscript-agpl: pkglint cleanupsgdt2-4/+5
- Add \todo about a4 not being valid for PAPERSIZE - Add PAPERSIZE to BUILD_DEFS - Add \todo about jpeg2000 bl3 that is commented out without explanation - GC undefined and unused PLIST.cidfmap No real change intended, other than BUILD_DEFS. Ride recent PKGREVISION++.
2019-03-17print/ghostscript-agpl: Add default-off cups optiongdt2-4/+20
This is basically a port of the cups option code from ../ghostscript-gpl. Since the last GPL3 gs release, some programs have migrated to the cups-filters package. Thus, they are no longer installed by cups, and the option is much simpler. I verified that the cups driver appears in "gs -h", but have not tested it. While the option defaults to off, I bumped PKGREVISION anyway.
2019-03-10ruby-gnome2: update to 3.3.5.tsutsui1-5/+5
Upstream changes: == Ruby-GNOME2 3.3.5: 2019-03-10 This is a follow-up release of 3.3.4. === Changes ==== Ruby/GObjectIntrospection * Improvements * Ignored no (({GType})) interface.
2019-03-09ruby-gnome2: update to 3.3.4.tsutsui2-7/+6
Upstream changes: == Ruby-GNOME2 3.3.4: 2019-03-09 This is a real release to support GLib 2.60. === Changes ==== Ruby/GObjectIntrospection * Improvements * Ignored no (({GType})) interface. == Ruby-GNOME2 3.3.3: 2019-03-09 This is a release to support GLib 2.60. === Changes ==== Ruby/GLib2 * Improvements * Made tests more robust. [GitHub#1272][Reported by Jeremy Bicha] * Required pkg-config 1.3.5 or later. * Added support for GLib 2.60. * Windows: Removed support for static compilation. * Fixes * (({GLib::PollFD#fd=})): Fixed wrong conversion. ==== Ruby/GObjectIntrospection * Improvements * Improved auto (({#==}))/(({#!=})) implementations. They returns (({true}))/(({false})) for invalid argument instead of raising an error. ==== Ruby/GTK2 * Improvements * Made tests more robust. [GitHub#1275][Reported by Jeremy Bicha] ==== Ruby/RSVG2 * Improvements * Made tests more robust. [GitHub#1273][Reported by Mamoru TASAKA] ==== Ruby/Poppler * Improvements * (({Poppler::Document.new(data:)})): Added support for (({Encoding.default_internal})). * (({Poppler::Document.new})): Added support for (({#to_path})) objects as path. === Thanks * Jeremy Bicha * Mamoru TASAKA
2019-03-06Needs tex-lamda-lists and tex-xkeyval. Bump revision.joerg1-1/+4
2019-03-06Needs tex-listofitems. Bump revisionjoerg1-1/+3
2019-03-06zathura: Update to 0.4.3leot5-22/+25
Changes: 0.4.3 ----- - Various fixes and improvements - Updated translations 0.4.2 ----- - Various fixes and improvements - Updated translations
2019-03-06atril: remove duplicated CONFIGURE_ARGS setting in Makefilegutteridge1-3/+1
Ride previous revision. Also, the change log was missed in my previous commit. Change log: * update translations * Add update-authors.pl script which helps to update atril.about * Read authors (updated) from atril.about gresource * Initialize Travis CI support * Update Documenters * [ephy-zoom-control] Avoid deprecated g_type_class_add_private * [ephy-zoom-action] Avoid deprecated g_type_class_add_private * Add pixbuf, tiff and xps TypeDescription to POTFILES.in * eggsmclient: avoid deprecated 'g_type_class_add_private' * move appdata to metainfo directory * message-area: set a11y object name from actual icon name * shell: remove duplicate condition check * tiff: fix possible NULL pointer dereference * pdf: add missing break statement * libdocument: drop useless freeing of NULL pointer * comics: fix incorrect mimetype saying to open and thumbnail all rarfiles * disable deprecation warnings for distcheck
2019-03-06atril: update to version 1.22gutteridge4-28/+26
While here, fix the PLIST to reflect the optionally installed components, too.
2019-02-28web2c: fix previous patch to return correct pagebox values.markd3-6/+6
was always returning mediabox
2019-02-21py-weasyprint: Update to 45.kleink3-25/+13
Version 45 ---------- Released on 2019-02-20. WeasyPrint now has a `code of conduct <https://github.com/Kozea/WeasyPrint/blob/master/CODE_OF_CONDUCT.rst>`_. A new website has been launched, with beautiful and useful graphs about speed and memory use across versions: check `WeasyPerf <https://kozea.github.io/WeasyPerf/index.html>`_. Dependencies: * Python 3.5+ is now needed, Python 3.4 is not supported anymore Bug fixes: * `798 <https://github.com/Kozea/WeasyPrint/pull/798>`_: Prevent endless loop and index out of range in pagination * `767 <https://github.com/Kozea/WeasyPrint/issues/767>`_: Add a ``--quiet`` CLI parameter * `784 <https://github.com/Kozea/WeasyPrint/pull/784>`_: Fix library loading on Alpine * `791 <https://github.com/Kozea/WeasyPrint/pull/791>`_: Use path2url in tests for Windows * `789 <https://github.com/Kozea/WeasyPrint/pull/789>`_: Add LICENSE file to distributed sources * `788 <https://github.com/Kozea/WeasyPrint/pull/788>`_: Fix pending references * `780 <https://github.com/Kozea/WeasyPrint/issues/780>`_: Don't draw patterns for empty page backgrounds * `774 <https://github.com/Kozea/WeasyPrint/issues/774>`_: Don't crash when links include quotes * `637 <https://github.com/Kozea/WeasyPrint/issues/637>`_: Fix a problem with justified text * `763 <https://github.com/Kozea/WeasyPrint/pull/763>`_: Launch tests with Python 3.7 * `704 <https://github.com/Kozea/WeasyPrint/issues/704>`_: Fix a corner case with tables * `804 <https://github.com/Kozea/WeasyPrint/pull/804>`_: Don't logger handlers defined before importing WeasyPrint * `109 <https://github.com/Kozea/WeasyPrint/issues/109>`_, `748 <https://github.com/Kozea/WeasyPrint/issues/748>`_: Don't include punctuation for hyphenation * `770 <https://github.com/Kozea/WeasyPrint/issues/770>`_: Don't crash when people use uppercase words from old-fashioned Microsoft fonts in tables, especially when there's an 5th column * Use a `separate logger <https://weasyprint.readthedocs.io/en/latest/tutorial.htmllogging>`_ to report the rendering process * Add a ``--debug`` CLI parameter and set debug level for unknown prefixed CSS properties * Define minimal versions of Python and setuptools in setup.cfg Documentation * `796 <https://github.com/Kozea/WeasyPrint/pull/796>`_: Fix a small typo in the tutorial * `792 <https://github.com/Kozea/WeasyPrint/pull/792>`_: Document no alignement character support * `773 <https://github.com/Kozea/WeasyPrint/pull/773>`_: Fix phrasing in Hacking section * `402 <https://github.com/Kozea/WeasyPrint/issues/402>`_: Add a paragraph about fontconfig error * `764 <https://github.com/Kozea/WeasyPrint/pull/764>`_: Fix list of dependencies for Alpine * Fix API documentation of HTML and CSS classes
2019-02-17web2c: fix poppler-0.74.0 "Guint" type removal fallouttnn2-3/+12
2019-02-17luatex: fix poppler-0.74.0 "Guint" type removal fallouttnn3-8/+40
2019-02-16*: recursive bump for poppler-0.74.0wiz22-41/+44
2019-02-16poppler-*: update to 0.74.0.wiz6-11/+12
2019-02-16poppler: update to 0.74.0.wiz3-10/+10
Release 0.74.0: core: * Remove support for obsolete systems. Issue #709 * Include timezone in timeToDateString() * Fix/silence some warnings * Fix issues with broken files build system: * Fix linking in FreeBSD * Fix fseeko configure check on Android for API level < 24 * Remove unused MacroPushRequiredVars.cmake qt5: * Add API that lazily builds an outline by wrapping the internal objects * Demo: Use new API to build Table Of Contents lazily glib: * Improve documentation * Fix cast from 'GTime *' (aka 'int *') to 'time_t *' (aka 'long *') utils: * pdfsig: add -nssdir option cpp: * Add a way to get all the named destinations in a document. Release 0.73.0: core: * Fix regression reading some encrypted files. Issue #690 * Add X509CertificateInfo classes * Add new 'IgnoreDiacritics' option to ::findText(). Issue #637 * Open files with CLOEXEC flag set * Remove Gulong, Guint, Gushort, Guchar typedefs * Fix handling of some broken files. cpp: * Make initialization of globalParams threadsafe * Fix page::text_list encoding issue * Improve handling of UTF-16 by considering Endianess * Add API to specify a custom data directory qt5: * Expose X509CertificateInfo * Add the possibility of getting version * Add new 'IgnoreDiacritics' search flag. Issue #637 * Make initialization of globalParams threadsafe * ArthurOutputDev: Remove all Splash code usage glib: * add new 'POPPLER_FIND_IGNORE_DIACRITICS' find flag. Issue #637 * Fix named destinations. Issue #631 * Make PrintScaling preference available in API. Bug #92779 build system: * Rename ENABLE_XPDF_HEADERS to ENABLE_UNSTABLE_API_ABI_HEADERS * support enabling NSS on mingw * Windows: only set SOVERSION for shared libs
2019-02-16ghostscript-gpl: Regularize whitespace to reduce diff to -agplgdt1-2/+2
2019-02-15ghostscript-gpl: Reduce cosmetic diff to -agpl Makefilegdt1-3/+3
(whitespace only; NFC)
2019-02-14ghostscript-gpl: Clarify the nature of this packagegdt1-1/+4
Attempting to be as factual and dispassionate as possible, explain more about what this is (last GPL version, not just a version that is GPL), when the 9.06 release was, and why the package came to be.
2019-02-13libpaper: update to 1.1.26.wiz2-9/+13
Changes not found.
2019-02-12py-weasyprint: SUBST_SED -> SUBST_VARS.kleink1-2/+2
2019-02-12py-weasyprint: Fix substituted variable that slipped through in 44nb1.kleink3-6/+6
Bump PKGREVISION.
2019-02-12py-weasyprint: Unbreak for py-setuptools>=40.7.0kleink3-7/+19
In setuptools >= 40.7.0, file inputs for the license field in setup.cfg files explicitly raise an error. Use the license_file field for that purpose. Bump PKGREVISION.
2019-02-10Revert previous for nowwiz1-4/+6
2019-02-09p5-biblatex-biber: update to 2.12markd2-8/+7
to match latest biblatex
2019-02-06ghostscript: switch the default to ghostscript-agplwiz1-6/+4
The GPL version is very outdated and has lots of unfixed security issues, and AGPL is now in the default-allowed set of licenses. Bump version to match current AGPL release.
2019-02-04tex-tex4ht: fix PLIST againmarkd1-11/+1
2019-02-03ruby-gnome2: update to 3.3.2.tsutsui1-5/+5
Upstream changes (from NEWS): == Ruby-GNOME2 3.3.2: 2019-02-03 This is a bug fix release of 3.3.1. === Changes ==== Ruby/GObjectIntrospection * Fixed * Fixed wrong nil check. [GitHub#1270][Patch by moveccr] * Fixed a memory leak when module function is used with block. [GitHub#1270][Reported by Izumi Tsutsui] ==== Ruby/GTK3 * Improvements * Add backward compatibility APIs: * (({Gtk::Screen#add_style_provider})) * (({Gtk::Screen#remove_style_provider})) * (({Gtk::StyleContext.add_provider_for_screen})) * (({Gtk::StyleContext#add_provider})) === Thanks * moveccr * Izumi Tsutsui
2019-02-02print: add tex-bigfoot{,-doc} tex-keycommand{,-doc} tex-semantic{,-doc}markd1-1/+7
2019-02-02tex-semantic{,-doc}: Added version 2.0markd8-0/+51
Eases the typesetting of notation of semantics and compilers. Includes T-diagrams, various derivation symbols and inference trees.
2019-02-02tex-keycommand{,-doc}: Added version 3.1415markd8-0/+54
The package (which requires e-TeX) provides a natural way to define commands with optional keys. The package provides \newkeycommand, \renewkeycommand, \providekeycommand, \newkeyenvironment and \renewkeyenvironment, together with \keycmd for a more advanced interface. The package is based on kvsetkeys by Heiko Oberdiek.
2019-02-02tex-bigfoot{,-doc}: Added version 2.1markd8-0/+64
The package aims to provide a 'one-stop' solution to requirements for footnotes. It offers: Multiple footnote apparatus superior to that of manyfoot Footnotes can be formatted in separate paragraphs, or be run into a single paragraph (this choice may be selected per footnote series); Things you might have expected (such as \verb-like material in footnotes, and colour selections over page breaks) now work. Note that the majority of the bigfoot package's interface is identical to that of manyfoot; users should seek information from that package's documentation. The bigfoot bundle also provides the perpage and suffix packages.
2019-02-02tex-tetex{,-doc}: update to 3.0.49829markd5-22/+29
updates to fmtutil