| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
- Drop upstreamed patch
Changelog: https://github.com/HOST-Oman/libraqm/releases/tag/v0.9.0
PR: 261845
Approved by: kwm (maintainer timeout, 4+ weeks)
|
|
|
|
|
| |
Changes: https://github.com/harfbuzz/harfbuzz/releases/tag/4.0.1
Reported by: GitHub (watch releases)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Convert post-patch to real patches because they are easier to
maintain.
- Fix a NULL dereference in the scanner backend when D-Bus isn't
running.
- Depend on sysutils/py-distro to make hp-toolbox (Device Manager) work
again.
- Upstream switched to Avahi for mDNS support. Rename the SNMP option
to NETWORK because it's not just SNMP now.
- Don't install some programs related to uninstalling and upgrading of
HPLIP and the installation of firmware plugins because they circumvent
the package system.
- Install icons in share/icons so desktops can choose an appropriate
resolution.
Portions taken from a patch by Oleg Sidorkin <osidorkin@gmail.com>.
PR: 255586, 257034, 257512
|
|
|
|
| |
PR: 262478
|
|
|
|
|
|
| |
Changelog: https://github.com/pdfarranger/pdfarranger/releases/tag/1.8.2
PR: 262395
|
|
|
|
|
|
|
|
| |
- Fix build with harfbuzz 4.0.0 [1][2]
Changes: https://github.com/harfbuzz/uharfbuzz/releases
Obtained from: https://github.com/harfbuzz/uharfbuzz/pull/110/commits/6a926ca7746a35a98ed8d719c870e340d1733e63 [1]
https://github.com/harfbuzz/uharfbuzz/pull/110/commits/5d9150cc267b16401f98d0f0effd656dcc0d6c38 [2]
|
| |
|
|
|
|
|
|
| |
- Change MASTER_SITES to CHEESESHOP
Changes: https://github.com/fonttools/ttfautohint-py/releases
|
|
|
|
| |
Changes: https://github.com/fonttools/fonttools/releases
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update sip to 6.5.1
- Update PyQt5 to 5.15.6
- Update PyQtChart, PyQtNetworkAuth and PyQtWebengine to 5.15.5
- Update PyQtSip to 12.9.1
- Update PyQtBuilder to 1.12.2
- Add ${_MAKE_JOBS} for pyqt.mk (reported by Tatsuki Makino)
PR: 261685
Exp-run by: antoine
|
|
|
|
|
|
| |
Changes: https://github.com/william8000/lout/blob/master/whatsnew#L609
Take maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
src/uharfbuzz/_harfbuzz.cpp:15707:10: error: use of undeclared identifier 'hb_font_draw_glyph'; did you mean 'hb_font_get_glyph'?
(void)(hb_font_draw_glyph(__pyx_v_font->_hb_font, __pyx_t_1, __pyx_v_self->_hb_drawfuncs, ((void *)__pyx_v_self)));
^~~~~~~~~~~~~~~~~~
hb_font_get_glyph
/usr/local/include/harfbuzz/hb-font.h:899:1: note: 'hb_font_get_glyph' declared here
hb_font_get_glyph (hb_font_t *font,
^
src/uharfbuzz/_harfbuzz.cpp:15707:64: error: cannot initialize a parameter of type 'hb_codepoint_t' (aka 'unsigned int') with an lvalue of type 'hb_draw_funcs_t *'
(void)(hb_font_draw_glyph(__pyx_v_font->_hb_font, __pyx_t_1, __pyx_v_self->_hb_drawfuncs, ((void *)__pyx_v_self)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/harfbuzz/hb-font.h:900:45: note: passing argument to parameter 'variation_selector' here
hb_codepoint_t unicode, hb_codepoint_t variation_selector,
^
src/uharfbuzz/_harfbuzz.cpp:16093:3: error: no matching function for call to 'hb_draw_funcs_set_move_to_func'
hb_draw_funcs_set_move_to_func(__pyx_v_self->_hb_drawfuncs, __pyx_f_9uharfbuzz_9_harfbuzz__move_to_func);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/harfbuzz/hb-draw.h:210:1: note: candidate function not viable: requires 4 arguments, but 2 were provided
hb_draw_funcs_set_move_to_func (hb_draw_funcs_t *dfuncs,
^
src/uharfbuzz/_harfbuzz.cpp:16156:3: error: no matching function for call to 'hb_draw_funcs_set_line_to_func'
hb_draw_funcs_set_line_to_func(__pyx_v_self->_hb_drawfuncs, __pyx_f_9uharfbuzz_9_harfbuzz__line_to_func);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/harfbuzz/hb-draw.h:226:1: note: candidate function not viable: requires 4 arguments, but 2 were provided
hb_draw_funcs_set_line_to_func (hb_draw_funcs_t *dfuncs,
^
src/uharfbuzz/_harfbuzz.cpp:16219:3: error: no matching function for call to 'hb_draw_funcs_set_cubic_to_func'
hb_draw_funcs_set_cubic_to_func(__pyx_v_self->_hb_drawfuncs, __pyx_f_9uharfbuzz_9_harfbuzz__cubic_to_func);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/harfbuzz/hb-draw.h:258:1: note: candidate function not viable: requires 4 arguments, but 2 were provided
hb_draw_funcs_set_cubic_to_func (hb_draw_funcs_t *dfuncs,
^
src/uharfbuzz/_harfbuzz.cpp:16282:3: error: no matching function for call to 'hb_draw_funcs_set_quadratic_to_func'
hb_draw_funcs_set_quadratic_to_func(__pyx_v_self->_hb_drawfuncs, __pyx_f_9uharfbuzz_9_harfbuzz__quadratic_to_func);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/harfbuzz/hb-draw.h:242:1: note: candidate function not viable: requires 4 arguments, but 2 were provided
hb_draw_funcs_set_quadratic_to_func (hb_draw_funcs_t *dfuncs,
^
src/uharfbuzz/_harfbuzz.cpp:16344:3: error: no matching function for call to 'hb_draw_funcs_set_close_path_func'
hb_draw_funcs_set_close_path_func(__pyx_v_self->_hb_drawfuncs, __pyx_f_9uharfbuzz_9_harfbuzz__close_path_func);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/harfbuzz/hb-draw.h:274:1: note: candidate function not viable: requires 4 arguments, but 2 were provided
hb_draw_funcs_set_close_path_func (hb_draw_funcs_t *dfuncs,
^
Reported by: pkg-fallout
|
| |
|
|
|
|
|
|
| |
- pdfocr{8,24,32} for Tesseract OCR engine have been added.
Security: CVE-2021-3781
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Thursday, 3 March 2022
Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.
Today they all get new bugfix source releases with updated translations,
including:
* kcron: Improve temporary file handling
* kio-extras: SFTP can use random access
* kontact: Fix Manager Crash when clicking New
Distro and app store packagers should update their application packages.
Changelog:
https://kde.org/announcements/changelogs/gear/21.12.3/
Release Notes:
https://community.kde.org/KDE_Gear/21.12_Release_notes
|
|
|
|
|
| |
Changes: https://github.com/harfbuzz/harfbuzz/releases/tag/4.0.0
Reported by: GitHub (watch releases)
|
|
|
|
| |
Changes: https://github.com/fonttools/ufoLib2/releases
|
|
|
|
| |
Changes: https://github.com/robotools/fontParts/releases
|
|
|
|
| |
Changes: https://github.com/googlefonts/fontbakery/blob/main/CHANGELOG.md
|
|
|
|
| |
Reported by: kiri@truefc.org
|
| |
|
|
|
|
|
| |
Approved by: tex (with hats on)
Relnotes: https://github.com/plk/biber/releases/tag/v2.17
|
|
|
|
| |
Reported by: pi
|
| |
|
|
|
|
|
|
|
|
|
| |
There have some CONFLICTS which doesn't make sense and actually makes
it impossible to install/upgrade the TeX through portmaster/ports so
remove those CONFLICTS and update UPDATING accordingly.
PR: 262058
Reported by: alt2600@icloud.com
|
|
|
|
|
|
| |
fetch: https://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2021/texlive-20210325-texmf.tar.xz: size mismatch: expected 2147483647, actual 3474113420
Reported by: antoine
|
|
|
|
|
|
|
| |
- Remove reference to old latex-base DIST
PR: 262052
Reported by: alt2600@icloud.com
|
|
|
|
| |
Reported by: fluffy
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Abandonware as last release was in 2001
- Set EXPIRATION_DATE on 2022-03-22
README at https://ctan.org/tex-archive/support/lgrind says:
LGrind contains non-free code written by Van Jacobson, who does not
answer to any request for changing his licence. This software is
therefore not maintained. I also do not accept any cheques anymore.
Reported by: pi
|
| |
|
| |
|
|
|
|
| |
Fails to build with new TeX2021
|
|
|
|
| |
Reported by: pi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update MASTER_SITES_TEX_CTAN from https://tug.org/historic/
- Update texlua to use texlua53 library
- Deprecate CSLaTeX format
- Remove aleph as per Upstream
- Add common variables TEXLIVE_YEAR and TEXLIVE_VERSION to be used in
all ports related to tex*
- Fix dependency of print/texlive-texmf-source [1]
- devel/tex-kpathsea: Update version 6.2.1=>6.3.3
- devel/tex-libtexlua: Update version 5.2.4=>5.3.6
- devel/tex-libtexluajit: Update version 2.0.3=>2.1.0
- devel/tex-synctex: Update version 1.17.0=>2.0.0
- devel/tex-web2c: Update version 20150521=>20210325
- editors/texworks: Fix build with newer tex version
- print/tex-basic-engines: Update version 20150521=>20210325
- print/tex-dvipdfmax: Update version 20150521=>20210325
- print/tex-dvipsk: Update version 5.995=>20210325.1
- print/tex-formats: Update version 20150521=>20210325
- print/tex-jadetex:
- print/tex-luatex: Update version 0.80.0=>1.12.0
* Convert to dynamic pkg-plist
- print/tex-ptexenc: Update version 1.3.3=>1.3.9
- print/tex-xetex: Update version 0.99992=>0.99993
* Convert to dynamic pkg-plist
- print/texlive-base: Update version 20150521=>20210325
- print/texlive-docs: Update version 20150521=>20210325
* Convert to dynamic pkg-plist
- print/texlive-full: Update version 20150521=>20210325
- print/texlive-texmf-source: Update version 20150521=>20210325
- print/texlive-texmf: Update version 20150521=>20210325
* Convert to dynamic pkg-plist
- print/texlive-tlmgr: Update version 20150521=>20210325
- print/xpdfopen: Transfer MAINTAINER to tex@ as xpdfopen is an
integral part of tex after poppler support has been deprecated from
tex [2]
- textproc/dblatex: Update version 0.3.11=>0.3.12
* Take MAINTAINERship
- textproc/gastex: Fix build
- textproc/metauml: Fix build
PR: 226983 [1]
Reported by: Trond.Endrestol@ximalas.info [1]
Reviewed by: tcberner (private repo)
Approved by: hrs (maintainer-timeout) [2]
Relnotes: https://tug.org/texlive/doc/texlive-en/texlive-en.html#news
Sponsored by: Nepustil.net
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Ensure using the chosen guile version once multiple versions can be
installed concurrently
PR: 261854
|
|
|
|
|
| |
Changes: https://github.com/harfbuzz/harfbuzz/releases/tag/3.4.0
Reported by: GitHub (watch releases)
|
|
|
|
|
|
|
|
|
|
|
|
| |
Thursday, 3 February 2022
Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.
Today they all get new bugfix source releases with updated translations.
Full changelog:
https://kde.org/announcements/changelogs/gear/21.12.2/
|
|
|
|
|
| |
Changes: https://github.com/harfbuzz/harfbuzz/releases/tag/3.3.2
Reported by: GitHub (watch releases)
|
|
|
|
| |
PR: 261588
|
|
|
|
| |
PR: 261587
|
|
|
|
|
|
|
| |
Changes: https://github.com/harfbuzz/harfbuzz/releases/tag/3.3.0
Changes: https://github.com/harfbuzz/harfbuzz/releases/tag/3.3.1
PR: 261605
Reported by: GitHub (watch releases)
|
|
|
|
|
| |
PR: 261632
Submitted by: bofh
|
|
|
|
| |
Changes: https://github.com/fonttools/fonttools/releases
|
|
|
|
| |
Changes: https://github.com/googlefonts/fontbakery/blob/main/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/simoncozens/collidoscope/commits/master
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
glyphsets helps evaluate coverage of glyph sets in font projects
If you are a font developer or typeface designer, see the
"Lib/glyphsets/encodings/GF Glyph Sets" subdirectory which provides glyph set
definition "standards" that are typically useful sets to draw.
On the other hand, the nam files on the "Lib/glyphsets/encodings" directory are
probably more useful for expert web developers. Those files explain how the
Unicode Range subsets are defined, typically per script (writing system), in the
Google Fonts css API.
WWW: https://github.com/googlefonts/glyphsets
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
SIP:
As mentioned in the update from sip to sip5, this is a transitional version
to remove what is deprecated in sip4.
Sip6 completely removes the deprecated parts.
Unfortunately, some ports — mostly cura things — can not use sip6, so we
reintroduce sip4.
PyQt:
At the same time, we took the opportunity to simplify PyQT and propose only one
package as for devel/pyside2. */py-qt5-* have been merged — excepted chart,
networkauth and webengine — into devel/py-qt5-pyqt.
This allows us to be in adequacy with the packages that the author of these
libraries proposes, namely:
PyQt - devel/py-qt5-pyqt
PyQt-Charts - x11-toolkits/py-qt5-chart
PyQt-NetworkAuth – net/py-qt5-networkauth
PyQt-WebEngine – www/py-qt5-webengine
SIP – devel/py-sip
py-sip - devel/py-qt5-sip
PyQt-builder - devel/py-qtbuilder
Qscintilla - devel/py-qt5-qscintilla2
Reviewed by: diizzy, kde
Tested by: kai, rhurlin, arrowd, madpilot
Approved by: makc, tcberner, kde
Differential Revision: https://reviews.freebsd.org/D33237
Exp-run by: antoine
|