feb4b355b6
Version 1.3.6 ------------- - fixed failure to load correct catalogs without error message - fixed loading of X-Poedit-Language header (#1567018) - fixed loading of files in charsets other than UTF-8 (#1562780) - fixed shortcuts on Mac OS X to not use Alt+something Version 1.3.5 ------------- - fixed Content-Type header parsing (bug #1346495) - Unicode build of wxWidgets 2.6 is now required - fixed bug with entering numbers when using German translation (#1325590) - fixed broken layout on startup when showing comments window (#1313612) - initial Mac OS X port - fixed crash when loading some invalid PO files (#1495970) - fixed the Find window to not be on top of other apps' windows - install .desktop files and icons according to freedesktop.org standards - changed the icons to a combination of Tango Desktop Project and Silk icons - removed on-the-fly checking of catalog items, it's too buggy - added more translations: Macedonian (Jovan Kostovski) Arabic (Mohammed al zaid) Thai (Pun) Malay (Mahrazi Mohd Kamal)
25 lines
735 B
Makefile
25 lines
735 B
Makefile
# $NetBSD: Makefile,v 1.17 2007/02/15 14:28:40 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= poedit-1.3.6
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=poedit/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.poedit.net/
|
|
COMMENT= Cross-platform gettext catalogs (.po files) editor
|
|
|
|
DEPENDS+= zip-[0-9]*:../../archivers/zip
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_DIRS+= xdg-1.2 gnome2-1.5
|
|
USE_LANGUAGES= c c++
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
CONFIGURE_ENV+= WX_CONFIG_NAME=${BUILDLINK_PREFIX.wxGTK}/bin/wx-config
|
|
|
|
.include "../../databases/db4/buildlink3.mk"
|
|
.include "../../textproc/gtkspell/buildlink3.mk"
|
|
.include "../../x11/wxGTK/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|