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.14.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e831e597fca
branches:  trunk
changeset: 428139:3e831e597fca
user:      pin <pin%pkgsrc.org@localhost>
date:      Sat Apr 25 15:13:05 2020 +0000

description:
/editors/featherpad: Update to 0.14.0

Changelog picked from https://github.com/tsujan/FeatherPad/releases:

V0.14.0

This release is mostly about speeding up syntax highlighting, especially for
big documents. In some cases (e.g., with HTML, XML, CSS, Bash or Perl),
the job is done multiple times faster.

Also:
- A bug is fixed in handling relative file paths that contain no slash.
- JavaScript template literals (back quotes) are supported.
- CSS syntax highlighting is fixed and improved.
- Small fixes.

diffstat:

 editors/featherpad/Makefile |   5 ++---
 editors/featherpad/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r 8d02b06063f0 -r 3e831e597fca editors/featherpad/Makefile
--- a/editors/featherpad/Makefile       Sat Apr 25 14:58:24 2020 +0000
+++ b/editors/featherpad/Makefile       Sat Apr 25 15:13:05 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2020/04/22 08:23:13 pin Exp $
+# $NetBSD: Makefile,v 1.9 2020/04/25 15:13:05 pin Exp $
 
-VERSION=       0.13.1
+VERSION=       0.14.0
 DISTNAME=      FeatherPad-V${VERSION}
 PKGNAME=       featherpad-${VERSION}
-PKGREVISION=   1
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tsujan/}
 GITHUB_TAG=    V${PKGVERSION_NOREV}
diff -r 8d02b06063f0 -r 3e831e597fca editors/featherpad/distinfo
--- a/editors/featherpad/distinfo       Sat Apr 25 14:58:24 2020 +0000
+++ b/editors/featherpad/distinfo       Sat Apr 25 15:13:05 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/03/14 22:17:55 gutteridge Exp $
+$NetBSD: distinfo,v 1.4 2020/04/25 15:13:05 pin Exp $
 
-SHA1 (FeatherPad-V0.13.1.tar.gz) = a6c1ba9e52c41eef559517dc7a9cd7471d1c7646
-RMD160 (FeatherPad-V0.13.1.tar.gz) = d19b098bef004e77c9cd2d5846e3d79b29a6e5ba
-SHA512 (FeatherPad-V0.13.1.tar.gz) = 287a97907baba93a760751f8f28472b12d6c65ebb0855fcf684e126d8635adbc4e00b2fb4703bbabdc182b8a337dd9281b5b2c97add4b571fca976d90ecc7db9
-Size (FeatherPad-V0.13.1.tar.gz) = 822687 bytes
+SHA1 (FeatherPad-V0.14.0.tar.gz) = 9326d59bc93ec872b2bbde5b4e10d8e84f53d033
+RMD160 (FeatherPad-V0.14.0.tar.gz) = f94437afb415faed17d26a2a3700d24f68993d42
+SHA512 (FeatherPad-V0.14.0.tar.gz) = c61abf225ff8215575b7ef4395df6f477d596caf7ca1fcf5aa499e90216792bc02feca0caf6f36048688b0441171c57b43c7558a37ba611076066b9f26fc7842
+Size (FeatherPad-V0.14.0.tar.gz) = 827431 bytes



Home | Main Index | Thread Index | Old Index