mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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)
This commit is contained in:
parent
e8b1423e6a
commit
eb06a2c453
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170828
4 changed files with 30 additions and 0 deletions
|
@ -196,6 +196,7 @@
|
|||
SUBDIR += rxvt
|
||||
SUBDIR += rxvt-devel
|
||||
SUBDIR += rxvt-unicode
|
||||
SUBDIR += settitle
|
||||
SUBDIR += silo
|
||||
SUBDIR += sisctrl
|
||||
SUBDIR += slim
|
||||
|
|
22
x11/settitle/Makefile
Normal file
22
x11/settitle/Makefile
Normal file
|
@ -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>
|
3
x11/settitle/distinfo
Normal file
3
x11/settitle/distinfo
Normal file
|
@ -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
|
4
x11/settitle/pkg-descr
Normal file
4
x11/settitle/pkg-descr
Normal file
|
@ -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.
|
Loading…
Add table
Reference in a new issue