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 Aug 24 07:37:48 UTC 2020

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

Log Message:
editors/featherpad: update to 0.15.0

V0.15.0
---------
 * Added optional selection highlighting (without interfering with search
 highlighting).
 * Fixed a small bug in search highlighting with tab DND/detachment.
 * Added simple Haxe highlighting (by using JS codes).
 * Fixed multiline "</>" in JS.
 * Disabled the RTL workaround when lines aren't wrapped.
 * Don't clear replacement highlights when the window is minimized.
 * Always truncate absurdly huge lines in uneditable documents.
 * Fixed a problem in the state of the language button after toggling syntax
 highlighting.
 * Fixed a rare case, where the text's format and highlight weren't updated.
 The fix also simplifies the code.
 * Highlight only the first 1000 replacements if there are more.
 * Added an item (to the Edit menu as well as the context menu) for converting
 all text tabs to spaces.
 * Added an option to paste file paths instead of files (by default, FeatherPad
 opens pasted files).


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/editors/featherpad/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/featherpad/PLIST
cvs rdiff -u -r1.6 -r1.7 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.13 pkgsrc/editors/featherpad/Makefile:1.14
--- pkgsrc/editors/featherpad/Makefile:1.13     Mon Aug 17 20:18:33 2020
+++ pkgsrc/editors/featherpad/Makefile  Mon Aug 24 07:37:48 2020
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2020/08/17 20:18:33 leot Exp $
+# $NetBSD: Makefile,v 1.14 2020/08/24 07:37:48 pin Exp $
 
-VERSION=       0.14.2
+VERSION=       0.15.0
 DISTNAME=      FeatherPad-V${VERSION}
 PKGNAME=       featherpad-${VERSION}
-PKGREVISION=   1
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tsujan/}
 GITHUB_TAG=    V${PKGVERSION_NOREV}

Index: pkgsrc/editors/featherpad/PLIST
diff -u pkgsrc/editors/featherpad/PLIST:1.2 pkgsrc/editors/featherpad/PLIST:1.3
--- pkgsrc/editors/featherpad/PLIST:1.2 Wed Mar 11 01:15:54 2020
+++ pkgsrc/editors/featherpad/PLIST     Mon Aug 24 07:37:48 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2020/03/11 01:15:54 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/08/24 07:37:48 pin Exp $
 bin/featherpad
 bin/fpad
 share/applications/featherpad.desktop
@@ -18,6 +18,7 @@ share/featherpad/translations/featherpad
 share/featherpad/translations/featherpad_id.qm
 share/featherpad/translations/featherpad_it.qm
 share/featherpad/translations/featherpad_ja.qm
+share/featherpad/translations/featherpad_ko.qm
 share/featherpad/translations/featherpad_lt.qm
 share/featherpad/translations/featherpad_nb_NO.qm
 share/featherpad/translations/featherpad_nl.qm

Index: pkgsrc/editors/featherpad/distinfo
diff -u pkgsrc/editors/featherpad/distinfo:1.6 pkgsrc/editors/featherpad/distinfo:1.7
--- pkgsrc/editors/featherpad/distinfo:1.6      Fri Jun 12 11:25:55 2020
+++ pkgsrc/editors/featherpad/distinfo  Mon Aug 24 07:37:48 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2020/06/12 11:25:55 pin Exp $
+$NetBSD: distinfo,v 1.7 2020/08/24 07:37:48 pin Exp $
 
-SHA1 (FeatherPad-V0.14.2.tar.gz) = 3c22698b065b19b9f269699234b29babb20fce39
-RMD160 (FeatherPad-V0.14.2.tar.gz) = 06b0d67d02c71652707bb51d4a8ea4db44d2c8e7
-SHA512 (FeatherPad-V0.14.2.tar.gz) = d66b999b11fb42de0ffe270b01186a9fbdedd211bf03f81c3b2adc717c2d427f5292008c1e5319c01a90e50ec23bc92767940741a80780fa9160fd3ce4839016
-Size (FeatherPad-V0.14.2.tar.gz) = 828977 bytes
+SHA1 (FeatherPad-V0.15.0.tar.gz) = 992910ad46be76f5c4b2d927238abeb48910f7ff
+RMD160 (FeatherPad-V0.15.0.tar.gz) = e5f3d324f91cf025ee27d2b10ee833e28589ff49
+SHA512 (FeatherPad-V0.15.0.tar.gz) = 8cac212e8110c1b39342e7bc85f3677f662058c1f78babe8006cdbced966a8dc403132522050a84f2aa043881310f9171caff0d5cc23a95f1dbf01f274cd86e8
+Size (FeatherPad-V0.15.0.tar.gz) = 849218 bytes



Home | Main Index | Thread Index | Old Index