pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun May 26 13:09:39 UTC 2024

Modified Files:
        pkgsrc/textproc: Makefile
Added Files:
        pkgsrc/textproc/kf6-sonnet: DESCR Makefile PLIST PLIST.Darwin
            buildlink3.mk distinfo

Log Message:
kf6-sonnet: add version 6.2.0

KDE Frameworks 6 sonnet.

Sonnet is a plugin-based spell checking library for Qt-based
applications. It supports several different plugins, including
HSpell, Enchant, ASpell and HUNSPELL.

It also supports automated language detection, based on a
combination of different algorithms.

The simplest way to use Sonnet in your application is to use the
SpellCheckDecorator class on your QTextEdit.


To generate a diff of this commit:
cvs rdiff -u -r1.1473 -r1.1474 pkgsrc/textproc/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/kf6-sonnet/DESCR \
    pkgsrc/textproc/kf6-sonnet/Makefile pkgsrc/textproc/kf6-sonnet/PLIST \
    pkgsrc/textproc/kf6-sonnet/PLIST.Darwin \
    pkgsrc/textproc/kf6-sonnet/buildlink3.mk \
    pkgsrc/textproc/kf6-sonnet/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/Makefile
diff -u pkgsrc/textproc/Makefile:1.1473 pkgsrc/textproc/Makefile:1.1474
--- pkgsrc/textproc/Makefile:1.1473     Sun May 26 13:06:40 2024
+++ pkgsrc/textproc/Makefile    Sun May 26 13:09:39 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1473 2024/05/26 13:06:40 markd Exp $
+# $NetBSD: Makefile,v 1.1474 2024/05/26 13:09:39 markd Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -487,6 +487,7 @@ SUBDIR+=    kcompletion
 SUBDIR+=       kf6-kcodecs
 SUBDIR+=       kf6-kcompletion
 SUBDIR+=       kf6-ktexttemplate
+SUBDIR+=       kf6-sonnet
 SUBDIR+=       kpimtextedit
 SUBDIR+=       ktextaddons
 SUBDIR+=       latex2html

Added files:

Index: pkgsrc/textproc/kf6-sonnet/DESCR
diff -u /dev/null pkgsrc/textproc/kf6-sonnet/DESCR:1.1
--- /dev/null   Sun May 26 13:09:39 2024
+++ pkgsrc/textproc/kf6-sonnet/DESCR    Sun May 26 13:09:39 2024
@@ -0,0 +1,9 @@
+Sonnet is a plugin-based spell checking library for Qt-based
+applications. It supports several different plugins, including
+HSpell, Enchant, ASpell and HUNSPELL.
+
+It also supports automated language detection, based on a
+combination of different algorithms.
+
+The simplest way to use Sonnet in your application is to use the
+SpellCheckDecorator class on your QTextEdit.
Index: pkgsrc/textproc/kf6-sonnet/Makefile
diff -u /dev/null pkgsrc/textproc/kf6-sonnet/Makefile:1.1
--- /dev/null   Sun May 26 13:09:39 2024
+++ pkgsrc/textproc/kf6-sonnet/Makefile Sun May 26 13:09:39 2024
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2024/05/26 13:09:39 markd Exp $
+
+DISTNAME=      sonnet-${KF6VER}
+CATEGORIES=    textproc
+
+HOMEPAGE=      https://community.kde.org/Frameworks
+COMMENT=       Spelling framework for Qt6
+LICENSE=       gnu-lgpl-v2.1
+
+USE_TOOLS+=    pkg-config
+
+.include "../../meta-pkgs/kde/kf6.mk"
+
+.include "../../devel/qt6-qttools/buildlink3.mk"
+.include "../../lang/qt6-qtdeclarative/buildlink3.mk"
+.include "../../textproc/aspell/buildlink3.mk"
+.include "../../textproc/hunspell/buildlink3.mk"
+.include "../../x11/qt6-qtbase/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/kf6-sonnet/PLIST
diff -u /dev/null pkgsrc/textproc/kf6-sonnet/PLIST:1.1
--- /dev/null   Sun May 26 13:09:39 2024
+++ pkgsrc/textproc/kf6-sonnet/PLIST    Sun May 26 13:09:39 2024
@@ -0,0 +1,147 @@
+@comment $NetBSD: PLIST,v 1.1 2024/05/26 13:09:39 markd Exp $
+bin/parsetrigrams6
+include/KF6/Sonnet/sonnet_version.h
+include/KF6/SonnetCore/Sonnet/BackgroundChecker
+include/KF6/SonnetCore/Sonnet/GuessLanguage
+include/KF6/SonnetCore/Sonnet/Settings
+include/KF6/SonnetCore/Sonnet/Speller
+include/KF6/SonnetCore/sonnet/backgroundchecker.h
+include/KF6/SonnetCore/sonnet/guesslanguage.h
+include/KF6/SonnetCore/sonnet/settings.h
+include/KF6/SonnetCore/sonnet/sonnetcore_export.h
+include/KF6/SonnetCore/sonnet/speller.h
+include/KF6/SonnetUi/Sonnet/ConfigDialog
+include/KF6/SonnetUi/Sonnet/ConfigView
+include/KF6/SonnetUi/Sonnet/ConfigWidget
+include/KF6/SonnetUi/Sonnet/Dialog
+include/KF6/SonnetUi/Sonnet/DictionaryComboBox
+include/KF6/SonnetUi/Sonnet/Highlighter
+include/KF6/SonnetUi/Sonnet/SpellCheckDecorator
+include/KF6/SonnetUi/sonnet/configdialog.h
+include/KF6/SonnetUi/sonnet/configview.h
+include/KF6/SonnetUi/sonnet/configwidget.h
+include/KF6/SonnetUi/sonnet/dialog.h
+include/KF6/SonnetUi/sonnet/dictionarycombobox.h
+include/KF6/SonnetUi/sonnet/highlighter.h
+include/KF6/SonnetUi/sonnet/sonnetui_export.h
+include/KF6/SonnetUi/sonnet/spellcheckdecorator.h
+lib/cmake/KF6Sonnet/KF6SonnetConfig.cmake
+lib/cmake/KF6Sonnet/KF6SonnetConfigVersion.cmake
+lib/cmake/KF6Sonnet/KF6SonnetTargets-noconfig.cmake
+lib/cmake/KF6Sonnet/KF6SonnetTargets.cmake
+lib/libKF6SonnetCore.so
+lib/libKF6SonnetCore.so.6
+lib/libKF6SonnetCore.so.${PKGVERSION}
+lib/libKF6SonnetUi.so
+lib/libKF6SonnetUi.so.6
+lib/libKF6SonnetUi.so.${PKGVERSION}
+qt6/plugins/designer/sonnet6widgets.so
+qt6/plugins/kf6/sonnet/sonnet_aspell.so
+qt6/plugins/kf6/sonnet/sonnet_hunspell.so
+qt6/qml/org/kde/sonnet/kde-qmlmodule.version
+qt6/qml/org/kde/sonnet/libsonnetquickplugin.so
+qt6/qml/org/kde/sonnet/qmldir
+qt6/qml/org/kde/sonnet/sonnetquickplugin.qmltypes
+share/locale/af/LC_MESSAGES/sonnet6_qt.qm
+share/locale/ar/LC_MESSAGES/sonnet6_qt.qm
+share/locale/as/LC_MESSAGES/sonnet6_qt.qm
+share/locale/ast/LC_MESSAGES/sonnet6_qt.qm
+share/locale/az/LC_MESSAGES/sonnet6_qt.qm
+share/locale/be/LC_MESSAGES/sonnet6_qt.qm
+share/locale/be@latin/LC_MESSAGES/sonnet6_qt.qm
+share/locale/bg/LC_MESSAGES/sonnet6_qt.qm
+share/locale/bn/LC_MESSAGES/sonnet6_qt.qm
+share/locale/bn_IN/LC_MESSAGES/sonnet6_qt.qm
+share/locale/br/LC_MESSAGES/sonnet6_qt.qm
+share/locale/bs/LC_MESSAGES/sonnet6_qt.qm
+share/locale/ca/LC_MESSAGES/sonnet6_qt.qm
+share/locale/ca@valencia/LC_MESSAGES/sonnet6_qt.qm
+share/locale/crh/LC_MESSAGES/sonnet6_qt.qm
+share/locale/cs/LC_MESSAGES/sonnet6_qt.qm
+share/locale/csb/LC_MESSAGES/sonnet6_qt.qm
+share/locale/cy/LC_MESSAGES/sonnet6_qt.qm
+share/locale/da/LC_MESSAGES/sonnet6_qt.qm
+share/locale/de/LC_MESSAGES/sonnet6_qt.qm
+share/locale/el/LC_MESSAGES/sonnet6_qt.qm
+share/locale/en_GB/LC_MESSAGES/sonnet6_qt.qm
+share/locale/eo/LC_MESSAGES/sonnet6_qt.qm
+share/locale/es/LC_MESSAGES/sonnet6_qt.qm
+share/locale/et/LC_MESSAGES/sonnet6_qt.qm
+share/locale/eu/LC_MESSAGES/sonnet6_qt.qm
+share/locale/fa/LC_MESSAGES/sonnet6_qt.qm
+share/locale/fi/LC_MESSAGES/sonnet6_qt.qm
+share/locale/fr/LC_MESSAGES/sonnet6_qt.qm
+share/locale/fy/LC_MESSAGES/sonnet6_qt.qm
+share/locale/ga/LC_MESSAGES/sonnet6_qt.qm
+share/locale/gd/LC_MESSAGES/sonnet6_qt.qm
+share/locale/gl/LC_MESSAGES/sonnet6_qt.qm
+share/locale/gu/LC_MESSAGES/sonnet6_qt.qm
+share/locale/ha/LC_MESSAGES/sonnet6_qt.qm
+share/locale/he/LC_MESSAGES/sonnet6_qt.qm
+share/locale/hi/LC_MESSAGES/sonnet6_qt.qm
+share/locale/hne/LC_MESSAGES/sonnet6_qt.qm
+share/locale/hr/LC_MESSAGES/sonnet6_qt.qm
+share/locale/hsb/LC_MESSAGES/sonnet6_qt.qm
+share/locale/hu/LC_MESSAGES/sonnet6_qt.qm
+share/locale/hy/LC_MESSAGES/sonnet6_qt.qm
+share/locale/ia/LC_MESSAGES/sonnet6_qt.qm
+share/locale/id/LC_MESSAGES/sonnet6_qt.qm
+share/locale/is/LC_MESSAGES/sonnet6_qt.qm
+share/locale/it/LC_MESSAGES/sonnet6_qt.qm
+share/locale/ja/LC_MESSAGES/sonnet6_qt.qm
+share/locale/ka/LC_MESSAGES/sonnet6_qt.qm
+share/locale/kk/LC_MESSAGES/sonnet6_qt.qm
+share/locale/km/LC_MESSAGES/sonnet6_qt.qm
+share/locale/kn/LC_MESSAGES/sonnet6_qt.qm
+share/locale/ko/LC_MESSAGES/sonnet6_qt.qm
+share/locale/ku/LC_MESSAGES/sonnet6_qt.qm
+share/locale/lb/LC_MESSAGES/sonnet6_qt.qm
+share/locale/lt/LC_MESSAGES/sonnet6_qt.qm
+share/locale/lv/LC_MESSAGES/sonnet6_qt.qm
+share/locale/mai/LC_MESSAGES/sonnet6_qt.qm
+share/locale/mk/LC_MESSAGES/sonnet6_qt.qm
+share/locale/ml/LC_MESSAGES/sonnet6_qt.qm
+share/locale/mr/LC_MESSAGES/sonnet6_qt.qm
+share/locale/ms/LC_MESSAGES/sonnet6_qt.qm
+share/locale/nb/LC_MESSAGES/sonnet6_qt.qm
+share/locale/nds/LC_MESSAGES/sonnet6_qt.qm
+share/locale/ne/LC_MESSAGES/sonnet6_qt.qm
+share/locale/nl/LC_MESSAGES/sonnet6_qt.qm
+share/locale/nn/LC_MESSAGES/sonnet6_qt.qm
+share/locale/oc/LC_MESSAGES/sonnet6_qt.qm
+share/locale/or/LC_MESSAGES/sonnet6_qt.qm
+share/locale/pa/LC_MESSAGES/sonnet6_qt.qm
+share/locale/pl/LC_MESSAGES/sonnet6_qt.qm
+share/locale/ps/LC_MESSAGES/sonnet6_qt.qm
+share/locale/pt/LC_MESSAGES/sonnet6_qt.qm
+share/locale/pt_BR/LC_MESSAGES/sonnet6_qt.qm
+share/locale/ro/LC_MESSAGES/sonnet6_qt.qm
+share/locale/ru/LC_MESSAGES/sonnet6_qt.qm
+share/locale/se/LC_MESSAGES/sonnet6_qt.qm
+share/locale/si/LC_MESSAGES/sonnet6_qt.qm
+share/locale/sk/LC_MESSAGES/sonnet6_qt.qm
+share/locale/sl/LC_MESSAGES/sonnet6_qt.qm
+share/locale/sq/LC_MESSAGES/sonnet6_qt.qm
+share/locale/sr/LC_MESSAGES/sonnet6_qt.qm
+share/locale/sr@ijekavian/LC_MESSAGES/sonnet6_qt.qm
+share/locale/sr@ijekavianlatin/LC_MESSAGES/sonnet6_qt.qm
+share/locale/sr@latin/LC_MESSAGES/sonnet6_qt.qm
+share/locale/sv/LC_MESSAGES/sonnet6_qt.qm
+share/locale/ta/LC_MESSAGES/sonnet6_qt.qm
+share/locale/te/LC_MESSAGES/sonnet6_qt.qm
+share/locale/tg/LC_MESSAGES/sonnet6_qt.qm
+share/locale/th/LC_MESSAGES/sonnet6_qt.qm
+share/locale/tr/LC_MESSAGES/sonnet6_qt.qm
+share/locale/tt/LC_MESSAGES/sonnet6_qt.qm
+share/locale/ug/LC_MESSAGES/sonnet6_qt.qm
+share/locale/uk/LC_MESSAGES/sonnet6_qt.qm
+share/locale/uz/LC_MESSAGES/sonnet6_qt.qm
+share/locale/uz@cyrillic/LC_MESSAGES/sonnet6_qt.qm
+share/locale/vi/LC_MESSAGES/sonnet6_qt.qm
+share/locale/wa/LC_MESSAGES/sonnet6_qt.qm
+share/locale/xh/LC_MESSAGES/sonnet6_qt.qm
+share/locale/zh_CN/LC_MESSAGES/sonnet6_qt.qm
+share/locale/zh_HK/LC_MESSAGES/sonnet6_qt.qm
+share/locale/zh_TW/LC_MESSAGES/sonnet6_qt.qm
+share/qlogging-categories6/sonnet.categories
+share/qlogging-categories6/sonnet.renamecategories
Index: pkgsrc/textproc/kf6-sonnet/PLIST.Darwin
diff -u /dev/null pkgsrc/textproc/kf6-sonnet/PLIST.Darwin:1.1
--- /dev/null   Sun May 26 13:09:39 2024
+++ pkgsrc/textproc/kf6-sonnet/PLIST.Darwin     Sun May 26 13:09:39 2024
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST.Darwin,v 1.1 2024/05/26 13:09:39 markd Exp $
+qt6/plugins/kf6/sonnet/sonnet_nsspellchecker.so
Index: pkgsrc/textproc/kf6-sonnet/buildlink3.mk
diff -u /dev/null pkgsrc/textproc/kf6-sonnet/buildlink3.mk:1.1
--- /dev/null   Sun May 26 13:09:39 2024
+++ pkgsrc/textproc/kf6-sonnet/buildlink3.mk    Sun May 26 13:09:39 2024
@@ -0,0 +1,14 @@
+# $NetBSD: buildlink3.mk,v 1.1 2024/05/26 13:09:39 markd Exp $
+
+BUILDLINK_TREE+=       kf6-sonnet
+
+.if !defined(KF6_SONNET_BUILDLINK3_MK)
+KF6_SONNET_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.kf6-sonnet+=     kf6-sonnet>=6.2.0
+BUILDLINK_PKGSRCDIR.kf6-sonnet?=       ../../textproc/kf6-sonnet
+
+.include "../../x11/qt6-qtbase/buildlink3.mk"
+.endif # KF6_SONNET_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -kf6-sonnet
Index: pkgsrc/textproc/kf6-sonnet/distinfo
diff -u /dev/null pkgsrc/textproc/kf6-sonnet/distinfo:1.1
--- /dev/null   Sun May 26 13:09:39 2024
+++ pkgsrc/textproc/kf6-sonnet/distinfo Sun May 26 13:09:39 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/05/26 13:09:39 markd Exp $
+
+BLAKE2s (sonnet-6.2.0.tar.xz) = b872f6f15753cacbf387b89b65f088ca99f2c1ab93ddc4b15a2dda9ec455b346
+SHA512 (sonnet-6.2.0.tar.xz) = 925960e2c276cf8884fff2cfe7446acda17fbc024b36f85960f27d78d08c489ccb424489d09a440e403fc60684e489d2e1f91b881f8328907f6cc67fda3e8788
+Size (sonnet-6.2.0.tar.xz) = 2432848 bytes



Home | Main Index | Thread Index | Old Index