pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xst
Module Name: pkgsrc
Committed By: pin
Date: Fri Feb 26 11:24:33 UTC 2021
Modified Files:
pkgsrc/x11/xst: DESCR Makefile
Log Message:
x11/xst: expand DESC as requested by @wiz via e-mail
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/xst/DESCR
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/xst/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/xst/DESCR
diff -u pkgsrc/x11/xst/DESCR:1.1 pkgsrc/x11/xst/DESCR:1.2
--- pkgsrc/x11/xst/DESCR:1.1 Thu Feb 25 15:27:19 2021
+++ pkgsrc/x11/xst/DESCR Fri Feb 26 11:24:33 2021
@@ -1 +1,14 @@
-xst is a st fork with some patches applied and other goodies.
+st is a simple terminal implementation for X from suckless.org
+xst is a st fork that adds Xresources support and some pretty good patches.
+
+xst contains the following suckless patches already applied to the source code:
+-alpha
+-boxdraw
+-clipboard
+-disable bold/italic fonts
+-externalpipe
+-scrollback
+-spoiler
+-vertcenter
+
+Note that the hidecursor patch is not supported.
Index: pkgsrc/x11/xst/Makefile
diff -u pkgsrc/x11/xst/Makefile:1.2 pkgsrc/x11/xst/Makefile:1.3
--- pkgsrc/x11/xst/Makefile:1.2 Fri Feb 26 09:17:57 2021
+++ pkgsrc/x11/xst/Makefile Fri Feb 26 11:24:33 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/02/26 09:17:57 pin Exp $
+# $NetBSD: Makefile,v 1.3 2021/02/26 11:24:33 pin Exp $
DISTNAME= xst-0.8.4.1
CATEGORIES= x11
@@ -7,7 +7,7 @@ GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pin%NetBSD.org@localhost
HOMEPAGE= https://github.com/gnotclub/xst/
-COMMENT= st fork that uses Xresources and some patches
+COMMENT= st fork that adds support for Xresources
LICENSE= mit
MAKE_JOBS_SAFE= no
Home |
Main Index |
Thread Index |
Old Index