pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/st-term Update x11/st-term to 0.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d14965edfef2
branches:  trunk
changeset: 351018:d14965edfef2
user:      leot <leot%pkgsrc.org@localhost>
date:      Fri Aug 12 09:16:57 2016 +0000

description:
Update x11/st-term to 0.7

Changes:
* Big input and output to the escape code parser have been fixed. This was an
  addition to the copy and paste fix of the last release.
* Many comments to the config.def.h were added to make the complexity of
  terminals easier to grasp. Terminals are still complex and not easy to
  understand.
* -T is the same as -t for compatibility reasons - to set the title of the
  window.
* You can now define the mouse shape, mouse background and mouse foreground
  color.
* Fixes in the UTF-8 wide character handling were applied.
* Invalid UTF-8 characters are handled better.
* There is now more documentation for the -l option, which is the way to make
  st directly connect to some other pseudo terminal or a serial line.
* You can now send a break to the terminal.
* The default stty args have been changed. Look into the source for details,
  if you depend on them in your setup.
* The default font is now using antialias and autohint.
* The libXext dependency has been removed.
* Some eastereggs were added. You may find them easily.
* -n has been introduced for setting the application class. This is useful for
  complex st setups in dwm.
* Some backspace fixes. Please still not forget to read up all the history
  books on backspace behaviour of the time and in different implementations
  before you file any bug on it. This is a requirement.
* DPI handling is optimized.

Many  patches were incorporated by many contributes. Thank you for help-
ing making st the tool which makes our life easier!

diffstat:

 x11/st-term/Makefile |  5 ++---
 x11/st-term/distinfo |  9 +++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (33 lines):

diff -r 588cfa2bd104 -r d14965edfef2 x11/st-term/Makefile
--- a/x11/st-term/Makefile      Thu Aug 11 23:11:47 2016 +0000
+++ b/x11/st-term/Makefile      Fri Aug 12 09:16:57 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2016/03/10 12:58:25 leot Exp $
+# $NetBSD: Makefile,v 1.3 2016/08/12 09:16:57 leot Exp $
 
-DISTNAME=      st-0.6
+DISTNAME=      st-0.7
 PKGNAME=       ${DISTNAME:S/-/-term-/}
 CATEGORIES=    x11
 MASTER_SITES=  http://dl.suckless.org/st/
@@ -36,6 +36,5 @@
 .include "../../fonts/fontconfig/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
-.include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/libXft/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 588cfa2bd104 -r d14965edfef2 x11/st-term/distinfo
--- a/x11/st-term/distinfo      Thu Aug 11 23:11:47 2016 +0000
+++ b/x11/st-term/distinfo      Fri Aug 12 09:16:57 2016 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/02/02 16:31:43 leot Exp $
+$NetBSD: distinfo,v 1.2 2016/08/12 09:16:57 leot Exp $
 
-SHA1 (st-0.6.tar.gz) = a1ce3252f391f9fac63c2ebf1ed12b3f696348d6
-RMD160 (st-0.6.tar.gz) = 22009370a4d891ac0383d41f863dcbf732ec6442
-Size (st-0.6.tar.gz) = 40271 bytes
+SHA1 (st-0.7.tar.gz) = 358bca5bfc6ee85352dcd4f45f13f78474e5de42
+RMD160 (st-0.7.tar.gz) = 0cf624e92b6f9287ad0d4b1225381b23b24dd3e4
+SHA512 (st-0.7.tar.gz) = 9384820d373bfaaef1887290351d8c34abeef26cd7d50ddbae56ffb865864bcca9be798c6238bf1ce595ba7c317f2c1d97653055da0aa302e322eeee822768d4
+Size (st-0.7.tar.gz) = 42418 bytes



Home | Main Index | Thread Index | Old Index