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:           Wed Dec 29 05:47:44 UTC 2021

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/editors/featherpad/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/editors/featherpad/PLIST
cvs rdiff -u -r1.15 -r1.16 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.23 pkgsrc/editors/featherpad/Makefile:1.24
--- pkgsrc/editors/featherpad/Makefile:1.23     Wed Dec  8 16:04:09 2021
+++ pkgsrc/editors/featherpad/Makefile  Wed Dec 29 05:47:44 2021
@@ -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}

Index: pkgsrc/editors/featherpad/PLIST
diff -u pkgsrc/editors/featherpad/PLIST:1.7 pkgsrc/editors/featherpad/PLIST:1.8
--- pkgsrc/editors/featherpad/PLIST:1.7 Wed Sep  1 06:58:39 2021
+++ pkgsrc/editors/featherpad/PLIST     Wed Dec 29 05:47:44 2021
@@ -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
 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

Index: pkgsrc/editors/featherpad/distinfo
diff -u pkgsrc/editors/featherpad/distinfo:1.15 pkgsrc/editors/featherpad/distinfo:1.16
--- pkgsrc/editors/featherpad/distinfo:1.15     Tue Oct 26 10:21:28 2021
+++ pkgsrc/editors/featherpad/distinfo  Wed Dec 29 05:47:44 2021
@@ -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