notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: editors/poedit/distinfo

Number of commits found: 31

Friday, 15 Mar 2024
20:53 Rodrigo Osorio (rodrigo) search for other commits by this committer
editors/poedit: update to 3.4.2

Changelog: https://github.com/vslavik/poedit/blob/master/NEWS

Port changes:
- Switch to DISTVERSION
- Define LICENSE_FILE
- Switch to wx3.2 (requirement)
- Remove NLS knob (as upstream doesn't allow it)

PR:		277431
Reported by:	eduardo
commit hash: 133ed6be91f362717b7ae81fd6bd2124e6cbb7ec commit hash: 133ed6be91f362717b7ae81fd6bd2124e6cbb7ec commit hash: 133ed6be91f362717b7ae81fd6bd2124e6cbb7ec commit hash: 133ed6be91f362717b7ae81fd6bd2124e6cbb7ec 133ed6b
Thursday, 8 Jun 2023
09:30 Rodrigo Osorio (rodrigo) search for other commits by this committer
editors/poedit: Update to 3.3.1

Port changes:
    Update Makefile to makez testport & linters happy

Major changes:
    Version 3.1 (https://github.com/vslavik/poedit/releases/tag/v3.1-oss)
    - Added Go / Previously Edited menu command
    - Improved source code viewer performance
    - XLIFF: added support for resname/name attributes

    Version 3.2 (https://github.com/vslavik/poedit/releases/tag/v3.2-oss)
    - Added format string highlighting for Objective-C, Qt, KDE, Lua, C# and
Pascal
    - Bugfixes

    Version 3.2.1 (https://github.com/vslavik/poedit/releases/tag/v3.2.1-oss)
    - Fix chmod/chown related regression in 3.2

    Version 3.2.2 (https://github.com/vslavik/poedit/releases/tag/v3.2.2-oss)
    - Fixed overzealous placeholders correctness check
    - Updated bundled GNU gettext to 0.21.1

    Version 3.3 (https://github.com/vslavik/poedit/releases/tag/v3.3-oss)
    - Added support for JSON translation files
    - Added support for Flutter ARB translation files
    - Added support for XLIFF 2.1
    - Added ability to replace source text with another translation

    Version 3.3.1 (https://github.com/vslavik/poedit/releases/tag/v3.3.1-oss)
    - Fixed catalog loosing source language information on update or similar
manipulation.

PR:		271818
Reported by:	wen
commit hash: efae88286890a464c9bda6b7625cc8721797ed66 commit hash: efae88286890a464c9bda6b7625cc8721797ed66 commit hash: efae88286890a464c9bda6b7625cc8721797ed66 commit hash: efae88286890a464c9bda6b7625cc8721797ed66 efae882
Thursday, 24 Feb 2022
09:09 Rodrigo Osorio (rodrigo) search for other commits by this committer
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 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.
commit hash: 644dfb6335b4fe9b2ea27010b4cf2dd6ba22f619 commit hash: 644dfb6335b4fe9b2ea27010b4cf2dd6ba22f619 commit hash: 644dfb6335b4fe9b2ea27010b4cf2dd6ba22f619 commit hash: 644dfb6335b4fe9b2ea27010b4cf2dd6ba22f619 644dfb6
Wednesday, 19 Aug 2015
11:35 rodrigo search for other commits by this committer
Update to 1.8.4
Update distfile

Submitted by:	wblock
Original commitRevision:394775 
Sunday, 16 Aug 2015
22:32 rodrigo search for other commits by this committer
Update poedit to 1.5.7
Original commitRevision:394431 
Sunday, 20 Mar 2011
12:54 miwi search for other commits by this committer
- Get Rid MD5 support
Original commit
Saturday, 22 May 2010
18:54 dhn search for other commits by this committer
- Update to 1.4.6.1
Original commit
Sunday, 31 Jan 2010
22:18 dhn search for other commits by this committer
- Update to 1.4.4
Original commit
Sunday, 9 Nov 2008
23:11 miwi search for other commits by this committer
- Update to 1.4.2
- Pass maintainership to submitter

PR:             128700
Submitted by:   Dennis Herrmann <adox@mcx2.org>
Original commit
Friday, 25 Apr 2008
15:47 miwi search for other commits by this committer
- Update to 1.4.1

PR:             122757
Submitted by:   Ports Fury
Original commit
Thursday, 13 Mar 2008
20:56 miwi search for other commits by this committer
- Update to 1.4

PR:             121615
Submitted by:   Ports Fury
Original commit
Friday, 14 Dec 2007
17:05 miwi search for other commits by this committer
- Update to 1.3.9

PR:             118586
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Wednesday, 11 Jul 2007
03:55 rafan search for other commits by this committer
- Update to 1.3.7
- Update WWW in pkg-descr

PR:             ports/114412
Submitted by:   KATO Tsuguru <tkato432 at yahoo.com>
Original commit
Monday, 13 Nov 2006
01:48 ijliao search for other commits by this committer
upgrade to 1.3.6
Original commit
Wednesday, 20 Sep 2006
03:29 ijliao search for other commits by this committer
upgrade to 1.3.5
Original commit
Saturday, 26 Nov 2005
01:48 pav search for other commits by this committer
- Add SHA256
Original commit
Tuesday, 4 Oct 2005
08:12 ijliao search for other commits by this committer
upgrade to 1.3.4
Original commit
Monday, 4 Jul 2005
07:05 novel search for other commits by this committer
- Update to version 1.3.3

PR:             82938
Submitted by:   Ports Fury
Original commit
Saturday, 29 Jan 2005
23:40 thierry search for other commits by this committer
Upgrade to 1.3.2.
Original commit
Monday, 11 Oct 2004
22:49 pav search for other commits by this committer
- Update to 1.3.1

PR:             ports/71876
Submitted by:   Ports Fury
Original commit
Thursday, 5 Feb 2004
09:07 ijliao search for other commits by this committer
upgrade to 1.2.5
Original commit
Thursday, 29 Jan 2004
07:24 trevor search for other commits by this committer
SIZEify.
Original commit
Sunday, 21 Dec 2003
17:38 krion search for other commits by this committer
- Update to version 1.2.4

PR:             60462
Submitted by:   Ports Fury
Original commit
Sunday, 9 Nov 2003
21:55 fjoe search for other commits by this committer
- Update to 1.2.3.
- Use wxgtk2.
Original commit
Saturday, 10 May 2003
04:47 ijliao search for other commits by this committer
upgrade to 1.2.2
Original commit
Monday, 10 Feb 2003
15:51 ijliao search for other commits by this committer
upgrade to 1.2.0
Original commit
Tuesday, 17 Sep 2002
17:36 ijliao search for other commits by this committer
upgrade to 1.10

PR:             42895
Submitted by:   Ports Fury
Original commit
Saturday, 6 Apr 2002
15:06 ijliao search for other commits by this committer
upgrade to 1.1.8

PR:             36797
Submitted by:   Tilman Linneweh <tilman@arved.de>
Original commit
Tuesday, 26 Feb 2002
07:45 ijliao search for other commits by this committer
upgrade to 1.1.6   drop maintainership    
Original commit
Wednesday, 28 Nov 2001
20:55 ijliao search for other commits by this committer
upgrade to 1.1.5   handle gnome correctly    
Original commit
Tuesday, 27 Mar 2001
15:45 ijliao search for other commits by this committer
add poedit   gettext catalogs (.po files) editor    
Original commit

Number of commits found: 31