pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/gspell gspell: update to 1.8.1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/9536bb41accc
branches: trunk
changeset: 333988:9536bb41accc
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun May 19 07:03:58 2019 +0000
description:
gspell: update to 1.8.1.
News in 1.8.1, 2018-06-16
-------------------------
* gspell has moved to the GNOME GitLab instance. The bugzilla tickets have not
yet been migrated to the GitLab issues, so before filing a new issue on
GitLab, please search the bugzilla first. All links are available as usual
on:
https://wiki.gnome.org/Projects/gspell
* Fix new compilation warning (-Wcast-function-type).
* Translation updates.
News in 1.8.0, 2018-03-10
-------------------------
* Build system: don't declare functions in AC_TRY_COMPILE.
* Translation updates.
News in 1.7.1, 2017-12-09
-------------------------
* Use Enchant 2.
* Improve documentation.
* Translation updates.
News in 1.6.1, 2017-10-29
-------------------------
* Translation updates.
News in 1.6.0, 2017-09-10
-------------------------
* Translation updates.
News in 1.5.4, 2017-08-20
-------------------------
* Make the code that navigates through PangoLogAttr's more robust, for both
GspellEntry and GspellTextView.
* Translation updates.
News in 1.5.3, 2017-07-17
-------------------------
* Add gspell_checker_get_enchant_dict(), the use of Enchant is now part of the
API.
* Rename program gspell-app to gspell-app1.
* Various other small improvements.
* Translation updates.
News in 1.5.2, 2017-05-21
-------------------------
This is an unstable release in the 1.5 development cycle. The 1.6 stable
version will be released at the same time as GNOME 3.26.
* Implement small gspell-app, a convenient way to quickly spell-check
something.
* Document the support of the no-spell-check GtkTextTag.
* Various other small improvements.
* Translation updates.
News in 1.5.1, 2017-04-23
-------------------------
This is an unstable release in the 1.5 development cycle. The 1.6 stable
version will be released at the same time as GNOME 3.26.
* Change underline type to PANGO_UNDERLINE_SINGLE, to remove the workaround for
the GtkTextView bug where wavy underlines are not properly removed:
https://bugzilla.gnome.org/show_bug.cgi?id=763741
* Up to 20x faster implementation for the GtkTextView inline spell-checker, to
fix a responsiveness problem when editing long lines.
* Rework symbol visibility handling, by using the -export-dynamic LDFLAG
and -fvisibility=hidden CFLAG, instead of the -export-symbols-regex LDFLAG.
* Add note for packagers in the README file: aspell doesn't work well with
gspell, hunspell is preferred.
* Various other small improvements.
* Translation updates.
diffstat:
textproc/gspell/Makefile | 5 ++---
textproc/gspell/PLIST | 30 ++++++++++++++++++++++--------
textproc/gspell/distinfo | 10 +++++-----
3 files changed, 29 insertions(+), 16 deletions(-)
diffs (118 lines):
diff -r 88331b6a13bc -r 9536bb41accc textproc/gspell/Makefile
--- a/textproc/gspell/Makefile Sun May 19 03:42:02 2019 +0000
+++ b/textproc/gspell/Makefile Sun May 19 07:03:58 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2019/03/25 13:56:27 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2019/05/19 07:03:58 wiz Exp $
-DISTNAME= gspell-1.4.2
-PKGREVISION= 10
+DISTNAME= gspell-1.8.1
CATEGORIES= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gspell/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
diff -r 88331b6a13bc -r 9536bb41accc textproc/gspell/PLIST
--- a/textproc/gspell/PLIST Sun May 19 03:42:02 2019 +0000
+++ b/textproc/gspell/PLIST Sun May 19 07:03:58 2019 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2017/08/27 15:52:10 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/05/19 07:03:58 wiz Exp $
+bin/gspell-app1
include/gspell-1/gspell/gspell-checker-dialog.h
include/gspell-1/gspell/gspell-checker.h
include/gspell-1/gspell/gspell-entry-buffer.h
@@ -12,6 +13,7 @@
include/gspell-1/gspell/gspell-navigator.h
include/gspell-1/gspell/gspell-text-buffer.h
include/gspell-1/gspell/gspell-text-view.h
+include/gspell-1/gspell/gspell-version.h
include/gspell-1/gspell/gspell.h
lib/girepository-1.0/Gspell-1.typelib
lib/libgspell-1.la
@@ -29,32 +31,39 @@
share/gtk-doc/html/gspell-1.0/GspellNavigatorTextView.html
share/gtk-doc/html/gspell-1.0/GspellTextBuffer.html
share/gtk-doc/html/gspell-1.0/GspellTextView.html
+share/gtk-doc/html/gspell-1.0/GtkEntry-support.html
+share/gtk-doc/html/gspell-1.0/GtkTextView-support.html
+share/gtk-doc/html/gspell-1.0/annexes.html
share/gtk-doc/html/gspell-1.0/annotation-glossary.html
+share/gtk-doc/html/gspell-1.0/api-index-1-2.html
+share/gtk-doc/html/gspell-1.0/api-index-1-4.html
+share/gtk-doc/html/gspell-1.0/api-index-1-6.html
share/gtk-doc/html/gspell-1.0/api-index-full.html
-share/gtk-doc/html/gspell-1.0/ch01.html
-share/gtk-doc/html/gspell-1.0/ch02.html
-share/gtk-doc/html/gspell-1.0/ch03.html
-share/gtk-doc/html/gspell-1.0/ch04.html
-share/gtk-doc/html/gspell-1.0/ch05.html
+share/gtk-doc/html/gspell-1.0/api-reference.html
+share/gtk-doc/html/gspell-1.0/core-classes.html
share/gtk-doc/html/gspell-1.0/gspell-1.0.devhelp2
share/gtk-doc/html/gspell-1.0/home.png
share/gtk-doc/html/gspell-1.0/index.html
+share/gtk-doc/html/gspell-1.0/intro.html
+share/gtk-doc/html/gspell-1.0/language-choosers.html
share/gtk-doc/html/gspell-1.0/left-insensitive.png
share/gtk-doc/html/gspell-1.0/left.png
share/gtk-doc/html/gspell-1.0/object-tree.html
-share/gtk-doc/html/gspell-1.0/pt01.html
-share/gtk-doc/html/gspell-1.0/pt02.html
share/gtk-doc/html/gspell-1.0/right-insensitive.png
share/gtk-doc/html/gspell-1.0/right.png
+share/gtk-doc/html/gspell-1.0/spell-checker-dialog.html
share/gtk-doc/html/gspell-1.0/style.css
share/gtk-doc/html/gspell-1.0/up-insensitive.png
share/gtk-doc/html/gspell-1.0/up.png
share/locale/ar/LC_MESSAGES/gspell-1.mo
share/locale/ca/LC_MESSAGES/gspell-1.mo
+share/locale/ca@valencia/LC_MESSAGES/gspell-1.mo
share/locale/cs/LC_MESSAGES/gspell-1.mo
share/locale/da/LC_MESSAGES/gspell-1.mo
share/locale/de/LC_MESSAGES/gspell-1.mo
share/locale/el/LC_MESSAGES/gspell-1.mo
+share/locale/en_GB/LC_MESSAGES/gspell-1.mo
+share/locale/eo/LC_MESSAGES/gspell-1.mo
share/locale/es/LC_MESSAGES/gspell-1.mo
share/locale/fa/LC_MESSAGES/gspell-1.mo
share/locale/fi/LC_MESSAGES/gspell-1.mo
@@ -70,12 +79,16 @@
share/locale/ko/LC_MESSAGES/gspell-1.mo
share/locale/lt/LC_MESSAGES/gspell-1.mo
share/locale/lv/LC_MESSAGES/gspell-1.mo
+share/locale/ml/LC_MESSAGES/gspell-1.mo
share/locale/nb/LC_MESSAGES/gspell-1.mo
+share/locale/ne/LC_MESSAGES/gspell-1.mo
share/locale/nl/LC_MESSAGES/gspell-1.mo
share/locale/oc/LC_MESSAGES/gspell-1.mo
+share/locale/pa/LC_MESSAGES/gspell-1.mo
share/locale/pl/LC_MESSAGES/gspell-1.mo
share/locale/pt/LC_MESSAGES/gspell-1.mo
share/locale/pt_BR/LC_MESSAGES/gspell-1.mo
+share/locale/ro/LC_MESSAGES/gspell-1.mo
share/locale/ru/LC_MESSAGES/gspell-1.mo
share/locale/sk/LC_MESSAGES/gspell-1.mo
share/locale/sl/LC_MESSAGES/gspell-1.mo
@@ -84,6 +97,7 @@
share/locale/sv/LC_MESSAGES/gspell-1.mo
share/locale/tr/LC_MESSAGES/gspell-1.mo
share/locale/vi/LC_MESSAGES/gspell-1.mo
+share/locale/zh_CN/LC_MESSAGES/gspell-1.mo
share/locale/zh_TW/LC_MESSAGES/gspell-1.mo
share/vala/vapi/gspell-1.deps
share/vala/vapi/gspell-1.vapi
diff -r 88331b6a13bc -r 9536bb41accc textproc/gspell/distinfo
--- a/textproc/gspell/distinfo Sun May 19 03:42:02 2019 +0000
+++ b/textproc/gspell/distinfo Sun May 19 07:03:58 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/08/27 15:52:10 prlw1 Exp $
+$NetBSD: distinfo,v 1.5 2019/05/19 07:03:58 wiz Exp $
-SHA1 (gspell-1.4.2.tar.xz) = fe39ecc9e5257d7e5a71cd80e56eb1e697d9868a
-RMD160 (gspell-1.4.2.tar.xz) = 27af76b2a32315e04256875551dab4a4a5426fca
-SHA512 (gspell-1.4.2.tar.xz) = 00f53d3ca47a4ba1af1e8b4983a41dc6df8a9788898b45ffdd161a3fc8de28024cc985f49fbb872912c0a94addbca3b28ce2edda70eeb206a794e2bcf65e4a5e
-Size (gspell-1.4.2.tar.xz) = 407356 bytes
+SHA1 (gspell-1.8.1.tar.xz) = 3d44c47bd578a3464cb14e37fb8a05a5e30dfd66
+RMD160 (gspell-1.8.1.tar.xz) = 672db2a5505520e65c2a7060331c2f25558900dc
+SHA512 (gspell-1.8.1.tar.xz) = ae94f46c7bdcdeefa0279cd4ac3c50e53b63092016e298ef6b502c40c2574a2135c503ab322f5a3a7b8b4422fdec291a6ed0c937683a8c0f32d7ad474cc1569b
+Size (gspell-1.8.1.tar.xz) = 419268 bytes
Home |
Main Index |
Thread Index |
Old Index