pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/mle
Module Name: pkgsrc
Committed By: ktnb
Date: Sun Apr 12 02:11:00 UTC 2026
Modified Files:
pkgsrc/editors/mle: Makefile distinfo
Log Message:
mle: update to 1.8.1
### changed
- improve perf of mark functions
- change syntax shortcut from `-y-` to `-yy`
- avoid zeroing the viewport when paging less than screen height
### added
- include cosmopolitan libc build
- add `cmd_split_adjust`
- add uninstall make target
- display error on buffer open failure
- add `cmd_print_macro`
- add isearch conveniences
- add `cmd_replace_all`
- parameterize page up and down
- add `cmd_macro_apply_last`
### fixed
- fix order of aproc callback
- fix browse bug
- clean up via sanitizers
- avoid reading non-regular files
- fix infinite loop in replace
- clean up via static analysis
- fix bug preventing save prompt when closing split
- fix viewport bug
- fatal if terminal init fails
- fix `-N` bugs
- clear compiler warnings
- harden build
- fix color_col bug
- fix isearch bug
- honor `CPPFLAGS`
- fix paste in `-Qi` mode
- fix cursor bugs
- fix mouse bug after force redraw
- fix compat issues in tests
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/editors/mle/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/editors/mle/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/mle/Makefile
diff -u pkgsrc/editors/mle/Makefile:1.5 pkgsrc/editors/mle/Makefile:1.6
--- pkgsrc/editors/mle/Makefile:1.5 Thu Oct 23 20:36:43 2025
+++ pkgsrc/editors/mle/Makefile Sun Apr 12 02:11:00 2026
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2025/10/23 20:36:43 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2026/04/12 02:11:00 ktnb Exp $
-DISTNAME= mle-1.7.2
-PKGREVISION= 1
+DISTNAME= mle-1.8.1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=adsr/}
-GITHUB_RELEASE= v${PKGVERSION_NOREV}
+GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= ktnb%NetBSD.org@localhost
HOMEPAGE= https://github.com/adsr/mle/
Index: pkgsrc/editors/mle/distinfo
diff -u pkgsrc/editors/mle/distinfo:1.1 pkgsrc/editors/mle/distinfo:1.2
--- pkgsrc/editors/mle/distinfo:1.1 Mon Mar 18 07:16:43 2024
+++ pkgsrc/editors/mle/distinfo Sun Apr 12 02:11:00 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2024/03/18 07:16:43 wiz Exp $
+$NetBSD: distinfo,v 1.2 2026/04/12 02:11:00 ktnb Exp $
-BLAKE2s (mle-1.7.2.tar.gz) = ca85e28974b12393e338d428e73ed682327d2414e6f6839af219b6f06dcb1aba
-SHA512 (mle-1.7.2.tar.gz) = 63b86a5451bbb8772a34afc3b079b2ab66965c9984afdc2ea3d7eac6e3ace746c931426f0a5dd9a862e1c8a49c9e30d2a3279aec1060d3f15964e1dae9006696
-Size (mle-1.7.2.tar.gz) = 3629526 bytes
+BLAKE2s (mle-1.8.1.tar.gz) = cd5670335192bce22ae84eb7fba20d86db0764159bac96994ec5911b1a0efa11
+SHA512 (mle-1.8.1.tar.gz) = 0f2aa14b1d822791f09f9fe627d8e8d867dfdd53e9a5eccb3cf9a3979b9061ea635417eca298b6f2eccde8ee8505a6279cae54dfcb2fd2376638af367dab11e5
+Size (mle-1.8.1.tar.gz) = 167886 bytes
Home |
Main Index |
Thread Index |
Old Index