aboutsummaryrefslogtreecommitdiff
path: root/textproc
Commit message (Collapse)AuthorAgeFilesLines
* textproc/cy-hunspell: update to version 23.10Ceri Davies2023-11-052-5/+4
| | | | | PR: 274917 Approved by: fuz
* textproc/ugrep: Update to 4.3.2Ashish SHUKLA2023-11-052-4/+4
|
* textproc/libxmlb: Add option for DOCSDaniel Engberg2023-11-053-34/+38
| | | | | | | Make DOCS optional to avoid pulling in gtk-doc PR: 273377 Approved by: desktop (arrowd)
* textproc/jql: update 7.0.5 → 7.0.6Yuri Victorovich2023-11-052-4/+4
| | | | Reported by: portscout
* textproc/py-python-lsp-jsonrpc: Remove run_dependsRainer Hurling2023-11-041-4/+2
| | | | | | | | | It turned out that some runtime dependencies are not necessary. These were probably relics from the search for necessary dependencies for the test target. Thanks to John Hein for the hint. PR: 274906 MFH: 2023Q4
* textproc/R-cran-XML: Update to 3.99-0.15TAKATSU Tomonari2023-11-042-4/+4
| | | | Reported by: portscout
* textproc/vacuum: update 0.3.8 → 0.3.13Yuri Victorovich2023-11-042-6/+6
| | | | Reported by: portscout
* textproc/fblog: New port: Small command-line JSON Log viewerYuri Victorovich2023-11-044-0/+256
|
* textproc/jaq: update 1.1.0 → 1.1.1Yuri Victorovich2023-11-042-109/+79
| | | | Reported by: portscout
* textproc/jql: update 7.0.4 → 7.0.5Yuri Victorovich2023-11-042-191/+193
| | | | Reported by: portscout
* textproc/obsidian: Mark DEPRECATEDMuhammad Moinur Rahman2023-11-031-0/+3
| | | | | | | | | - Depends on upstream EOLed electron24 but there are more recent versions than the one which might support more recent versions of electron. - Set EXPIRATION_DATE to 2023-12-04 Approved by: portmgr (blanket)
* */*: Bump PORTREVISION for Ghostscript 10 changeMichael Osipov2023-11-037-5/+7
| | | | | | Reported by: sunpoet Approved by: jrm (mentor), sunpoet Differential Revision: https://reviews.freebsd.org/D42412
* textproc/kibana7: Remove expired portMuhammad Moinur Rahman2023-11-0210-360/+0
| | | | 2023-10-30 textproc/kibana7: Depends on EOL NodeJS 16
* textproc/goldendict: undeprecate the port (divorce from WebKit)Alexey Dokuchaev2023-11-022-11/+13
| | | | | | | | | Follow AUR package and switch to Igor's QtWebEngine fork while we are waiting for upstream to merge his pull request #1542; adjust the version tag accordingly. While here, do not pollute compiler options with `-rdynamic' which is intended for linker. Discussed with: Igor Kushnir
* textproc/p5-Pod-Markdown: Update to 3.400Po-Chuan Hsieh2023-11-022-4/+4
| | | | Changes: https://metacpan.org/dist/Pod-Markdown/changes
* textproc/py-cyclonedx-python-lib: Update to 5.0.1Po-Chuan Hsieh2023-11-023-30/+16
| | | | | | - Add JSON_VALIDATION, VALIDATION and XML_VALIDATION options Changes: https://github.com/CycloneDX/cyclonedx-python-lib/releases
* textproc/jaq: update 0.10.0 → 1.1.0Yuri Victorovich2023-11-022-98/+163
|
* */*: Update WWW to use HTTPSRodrigo Osorio2023-11-011-1/+1
| | | | Homepage link is permanent redirected to its HTTPS counterpart
* */*: Update WWW to use HTTPS for sourceforge.net projectsRodrigo Osorio2023-11-0128-28/+28
| | | | Homepage link is permanent redirected to its HTTPS counterpart
* nodejs: Bump PORTREVISION for dependency changePo-Chuan Hsieh2023-11-011-1/+1
| | | | USES=nodejs defaults to www/node20 now.
* www/gitlab-ce: remove ca_root_nss fetch dep for go portsMatthias Fechner2023-11-011-2/+1
| | | | | | | Thanks to des. Reported by: des Differential Revision: https://reviews.freebsd.org/D42072
* textproc/p5-ODF-lpOD-Helper: Update to 6.007Wen Heping2023-11-012-4/+4
|
* textproc/gspell: update WWWRodrigo Osorio2023-11-011-9/+11
| | | | | | | update WWW and reorder Makefile sections to make linters happy PR: 272963 Reported by: Graham Perrin <grahamperrin@gmail.com>
* textproc/rubygem-rails-dom-testing-rails71: Add ↵Po-Chuan Hsieh2023-11-014-0/+32
| | | | rubygem-rails-dom-testing-rails71 2.2.0 (copied from rubygem-rails-dom-testing-rails70)
* textproc/rubygem-actiontext71: Add rubygem-actiontext71 7.1.1Po-Chuan Hsieh2023-11-014-0/+39
| | | | | | | | | | Action Text brings rich text content and editing to Rails. It includes the Trix editor that handles everything from formatting to links to quotes to lists to embedded images and galleries. The rich text content generated by the Trix editor is saved in its own RichText model that's associated with any existing Active Record model in the application. Any embedded images (or other attachments) are automatically stored using Active Storage and associated with the included RichText model.
* textproc/rubygem-prism: Fix build on i386Po-Chuan Hsieh2023-11-011-0/+16
| | | | | | | | | | | | | | | src/serialize.c:1753:68: error: implicit conversion changes signedness: 'uint32_t' (aka 'unsigned int') to 'ptrdiff_t' (aka 'int') [-Werror,-Wsign-conversion] pm_buffer_append_u32(buffer, pm_ptrdifft_to_u32(magic_comment->key_length)); ~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~^~~~~~~~~~ src/serialize.c:1757:68: error: implicit conversion changes signedness: 'uint32_t' (aka 'unsigned int') to 'ptrdiff_t' (aka 'int') [-Werror,-Wsign-conversion] pm_buffer_append_u32(buffer, pm_ptrdifft_to_u32(magic_comment->value_length)); ~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~^~~~~~~~~~~~ 2 errors generated. Reference: https://pkg-status.freebsd.org/beefy17/data/main-i386-default/p3130e470f7e6_sc656f5c1a6/logs/rubygem-prism-0.14.0.log https://pkg-status.freebsd.org/beefy11/data/140releng-i386-default/16bdcaa2bc90/logs/rubygem-prism-0.14.0.log https://pkg-status.freebsd.org/beefy15/data/132i386-default/3130e470f7e6/logs/rubygem-prism-0.14.0.log https://pkg-status.freebsd.org/beefy5/data/124i386-default/16bdcaa2bc90/logs/rubygem-prism-0.14.0.log
* textproc/{zed,zq}: Update to 1.10.0Koichiro Iwao2023-11-012-11/+11
| | | | Changes: https://github.com/brimdata/zed/releases/tag/v1.10.0
* textproc/p5-Perl-Critic: Update to 1.152Po-Chuan Hsieh2023-11-012-7/+7
| | | | | | | - Update version requirement of *_DEPENDS - Sort *_DEPENDS Changes: https://metacpan.org/dist/Perl-Critic/changes
* textproc/rubygem-terser11: Update to 1.1.19Po-Chuan Hsieh2023-11-012-4/+4
| | | | | Changes: https://github.com/ahorek/terser-ruby/releases https://github.com/ahorek/terser-ruby/blob/master/CHANGELOG.md
* textproc/rubygem-rouge: Update to 4.2.0Po-Chuan Hsieh2023-11-012-4/+4
| | | | | Changes: https://github.com/rouge-ruby/rouge/releases https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md
* textproc/rubygem-prism: Update to 0.15.1Po-Chuan Hsieh2023-11-012-4/+4
| | | | | Changes: https://github.com/ruby/prism/releases https://github.com/ruby/prism/blob/main/CHANGELOG.md
* textproc/py-marko: Update to 2.0.1Po-Chuan Hsieh2023-11-012-4/+4
| | | | Changes: https://github.com/frostming/marko/releases
* textproc/py-ini2toml: Update to 0.13Po-Chuan Hsieh2023-11-012-7/+7
| | | | Changes: https://github.com/abravalheri/ini2toml/releases
* textproc/py-cyclonedx-python-lib: Update to 4.2.3Po-Chuan Hsieh2023-11-012-5/+4
| | | | Changes: https://github.com/CycloneDX/cyclonedx-python-lib/releases
* textproc/py-charset-normalizer: Update to 3.3.1Po-Chuan Hsieh2023-11-012-4/+4
| | | | Changes: https://github.com/Ousret/charset_normalizer/releases
* textproc/rubygem-yarp: Remove obsoleted portPo-Chuan Hsieh2023-11-015-37/+0
| | | | Use textproc/rubygem-prism instead.
* textproc/rubygem-rouge41: Add rubygem-rouge41 4.1.3 (copied from rubygem-rouge)Po-Chuan Hsieh2023-11-014-0/+30
| | | | - Add PORTSCOUT
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgradeJoseph Mingrone2023-10-312-2/+2
| | | | Sponsored by: The FreeBSD Foundation
* textproc/py-ocrmypdf: Update to 15.4.0Kai Knoblich2023-10-312-6/+4
| | | | | | | | * Reactivate two tests that are now successfully completed. Changelog since 15.3.1: https://github.com/ocrmypdf/OCRmyPDF/blob/v15.4.0/docs/release_notes.rst
* textproc/py-mkdocstrings-python: Update to 1.7.3Kai Knoblich2023-10-312-4/+4
| | | | | | Changelog: https://github.com/mkdocstrings/python/releases/tag/1.7.3
* textproc/py-mkdocstrings-crystal: Update to 0.3.7Kai Knoblich2023-10-312-4/+4
| | | | | | Changelog: https://github.com/mkdocstrings/crystal/compare/v0.3.6...v0.3.7
* textproc/py-griffe: Update to 0.36.9Kai Knoblich2023-10-312-5/+5
| | | | | | Changelog since 0.36.4: https://github.com/mkdocstrings/griffe/blob/0.36.9/CHANGELOG.md
* textproc/py-agate-excel: update to 0.3.0Matthew Seaman2023-10-312-4/+4
| | | | | Changes: https://github.com/wireservice/agate-excel/blob/0.3.0/CHANGELOG.rst Reported by: portscout, repology
* textproc/amberfish: Update WWWRodrigo Osorio2023-10-301-1/+1
| | | | | Homepage link is dead (Connect timeout) use last available webarchive instead.
* textproc/antiword: Update MASTER_SITES and WWWRodrigo Osorio2023-10-301-2/+2
| | | | | Homepage link and master site are dead (HTTP 404) use webarchive latest version instead
* KDE: Update KDE Frameworks to 5.111Tobias C. Berner2023-10-303-9/+9
| | | | | | | | | | | | | | | | | | Wednesday, 18 October 2023 KDE today announces the release of KDE Frameworks 5.111.0. KDE Frameworks are 83 addon libraries to Qt which provide a wide variety of commonly needed functionality in mature, peer reviewed and well tested libraries with friendly licensing terms. For an introduction see the KDE Frameworks release announcement. This release is part of a series of planned monthly releases making improvements available to developers in a quick and predictable manner. Announcement: https://kde.org/announcements/frameworks/5/5.111.0/ PR: 274662 Exp-run by: antoine
* textproc/highlight: the port had been updated to version 4.10Alexey Dokuchaev2023-10-303-5/+8
| | | | | Ensure that all installed binaries are stripped (subject to GUI and DEBUG options).
* textproc/sigil: update to 2.0.2Jonathan Chen2023-10-303-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | ChangeLog: https://sigil-ebook.com/blog/sigil-2.0.2-released/ * fix incorrect clip tool button insertion point due to null activeWindow value * fix Windows multiple screen issues when not properly identified (Qt6.5.2 patch fix) * fix Mac Accessibility related crashes when using non-native QFileDialog (Qt 6.5.2 patch fix) * workaround MacOS QMessageBox loss of focus Qt 6.5.X bug without hurting other platforms * fix pretty print mend not formatting mathml * fix Accessibility related crashes in QFontComboBox (Qt 6.5.2 patch fix) * prevent crashing if user mistakenly tries to delete entire ncx in CodeView * harden delete unused styles to trailing whitespace in class names * fix unrecognized media-types application/xml and text/xml * fix cursor just before end tag bug in align justify, centre, right * fix crash when all metadata removed by user in MetaEditor * fix macOS min in Info.plist to be the actual 11.0 * update Windows and macOS installers to use Qt6.5.3 PR: 274780 Reported by: jonc@chen.org.nz (maintainer) MFH: 2023Q4 (bugfixes)
* textproc/bibtool: Mark DEPRECATEDMuhammad Moinur Rahman2023-10-291-2/+6
| | | | | | - BROKEN for more than an year - Set EXPIRATION_DATE 2023-11-30 - Pet portclippy
* textproc/bsdgrep: Mark DEPRECATEDMuhammad Moinur Rahman2023-10-291-0/+2
| | | | | | | - Maerged into base from 13 and onwards - Set EXPIRATION_DATE 2023-12-31 Approved by: portmgr (blanket)