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 Sep  1 06:58:40 UTC 2021

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

Log Message:
editors/featherpad: update to 1.0.0

Main changes:
- Miscellaneous fixes to syntax highlighting of some programming languages.
- Go is added to syntax highlighting.
- Final symlink targets are also checked for detecting programming languages.
- An option is added for disabling menu-bar accelerators.
- Number separators are used on the status-bar.
- AppStream metadata is added by City-busz.
- Support for OS/2 is added by josch1710.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/editors/featherpad/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/editors/featherpad/PLIST
cvs rdiff -u -r1.11 -r1.12 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.20 pkgsrc/editors/featherpad/Makefile:1.21
--- pkgsrc/editors/featherpad/Makefile:1.20     Wed Apr 21 11:41:32 2021
+++ pkgsrc/editors/featherpad/Makefile  Wed Sep  1 06:58:39 2021
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2021/04/21 11:41:32 adam Exp $
+# $NetBSD: Makefile,v 1.21 2021/09/01 06:58:39 pin Exp $
 
-VERSION=       0.18.0
+VERSION=       1.0.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.6 pkgsrc/editors/featherpad/PLIST:1.7
--- pkgsrc/editors/featherpad/PLIST:1.6 Mon Mar  8 21:29:42 2021
+++ pkgsrc/editors/featherpad/PLIST     Wed Sep  1 06:58:39 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2021/03/08 21:29:42 pin Exp $
+@comment $NetBSD: PLIST,v 1.7 2021/09/01 06:58:39 pin Exp $
 bin/featherpad
 bin/fpad
 share/applications/featherpad.desktop
@@ -14,6 +14,7 @@ share/featherpad/translations/featherpad
 share/featherpad/translations/featherpad_el.qm
 share/featherpad/translations/featherpad_eo.qm
 share/featherpad/translations/featherpad_es.qm
+share/featherpad/translations/featherpad_et.qm
 share/featherpad/translations/featherpad_fa.qm
 share/featherpad/translations/featherpad_fi.qm
 share/featherpad/translations/featherpad_fr.qm
@@ -33,6 +34,8 @@ share/featherpad/translations/featherpad
 share/featherpad/translations/featherpad_si.qm
 share/featherpad/translations/featherpad_sk_SK.qm
 share/featherpad/translations/featherpad_tr.qm
+share/featherpad/translations/featherpad_uk.qm
 share/featherpad/translations/featherpad_zh_CN.qm
 share/featherpad/translations/featherpad_zh_TW.qm
 share/icons/hicolor/scalable/apps/featherpad.svg
+share/metainfo/featherpad.metainfo.xml

Index: pkgsrc/editors/featherpad/distinfo
diff -u pkgsrc/editors/featherpad/distinfo:1.11 pkgsrc/editors/featherpad/distinfo:1.12
--- pkgsrc/editors/featherpad/distinfo:1.11     Mon Mar  8 21:29:42 2021
+++ pkgsrc/editors/featherpad/distinfo  Wed Sep  1 06:58:39 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2021/03/08 21:29:42 pin Exp $
+$NetBSD: distinfo,v 1.12 2021/09/01 06:58:39 pin Exp $
 
-SHA1 (FeatherPad-V0.18.0.tar.gz) = 3ffc0c4d3f28034d5238b58b4111857152ca4eab
-RMD160 (FeatherPad-V0.18.0.tar.gz) = f04a3927a875b4ed9d87a4b2e0d38d4f052d737b
-SHA512 (FeatherPad-V0.18.0.tar.gz) = 3e0d008792dd55bc5e57654f9b032f0a66a60c682499c684cfc3b182fdc57a654bb5fb195b458af66ddd8db929b31e7bfa789bd9bdf33d32454fbbcb090bcd91
-Size (FeatherPad-V0.18.0.tar.gz) = 967643 bytes
+SHA1 (FeatherPad-V1.0.0.tar.gz) = 95912b6e6093e8c292f3a38270538b7285e9c607
+RMD160 (FeatherPad-V1.0.0.tar.gz) = 90c1363426d74e05dfee1a42b874cabc8e18c4fa
+SHA512 (FeatherPad-V1.0.0.tar.gz) = 9f7e24fa5e89e269693bc0a37f79d987e4914dde2d2b46bd0385886383dab8b35556fbc0f5c5b7b9a2c3a41694174ffa8532c48def87d2972fbc73c1e9c38bf3
+Size (FeatherPad-V1.0.0.tar.gz) = 1010200 bytes



Home | Main Index | Thread Index | Old Index