pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/featherpad editors/featherpad: update to 0.18.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2652e8648e79
branches:  trunk
changeset: 448483:2652e8648e79
user:      pin <pin%pkgsrc.org@localhost>
date:      Mon Mar 08 21:29:42 2021 +0000

description:
editors/featherpad: update to 0.18.0

-Fixed an old but rare problem in highlighting of multiline comments.
-Added Pascal syntax highlighting.
-Added Java syntax highlighting.
-Better highlighting of numeric literals in some programming languages.
-Taken into account some general variables of Perl when highlighting its syntax.
-Taken into account the possibility of using unpaired or different paired
delimiters for the second part of Perl's replacement operators.
-Fixes and improvements to Ruby syntax highlighting.
-Prevent Qt from giving any non-plain text to the selection clipboard.
-Made PageUp/PageDown select the first/last item of the search history when the
search line-edit is focused.
-Fixed the lack of Perl-style comments in PHP syntax highlighting.
-If needed, save cursor positions when the app is terminated by SIGTERM.
-Prevent the spell checker from changing an uneditable document.
-Added an icon to the tabs/view-items of files that have targets but aren't
symlinks (e.g., their parent directories are symlinks). Also, (1) when a final
target exists, two items are added to the tab/view-item context menu for
copying its path and opening it, and (2) if a file and some of its targets are
opened, only the first one is editable by default.
-Added JSON syntax highlighting.
-Added "math" and "equation" to LaTex syntax highlighting.

diffstat:

 editors/featherpad/Makefile |   4 ++--
 editors/featherpad/PLIST    |   3 ++-
 editors/featherpad/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (44 lines):

diff -r 46b71a008e82 -r 2652e8648e79 editors/featherpad/Makefile
--- a/editors/featherpad/Makefile       Mon Mar 08 21:28:38 2021 +0000
+++ b/editors/featherpad/Makefile       Mon Mar 08 21:29:42 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2021/01/12 08:33:46 pin Exp $
+# $NetBSD: Makefile,v 1.19 2021/03/08 21:29:42 pin Exp $
 
-VERSION=       0.17.2
+VERSION=       0.18.0
 DISTNAME=      FeatherPad-V${VERSION}
 PKGNAME=       featherpad-${VERSION}
 CATEGORIES=    editors
diff -r 46b71a008e82 -r 2652e8648e79 editors/featherpad/PLIST
--- a/editors/featherpad/PLIST  Mon Mar 08 21:28:38 2021 +0000
+++ b/editors/featherpad/PLIST  Mon Mar 08 21:29:42 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2021/01/06 19:22:04 pin Exp $
+@comment $NetBSD: PLIST,v 1.6 2021/03/08 21:29:42 pin Exp $
 bin/featherpad
 bin/fpad
 share/applications/featherpad.desktop
@@ -30,6 +30,7 @@
 share/featherpad/translations/featherpad_pt.qm
 share/featherpad/translations/featherpad_pt_BR.qm
 share/featherpad/translations/featherpad_ru.qm
+share/featherpad/translations/featherpad_si.qm
 share/featherpad/translations/featherpad_sk_SK.qm
 share/featherpad/translations/featherpad_tr.qm
 share/featherpad/translations/featherpad_zh_CN.qm
diff -r 46b71a008e82 -r 2652e8648e79 editors/featherpad/distinfo
--- a/editors/featherpad/distinfo       Mon Mar 08 21:28:38 2021 +0000
+++ b/editors/featherpad/distinfo       Mon Mar 08 21:29:42 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2021/01/12 08:33:46 pin Exp $
+$NetBSD: distinfo,v 1.11 2021/03/08 21:29:42 pin Exp $
 
-SHA1 (FeatherPad-V0.17.2.tar.gz) = 8bde237a6e6b7143b910300ea306280c686151c9
-RMD160 (FeatherPad-V0.17.2.tar.gz) = f381b354cf0fb5a63d64eb6e7122b331eb806588
-SHA512 (FeatherPad-V0.17.2.tar.gz) = 39721faa4c0b5c0920c9fdcbfaafe864b6e649145ec8b51ea1f3ca3ec038119caaf0a812362e226fd4e699d0f385508f1fb12992b2219f995b8486779d06b872
-Size (FeatherPad-V0.17.2.tar.gz) = 921192 bytes
+SHA1 (FeatherPad-V0.18.0.tar.gz) = 3ffc0c4d3f28034d5238b58b4111857152ca4eab
+RMD160 (FeatherPad-V0.18.0.tar.gz) = f04a3927a875b4ed9d87a4b2e0d38d4f052d737b
+SHA512 (FeatherPad-V0.18.0.tar.gz) = 3e0d008792dd55bc5e57654f9b032f0a66a60c682499c684cfc3b182fdc57a654bb5fb195b458af66ddd8db929b31e7bfa789bd9bdf33d32454fbbcb090bcd91
+Size (FeatherPad-V0.18.0.tar.gz) = 967643 bytes



Home | Main Index | Thread Index | Old Index