pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/dte
Module Name: pkgsrc
Committed By: nia
Date: Mon Mar 23 20:00:47 UTC 2020
Modified Files:
pkgsrc/editors/dte: Makefile distinfo
Log Message:
dte: Update to 1.9.1
v1.9.1 (latest release)
-----------------------
**Changes:**
* Fixed `make check` when running from a release tarball.
v1.9
----
**Additions:**
* Added a new `pipe-to` command, to complement the existing `pipe-from`
and `filter` commands.
* Added a new `show` command, which can be used to introspect the
current values of aliases and bindings.
* Added a `-k` flag to the `copy` command, to allow keeping the current
selection after copying.
* Added a man page entry for the (previously undocumented) `eval`
command.
* Added new `$FILETYPE` and `$LINENO` special variables.
* Added a `display-invisible` global option, to allow visible rendering
of otherwise invisible Unicode characters.
* Added an `-s` command-line flag, for validating custom syntax files.
* Added a compile-time `ICONV_DISABLE=1` option, which disables linking
to the system iconv library (but makes the editor UTF-8 only).
* Added a Desktop Entry file, which can be installed using
`make install-desktop-file`.
**Improvements:**
* Updated Unicode support to version 12.1.
* Modified the `errorfmt` command, to allow sub-match groups in the
regexp pattern to be ignored.
* Various improvements to syntax highlighting and filetype detection.
* Various performance optimizations.
**Fixes:**
* Fixed a bug that would sometimes cause files to be saved as UTF-8,
even if another encoding was specified.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/dte/Makefile \
pkgsrc/editors/dte/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/dte/Makefile
diff -u pkgsrc/editors/dte/Makefile:1.2 pkgsrc/editors/dte/Makefile:1.3
--- pkgsrc/editors/dte/Makefile:1.2 Fri Apr 26 14:57:57 2019
+++ pkgsrc/editors/dte/Makefile Mon Mar 23 20:00:47 2020
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2019/04/26 14:57:57 bsiegert Exp $
+# $NetBSD: Makefile,v 1.3 2020/03/23 20:00:47 nia Exp $
-DISTNAME= dte-1.8.2
+DISTNAME= dte-1.9.1
CATEGORIES= editors
-MASTER_SITES= ${MASTER_SITE_GITHUB:=craigbarnes/}
-GITHUB_RELEASE= v${PKGVERSION_NOREV}
+MASTER_SITES= https://craigbarnes.gitlab.io/dist/dte/
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://github.com/craigbarnes/dte/
+HOMEPAGE= https://craigbarnes.gitlab.io/dte/
COMMENT= Small and easy to use console text editor
LICENSE= gnu-gpl-v2
Index: pkgsrc/editors/dte/distinfo
diff -u pkgsrc/editors/dte/distinfo:1.2 pkgsrc/editors/dte/distinfo:1.3
--- pkgsrc/editors/dte/distinfo:1.2 Fri Apr 26 14:57:57 2019
+++ pkgsrc/editors/dte/distinfo Mon Mar 23 20:00:47 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/04/26 14:57:57 bsiegert Exp $
+$NetBSD: distinfo,v 1.3 2020/03/23 20:00:47 nia Exp $
-SHA1 (dte-1.8.2.tar.gz) = 6afe1855a44d7f4fd4d47e6c3a75ed25c2a6eca6
-RMD160 (dte-1.8.2.tar.gz) = b30f1e09b756a30c1c0ea25a746a8e5b572d1e51
-SHA512 (dte-1.8.2.tar.gz) = ed4cf6fb728521323e3489a87ec3c4185d2f780107468b40aa9d22e9319f0229e1726499d87204081b453c7e39301f6a39ab0b6d2a9d7a8fc528d006d3bd162e
-Size (dte-1.8.2.tar.gz) = 267142 bytes
+SHA1 (dte-1.9.1.tar.gz) = c5f1e8c7ec5c4e40a2c2ab3d3fe9ab8fbd41e8d0
+RMD160 (dte-1.9.1.tar.gz) = 54019ac3dc5e1a21cd6a7c508f1c11706ab68551
+SHA512 (dte-1.9.1.tar.gz) = f8bea92f518d5f5dec1a1052c4ee9fbd3175cd149140c43163bd4e2f2e5c3e68ee9289d3388555c635ce10a30a490907f8959fde74c49e357821cb85c9275358
+Size (dte-1.9.1.tar.gz) = 281750 bytes
Home |
Main Index |
Thread Index |
Old Index