diff options
author | Greg Lehey <grog@FreeBSD.org> | 2001-03-09 01:59:37 +0000 |
---|---|---|
committer | Greg Lehey <grog@FreeBSD.org> | 2001-03-09 01:59:37 +0000 |
commit | 3fa300b2f4fd3897a3ffa350ae12f15871f1fd7c (patch) | |
tree | a3393b387aa5a50e9d3dc6b2e9a8419189d3f441 /x11 | |
parent | follow the standard in the porters handbook (diff) |
New port: xtset
xtset sets the title and icon name for xterms.
Obtained from: Martin Smith <msmith@lssec.bt.co.uk>, decades ago.
Notes
Notes:
svn path=/head/; revision=39292
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/xtset/Makefile | 17 | ||||
-rw-r--r-- | x11/xtset/distinfo | 1 | ||||
-rw-r--r-- | x11/xtset/pkg-comment | 1 | ||||
-rw-r--r-- | x11/xtset/pkg-descr | 1 | ||||
-rw-r--r-- | x11/xtset/pkg-plist | 2 |
6 files changed, 23 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 4dd6dcba386f..a137e49a8992 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -113,6 +113,7 @@ SUBDIR += xtermset SUBDIR += xtestpicture SUBDIR += xtoolwait + SUBDIR += xtset SUBDIR += xvkbd SUBDIR += xwatchwin SUBDIR += xwit diff --git a/x11/xtset/Makefile b/x11/xtset/Makefile new file mode 100644 index 000000000000..6a69318c2f2d --- /dev/null +++ b/x11/xtset/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: xtset +# Date created: 7 March 2001 +# Whom: grog +# +# $FreeBSD$ +# + +PORTNAME= xtset +PORTVERSION= 1.0 +CATEGORIES= x11 +MASTER_SITES= ftp://ftp.lemis.com/pub/ + +MAINTAINER= grog + +NO_WRKSUBDIR= YES + +.include <bsd.port.mk> diff --git a/x11/xtset/distinfo b/x11/xtset/distinfo new file mode 100644 index 000000000000..a8b35e1f4185 --- /dev/null +++ b/x11/xtset/distinfo @@ -0,0 +1 @@ +MD5 (xtset-1.0.tar.gz) = 4946ac087ad655c6ab1f1c72e1b295ad diff --git a/x11/xtset/pkg-comment b/x11/xtset/pkg-comment new file mode 100644 index 000000000000..733d47fceb51 --- /dev/null +++ b/x11/xtset/pkg-comment @@ -0,0 +1 @@ +utility to set title on an xterm diff --git a/x11/xtset/pkg-descr b/x11/xtset/pkg-descr new file mode 100644 index 000000000000..a2b5a9b3e25e --- /dev/null +++ b/x11/xtset/pkg-descr @@ -0,0 +1 @@ +Utility to set title on an xterm. diff --git a/x11/xtset/pkg-plist b/x11/xtset/pkg-plist new file mode 100644 index 000000000000..1cb593d3f842 --- /dev/null +++ b/x11/xtset/pkg-plist @@ -0,0 +1,2 @@ +bin/xtset +man/man1/xtset.1.gz |