pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/st-term



Module Name:    pkgsrc
Committed By:   leot
Date:           Fri Aug 12 09:16:57 UTC 2016

Modified Files:
        pkgsrc/x11/st-term: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/st-term/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/st-term/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/st-term/Makefile
diff -u pkgsrc/x11/st-term/Makefile:1.2 pkgsrc/x11/st-term/Makefile:1.3
--- pkgsrc/x11/st-term/Makefile:1.2     Thu Mar 10 12:58:25 2016
+++ pkgsrc/x11/st-term/Makefile Fri Aug 12 09:16:57 2016
@@ -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 @@ INSTALLATION_DIRS=    bin ${PKGMANDIR}/man1
 .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"

Index: pkgsrc/x11/st-term/distinfo
diff -u pkgsrc/x11/st-term/distinfo:1.1 pkgsrc/x11/st-term/distinfo:1.2
--- pkgsrc/x11/st-term/distinfo:1.1     Tue Feb  2 16:31:43 2016
+++ pkgsrc/x11/st-term/distinfo Fri Aug 12 09:16:57 2016
@@ -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