diff options
author | khorben <khorben@pkgsrc.org> | 2016-05-30 22:58:05 +0000 |
---|---|---|
committer | khorben <khorben@pkgsrc.org> | 2016-05-30 22:58:05 +0000 |
commit | 8efb438e182ca698c1ae14aa8a9dc7574b059175 (patch) | |
tree | dba5c995694618dd1e231aefbd5eb9eea30c4ac3 /x11 | |
parent | 68009150c2991b4732b1e6e1895eeabccfc07bb3 (diff) | |
download | pkgsrc-8efb438e182ca698c1ae14aa8a9dc7574b059175.tar.gz |
Import xtermcontrol 3.3
Xtermcontrol enables dynamic control of xterm properties. It makes it
easy to change colors, title, font and geometry of a running xterm, as
well as to report the current settings of these properties. Window
manipulations de-/iconify, raise/lower, maximize/restore and reset are
also supported.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xtermcontrol/DESCR | 8 | ||||
-rw-r--r-- | x11/xtermcontrol/Makefile | 14 | ||||
-rw-r--r-- | x11/xtermcontrol/PLIST | 3 | ||||
-rw-r--r-- | x11/xtermcontrol/distinfo | 6 |
4 files changed, 31 insertions, 0 deletions
diff --git a/x11/xtermcontrol/DESCR b/x11/xtermcontrol/DESCR new file mode 100644 index 00000000000..03df69a86c8 --- /dev/null +++ b/x11/xtermcontrol/DESCR @@ -0,0 +1,8 @@ +Xtermcontrol enables dynamic control of xterm properties. It makes it +easy to change colors, title, font and geometry of a running xterm, as +well as to report the current settings of these properties. Window +manipulations de-/iconify, raise/lower, maximize/restore and reset are +also supported. + +To complete the feature set; xtermcontrol lets advanced users issue any +xterm control sequence of their choosing. diff --git a/x11/xtermcontrol/Makefile b/x11/xtermcontrol/Makefile new file mode 100644 index 00000000000..af9dbfbccfa --- /dev/null +++ b/x11/xtermcontrol/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1 2016/05/30 22:58:05 khorben Exp $ + +DISTNAME= xtermcontrol-3.3 +CATEGORIES= x11 +MASTER_SITES= http://thrysoee.dk/xtermcontrol/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://thrysoee.dk/xtermcontrol/ +COMMENT= Dynamic control of xterm properties +LICENSE= gnu-gpl-v2 + +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xtermcontrol/PLIST b/x11/xtermcontrol/PLIST new file mode 100644 index 00000000000..1ced04fe292 --- /dev/null +++ b/x11/xtermcontrol/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2016/05/30 22:58:05 khorben Exp $ +bin/xtermcontrol +man/man1/xtermcontrol.1 diff --git a/x11/xtermcontrol/distinfo b/x11/xtermcontrol/distinfo new file mode 100644 index 00000000000..0c4fc7d2757 --- /dev/null +++ b/x11/xtermcontrol/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/05/30 22:58:05 khorben Exp $ + +SHA1 (xtermcontrol-3.3.tar.gz) = c451b90a0b792c6133e7611e2b7522ff7a0e8b09 +RMD160 (xtermcontrol-3.3.tar.gz) = cd930467f3b927d3538a27b786176670a796166e +SHA512 (xtermcontrol-3.3.tar.gz) = 625b1ad93110032244eb277621676d89113a4c45642538b029dd36ab31e2fe9d2603c41236d2a1ffb22b2fd7feb61335f35397814569a634eb0a7d4b71961d1b +Size (xtermcontrol-3.3.tar.gz) = 141972 bytes |