Version 2.2.3 ------------- - Fixed asserts when compiled against wxGTK 3.0. - [Windows] Fixed issue where custom font wasn't respected in some cases. Version 2.2.2 ------------- - [Windows] Fix problem with some MSIE proxy configurations not being imported. - [Windows] Performance improvements. - Assorted bugfixes. 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.1 ------------- - Fixed breakage of some localizations on macOS. 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.9 ------------- - Improved dark theme supports (still not perfect). - Fix broken list rendering of RTL text on Windows. 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.5 ------------- - [macOS] Fixed crashing bug on macOS. - [Windows] Improved HiDPI support. - Assorted bugfixes. Version 2.0.4 ------------- - Added support for Crowdin branches. - Poedit now remembers your pre-translation settings.
31 lines
1,016 B
Makefile
31 lines
1,016 B
Makefile
# $NetBSD: Makefile,v 1.83 2019/05/21 17:44:46 wiz Exp $
|
|
|
|
DISTNAME= poedit-2.2.3
|
|
CATEGORIES= editors
|
|
MASTER_SITES= https://github.com/vslavik/poedit/releases/download/v${PKGVERSION_NOREV}-oss/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.poedit.net/
|
|
COMMENT= Cross-platform gettext catalogs (.po files) editor
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= gmake pkg-config zip:run
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --with-boost=${BUILDLINK_PREFIX.boost-libs}
|
|
|
|
CXXFLAGS+= -fpermissive
|
|
BUILDLINK_TRANSFORM+= rm:-Wall
|
|
BUILDLINK_TRANSFORM+= rm:-Wextra
|
|
|
|
.include "../../devel/boost-libs/buildlink3.mk"
|
|
.include "../../textproc/gtkspell3/buildlink3.mk"
|
|
.include "../../textproc/icu/buildlink3.mk"
|
|
.include "../../textproc/lucene++/buildlink3.mk"
|
|
.include "../../x11/wxGTK30/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|