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 1.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/92bc4722a14d
branches:  trunk
changeset: 771846:92bc4722a14d
user:      pin <pin%pkgsrc.org@localhost>
date:      Wed Dec 29 05:47:44 2021 +0000

description:
editors/featherpad: update to 1.1.0

● A problem is fixed in saving with UTF-16.
● A very rare stack overflow is prevented when matching brackets in huge files.
● The maximum number of recent files is increased to 50.
● Added Tcl syntax highlighting.
● Lots of keywords are added to syntax highlighting for various programming
  languages.
● Fixes and improvements to XML and Lua syntax highlighting.
● Enabled experimental compilation against Qt6 (→ INSTALL). The default cmake
  compilation is still against Qt5.

diffstat:

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

diffs (55 lines):

diff -r 9a982693b247 -r 92bc4722a14d editors/featherpad/Makefile
--- a/editors/featherpad/Makefile       Wed Dec 29 05:46:34 2021 +0000
+++ b/editors/featherpad/Makefile       Wed Dec 29 05:47:44 2021 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2021/12/08 16:04:09 adam Exp $
+# $NetBSD: Makefile,v 1.24 2021/12/29 05:47:44 pin Exp $
 
-VERSION=       1.0.1
+VERSION=       1.1.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 9a982693b247 -r 92bc4722a14d editors/featherpad/PLIST
--- a/editors/featherpad/PLIST  Wed Dec 29 05:46:34 2021 +0000
+++ b/editors/featherpad/PLIST  Wed Dec 29 05:47:44 2021 +0000
@@ -1,12 +1,14 @@
-@comment $NetBSD: PLIST,v 1.7 2021/09/01 06:58:39 pin Exp $
+@comment $NetBSD: PLIST,v 1.8 2021/12/29 05:47:44 pin Exp $
 bin/featherpad
 bin/fpad
 share/applications/featherpad.desktop
 share/featherpad/help
+share/featherpad/help_ca
 share/featherpad/help_ja
 share/featherpad/help_pt_BR
 share/featherpad/translations/featherpad_ar_DZ.qm
 share/featherpad/translations/featherpad_bg.qm
+share/featherpad/translations/featherpad_ca.qm
 share/featherpad/translations/featherpad_cs.qm
 share/featherpad/translations/featherpad_cy.qm
 share/featherpad/translations/featherpad_da.qm
@@ -19,6 +21,7 @@
 share/featherpad/translations/featherpad_fi.qm
 share/featherpad/translations/featherpad_fr.qm
 share/featherpad/translations/featherpad_he.qm
+share/featherpad/translations/featherpad_hr.qm
 share/featherpad/translations/featherpad_hu.qm
 share/featherpad/translations/featherpad_id.qm
 share/featherpad/translations/featherpad_it.qm
diff -r 9a982693b247 -r 92bc4722a14d editors/featherpad/distinfo
--- a/editors/featherpad/distinfo       Wed Dec 29 05:46:34 2021 +0000
+++ b/editors/featherpad/distinfo       Wed Dec 29 05:47:44 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2021/10/26 10:21:28 nia Exp $
+$NetBSD: distinfo,v 1.16 2021/12/29 05:47:44 pin Exp $
 
-BLAKE2s (FeatherPad-V1.0.1.tar.gz) = 6e1d1104ed687b60603693d99be62bf0d58eec2c4ed6627d373f7f7a5dbdcbe7
-SHA512 (FeatherPad-V1.0.1.tar.gz) = 8d1a07f8f32f63ec77e6bff8a39badd1eef87b0675096f964ff2fa770dda7c79ec9a1f788cbfa77528163aeb6c6067ca74e009293eca2e718dce92a48aef5f98
-Size (FeatherPad-V1.0.1.tar.gz) = 1014744 bytes
+BLAKE2s (FeatherPad-V1.1.0.tar.gz) = 5fbedbc9533f427340247b9907a2978a106317df703a3a54fe74acdef1427a7b
+SHA512 (FeatherPad-V1.1.0.tar.gz) = c734619ea8eda2709ccfa4d1b3c2ac541f32d52f31f0896ddf3c1c5733f175da9d955458a62a34221400a73003970cf796f59cf574b499831267b6f4d1a28d21
+Size (FeatherPad-V1.1.0.tar.gz) = 1061070 bytes


Home | Main Index | Thread Index | Old Index