Commit graph

8332 commits

Author SHA1 Message Date
Loïc Bartoletti
ecb5b21c9e Update PyQt5 to 5.15.2, sip to 5.5.0, py-qtbuilder to 1.6.0 and py-qt5-sip to 12.8.1
PR:		251764
Exp-run by: antoine
2020-12-15 17:56:00 +00:00
Sunpoet Po-Chuan Hsieh
8d9f435527 Update to 4.18.1
Changes:	https://github.com/fonttools/fonttools/releases
2020-12-13 22:20:48 +00:00
Sunpoet Po-Chuan Hsieh
1bed7b0ac5 Update to 0.10.0
Changes:	https://github.com/fonttools/ufoLib2/releases
2020-12-13 14:43:41 +00:00
Rene Ladan
389a99ba34 print/hplip: drop support for expired USES=gnome:pygobject 2020-12-12 14:26:12 +00:00
Tobias C. Berner
773872818c graphics/poppler: update to 20.12.0
Changelog:
        core:
         * Draw better circles for circle annotations
         * Fix annotation line width if no appearance stream or style are given
         * Tweak rendering of highlight annotations
         * Fix border rendering of some annotations
         * Fix rendering of some files. Issue  Issue 
         * PSOutputDev: provide options to set the rasterization color space and ICC profile
         * PSOutputDev: for splashModeCMYK8 and language level >=2 activate overprint emulation
         * PSOutputDev: use the DeviceN8 bitmap for rasterization with CMYK-output + overprint
         * Use the font name without subset tag when querying for a system font
         * Splash: Fix wrong x adjustment during clipping
         * Splash: Fix blitImage in uncolored tiling patterns
         * timeToDateString: We forgot the ' after the minutes
         * Move psLevel to PSOutputDev creation
         * Fix several issues in broken files

        utils:
         * pdftops: provide options to set the rasterization color space and ICC profile
         * pdftops: for splashModeCMYK8 and language level >=2 activate overprint emulation

        cpp:
         * New fuzzers

        glib:
         * New fuzzers

        qt5:
         * New fuzzers

        build system:
         * gcc: Enable -fno-operator-names
         * Remove obsolete bool-to-binary macro
         * Remove obsolete version-check macro for pkgconfig
         * Remove .pc files for private back-ends
         * Remove redundant unit-test macro

PR:		251537
Exp-run by:	antoine
2020-12-11 20:10:03 +00:00
Tobias C. Berner
581c73f04f Update KDE Applications to 20.12
- astro/libkgeomap has been removed as there are no consumers left
- deskutils/kdepim-apps-libs has been reintegrated into other ports

There are a handful of new ports available:
- astro/kosmindoormap: Library and QML component for rendering multi-level OSM indoor maps
- deskutils/itinerary: KDE Itinerary is a digital travel assistant
- devel/kpublictransport: Access realtime public transport data
- graphics/kontrast: Color contrast checker
- textproc/markdownpart: KPart for rendering Markdown content
2020-12-11 19:18:03 +00:00
Sunpoet Po-Chuan Hsieh
7828f97ebf Update to 0.31.0
Changes:	https://github.com/mogest/prawn-svg/releases
2020-12-10 22:00:18 +00:00
Sunpoet Po-Chuan Hsieh
e6faa1f94c Update to 2.4.1 2020-12-10 22:00:13 +00:00
Sunpoet Po-Chuan Hsieh
c260515622 Update to 0.9.0
Changes:	https://github.com/fonttools/ufoLib2/releases
2020-12-10 21:45:00 +00:00
Sunpoet Po-Chuan Hsieh
07a04a9a66 Update to 4.18.0
Changes:	https://github.com/fonttools/fonttools/releases
2020-12-10 21:44:56 +00:00
Sunpoet Po-Chuan Hsieh
d20e85c681 Add rubygem-prawn-templates 0.1.2
Support for templates was dropped in Prawn 0.13.0, disabled by default in
0.14.0, and extracted in 0.15.0.

This gem includes the extracted templates code, which is mainly unsupported, but
provides the old functionality that was in Prawn 0.12.0 for years.

WWW: https://github.com/prawnpdf/prawn-templates
2020-12-10 21:29:42 +00:00
Sunpoet Po-Chuan Hsieh
3f4e8a0878 Add rubygem-prawn-table 0.2.2
Prawn::Table provides table support for PrawnPDF.

WWW: https://github.com/prawnpdf/prawn-table
2020-12-10 21:29:35 +00:00
Sunpoet Po-Chuan Hsieh
50aea608e9 Add rubygem-prawn-icon 3.0.0
Prawn::Icon provides a simple mechanism for rendering icons and icon fonts from
within Prawn.

The following icon fonts ship with Prawn::Icon:
- FontAwesome (http://fontawesome.io/icons/)
- Foundation Icons (http://zurb.com/playground/foundation-icon-fonts-3)
- PaymentFont (https://paymentfont.com)

WWW: https://github.com/jessedoyle/prawn-icon
2020-12-10 21:29:29 +00:00
Loïc Bartoletti
47b26d9293 Update Qt/PySide2 to 5.15.2 / PyQt to 5.15.1 / SIP to 5.4.0
This commit combines several updates.

- Update Qt to 5.12.2
- Update PyQt to 5.15.1
- Since PySide 5.15.1 is broken with Qt 5.15.2, so PySide and Shiboken are also updated to 5.15.2.
- Update sip to 5.4.0

SIP is a collection of tools  to create Python bindings for C and C++ libraries and used by PyQt and wxPython. There are some changes with sip5 [1]:
- python 3.5+ is required
- sip drops support of old deprecated methods as sipdistutils & cie.
- this version breaks also PyQt5 extension ABI. SIP files will be installed in ${PYTHON_SITELIBDIR}/PyQt${_PYQT_VERSION}/bindings
- some ports will use the new pyqtbuilder package with the pyproject.toml setup. Instead if the project have a setup.py, you should use sip-build to build it.
- if a port needs sip, it should also needs pysip. BTW, py-qt5-core requires pysip, so that should be enough for PyQt packages.

List of ports impacted by this change. Most of the patches have been integrated or are in the process of being integrated upstream:

- devel/libsavitar
- graphics/py-python-poppler-qt5
- net-im/scudcloud
- net/libarcus
- print/py-frescobaldi
- science/py-veusz
- graphics/qgis and graphics/qgis-ltr
- deskutils/calibre

A special note regarding calibre. New versions require sip>=5, we update it to the latest version (thanks to madpilot@)

science/scidavis will remove the PyQt binding soon and there is no patch planned, so we remove the python option (ok makc@)

While here, convert some ports to USE_PYQT (cad/cura, cad/uranium, devel/eric6, ...)

Thanks to tcberner and adridg!

[1] https://www.riverbankcomputing.com/static/Docs/sip/

PR:                250853
Exp-run by:        antoine
2020-12-08 20:03:07 +00:00
Tijl Coosemans
f8e8dc856d Update to 1.28.6. 2020-12-06 17:35:19 +00:00
Wen Heping
985d91110d - Update to 10.0.4 2020-12-02 08:00:36 +00:00
Rene Ladan
6ac46b8d4e Remove expired ports:
2020-11-30 databases/datamodeler: depends on expiring java/openjfx8-devel
2020-11-30 devel/gradle4: only needed for expiring biology/igv and java/openjfx8-devel
2020-11-30 devel/py-astroid1: Use devel/py-astroid instead
2020-11-30 devel/pylint1: Use devel/pylint instead
2020-11-30 german/mediathekview: depends on expiring java/openjfx8-devel
2020-11-30 java/openjfx8-devel: No longer maintained upstream
2020-11-30 java/openjfx8-scenebuilder: depends on expiring java/openjfx8-devel
2020-11-30 net-im/py-sleekxmpp: Upstream archived and advices to use net-im/py-slixmpp
2020-12-01 net-mgmt/zabbix44-agent: End of Life
2020-12-01 net-mgmt/zabbix44-frontend: End of Life
2020-12-01 net-mgmt/zabbix44-java: End of Life
2020-12-01 net-mgmt/zabbix44-proxy: End of Life
2020-12-01 net-mgmt/zabbix44-server: End of Life
2020-11-30 print/jabref: depends on expiring java/openjfx8-devel
2020-11-30 science/datawarrior: depends on expiring java/openjfx8-devel
2020-12-01 20:09:51 +00:00
Rainer Hurling
709ecd747f print/lilypond-devel: update to 2.21.81
Several bugfixes and some improvements:
- Copy Balloon stencil before modifying
- musicxml: Ensure deterministic order of attributes
- musicxml: Remember order of voices
- Set up fallback fonts for Emmentaler

Changelogs:
https://lilypond.org/doc/v2.21/Documentation/changes/index.html
https://git.savannah.gnu.org/gitweb/?p=lilypond.git

PR:		251502
Submitted by:	Martin Neubauer <m.ne@gmx.net> (maintainer)
Approved by:	arrowd, tcberner (mentors, implicit)
2020-12-01 19:11:34 +00:00
Yuri Victorovich
590684f5cc print/py-pollyreports: Update 1.7.7 -> 1.8
PR:		248183
Approved by:	jjachuf@gmail.com (maintainer's timeout 130 days)
2020-11-28 20:49:33 +00:00
Sunpoet Po-Chuan Hsieh
26b9198440 Update to 0.7.33
Changes:	https://github.com/googlefonts/fontbakery/blob/master/CHANGELOG.md
2020-11-26 21:17:56 +00:00
Jose Alonso Cardenas Marquez
4c10848d44 - Connect new fpc ports 2020-11-25 03:06:46 +00:00
Jose Alonso Cardenas Marquez
fa64766259 - New port: print/fpc-libcups
Free Pascal interface to CUPS
2020-11-25 02:42:29 +00:00
Tobias C. Berner
93b90c42e3 Only define USE_LDCONFIG in devel/qt5-core
All the qt5-ports share the same library directory. devel/qt5-core is dependet on
by all others.
So there is no need to add identical entries to libdata/ldconfig, and restart the
ldconfig service on every pkg change of those ports.

Reported by:	bapt
Reviewed by:	bapt
Differential Revision:	https://reviews.freebsd.org/D27224
2020-11-21 18:18:34 +00:00
Sunpoet Po-Chuan Hsieh
58649c7297 Update to 4.17.1
Changes:	https://github.com/fonttools/fonttools/releases
2020-11-21 09:20:47 +00:00
Sunpoet Po-Chuan Hsieh
5ac17161a1 Update to 0.7.32
Changes:	https://github.com/googlefonts/fontbakery/blob/master/CHANGELOG.md
2020-11-21 09:20:43 +00:00
Sunpoet Po-Chuan Hsieh
f6a6afa574 Update to 1.0.5
Changes:	https://github.com/source-foundry/font-v/blob/master/CHANGELOG.md
2020-11-21 09:20:38 +00:00
Adam Weinberger
db15051ca5 Add education virtual category
PR:		248402
Submitted by:	PauAmma
2020-11-20 07:16:06 +00:00
Sunpoet Po-Chuan Hsieh
5c58f328cf Update to 4.17.0
Changes:	https://github.com/fonttools/fonttools/releases
2020-11-15 18:05:43 +00:00
Sunpoet Po-Chuan Hsieh
057d69ea4e Update to 0.0300
Changes:	https://metacpan.org/changes/distribution/PostScript-PPD
2020-11-09 17:34:54 +00:00
Bernhard Froehlich
00237a2989 print/cloudprint: Add deprecation message
Official statement from Google:
"Google Cloud Print, Google's cloud-based printing solution will no longer
be supported as of December 31, 2020. Beginning January 1, 2021, devices
across all operating systems will not be able to print using Cloud Print.
We recommend that you find an alternative print solution with your
respective platform's printing infrastructure."
2020-11-09 13:16:14 +00:00
Mateusz Piotrowski
36ba37b260 Add two runtime dependencies for the latexindent script
Perhaps it would be better if we created a new port option
(e.g., LINKED_SCRIPTS) and used LINKED_SCRIPTS_RUN_DEPENDS
instead.

PR:		250320
Approved by:	maintainer timeout
2020-11-09 10:16:52 +00:00
Mateusz Piotrowski
bd94480737 Switch to USES=localbase and replace an unnecessary "+=" with an "="
Approved by:	portmgr blanket
2020-11-09 10:04:18 +00:00
Mateusz Piotrowski
ecfde02ab3 Cosmetic changes: sort variables
Approved by:	portmgr blanket
2020-11-09 09:53:24 +00:00
Sunpoet Po-Chuan Hsieh
e567c50654 Update to 1.0.4
Changes:	https://github.com/source-foundry/font-v/blob/master/CHANGELOG.md
2020-11-08 17:20:36 +00:00
Tobias C. Berner
cd1827579f x11/babl: Update to 0.1.82
PR:		250895
Submitted by:	Neel Chauhan <neel@neelc.org>
2020-11-07 10:38:27 +00:00
Gleb Popov
736b53430c print/miktex: A TeX/LaTeX distribution featuring on-demand package installation.
Differential Revision:	https://reviews.freebsd.org/D18903
2020-11-05 17:52:35 +00:00
Tobias C. Berner
034c3409eb Update KDE Apps to 20.08.3
Some of our projects release on their own timescale and some get released
en-masse. The 20.08.3 bundle of projects was released today with dozens of
bugfixes and will be available through app stores and distros soon. See the
20.08.3 releases page for details.

Some of the fixes in today’s releases:

    * Gwenview no longer accidentally shows the thumbnail view as a separate window with newer Qt versions
    * Sending SMS with KDEConnect has been restored
    * Fixed a possible Okular crash when selecting text in annotations

Announcement:
	https://kde.org/announcements/releases/2020-11-apps-update/

Changelog:
	https://kde.org/announcements/fulllog_releases-20.08.3/
2020-11-05 17:42:01 +00:00
Fernando Apesteguía
6bce3b48b9 print/lilypond-devel: update to 2.21.80
ChangeLog: http://lilypond.org/news.html#LilyPond-2_002e21_005e80-released-November-1_002c-2020

PR:	250861
Submitted by:	m.ne@gmx.net (maintainer)
2020-11-04 19:11:21 +00:00
Wen Heping
2e7d981687 - Update to 10.0.3 2020-11-04 08:41:59 +00:00
TAKATSU Tomonari
00bb365922 - Update to 0.27 2020-11-03 23:10:55 +00:00
Rene Ladan
3a56f9304e Return araujo@'s ports to the pool after his commit bit was safekept. 2020-11-03 20:51:34 +00:00
Tobias C. Berner
a831c679c4 graphics/poppler: update to 20.11.0
Release 20.11.0:
        core:
         * More work on rendering of standalone Annot Widgets. Issue 
         * Fix crashes in embedded file handling on broken files. Issue 
         * Fix uninitialized memory read on broken files
         * Save a bit of memory in Dict data

        cpp:
         * Fix crashes in embedded file handling on broken files. Issue 

        utils:
         * pdftohtml: HTML and XML output includes font opacity.

        qt5:
         * Rename ArthurOutputDev to QPainterOutputDev

        build system:
         * Fix linker error when gtk is not in a default location
         * Add some checks for gtk-doc support
         * Reorganize GObject introspection config
         * Enable CMAKE_LINK_DEPENDS_NO_SHARED

PR:		250786
Exp-run by:	antoine
2020-11-03 19:48:54 +00:00
Jan Beich
6d5d6429d5 devel/icu: update to 68.1
Changes:	http://site.icu-project.org/download/68
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by:	GitHub (watch releases)
2020-11-03 00:56:26 +00:00
Muhammad Moinur Rahman
bbf5d71616 print/py-reportlab: Update version 3.5.54=>3.5.55
Relnotes:	https://hg.reportlab.com/hg-public/reportlab/file/tip/CHANGES.md
2020-10-31 22:12:01 +00:00
Danilo Egea Gondolfo
7f3971b15c print/foomatic-db: Update to 20201029 2020-10-30 09:06:36 +00:00
Fernando Apesteguía
f304677a7d print/lilypond-devel: update to 2.21.7
PR:	250697
Submitted by:	m.ne@gmx.net (maintainer)
2020-10-30 08:08:18 +00:00
Muhammad Moinur Rahman
58139e8666 print/py-reportlab: Update version 3.5.53=>3.5.54
Relnotes:		https://hg.reportlab.com/hg-public/reportlab/file/tip/CHANGES.md
2020-10-29 21:22:03 +00:00
Alex Dupre
9b21f2c875 PECL pdflib is deprecated and doesn't support PHP 8.0. 2020-10-27 09:50:00 +00:00
Muhammad Moinur Rahman
0f01ae8197 print/py-reportlab: Update version 3.5.21=>3.5.53
- Add TEST framework
- Update WWW

PR:		250420
Submitted by:	osidorkin@gmail.com
2020-10-25 10:35:25 +00:00
Muhammad Moinur Rahman
2284197be8 print/ft2demos: Update version 2.10.2=>2.10.4 2020-10-25 00:40:49 +00:00