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/xtset | |
parent | 854ba21979b53e3c911b16fb2bb8465946bd2175 (diff) | |
download | ports-3fa300b2f4fd3897a3ffa350ae12f15871f1fd7c.tar.gz ports-3fa300b2f4fd3897a3ffa350ae12f15871f1fd7c.zip |
Notes
Diffstat (limited to 'x11/xtset')
-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 |
5 files changed, 22 insertions, 0 deletions
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 |