129
I Use This!
Very High Activity

News

Analyzed 26 minutes ago. based on code collected about 1 hour ago.
Posted over 3 years ago
www/element-web: Update to 1.10.4 Add PLIST_SUB parameter to reduce the churn caused by pkg-plist updates. Thanks to tcberner@ for the suggestion PR: 262017 Approved by: ports at xanderio dot de (maintainer)
Posted over 3 years ago
editors/poedit: Update to version 3.0.1 Majors changes since 1.8.4: Version 3.0.1 ------------- - Bugfixes. Version 3.0 ----------- - Completely reworked welcome screen. - Modernized user interface and icons. - Much improved opening of recently ... [More] edited files. - Automatic reloading of files modified outside of Poedit. - Completely new source code occurrences viewers with syntax highlighting for virtually all programming languages used with gettext. - Editing area now indicates source and translation string lengths. - Full python-format support for PO files. - Further improvements to XLIFF handling. Version 2.4.1 ------------- - Upgraded bundled GNU gettext version to 0.21. - Added support for Ruby format strings. Version 2.4 ----------- - Crowdin integration was greatly improved and now supports editing of any kind of localization: files from Crowdin projects, not just POs. Version 2.3.1 ------------- - Upgraded bundled GNU gettext version to 0.20.2 with JSX parsing fixes. - Fixed crash in presence of invalid bookmarks data. Version 2.3 ----------- - Improved pre-translation performance. - Added support for XLIFF 1.0. Version 2.2.4 ------------- - XLIFF improvements: handling of initial states, non-translatable items and better visual representation of placeholders. - Upgraded bundled GNU gettext version to 0.20.1; in particular, this adds support for ES6 template literals to the JavaScript extractor. - If a file has warnings or errors, show them immediately upon opening instead of waiting for the user to explicitly validate the file. Version 2.2.3 ------------- - Fixed asserts when compiled against wxGTK 3.0. Version 2.2.1 ------------- - Improved highlighting of HTML and placeholders. - File references are now supported in XLIFF. - [Linux] Compatibility fixes for Wayland, wxGTK 3.0 and dark themes. Version 2.2 ----------- - Support for editing XLIFF (both 1.2 and 2) files. - Fixes for correct handling of dark themes, including on macOS Mojave. - [Linux] Improved appearance with GTK+ 3. - [Linux] Updated AppData and desktop files to use reverse DNS naming. Version 2.1 ----------- - Added import and export of translation memory as TMX files. - Added ability to delete bad translations from the TM. - TM now has limited support for plural forms (only nplurals<=2). - Improved handling plural form rules. CLDR is now used as the data source and expressions are checked for equivalence before warning about unusual forms. Version 2.0.8 ------------- - Add CakePHP support. - QA warnings and RTL fixes. - Make TM reset work when the index is corrupted. Version 2.0.7 ------------- - Fix mangled non-English gettext error messages. - Add inline explanation of custom extractors syntax. Version 2.0.6 ------------- - Fix hanging with certain rare (non-UTF8, non-ASCII msgids) PO files. Version 2.0.4 ------------- - Added support for Crowdin branches. - Poedit now remembers your pre-translation settings. Version 2.0.3 ------------- - Much faster loading and saving of large PO files. - Fixed frequent false positives in QA warnings for German, Japanese, Arabic and translations with reordered brackets. - Fixed issues with suggestions not showing up in the sidebar if the user had an unusually tall editing area set up. - Fixed assert when opening a PO file on Linux. Version 2.0.2 ------------- - Unusual whitespace (2+ spaces) in the middle of strings is now highlighted. - Strings with warnings are now put at the top together with errors. - Fixed crash when clicking on an item with plurals in a POT file. - Added --line command line argument to open a file at specified item. Version 2.0.1 ------------- - Restored compatibility with Zend Framework and its .phtml extension. - Fixed keyboard navigation between plurals. - Fixed false positives in punctuation warnings (quotes, Chinese). - [Linux] Mostly fixed compatibility with wxGTK 3.0.2. IMPORTANT NOTE TO DISTRIBUTION MAINTAINERS: Poedit is affected by a bug in wxGTK 3.0.2 that cannot be worked around in user code, requiring this patch to wxGTK to be applied: https://github.com/wxWidgets/wxWidgets/commit/ed88188be7e97a0503f3471f7b0452740b732902 Version 2.0 ----------- - Revamped user interface. - Syntax highlighting for markup and special characters. - Warnings are now shown for common translation mistakes. - More robust pre-translation (previous "Fill missing translations from TM"). - "Fuzzy" was renamed "Needs work" thorough to be more accessible to gettext non-experts. - xgettext invocation can now be customized on per-file basis. - Files opened from Crowdin now auto-sync on save. - New Linux icon. - Many small improvements all over. Version 1.8.12 -------------- - Fixed previous msgid display. - Fixed Find to correctly highlight text with "whole words only" enabled. - Poedit now passes --previous to msgmerge. Version 1.8.11 -------------- - Fixed handling of sr_RS locale. Version 1.8.10 -------------- - Added support for X-Source-Language header. - [UNIX] Added AppData file. Version 1.8.9 ------------- - Start searches from the current position, not beginning of the file. - Updated bundled gettext to 0.19.8.1. - More fixes for right-to-left languages. Version 1.8.8 ------------- - Greatly reduced UI flicker on Windows plus other visual improvements on Windows 10. - Multiple fixes to Poedit’s interface in right-to-left languages. - Don't leave directional marks in translated text if there's a LTR/RTL mismatch. - Assorted small fixes. Version 1.8.7 ------------- - Added Copy From Singular operation and Next/Prev Plural Form navigation shortcuts. - Translation errors are now properly translated. - Fixed default Turkish plural form. - Fixed a bug where a perfect match wouldn't be found in the TM in some rare cases. - Updated bundled gettext to 0.19.7 (added appdata.xml and ITS support). - Assorted bugfixes. Version 1.8.6 ------------- - Fix properties window on OS X 10.9 and older. - Fix visual flicker when quickly scrolling through a file with arrow keys. - Fix file width autodetection when long comments were present. - Disable Find next/prev menu items properly. Version 1.8.5 ------------- - Improved setting and handling of source paths. - Implement gzip support in Crowdin API client. - Assorted fixes. [Less]
Posted over 3 years ago
textproc/rubygem-nokogiri: update to 1.13.3 This fixes a regression from: https://cgit.freebsd.org/ports/commit/?id=ef5f30e4deae Changelog: https://nokogiri.org/CHANGELOG.html#notes 1.13.3 / 2022-02-21¶ Fixed¶ [CRuby] Revert a HTML4 parser ... [More] bug in libxml 2.9.13 (introduced in Nokogiri v1.13.2). The bug causes libxml2's HTML4 parser to fail to recover when encountering a bare < character in some contexts. This version of Nokogiri restores the earlier behavior, which is to recover from the parse error and treat the < as normal character data (which will be serialized as < in a text node). The bug (and the fix) is only relevant when the RECOVER parse option is set, as it is by default. [#2461] 1.13.2 / 2022-02-21¶ Security¶ [CRuby] Vendored libxml2 is updated from 2.9.12 to 2.9.13. This update addresses CVE-2022-23308. [CRuby] Vendored libxslt is updated from 1.1.34 to 1.1.35. This update addresses CVE-2021-30560. Please see GHSA-fq42-c5rg-92c2 for more information about these CVEs. Dependencies¶ [CRuby] Vendored libxml2 is updated from 2.9.12 to 2.9.13. Full changelog is available at https://download.gnome.org/sources/libxml2/2.9/libxml2-2.9.13.news [CRuby] Vendored libxslt is updated from 1.1.34 to 1.1.35. Full changelog is available at https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.35.news PR: 262159 Reported by: [email protected] [Less]
Posted over 3 years ago
devel/rubygem-mini_portile2: reset maintainer to ruby PR: 262159 Approved by: wen (maintainer)
Posted over 3 years ago
graphics/gd: disable default for HEIF AVIF
Posted over 3 years ago
sysutils/rubygem-r10k: Update to 3.14.2 ChangeLog: https://github.com/puppetlabs/r10k/blob/main/CHANGELOG.mkd#3142 With hat: puppet
Posted over 3 years ago
sysutils/rubygem-choria-mcorpc-support: Update to 2.26.0 With hat: puppet
Posted over 3 years ago
net/freerdp: Update to 2.6.0 Update to 2.6.0 and remove patch for old versions of libusb. All supported versions of the FreeBSD have newer version of the libusb and patch is obsoleted. Changelog ... [More] (https://github.com/FreeRDP/FreeRDP/releases/tag/2.6.0): - Noteworthy changes: * Backported android FFMPEG build scripts * Updated android build dependencies - Fixed issues: * Backported #7303: Fix PDU length for RDPINPUT_PROTOCOL_V300 * Backported #7658: Sanitize optional physical monitor size values * Backported #7426: Wayland memory corruption * Backported #7293: Remove unused codec x264 * Backported #7541: Allow resolutions larger 2048x2048 * Backported #7574: FFMPEG 5.0 support * Backported #7578: FFMPEG 5.0 support * Backported #7580: Fixed device hotplugging * Backported #7583: GetUserNameExA: Prefer getpwuid_r over getlogin_r over getlogin * Backported #7585: Android Mediacodec support PR: 262163 [Less]
Posted over 3 years ago
net/storj: update Storj programs to version 1.49.3. Reported on: https://t.me/storjRU
Posted over 3 years ago
databases/mariadb103-server: enable WSREP on riscv64