diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-08-16 21:38:07 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-08-16 21:38:07 +0000 |
commit | eb06a2c453dca54dd0293cf4a0e5caeb88d49ff9 (patch) | |
tree | c8ae752cf1f8515cd90ef8773711e138b1817fac /x11 | |
parent | e8b1423e6a86debcdfa02bc0197e98bcb05c07f0 (diff) | |
download | ports-eb06a2c453dca54dd0293cf4a0e5caeb88d49ff9.tar.gz ports-eb06a2c453dca54dd0293cf4a0e5caeb88d49ff9.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/settitle/Makefile | 22 | ||||
-rw-r--r-- | x11/settitle/distinfo | 3 | ||||
-rw-r--r-- | x11/settitle/pkg-descr | 4 |
4 files changed, 30 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index b29354614d38..de4b00dcfe58 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -196,6 +196,7 @@ SUBDIR += rxvt SUBDIR += rxvt-devel SUBDIR += rxvt-unicode + SUBDIR += settitle SUBDIR += silo SUBDIR += sisctrl SUBDIR += slim 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. |