summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpin <pin@pkgsrc.org>2021-02-26 11:24:33 +0000
committerpin <pin@pkgsrc.org>2021-02-26 11:24:33 +0000
commit255e45bc54066a139120e018ccc3ee2627e1b6d0 (patch)
tree5b88d905daf81f3d88f037ddb66c0a112bbd29b1
parent1e4e2b01ea82447c4662b1a93cafe8366c2e5561 (diff)
downloadpkgsrc-255e45bc54066a139120e018ccc3ee2627e1b6d0.tar.gz
x11/xst: expand DESC as requested by @wiz via e-mail
-rw-r--r--x11/xst/DESCR15
-rw-r--r--x11/xst/Makefile4
2 files changed, 16 insertions, 3 deletions
diff --git a/x11/xst/DESCR b/x11/xst/DESCR
index 17455fb5c84..b490352074d 100644
--- a/x11/xst/DESCR
+++ b/x11/xst/DESCR
@@ -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.
diff --git a/x11/xst/Makefile b/x11/xst/Makefile
index e3aa4fe3cd4..f17f97dbadf 100644
--- a/x11/xst/Makefile
+++ b/x11/xst/Makefile
@@ -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
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