summaryrefslogtreecommitdiff
path: root/print (follow)
Commit message (Collapse)AuthorAgeFilesLines
* print/a2ps: use safer patches and comment CVEsDirk Meyer2022-03-143-1/+71
|
* print/libraqm: Update to 0.9.0Daniel Engberg2022-03-124-13/+6
| | | | | | | | | - Drop upstreamed patch Changelog: https://github.com/HOST-Oman/libraqm/releases/tag/v0.9.0 PR: 261845 Approved by: kwm (maintainer timeout, 4+ weeks)
* print/harfbuzz: update to 4.0.1Jan Beich2022-03-125-5/+8
| | | | | Changes: https://github.com/harfbuzz/harfbuzz/releases/tag/4.0.1 Reported by: GitHub (watch releases)
* print/hplip(-plugin): update to 3.22.2Tijl Coosemans2022-03-1148-400/+910
| | | | | | | | | | | | | | | | | | | | - 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
* print/epson-inkjet-printer-escpr2: update to 1.1.48Tatsuki Makino2022-03-103-11/+18
| | | | PR: 262478
* print/pdfarranger: Update to 1.8.2Alexander Vereeken2022-03-073-7/+8
| | | | | | Changelog: https://github.com/pdfarranger/pdfarranger/releases/tag/1.8.2 PR: 262395
* print/py-uharfbuzz: Update to 0.21.0Po-Chuan Hsieh2022-03-084-12/+448
| | | | | | | | - 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]
* print/py-ufolib2: Add CONVERTERS optionPo-Chuan Hsieh2022-03-081-1/+3
|
* print/py-ttfautohint-py: Update to 0.5.0Po-Chuan Hsieh2022-03-083-60/+5
| | | | | | - Change MASTER_SITES to CHEESESHOP Changes: https://github.com/fonttools/ttfautohint-py/releases
* print/py-fonttools: Update to 4.29.1Po-Chuan Hsieh2022-03-082-4/+4
| | | | Changes: https://github.com/fonttools/fonttools/releases
* devel/py-qt5, devel/py-sip: Update versionsLoïc Bartoletti2022-03-072-1/+2
| | | | | | | | | | | | - 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
* print/lout: Update to 3.42Kevin Bowling2022-03-064-55/+72
| | | | | | Changes: https://github.com/william8000/lout/blob/master/whatsnew#L609 Take maintainer
* print/py-uharfbuzz: mark BROKEN after ef3919b1cf9dJan Beich2022-03-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* print/ghostscript9-agpl-{base,x11}: fix MASTER_SITESHiroki Sato2022-03-042-2/+2
|
* print/ghostscript9-agpl-{base,x11}: update to 9.55.0Hiroki Sato2022-03-048-140/+27
| | | | | | - pdfocr{8,24,32} for Tesseract OCR engine have been added. Security: CVE-2021-3781
* KDE: Update KDE Gear to 21.12.3Tobias C. Berner2022-03-031-3/+3
| | | | | | | | | | | | | | | | | | | | | 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
* print/harfbuzz: update to 4.0.0Jan Beich2022-03-033-6/+7
| | | | | Changes: https://github.com/harfbuzz/harfbuzz/releases/tag/4.0.0 Reported by: GitHub (watch releases)
* print/py-ufolib2: Update to 0.13.0Po-Chuan Hsieh2022-02-283-8/+12
| | | | Changes: https://github.com/fonttools/ufoLib2/releases
* print/py-fontparts: Update to 0.10.2Po-Chuan Hsieh2022-02-282-6/+6
| | | | Changes: https://github.com/robotools/fontParts/releases
* print/py-fontbakery: Update to 0.8.6Po-Chuan Hsieh2022-02-282-5/+5
| | | | Changes: https://github.com/googlefonts/fontbakery/blob/main/CHANGELOG.md
* print/tex-basic-engines: Fix MASTER_SITESMuhammad Moinur Rahman2022-02-241-1/+1
| | | | Reported by: kiri@truefc.org
* print/latexdiff: Update to 1.3.2Jason E. Hale2022-02-242-4/+4
|
* print/latex-biber: Update version 2.1=>2.17Muhammad Moinur Rahman2022-02-233-51/+47
| | | | | Approved by: tex (with hats on) Relnotes: https://github.com/plk/biber/releases/tag/v2.17
* print/texlive-tlmgr: Fix missing runtime fileMuhammad Moinur Rahman2022-02-222-0/+4
| | | | Reported by: pi
* print/R-cran-tinytex: Update to 0.37TAKATSU Tomonari2022-02-202-4/+4
|
* print/*: Fix ports installation of TeX2021Muhammad Moinur Rahman2022-02-203-5/+1
| | | | | | | | | 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
* print/texlive-texmf: unbreak fetch on i386 after 8374a33c804aJan Beich2022-02-191-0/+1
| | | | | | 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
* print/texlive-texmf: Remove CONFLICTSMuhammad Moinur Rahman2022-02-191-3/+1
| | | | | | | - Remove reference to old latex-base DIST PR: 262052 Reported by: alt2600@icloud.com
* print/tex-basic-engines: Fix web2c dependencyMuhammad Moinur Rahman2022-02-191-1/+1
| | | | Reported by: fluffy
* print/lgrind: Mark DEPRECATEDMuhammad Moinur Rahman2022-02-191-0/+2
| | | | | | | | | | | | | - 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
* print/*: Fix deprecated @exec/@unexecMuhammad Moinur Rahman2022-02-192-4/+4
|
* print/tex-formats: Add missing pdftex engineMuhammad Moinur Rahman2022-02-191-1/+2
|
* print/lgrind: Mark BROKENMuhammad Moinur Rahman2022-02-181-5/+3
| | | | Fails to build with new TeX2021
* print/xpdfopen: Fix MASTER_SITESMuhammad Moinur Rahman2022-02-181-1/+1
| | | | Reported by: pi
* tex* : Update version 20150521=>20210325Muhammad Moinur Rahman2022-02-1899-128337/+1948
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* print/a2ps: add more patchesDirk Meyer2022-02-152-21/+1
|
* print/a2ps: add more patchesDirk Meyer2022-02-154-0/+61
|
* print/lilypond-devel: 2.23.6Martin Neubauer2022-02-144-21/+9
| | | | | | | - Ensure using the chosen guile version once multiple versions can be installed concurrently PR: 261854
* print/harfbuzz: update to 3.4.0Jan Beich2022-02-123-5/+6
| | | | | Changes: https://github.com/harfbuzz/harfbuzz/releases/tag/3.4.0 Reported by: GitHub (watch releases)
* KDE: Update KDE Gear to 21.12.2 (bug fix release)Tobias C. Berner2022-02-072-4/+3
| | | | | | | | | | | | 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/
* print/harfbuzz: update to 3.3.2Jan Beich2022-02-072-5/+5
| | | | | Changes: https://github.com/harfbuzz/harfbuzz/releases/tag/3.3.2 Reported by: GitHub (watch releases)
* print/epson-inkjet-printer-escpr2: update to 1.1.46Tatsuki Makino2022-02-053-11/+16
| | | | PR: 261588
* print/epson-inkjet-printer-escpr: update to 1.7.18Tatsuki Makino2022-02-054-9/+11
| | | | PR: 261587
* print/harfbuzz: update to 3.3.1Jan Beich2022-01-313-5/+6
| | | | | | | 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)
* print/pecl-pdflib: mark DEPRECATED and set EXPIRATION_DATEAlex Dupre2022-01-311-0/+3
| | | | | PR: 261632 Submitted by: bofh
* print/py-fonttools: Update to 4.29.0Po-Chuan Hsieh2022-01-292-6/+11
| | | | Changes: https://github.com/fonttools/fonttools/releases
* print/py-fontbakery: Update to 0.8.5Po-Chuan Hsieh2022-01-292-4/+6
| | | | Changes: https://github.com/googlefonts/fontbakery/blob/main/CHANGELOG.md
* print/py-collidoscope: Update to 0.4.1Po-Chuan Hsieh2022-01-292-4/+4
| | | | Changes: https://github.com/simoncozens/collidoscope/commits/master
* print/py-glyphsets: Add py-glyphsets 0.2.1Po-Chuan Hsieh2022-01-295-0/+65
| | | | | | | | | | | | | | | 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
* PyQt: Update sip to 6.5.0, reintroduce sip4 and simplify PyQt framework.Loïc Bartoletti2022-01-276-49/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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