pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/featherpad



Module Name:    pkgsrc
Committed By:   pin
Date:           Mon Mar  8 21:29:42 UTC 2021

Modified Files:
        pkgsrc/editors/featherpad: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/editors/featherpad/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/editors/featherpad/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/editors/featherpad/distinfo

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

Modified files:

Index: pkgsrc/editors/featherpad/Makefile
diff -u pkgsrc/editors/featherpad/Makefile:1.18 pkgsrc/editors/featherpad/Makefile:1.19
--- pkgsrc/editors/featherpad/Makefile:1.18     Tue Jan 12 08:33:46 2021
+++ pkgsrc/editors/featherpad/Makefile  Mon Mar  8 21:29:42 2021
@@ -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

Index: pkgsrc/editors/featherpad/PLIST
diff -u pkgsrc/editors/featherpad/PLIST:1.5 pkgsrc/editors/featherpad/PLIST:1.6
--- pkgsrc/editors/featherpad/PLIST:1.5 Wed Jan  6 19:22:04 2021
+++ pkgsrc/editors/featherpad/PLIST     Mon Mar  8 21:29:42 2021
@@ -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
 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

Index: pkgsrc/editors/featherpad/distinfo
diff -u pkgsrc/editors/featherpad/distinfo:1.10 pkgsrc/editors/featherpad/distinfo:1.11
--- pkgsrc/editors/featherpad/distinfo:1.10     Tue Jan 12 08:33:46 2021
+++ pkgsrc/editors/featherpad/distinfo  Mon Mar  8 21:29:42 2021
@@ -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