summaryrefslogtreecommitdiff
path: root/x11/settitle
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-08-16 21:38:07 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-08-16 21:38:07 +0000
commiteb06a2c453dca54dd0293cf4a0e5caeb88d49ff9 (patch)
treec8ae752cf1f8515cd90ef8773711e138b1817fac /x11/settitle
parent- Update to bsd.java.mk 2.0 (diff)
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)
Notes
Notes: svn path=/head/; revision=170828
Diffstat (limited to 'x11/settitle')
-rw-r--r--x11/settitle/Makefile22
-rw-r--r--x11/settitle/distinfo3
-rw-r--r--x11/settitle/pkg-descr4
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.