Mon Apr 18 13:39:29 2016 UTC ()
Update to 1.8.7.1

* Fix MASTER_SITES to github
* Fix dependences

Changelog:
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.
- [OS X] Fix rare exception when pasting text.
- 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.

Version 1.8.4
-------------

- Fixed bug in handling POTs with plural forms introduced in 1.8.3.

Version 1.8.3
-------------

- Fixed Last-Translator error when creating a new translation from existing POT.
- Fixed bogus "Sources not available" error for single files setups.
- Fixed TM error reporting to prevent rendering the entire UI mostly unusable.

Version 1.8.2
-------------

- text editor now ensures that trailing newlines are present only if they also
  exist in the source text
- fix HTML export error on Windows
- automatically fix some bad paths settings in PO files
- improved source language detection
- fix incorrect timezone of PO-Revision-Date in some cases
- use the user's default browser for Crowdin authentication on all platforms
  (wxWebView no longer required as a dependency when building on Linux)

Version 1.8.1
-------------

- fix TM-related crash under heavy concurrency
- [OS X] fix crash when a concurrent task throws

Version 1.8
-----------

- integration with the Crowdin localization management platform
- search & replace
- support for directly handling POT files
- improved interface for configuring source code paths
- Poedit now automatically fixes certain broken files produced by certain
  broken tools (e.g. WPML)
- modernized HTML export
- [OS X] Quick  Look preview
- support for non-English source languages (auto-detected)
- [Windows] opening multiple Poedit windows now works correctly

Version 1.7.7
-------------

- strip whitespace in extractor definitions resulting from copy & paste

Version 1.7.6
-------------

- fix handling of multiple displays
- [Windows] fix "file couldn't be formatted nicely" problems with files in
  directories with (some) Unicode names

Version 1.7.5
-------------

- fix scrolling to the top when saving a file; focus should be preserved now
- fix disabling of extractors in preferences (oops)
- [Windows, OS X] improve resilience of the TM to power loss

Version 1.7.4
-------------

- size of the bottom editing part is now remembered correctly again
- [GTK+] fix broken Edit->Copy/Cut/Paste
- [OS X] fix stray BOM marks appearing on suggestions in some cases
- [OS X] fix Brazilian Portuguese localization not being used
- [OS X] fix sandbox permission window with unusual source paths setting
- [Windows] HiDPI support

Version 1.7.3
-------------

- it is now possible to disable unwanted extractors in preferences
- source paths in catalog properties can now include individual files
- exclusion paths in catalog properties can now use wildcards
  (e.g. *.js, now default for WordPress)
- "Consult TM when updating from sources" now includes only "good" matches
  (with at least 75% score)
- fix losing of the editing position when saving a file
- fix Preferences layout in Japanese and Chinese translations
- Windows: fix custom font setting after using a suggestion or copying from
  source text

(there was no version 1.7.2)

Version 1.7.1
-------------

- fix menu shortcuts problem in Polish localization

Version 1.7
-----------

- reworked preferences
- support for extraction from JavaScript (and more) sources
- suggestions and other relevant information (comments etc.) are now much
  easier to access in a unified sidebar
- syntax highlighting of special characters in translations
- added Group by Context sorting option
- implemented multiple selection
- formatting of PO files can now be customized
- added support for msgmerge --no-fuzzy-matching

Version 1.6.10
--------------

- multiple fixes to parsing of the Language header
- fix handling of broken POTs with duplicate headers
- improved robustness of the Lucene TM database
- misc small fixes
- translations updates and fixes

Version 1.6.9
-------------

- fixes to handling of RTL translations
- fix editing-related crashes under wxGTK
- translations updates

Version 1.6.8
-------------

- fix parsing of obsolete entries in PO files
- improved spellchecker handling on OS X and Windows
- misc fixes
- translations updates

Version 1.6.7
-------------

- better handle "fatal" (but not really) msgfmt errors
- OS X: fix OS X 10.7 compatibility
- OS X/Win: update bundled Gettext to 0.19.2
- translations updates

Version 1.6.6
-------------

- added exclusion paths support to updating from sources
- spellchecking is now supported on Windows 8+
- STL version of wxWidgets is no longer required to build on Unix
- update Windows and OS X builds to GNU gettext 0.19
- misc fixes
- translations updates

Version 1.6.5
-------------

- assorted small bugfixes

Version 1.6.4
-------------

- translation memory tuning
- Unix: restore compatibility with GTK+ 2
- misc fixes
- minor UI improvements (better wording etc.)
- OS X: misc fixes for Mavericks compatibility
- OS X/Win: update bundled Gettext to 0.18.3.2
- translations updates

Version 1.6.3
-------------

- fix invocation of external parser tools that need PATH
- Unix: use XDG_CONFIG_HOME for dotfile location
- OS X: fix conflict with Smart Quotes on Mavericks
- translations updates

Version 1.6.2
-------------

- fix TM failures with non-ASCII paths on Windows
- add support for Zend Framework's .phtml
- and support for WordPress' translators: comments
- translations updates

Version 1.6.1
-------------

- fixes to TM migration code
- OS X: fixes for Retina displays

Version 1.6
-----------

- improved languages handling (entering, sorting, plural forms expressions)
- completely new translation memory implementation
- assorted UI improvements
- better build systems on OS X and Windows
- OS X: minimum required version is 10.7; PPC builds are no longer supported

Version 1.5.7
-------------

- fix incorrect --add-comments flag introduced in 1.5.6

Version 1.5.6
-------------

- fix several problems with the file viewer: better lookup of files,
  fix display of UTF-8 files, better detection of DOS-style paths
- fix Find window's text field focus on OS X
- add --add-comments=TRANSLATORS to xgettext call in default parsers
- fix parsing of obsolete entries to recognize "#~|"
- fix incorrect update stats when using msg contexts
- translations updates

Version 1.5.5
-------------

- fix crash when auto-updating translations with some TMs
- fix file corruption when the catalog's charset was set to one that
  couldn't represent all of the text
- translations updates

Version 1.5.4
-------------

- fix display of source code (#472)
- fix bug when saving file fails on permissions (#491)
- fix Unix makefiles to install all icons (#493)
- translations updates

Version 1.5.3
-------------

- fixes to parsing of msgfmt errors
- misc UI fixes
- OS X: fixed crash when closing a document and opening another
- fixed compatibility with OS X 10.5 Leopard
- fixed problems with TM migration after upgrade
- reverted removal of line numbers in 1.5.2
- reverted: the default is to compile MO files on save again
- translations updates

Version 1.5.2
-------------

- fixed crash when clearing the translation (#428, #468)
- removed no longer needed line numbers from the UI
- OS X: improved attention bar looks
- translations updates

Version 1.5.1
-------------

- Windows: fix missing libstdc++-6.dll
- updated several translations

Version 1.5
-----------

- show translation errors inline with the entries they relate to, instead of a
  confusing errors log when saving
- implement full support for message contexts
- replaced popups when Poedit is started for the first time with
  unobtrusive Firefox-style notifications
- selecting suggested translation from right-click popup menu now
  correctly removes fuzzy flag from the translation
- warn the user if Plural-Forms header is inconsistent with the number
  of plural translations in the catalog or if has syntax errors
- correctly deduce catalog's language from filenames in the form of
  foo.LANG.po, as used by several large Open Source projects (#267)
- Boost library is now required when compiling from sources
- fixed the Find window so that it can be closed using the Esc key (#187)
- positions of translation fields are now remembered correctly when
  Poedit window is maximized (#194)
- added Edit->Clear translation command (Marcin Floryan)
- removed View->Fullscreen view, it doesn't make sense in this kind of app
- better application and document icons
- removed the "Shaded translations list" option, it's now always enabled
- misc minor UI improvements
- fixed possible transaction memory database corruption (#337, #352)
- added instructions on how to install additional spellchecker dictionaries
- added sorting by different criteria (#256, #239)
- improved source files viewer (#346)
- included outdated documentation was replaced with online wiki docs (#343)
- more keyboard navigation shortcuts
- saving PO files no longer reformats source code references (#323);
  moreover, they are always formatted according to the default style
  used by GNU gettext tools (#348)
- don't restore remembered window positions if they are outside currently
  available screens (#318)
- changed Alt+ shortcuts to non-conflicting Ctrl+ ones: "Copy From Source
  Text" now uses Ctrl+B and "Translation Is Fuzzy" Ctrl+U
- various UI improvements
- added more translations:
     Bosnian translation (Kenan Dervisevic)
     Tajik (Victor Ibragimov)
     Kurdish Sorani (Asos Ap)


(ryoon)
diff -r1.54 -r1.55 pkgsrc/editors/poedit/Makefile
diff -r1.6 -r1.7 pkgsrc/editors/poedit/PLIST
diff -r1.8 -r1.9 pkgsrc/editors/poedit/distinfo
diff -r1.3 -r1.4 pkgsrc/editors/poedit/patches/patch-aa

cvs diff -r1.54 -r1.55 pkgsrc/editors/poedit/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/poedit/Makefile 2015/04/25 14:20:43 1.54
+++ pkgsrc/editors/poedit/Makefile 2016/04/18 13:39:29 1.55
@@ -1,26 +1,30 @@ @@ -1,26 +1,30 @@
1# $NetBSD: Makefile,v 1.54 2015/04/25 14:20:43 tnn Exp $ 1# $NetBSD: Makefile,v 1.55 2016/04/18 13:39:29 ryoon Exp $
2 2
3DISTNAME= poedit-1.4.6.1 3DISTNAME= poedit-1.8.7.1
4PKGREVISION= 23 
5CATEGORIES= editors 4CATEGORIES= editors
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=poedit/} 5MASTER_SITES= https://github.com/vslavik/poedit/releases/download/v${PKGVERSION_NOREV}-oss/
7 6
8MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.poedit.net/ 8HOMEPAGE= http://www.poedit.net/
10COMMENT= Cross-platform gettext catalogs (.po files) editor 9COMMENT= Cross-platform gettext catalogs (.po files) editor
11LICENSE= mit 10LICENSE= mit
12 11
13BDB_ACCEPTED= db4 db5 12BDB_ACCEPTED= db4 db5
14USE_LANGUAGES= c c++ 13USE_LANGUAGES= c c++
15USE_PKGLOCALEDIR= yes 14USE_PKGLOCALEDIR= yes
16USE_TOOLS+= gmake pkg-config zip:run 15USE_TOOLS+= gmake pkg-config zip:run
17GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
18CONFIGURE_ENV+= BDB_TYPE="${BDB_TYPE}" 17CONFIGURE_ENV+= BDB_TYPE="${BDB_TYPE}"
19CONFIGURE_ENV+= WX_CONFIG_NAME=${BUILDLINK_PREFIX.wxGTK28}/bin/wx-config 18CONFIGURE_ENV+= WX_CONFIG_NAME=${BUILDLINK_PREFIX.wxGTK28}/bin/wx-config
20 19
 20CONFIGURE_ARGS+= --enable-debug
 21
 22.include "../../devel/boost-libs/buildlink3.mk"
21.include "../../textproc/gtkspell/buildlink3.mk" 23.include "../../textproc/gtkspell/buildlink3.mk"
22.include "../../x11/wxGTK28/buildlink3.mk" 24.include "../../textproc/icu/buildlink3.mk"
 25.include "../../textproc/lucene++/buildlink3.mk"
 26.include "../../x11/wxGTK30/buildlink3.mk"
23.include "../../sysutils/desktop-file-utils/desktopdb.mk" 27.include "../../sysutils/desktop-file-utils/desktopdb.mk"
24.include "../../mk/bdb.buildlink3.mk" 28.include "../../mk/bdb.buildlink3.mk"
25.include "../../mk/pthread.buildlink3.mk" 29.include "../../mk/pthread.buildlink3.mk"
26.include "../../mk/bsd.pkg.mk" 30.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/editors/poedit/PLIST (expand / switch to unified diff)

--- pkgsrc/editors/poedit/PLIST 2010/06/02 12:32:18 1.6
+++ pkgsrc/editors/poedit/PLIST 2016/04/18 13:39:29 1.7
@@ -1,143 +1,131 @@ @@ -1,143 +1,131 @@
1@comment $NetBSD: PLIST,v 1.6 2010/06/02 12:32:18 adam Exp $ 1@comment $NetBSD: PLIST,v 1.7 2016/04/18 13:39:29 ryoon Exp $
2bin/poedit 2bin/poedit
 3libexec/poedit-dump-legacy-tm
3man/man1/poedit.1 4man/man1/poedit.1
 5share/applications/poedit-uri.desktop
4share/applications/poedit.desktop 6share/applications/poedit.desktop
5share/icons/hicolor/16x16/apps/poedit.png 7share/icons/hicolor/16x16/apps/poedit.png
 8share/icons/hicolor/16x16/mimetypes/gnome-mime-text-x-gettext-translation.png
 9share/icons/hicolor/16x16/mimetypes/poedit-translation-generic.png
 10share/icons/hicolor/16x16/mimetypes/text-x-gettext-translation.png
 11share/icons/hicolor/22x22/apps/poedit.png
 12share/icons/hicolor/22x22/mimetypes/gnome-mime-text-x-gettext-translation.png
 13share/icons/hicolor/22x22/mimetypes/poedit-translation-generic.png
 14share/icons/hicolor/22x22/mimetypes/text-x-gettext-translation.png
 15share/icons/hicolor/24x24/apps/poedit.png
 16share/icons/hicolor/24x24/mimetypes/gnome-mime-text-x-gettext-translation.png
 17share/icons/hicolor/24x24/mimetypes/poedit-translation-generic.png
 18share/icons/hicolor/24x24/mimetypes/text-x-gettext-translation.png
6share/icons/hicolor/32x32/apps/poedit.png 19share/icons/hicolor/32x32/apps/poedit.png
 20share/icons/hicolor/32x32/mimetypes/gnome-mime-text-x-gettext-translation.png
 21share/icons/hicolor/32x32/mimetypes/poedit-translation-generic.png
 22share/icons/hicolor/32x32/mimetypes/text-x-gettext-translation.png
7share/icons/hicolor/48x48/apps/poedit.png 23share/icons/hicolor/48x48/apps/poedit.png
8share/icons/hicolor/scalable/apps/poedit.svg 24share/icons/hicolor/scalable/apps/poedit.svg
9share/locale/af_ZA/LC_MESSAGES/poedit.mo 25share/icons/hicolor/scalable/mimetypes/gnome-mime-text-x-gettext-translation.svg
 26share/icons/hicolor/scalable/mimetypes/poedit-translation-generic.svg
 27share/icons/hicolor/scalable/mimetypes/text-x-gettext-translation.svg
 28share/locale/af/LC_MESSAGES/poedit.mo
10share/locale/am/LC_MESSAGES/poedit.mo 29share/locale/am/LC_MESSAGES/poedit.mo
 30share/locale/an/LC_MESSAGES/poedit.mo
11share/locale/ar/LC_MESSAGES/poedit.mo 31share/locale/ar/LC_MESSAGES/poedit.mo
12share/locale/ast/LC_MESSAGES/poedit.mo 32share/locale/ast/LC_MESSAGES/poedit.mo
 33share/locale/az/LC_MESSAGES/poedit.mo
13share/locale/be/LC_MESSAGES/poedit.mo 34share/locale/be/LC_MESSAGES/poedit.mo
14share/locale/be@latin/LC_MESSAGES/poedit.mo 35share/locale/be@latin/LC_MESSAGES/poedit.mo
15share/locale/bg/LC_MESSAGES/poedit.mo 36share/locale/bg/LC_MESSAGES/poedit.mo
16share/locale/bn/LC_MESSAGES/poedit.mo 37share/locale/bn/LC_MESSAGES/poedit.mo
17share/locale/br/LC_MESSAGES/poedit.mo 38share/locale/br/LC_MESSAGES/poedit.mo
 39share/locale/bs/LC_MESSAGES/poedit.mo
18share/locale/ca/LC_MESSAGES/poedit.mo 40share/locale/ca/LC_MESSAGES/poedit.mo
19share/locale/ca@valencia/LC_MESSAGES/poedit.mo 41share/locale/ca@valencia/LC_MESSAGES/poedit.mo
 42share/locale/ckb/LC_MESSAGES/poedit.mo
 43share/locale/co/LC_MESSAGES/poedit.mo
20share/locale/cs/LC_MESSAGES/poedit.mo 44share/locale/cs/LC_MESSAGES/poedit.mo
21share/locale/da/LC_MESSAGES/poedit.mo 45share/locale/da/LC_MESSAGES/poedit.mo
22share/locale/de/LC_MESSAGES/poedit.mo 46share/locale/de/LC_MESSAGES/poedit.mo
23share/locale/el/LC_MESSAGES/poedit.mo 47share/locale/el/LC_MESSAGES/poedit.mo
 48share/locale/en_GB/LC_MESSAGES/poedit.mo
24share/locale/eo/LC_MESSAGES/poedit.mo 49share/locale/eo/LC_MESSAGES/poedit.mo
25share/locale/es/LC_MESSAGES/poedit.mo 50share/locale/es/LC_MESSAGES/poedit.mo
26share/locale/es_PR/LC_MESSAGES/poedit.mo 
27share/locale/et/LC_MESSAGES/poedit.mo 51share/locale/et/LC_MESSAGES/poedit.mo
28share/locale/eu/LC_MESSAGES/poedit.mo 52share/locale/eu/LC_MESSAGES/poedit.mo
29share/locale/fa_IR/LC_MESSAGES/poedit.mo 53share/locale/fa/LC_MESSAGES/poedit.mo
30share/locale/fi/LC_MESSAGES/poedit.mo 54share/locale/fi/LC_MESSAGES/poedit.mo
31share/locale/fr/LC_MESSAGES/poedit.mo 55share/locale/fr/LC_MESSAGES/poedit.mo
32share/locale/fur/LC_MESSAGES/poedit.mo 56share/locale/fur/LC_MESSAGES/poedit.mo
 57share/locale/fy_NL/LC_MESSAGES/poedit.mo
33share/locale/ga/LC_MESSAGES/poedit.mo 58share/locale/ga/LC_MESSAGES/poedit.mo
34share/locale/gl/LC_MESSAGES/poedit.mo 59share/locale/gl/LC_MESSAGES/poedit.mo
35share/locale/he/LC_MESSAGES/poedit.mo 60share/locale/he/LC_MESSAGES/poedit.mo
36share/locale/hi/LC_MESSAGES/poedit.mo 61share/locale/hi/LC_MESSAGES/poedit.mo
37share/locale/hr/LC_MESSAGES/poedit.mo 62share/locale/hr/LC_MESSAGES/poedit.mo
38share/locale/hu/LC_MESSAGES/poedit.mo 63share/locale/hu/LC_MESSAGES/poedit.mo
 64share/locale/hy/LC_MESSAGES/poedit.mo
39share/locale/id/LC_MESSAGES/poedit.mo 65share/locale/id/LC_MESSAGES/poedit.mo
40share/locale/is/LC_MESSAGES/poedit.mo 66share/locale/is/LC_MESSAGES/poedit.mo
41share/locale/it/LC_MESSAGES/poedit.mo 67share/locale/it/LC_MESSAGES/poedit.mo
42share/locale/ja/LC_MESSAGES/poedit.mo 68share/locale/ja/LC_MESSAGES/poedit.mo
43share/locale/ka/LC_MESSAGES/poedit.mo 69share/locale/ka/LC_MESSAGES/poedit.mo
 70share/locale/kab/LC_MESSAGES/poedit.mo
44share/locale/kk/LC_MESSAGES/poedit.mo 71share/locale/kk/LC_MESSAGES/poedit.mo
45share/locale/ko/LC_MESSAGES/poedit.mo 72share/locale/ko/LC_MESSAGES/poedit.mo
46share/locale/ku/LC_MESSAGES/poedit.mo 
47share/locale/ky/LC_MESSAGES/poedit.mo 73share/locale/ky/LC_MESSAGES/poedit.mo
48share/locale/lt/LC_MESSAGES/poedit.mo 74share/locale/lt/LC_MESSAGES/poedit.mo
49share/locale/lv/LC_MESSAGES/poedit.mo 75share/locale/lv/LC_MESSAGES/poedit.mo
50share/locale/mk/LC_MESSAGES/poedit.mo 76share/locale/mk/LC_MESSAGES/poedit.mo
51share/locale/mn/LC_MESSAGES/poedit.mo 77share/locale/mn/LC_MESSAGES/poedit.mo
 78share/locale/mr/LC_MESSAGES/poedit.mo
52share/locale/ms/LC_MESSAGES/poedit.mo 79share/locale/ms/LC_MESSAGES/poedit.mo
53share/locale/nb/LC_MESSAGES/poedit.mo 80share/locale/nb/LC_MESSAGES/poedit.mo
 81share/locale/ne/LC_MESSAGES/poedit.mo
54share/locale/nl/LC_MESSAGES/poedit.mo 82share/locale/nl/LC_MESSAGES/poedit.mo
55share/locale/nn/LC_MESSAGES/poedit.mo 83share/locale/nn/LC_MESSAGES/poedit.mo
 84share/locale/oc/LC_MESSAGES/poedit.mo
56share/locale/pa/LC_MESSAGES/poedit.mo 85share/locale/pa/LC_MESSAGES/poedit.mo
57share/locale/pl/LC_MESSAGES/poedit.mo 86share/locale/pl/LC_MESSAGES/poedit.mo
58share/locale/pt_BR/LC_MESSAGES/poedit.mo 87share/locale/pt_BR/LC_MESSAGES/poedit.mo
59share/locale/pt_PT/LC_MESSAGES/poedit.mo 88share/locale/pt_PT/LC_MESSAGES/poedit.mo
60share/locale/ro/LC_MESSAGES/poedit.mo 89share/locale/ro/LC_MESSAGES/poedit.mo
61share/locale/ru/LC_MESSAGES/poedit.mo 90share/locale/ru/LC_MESSAGES/poedit.mo
62share/locale/sk/LC_MESSAGES/poedit.mo 91share/locale/sk/LC_MESSAGES/poedit.mo
63share/locale/sl/LC_MESSAGES/poedit.mo 92share/locale/sl/LC_MESSAGES/poedit.mo
64share/locale/sq_AL/LC_MESSAGES/poedit.mo 93share/locale/sq/LC_MESSAGES/poedit.mo
65share/locale/sr/LC_MESSAGES/poedit.mo 94share/locale/sr/LC_MESSAGES/poedit.mo
66share/locale/sv/LC_MESSAGES/poedit.mo 95share/locale/sv/LC_MESSAGES/poedit.mo
67share/locale/ta/LC_MESSAGES/poedit.mo 96share/locale/ta/LC_MESSAGES/poedit.mo
 97share/locale/tg/LC_MESSAGES/poedit.mo
68share/locale/th/LC_MESSAGES/poedit.mo 98share/locale/th/LC_MESSAGES/poedit.mo
69share/locale/tr/LC_MESSAGES/poedit.mo 99share/locale/tr/LC_MESSAGES/poedit.mo
70share/locale/tt/LC_MESSAGES/poedit.mo 100share/locale/tt/LC_MESSAGES/poedit.mo
71share/locale/ug/LC_MESSAGES/poedit.mo 101share/locale/ug/LC_MESSAGES/poedit.mo
72share/locale/uk/LC_MESSAGES/poedit.mo 102share/locale/uk/LC_MESSAGES/poedit.mo
73share/locale/ur/LC_MESSAGES/poedit.mo 103share/locale/ur/LC_MESSAGES/poedit.mo
74share/locale/uz/LC_MESSAGES/poedit.mo 104share/locale/uz/LC_MESSAGES/poedit.mo
75share/locale/vi/LC_MESSAGES/poedit.mo 105share/locale/vi/LC_MESSAGES/poedit.mo
76share/locale/wa/LC_MESSAGES/poedit.mo 106share/locale/wa/LC_MESSAGES/poedit.mo
77share/locale/zh_CN/LC_MESSAGES/poedit.mo 107share/locale/zh_CN/LC_MESSAGES/poedit.mo
78share/locale/zh_TW/LC_MESSAGES/poedit.mo 108share/locale/zh_TW/LC_MESSAGES/poedit.mo
79share/pixmaps/poedit.png 109share/pixmaps/poedit.png
80share/poedit/help/common/comment.gif 110share/poedit/icons/CrowdinLogo.png
81share/poedit/help/common/fileopen.gif 111share/poedit/icons/PoeditWelcome.png
82share/poedit/help/common/filesave.gif 112share/poedit/icons/SuggestionError.png
83share/poedit/help/common/fullscreen.gif 113share/poedit/icons/SuggestionTM.png
84share/poedit/help/common/fuzzy.gif 
85share/poedit/help/common/poedit.css 
86share/poedit/help/common/quotes.gif 
87share/poedit/help/common/update.gif 
88share/poedit/help/en/basics.html 
89share/poedit/help/en/gettext/gettext.hhc 
90share/poedit/help/en/gettext/gettext.hhp 
91share/poedit/help/en/gettext/gettext_1.html 
92share/poedit/help/en/gettext/gettext_10.html 
93share/poedit/help/en/gettext/gettext_11.html 
94share/poedit/help/en/gettext/gettext_12.html 
95share/poedit/help/en/gettext/gettext_2.html 
96share/poedit/help/en/gettext/gettext_3.html 
97share/poedit/help/en/gettext/gettext_4.html 
98share/poedit/help/en/gettext/gettext_5.html 
99share/poedit/help/en/gettext/gettext_6.html 
100share/poedit/help/en/gettext/gettext_7.html 
101share/poedit/help/en/gettext/gettext_8.html 
102share/poedit/help/en/gettext/gettext_9.html 
103share/poedit/help/en/gettext/gettext_foot.html 
104share/poedit/help/en/gettext/gettext_toc.html 
105share/poedit/help/en/gettext/index.html 
106share/poedit/help/en/index.html 
107share/poedit/help/en/manager.html 
108share/poedit/help/en/menu.html 
109share/poedit/help/en/poedit.hhc 
110share/poedit/help/en/poedit.hhp 
111share/poedit/help/en/settings.html 
112share/poedit/help/en/tm.html 
113share/poedit/help/en/ui.html 
114share/poedit/help/en/update.html 
115share/poedit/help/hr/basics.html 
116share/poedit/help/hr/index.html 
117share/poedit/help/hr/manager.html 
118share/poedit/help/hr/menu.html 
119share/poedit/help/hr/poedit.hhc 
120share/poedit/help/hr/poedit.hhp 
121share/poedit/help/hr/settings.html 
122share/poedit/help/hr/tm.html 
123share/poedit/help/hr/ui.html 
124share/poedit/help/hr/update.html 
125share/poedit/icons/README 
126share/poedit/icons/document-new.png 114share/poedit/icons/document-new.png
127share/poedit/icons/document-open.png 115share/poedit/icons/document-open.png
128share/poedit/icons/document-properties.png 116share/poedit/icons/document-properties.png
129share/poedit/icons/document-save.png 117share/poedit/icons/document-save.png
130share/poedit/icons/edit-delete.png 118share/poedit/icons/edit-delete.png
131share/poedit/icons/help-browser.png 
132share/poedit/icons/poedit-comment.png 
133share/poedit/icons/poedit-fuzzy.png 119share/poedit/icons/poedit-fuzzy.png
134share/poedit/icons/poedit-status-automatic.png 120share/poedit/icons/poedit-status-automatic.png
 121share/poedit/icons/poedit-status-bookmark.png
135share/poedit/icons/poedit-status-cat-mid.png 122share/poedit/icons/poedit-status-cat-mid.png
136share/poedit/icons/poedit-status-cat-no.png 123share/poedit/icons/poedit-status-cat-no.png
137share/poedit/icons/poedit-status-cat-ok.png 124share/poedit/icons/poedit-status-cat-ok.png
138share/poedit/icons/poedit-status-comment-modif.png 
139share/poedit/icons/poedit-status-comment.png 125share/poedit/icons/poedit-status-comment.png
140share/poedit/icons/poedit-status-modified.png 
141share/poedit/icons/poedit-status-nothing.png 126share/poedit/icons/poedit-status-nothing.png
 127share/poedit/icons/poedit-sync.png
142share/poedit/icons/poedit-update.png 128share/poedit/icons/poedit-update.png
143share/poedit/icons/view-fullscreen.png 129share/poedit/icons/poedit-validate.png
 130share/poedit/icons/sidebar.png
 131share/poedit/icons/window-close.png

cvs diff -r1.8 -r1.9 pkgsrc/editors/poedit/distinfo (expand / switch to unified diff)

--- pkgsrc/editors/poedit/distinfo 2015/11/03 03:32:20 1.8
+++ pkgsrc/editors/poedit/distinfo 2016/04/18 13:39:29 1.9
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.8 2015/11/03 03:32:20 agc Exp $ 1$NetBSD: distinfo,v 1.9 2016/04/18 13:39:29 ryoon Exp $
2 2
3SHA1 (poedit-1.4.6.1.tar.gz) = 8c4d61aef7695aa48607e9367df4c5899ad3bf83 3SHA1 (poedit-1.8.7.1.tar.gz) = 1b1be55992985094b10877e749816415b297f52a
4RMD160 (poedit-1.4.6.1.tar.gz) = 7b4fbb3f4632b53a46382f9f4b875d375c5c54b8 4RMD160 (poedit-1.8.7.1.tar.gz) = 296d29a22c8352f5ae1afbbcbc0c4d0a447007eb
5SHA512 (poedit-1.4.6.1.tar.gz) = c8084c80a75cc8499615d736ee6d1a1fcf5753ab610f2931c151167c5c5b2fccff5892e971a90bc53eae815074d209c9e3b5854cc05bed8d72e8f0c2f00b96ed 5SHA512 (poedit-1.8.7.1.tar.gz) = 72a91f015248220eff379485ad462cefb17a5ad78854c07f212371a56601319e4f3b28d7c90128e3b8e78113deee3a3d2bb2201fdf8dcc9023b08e885ef9f804
6Size (poedit-1.4.6.1.tar.gz) = 1585949 bytes 6Size (poedit-1.8.7.1.tar.gz) = 2484117 bytes
7SHA1 (patch-aa) = d0acac229545a35e43c774329c03714fc7affcab 7SHA1 (patch-aa) = 65c82daafb227196ac64928a029b3507b9016a4f

cvs diff -r1.3 -r1.4 pkgsrc/editors/poedit/patches/Attic/patch-aa (expand / switch to unified diff)

--- pkgsrc/editors/poedit/patches/Attic/patch-aa 2010/06/02 12:32:18 1.3
+++ pkgsrc/editors/poedit/patches/Attic/patch-aa 2016/04/18 13:39:29 1.4
@@ -1,30 +1,40 @@ @@ -1,30 +1,40 @@
1$NetBSD: patch-aa,v 1.3 2010/06/02 12:32:18 adam Exp $ 1$NetBSD: patch-aa,v 1.4 2016/04/18 13:39:29 ryoon Exp $
2 2
3--- configure.orig 2010-06-01 09:19:56.000000000 +0000 3--- configure.orig 2016-02-23 11:59:22.000000000 +0000
4+++ configure 4+++ configure
5@@ -6057,15 +6057,9 @@ $as_echo_n "checking for Berkeley DB...  5@@ -6196,16 +6196,8 @@ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS
6 $as_echo_n "checking for Berkeley DB >= $minversion... " >&6; } 6 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7 fi 7 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
8  8
9- for version in "" 5.0 4.9 4.8 4.7 4.6 4.5 4.4 4.3 4.2 4.1 4.0 3.6 3.5 3.4 3.3 3.2 3.1 ; do 9-
10  10- for version in "" 5.9 5.8 5.7 5.6 5.5 5.4 5.3 5.2 5.1 5.0 4.8 4.7 4.6 4.5 4.4 4.3 4.2 4.1 ; do
 11-
11- if test -z $version ; then 12- if test -z $version ; then
12- db_lib="-ldb" 13- db_lib="-ldb_cxx"
13- try_headers="db.h" 14- try_headers="db_cxx.h"
14- else 15- else
15- db_lib="-ldb-$version" 16- db_lib="-ldb_cxx-$version"
16- try_headers="db$version/db.h db`echo $version | sed -e 's,\..*,,g'`/db.h" 17- try_headers="db$version/db_cxx.h db`echo $version | sed -e 's,\..*,,g'`/db_cxx.h"
17- fi 18- fi
18+ db_lib="-l${BDB_TYPE}" 19+ db_lib="-l${BDB_TYPE}_cxx"
19+ try_headers="${BDB_TYPE}/db.h" 20+ try_headers="${BDB_TYPE}/db_cxx.h"
20  21
21 LIBS="$old_LIBS $db_lib" 22 LIBS="$old_LIBS $db_lib"
22  23
23@@ -6140,7 +6134,6 @@ rm -f core conftest.err conftest.$ac_obj 24@@ -6248,7 +6240,6 @@ rm -f core conftest.err conftest.$ac_obj
24 conftest$ac_exeext conftest.$ac_ext 25 conftest$ac_exeext conftest.$ac_ext
25 fi 26 fi
26 done 27 done
27- done 28- done
28  29
29 LIBS="$old_LIBS" 30 ac_ext=cpp
 31 ac_cpp='$CXXCPP $CPPFLAGS'
 32@@ -6451,7 +6442,7 @@ fi
 33
 34
30  35
 36-if test "x$GXX" == "xyes"; then
 37+if test "x$GXX" = "xyes"; then
 38 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
 39 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
 40 if ${ac_cv_path_SED+:} false; then :