From 90f1384bebcfa865cf91faa04a438bf01f17a8a1 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Sat, 25 Dec 2004 08:28:21 +0000 Subject: Move xtermcontrol to 'x11' category since it's more appropriate for this kind of software. Proposed by: adamw --- MOVED | 1 + x11-toolkits/Makefile | 1 - x11-toolkits/xtermcontrol/Makefile | 28 ---------------------------- x11-toolkits/xtermcontrol/distinfo | 2 -- x11-toolkits/xtermcontrol/pkg-descr | 8 -------- x11/Makefile | 1 + x11/xtermcontrol/Makefile | 28 ++++++++++++++++++++++++++++ x11/xtermcontrol/distinfo | 2 ++ x11/xtermcontrol/pkg-descr | 8 ++++++++ 9 files changed, 40 insertions(+), 39 deletions(-) delete mode 100644 x11-toolkits/xtermcontrol/Makefile delete mode 100644 x11-toolkits/xtermcontrol/distinfo delete mode 100644 x11-toolkits/xtermcontrol/pkg-descr create mode 100644 x11/xtermcontrol/Makefile create mode 100644 x11/xtermcontrol/distinfo create mode 100644 x11/xtermcontrol/pkg-descr diff --git a/MOVED b/MOVED index cf126b8fefb1..20b7e34018b8 100644 --- a/MOVED +++ b/MOVED @@ -1364,3 +1364,4 @@ audio/juk|multimedia/kdemultimedia3|2004-12-22|juk has been integrated into kdem databases/sqlite|databases/sqlite2|2004-12-23|port renamed print/acroread5|print/acroread|2004-12-23|last Acrobat Reader port remaining graphics/gimp-devel|graphics/gimp|2004-12-24|GIMP 2.2 is now stable +x11-toolkits/xtermcontrol|x11/xtermcontrol/2004-12-25|new category diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index a21ef4f7344b..a26a724e738b 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -214,7 +214,6 @@ SUBDIR += xforms SUBDIR += xg SUBDIR += xmhtml - SUBDIR += xtermcontrol SUBDIR += xview SUBDIR += xview-clients diff --git a/x11-toolkits/xtermcontrol/Makefile b/x11-toolkits/xtermcontrol/Makefile deleted file mode 100644 index 5fbc4e292dce..000000000000 --- a/x11-toolkits/xtermcontrol/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: xtermcontrol -# Date created: 23.12.2004 -# Whom: krion -# -# $FreeBSD$ -# - -PORTNAME= xtermcontrol -PORTVERSION= 2.7 -CATEGORIES= x11-toolkits -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 diff --git a/x11-toolkits/xtermcontrol/distinfo b/x11-toolkits/xtermcontrol/distinfo deleted file mode 100644 index ea5c65b31eda..000000000000 --- a/x11-toolkits/xtermcontrol/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (xtermcontrol-2.7.tar.gz) = eca58483a6f1ab6262350547a6d5681f -SIZE (xtermcontrol-2.7.tar.gz) = 129879 diff --git a/x11-toolkits/xtermcontrol/pkg-descr b/x11-toolkits/xtermcontrol/pkg-descr deleted file mode 100644 index b1eb6b0dc5a1..000000000000 --- a/x11-toolkits/xtermcontrol/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -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/ 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 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/ -- cgit v1.2.3