diff options
author | krion <krion@FreeBSD.org> | 2004-12-25 16:28:21 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-12-25 16:28:21 +0800 |
commit | 965830abe9744bc05287a6c4322f6ba76be91636 (patch) | |
tree | 9c5b056d1734efa1a9906915331a0889c052a00f /x11 | |
parent | 6af02fa8575f81edbc063b97d08f2f086281b786 (diff) | |
download | freebsd-ports-gnome-965830abe9744bc05287a6c4322f6ba76be91636.tar.gz freebsd-ports-gnome-965830abe9744bc05287a6c4322f6ba76be91636.tar.zst freebsd-ports-gnome-965830abe9744bc05287a6c4322f6ba76be91636.zip |
Move xtermcontrol to 'x11' category since it's more appropriate for
this kind of software.
Proposed by: adamw
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/xtermcontrol/Makefile | 28 | ||||
-rw-r--r-- | x11/xtermcontrol/distinfo | 2 | ||||
-rw-r--r-- | x11/xtermcontrol/pkg-descr | 8 |
4 files changed, 39 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index c56e49ac0545..9193f5598f9f 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -257,6 +257,7 @@ SUBDIR += xtacy SUBDIR += xtattr SUBDIR += xterm + SUBDIR += xtermcontrol SUBDIR += xtermset SUBDIR += xtestpicture SUBDIR += xtoolwait diff --git a/x11/xtermcontrol/Makefile b/x11/xtermcontrol/Makefile new file mode 100644 index 000000000000..f8ea7711a7e8 --- /dev/null +++ b/x11/xtermcontrol/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: xtermcontrol +# Date created: 23.12.2004 +# Whom: krion +# +# $FreeBSD$ +# + +PORTNAME= xtermcontrol +PORTVERSION= 2.7 +CATEGORIES= x11 +MASTER_SITES= http://www.thrysoee.dk/xtermcontrol/ + +MAINTAINER= krion@FreeBSD.org +COMMENT= Tool for dynamic control of xterm properties + +RUN_DEPENDS= xterm-static:${PORTSDIR}/x11/xterm + +USE_X_PREFIX= yes +USE_GETTEXT= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \ + LIBS="-L${X11BASE}/lib -L${LOCALBASE}/lib" + +PLIST_FILES= bin/xtermcontrol +MAN1= ${PORTNAME}.1 + +.include <bsd.port.mk> diff --git a/x11/xtermcontrol/distinfo b/x11/xtermcontrol/distinfo new file mode 100644 index 000000000000..ea5c65b31eda --- /dev/null +++ b/x11/xtermcontrol/distinfo @@ -0,0 +1,2 @@ +MD5 (xtermcontrol-2.7.tar.gz) = eca58483a6f1ab6262350547a6d5681f +SIZE (xtermcontrol-2.7.tar.gz) = 129879 diff --git a/x11/xtermcontrol/pkg-descr b/x11/xtermcontrol/pkg-descr new file mode 100644 index 000000000000..b1eb6b0dc5a1 --- /dev/null +++ b/x11/xtermcontrol/pkg-descr @@ -0,0 +1,8 @@ +xtermcontrol enables dynamic control of xterm properties. It makes +it easy to change colors, titles, fonts, and the geometry of a +running xterm, as well as to report the current settings of the +properties. Window manipulations such as (de)iconify, raise and +lower, maximize and restore, and reset are also supported. It also +lets advanced users issue any xterm control sequence. + +WWW: http://www.thrysoee.dk/xtermcontrol/ |