aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>2001-03-09 09:59:37 +0800
committergrog <grog@FreeBSD.org>2001-03-09 09:59:37 +0800
commitc8382b44adfb0904522e20ef2a196717f34db461 (patch)
treecbb61830a46e9d6c09dbe69cf49e976df5c58f9b
parente9bf7cd808c620786f1eb3d8d8b1cd7b0d47c1b2 (diff)
downloadfreebsd-ports-gnome-c8382b44adfb0904522e20ef2a196717f34db461.tar.gz
freebsd-ports-gnome-c8382b44adfb0904522e20ef2a196717f34db461.tar.zst
freebsd-ports-gnome-c8382b44adfb0904522e20ef2a196717f34db461.zip
New port: xtset
xtset sets the title and icon name for xterms. Obtained from: Martin Smith <msmith@lssec.bt.co.uk>, decades ago.
-rw-r--r--x11/Makefile1
-rw-r--r--x11/xtset/Makefile17
-rw-r--r--x11/xtset/distinfo1
-rw-r--r--x11/xtset/pkg-comment1
-rw-r--r--x11/xtset/pkg-descr1
-rw-r--r--x11/xtset/pkg-plist2
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