diff options
author | miwi <miwi@FreeBSD.org> | 2006-08-17 05:38:07 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-08-17 05:38:07 +0800 |
commit | 905cc81da0bdc69bbc7867ad59ce38c81f1e6f93 (patch) | |
tree | aa68dc4380a25268de48765298c0385a4687a5ac /x11/settitle | |
parent | 0218ea42d268512b5275d9d29252bcd6c376bf25 (diff) | |
download | freebsd-ports-gnome-905cc81da0bdc69bbc7867ad59ce38c81f1e6f93.tar.gz freebsd-ports-gnome-905cc81da0bdc69bbc7867ad59ce38c81f1e6f93.tar.zst freebsd-ports-gnome-905cc81da0bdc69bbc7867ad59ce38c81f1e6f93.zip |
settitle can set the icon and/or window titles of terminal emulator
windows such as those provided by xterm, eterm or Terminal.app.
Useful for tracking your mail or irc windows among the crowd.
Submitted by: Stanislav Sedov <ssedov(at)mbsd.msk.ru> via private mail
Approved by: krion (mentor)
Diffstat (limited to 'x11/settitle')
-rw-r--r-- | x11/settitle/Makefile | 22 | ||||
-rw-r--r-- | x11/settitle/distinfo | 3 | ||||
-rw-r--r-- | x11/settitle/pkg-descr | 4 |
3 files changed, 29 insertions, 0 deletions
diff --git a/x11/settitle/Makefile b/x11/settitle/Makefile new file mode 100644 index 000000000000..d31cd955f8cf --- /dev/null +++ b/x11/settitle/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: settitle +# Date created: 21 April 2002 +# Whom: Andrew Stevenson <andrew@ugh.net.au> +# +# $FreeBSD$ +# + +PORTNAME= settitle +PORTVERSION= 1.1.1 +CATEGORIES= x11 +MASTER_SITES= http://mbsd.msk.ru/dist/ + +MAINTAINER= ssedov@mbsd.msk.ru +COMMENT= A program for setting the title of terminal emulator windows + +WRKSRC= ${WRKDIR}/settitle + +MAN1= settitle.1 +MANCOMPRESSED= maybe +PLIST_FILES= bin/settitle + +.include <bsd.port.mk> diff --git a/x11/settitle/distinfo b/x11/settitle/distinfo new file mode 100644 index 000000000000..81ac9d245ff3 --- /dev/null +++ b/x11/settitle/distinfo @@ -0,0 +1,3 @@ +MD5 (settitle-1.1.1.tar.gz) = 190275f00ef0ec047b3ab7a6c7687559 +SHA256 (settitle-1.1.1.tar.gz) = 3f37d5d05ab5cd9d785d559041221822121977b206c24207df0d35effb63f3a1 +SIZE (settitle-1.1.1.tar.gz) = 2900 diff --git a/x11/settitle/pkg-descr b/x11/settitle/pkg-descr new file mode 100644 index 000000000000..1408a0b25170 --- /dev/null +++ b/x11/settitle/pkg-descr @@ -0,0 +1,4 @@ +settitle can set the icon and/or window titles of terminal emulator +windows such as those provided by xterm, eterm or Terminal.app. + +Useful for tracking your mail or irc windows among the crowd. |