From 905cc81da0bdc69bbc7867ad59ce38c81f1e6f93 Mon Sep 17 00:00:00 2001
From: miwi <miwi@FreeBSD.org>
Date: Wed, 16 Aug 2006 21:38:07 +0000
Subject: 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)
---
 x11/Makefile           |  1 +
 x11/settitle/Makefile  | 22 ++++++++++++++++++++++
 x11/settitle/distinfo  |  3 +++
 x11/settitle/pkg-descr |  4 ++++
 4 files changed, 30 insertions(+)
 create mode 100644 x11/settitle/Makefile
 create mode 100644 x11/settitle/distinfo
 create mode 100644 x11/settitle/pkg-descr

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.
-- 
cgit