Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 482827A287 for ; Sat, 14 Jan 2017 09:14:56 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EC24A8560E; Sat, 14 Jan 2017 09:14:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7C05585593 for ; Sat, 14 Jan 2017 09:14:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id yggjMiyUPWp5 for ; Sat, 14 Jan 2017 09:14:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C4CA284CBD for ; Sat, 14 Jan 2017 09:14:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BB7F9FBA6; Sat, 14 Jan 2017 09:14:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1484385294230570" MIME-Version: 1.0 Date: Sat, 14 Jan 2017 09:14:54 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/textproc/gspell To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20170114091454.BB7F9FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1484385294230570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sat Jan 14 09:14:54 UTC 2017 Modified Files: pkgsrc/textproc/gspell: Makefile PLIST distinfo Log Message: Update to 1.2.2 * Enable gobject-introspection and vala support. Required by net/corebird Changelog: News in 1.2.2, 2016-12-16 ------------------------- * GtkTextView support: fix populate-popup signal param type News in 1.2.1 ------------- * Add Croatian translation News in 1.2.0 ------------- * Translation updates News in 1.1.3 ------------- This is an unstable release in the 1.1 development cycle. The 1.2 stable version will be released at the same time as GNOME 3.22. * Add the gspell_text_view_basic_setup() convenience function to enable inline spell-checking in a GtkTextView in 2 lines. * Support words separated by dashes (compounds) * Use the AX_VALGRIND_CHECK Autotools macro * Translation updates News in 1.1.2 ------------- This is an unstable release in the 1.1 development cycle. The 1.2 stable version will be released at the same time as GNOME 3.22. * Inline checker: fix constant redrawing of the GtkTextView when the current word is not checked. * Generate enum types * Translation updates News in 1.1.1 ------------- This is an unstable release in the 1.1 development cycle. The 1.2 stable version will be released at the same time as GNOME 3.22. * New API: inline checker: add an option to select the language from the context menu (right-click menu) * Fix gtk-doc build issue * Update GtkTextRegion -> GtkSourceRegion (utility class copied from the GtkSourceView library) * Translation updates To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/gspell/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/gspell/PLIST cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/gspell/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1484385294230570 Content-Disposition: inline Content-Length: 4721 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/gspell/Makefile diff -u pkgsrc/textproc/gspell/Makefile:1.3 pkgsrc/textproc/gspell/Makefile:1.4 --- pkgsrc/textproc/gspell/Makefile:1.3 Wed Aug 3 10:22:19 2016 +++ pkgsrc/textproc/gspell/Makefile Sat Jan 14 09:14:54 2017 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2016/08/03 10:22:19 adam Exp $ +# $NetBSD: Makefile,v 1.4 2017/01/14 09:14:54 ryoon Exp $ -DISTNAME= gspell-1.0.2 -PKGREVISION= 1 +DISTNAME= gspell-1.2.2 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gspell/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz @@ -19,6 +18,8 @@ USE_PKGLOCALEDIR= yes PKGCONFIG_OVERRIDE+= gspell.pc.in .include "../../devel/glib2/buildlink3.mk" +.include "../../devel/gobject-introspection/buildlink3.mk" +.include "../../lang/vala/buildlink3.mk" .include "../../textproc/enchant/buildlink3.mk" .include "../../textproc/iso-codes/buildlink3.mk" .include "../../x11/gtk3/buildlink3.mk" Index: pkgsrc/textproc/gspell/PLIST diff -u pkgsrc/textproc/gspell/PLIST:1.1 pkgsrc/textproc/gspell/PLIST:1.2 --- pkgsrc/textproc/gspell/PLIST:1.1 Tue Apr 12 16:08:05 2016 +++ pkgsrc/textproc/gspell/PLIST Sat Jan 14 09:14:54 2017 @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.1 2016/04/12 16:08:05 prlw1 Exp $ +@comment $NetBSD: PLIST,v 1.2 2017/01/14 09:14:54 ryoon Exp $ include/gspell-1/gspell/gspell-checker-dialog.h include/gspell-1/gspell/gspell-checker.h +include/gspell-1/gspell/gspell-enum-types.h include/gspell-1/gspell/gspell-language-chooser-button.h include/gspell-1/gspell/gspell-language-chooser-dialog.h include/gspell-1/gspell/gspell-language-chooser.h @@ -10,8 +11,10 @@ include/gspell-1/gspell/gspell-navigator include/gspell-1/gspell/gspell-text-buffer.h include/gspell-1/gspell/gspell-text-view.h include/gspell-1/gspell/gspell.h +lib/girepository-1.0/Gspell-1.typelib lib/libgspell-1.la lib/pkgconfig/gspell-1.pc +share/gir-1.0/Gspell-1.gir share/gtk-doc/html/gspell-1.0/GspellChecker.html share/gtk-doc/html/gspell-1.0/GspellCheckerDialog.html share/gtk-doc/html/gspell-1.0/GspellLanguage.html @@ -23,6 +26,7 @@ share/gtk-doc/html/gspell-1.0/GspellNavi 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/annotation-glossary.html +share/gtk-doc/html/gspell-1.0/api-index-1-2.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 @@ -35,6 +39,7 @@ share/gtk-doc/html/gspell-1.0/left-insen 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/style.css @@ -50,9 +55,12 @@ share/locale/es/LC_MESSAGES/gspell-1.mo share/locale/fa/LC_MESSAGES/gspell-1.mo share/locale/fi/LC_MESSAGES/gspell-1.mo share/locale/fr/LC_MESSAGES/gspell-1.mo +share/locale/fur/LC_MESSAGES/gspell-1.mo share/locale/gl/LC_MESSAGES/gspell-1.mo share/locale/he/LC_MESSAGES/gspell-1.mo +share/locale/hr/LC_MESSAGES/gspell-1.mo share/locale/hu/LC_MESSAGES/gspell-1.mo +share/locale/id/LC_MESSAGES/gspell-1.mo share/locale/it/LC_MESSAGES/gspell-1.mo share/locale/ja/LC_MESSAGES/gspell-1.mo share/locale/ko/LC_MESSAGES/gspell-1.mo @@ -73,3 +81,5 @@ 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_TW/LC_MESSAGES/gspell-1.mo +share/vala/vapi/gspell-1.deps +share/vala/vapi/gspell-1.vapi Index: pkgsrc/textproc/gspell/distinfo diff -u pkgsrc/textproc/gspell/distinfo:1.2 pkgsrc/textproc/gspell/distinfo:1.3 --- pkgsrc/textproc/gspell/distinfo:1.2 Sun Jun 19 16:01:57 2016 +++ pkgsrc/textproc/gspell/distinfo Sat Jan 14 09:14:54 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2016/06/19 16:01:57 prlw1 Exp $ +$NetBSD: distinfo,v 1.3 2017/01/14 09:14:54 ryoon Exp $ -SHA1 (gspell-1.0.2.tar.xz) = dede61c523bc3cd76b532f9c51a04907527e5b1e -RMD160 (gspell-1.0.2.tar.xz) = e77262c1d21b8622f2b05b51aee41475f9ecb625 -SHA512 (gspell-1.0.2.tar.xz) = 67ed34b70ca1d8e626f366b62847c04efe204fa21d9e6b3f55ec4d08dca8613f2a03e42de28d38ebe53923889d848ea9064f01a89ede9a7f22772712f5b11aa7 -Size (gspell-1.0.2.tar.xz) = 383844 bytes +SHA1 (gspell-1.2.2.tar.xz) = 2876ff1c516252ced88d243c687b0c0dffd1f2a2 +RMD160 (gspell-1.2.2.tar.xz) = 55f501d46b535891ea44a4ea5538281efd86fe5b +SHA512 (gspell-1.2.2.tar.xz) = 3bc8274e63eb11e0364adfeeec5963f480180774797b675f440a092a6208121ab52a39b27e61ba8305acba954a68cdf53dbe49acb4d6ef8e5d92e8efa9824800 +Size (gspell-1.2.2.tar.xz) = 395120 bytes --_----------=_1484385294230570--