Sat Apr 25 15:13:05 2020 UTC ()
/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.


(pin)
diff -r1.8 -r1.9 pkgsrc/editors/featherpad/Makefile
diff -r1.3 -r1.4 pkgsrc/editors/featherpad/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/editors/featherpad/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/featherpad/Makefile 2020/04/22 08:23:13 1.8
+++ pkgsrc/editors/featherpad/Makefile 2020/04/25 15:13:05 1.9
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.8 2020/04/22 08:23:13 pin Exp $ 1# $NetBSD: Makefile,v 1.9 2020/04/25 15:13:05 pin Exp $
2 2
3VERSION= 0.13.1 3VERSION= 0.14.0
4DISTNAME= FeatherPad-V${VERSION} 4DISTNAME= FeatherPad-V${VERSION}
5PKGNAME= featherpad-${VERSION} 5PKGNAME= featherpad-${VERSION}
6PKGREVISION= 1 
7CATEGORIES= editors 6CATEGORIES= editors
8MASTER_SITES= ${MASTER_SITE_GITHUB:=tsujan/} 7MASTER_SITES= ${MASTER_SITE_GITHUB:=tsujan/}
9GITHUB_TAG= V${PKGVERSION_NOREV} 8GITHUB_TAG= V${PKGVERSION_NOREV}
10 9
11MAINTAINER= pin@NetBSD.org 10MAINTAINER= pin@NetBSD.org
12HOMEPAGE= https://github.com/tsujan/FeatherPad/ 11HOMEPAGE= https://github.com/tsujan/FeatherPad/
13COMMENT= Lightweight Qt5 plain-text editor 12COMMENT= Lightweight Qt5 plain-text editor
14LICENSE= gnu-gpl-v3 13LICENSE= gnu-gpl-v3
15 14
16WRKSRC= ${WRKDIR}/FeatherPad-${VERSION} 15WRKSRC= ${WRKDIR}/FeatherPad-${VERSION}
17USE_CMAKE= yes 16USE_CMAKE= yes
18USE_TOOLS+= pkg-config 17USE_TOOLS+= pkg-config
19USE_LANGUAGES= c c++ 18USE_LANGUAGES= c c++

cvs diff -r1.3 -r1.4 pkgsrc/editors/featherpad/distinfo (expand / switch to unified diff)

--- pkgsrc/editors/featherpad/distinfo 2020/03/14 22:17:55 1.3
+++ pkgsrc/editors/featherpad/distinfo 2020/04/25 15:13:05 1.4
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.3 2020/03/14 22:17:55 gutteridge Exp $ 1$NetBSD: distinfo,v 1.4 2020/04/25 15:13:05 pin Exp $
2 2
3SHA1 (FeatherPad-V0.13.1.tar.gz) = a6c1ba9e52c41eef559517dc7a9cd7471d1c7646 3SHA1 (FeatherPad-V0.14.0.tar.gz) = 9326d59bc93ec872b2bbde5b4e10d8e84f53d033
4RMD160 (FeatherPad-V0.13.1.tar.gz) = d19b098bef004e77c9cd2d5846e3d79b29a6e5ba 4RMD160 (FeatherPad-V0.14.0.tar.gz) = f94437afb415faed17d26a2a3700d24f68993d42
5SHA512 (FeatherPad-V0.13.1.tar.gz) = 287a97907baba93a760751f8f28472b12d6c65ebb0855fcf684e126d8635adbc4e00b2fb4703bbabdc182b8a337dd9281b5b2c97add4b571fca976d90ecc7db9 5SHA512 (FeatherPad-V0.14.0.tar.gz) = c61abf225ff8215575b7ef4395df6f477d596caf7ca1fcf5aa499e90216792bc02feca0caf6f36048688b0441171c57b43c7558a37ba611076066b9f26fc7842
6Size (FeatherPad-V0.13.1.tar.gz) = 822687 bytes 6Size (FeatherPad-V0.14.0.tar.gz) = 827431 bytes