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:           Thu Mar 15 10:52:38 UTC 2018

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

Log Message:
st-term: Update x11/st-term to 0.8

Changes:
0.8
---
There are many features and code that has been rewritten. Particulary
noteworthy is now a more clear separation of the X11/Xft code and the terminal
emulator logic.

Some peole have shown interest in writing a Wayland port, writing specific
(fuzz) tests for the terminal emulator or reusing the terminal emulator code.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/st-term/Makefile
cvs rdiff -u -r1.2 -r1.3 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.6 pkgsrc/x11/st-term/Makefile:1.7
--- pkgsrc/x11/st-term/Makefile:1.6     Mon Mar 12 11:17:57 2018
+++ pkgsrc/x11/st-term/Makefile Thu Mar 15 10:52:38 2018
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2018/03/12 11:17:57 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2018/03/15 10:52:38 leot Exp $
 
-DISTNAME=      st-0.7
+DISTNAME=      st-0.8
 PKGNAME=       ${DISTNAME:S/-/-term-/}
-PKGREVISION=   2
 CATEGORIES=    x11
 MASTER_SITES=  https://dl.suckless.org/st/
 

Index: pkgsrc/x11/st-term/distinfo
diff -u pkgsrc/x11/st-term/distinfo:1.2 pkgsrc/x11/st-term/distinfo:1.3
--- pkgsrc/x11/st-term/distinfo:1.2     Fri Aug 12 09:16:57 2016
+++ pkgsrc/x11/st-term/distinfo Thu Mar 15 10:52:38 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2016/08/12 09:16:57 leot Exp $
+$NetBSD: distinfo,v 1.3 2018/03/15 10:52:38 leot Exp $
 
-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
+SHA1 (st-0.8.tar.gz) = 940cc305bf6f138c256cd3c07b334993645c663c
+RMD160 (st-0.8.tar.gz) = 4880f960be2dfd182350b58115bf7bc969a0181f
+SHA512 (st-0.8.tar.gz) = 47af80560f3bd803719b83e95affcb5425fed419fa4703dbd66ee2080f6671597aaba8110f3f7959190e8c3e2b02c62edf062fab950b2649f1d8c532c183de84
+Size (st-0.8.tar.gz) = 45401 bytes



Home | Main Index | Thread Index | Old Index