diff options
author | agc <agc@pkgsrc.org> | 1998-08-11 11:29:33 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-08-11 11:29:33 +0000 |
commit | c1c0338471c1eae929d9a7f526a61a851b41e39a (patch) | |
tree | afd92049d785e433099a1d30d8f806f028a421d4 /misc/qterm | |
parent | 8d3cee2577e649f437ffba52e2ad94085b4116fc (diff) | |
download | pkgsrc-c1c0338471c1eae929d9a7f526a61a851b41e39a.tar.gz |
Addition of qterm, a utility to recognise terminal type automatically, to
the NetBSD packages collection.
Diffstat (limited to 'misc/qterm')
-rw-r--r-- | misc/qterm/Makefile | 13 | ||||
-rw-r--r-- | misc/qterm/files/md5 | 3 | ||||
-rw-r--r-- | misc/qterm/pkg/COMMENT | 1 | ||||
-rw-r--r-- | misc/qterm/pkg/DESCR | 12 | ||||
-rw-r--r-- | misc/qterm/pkg/PLIST | 4 |
5 files changed, 33 insertions, 0 deletions
diff --git a/misc/qterm/Makefile b/misc/qterm/Makefile new file mode 100644 index 00000000000..c457857d8c7 --- /dev/null +++ b/misc/qterm/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 1998/08/11 11:29:33 agc Exp $ +# + +DISTNAME= qterm-ac-1.0 +PKGNAME= qterm-1.0 +CATEGORIES= misc +MASTER_SITES= http://www.westley.demon.co.uk/src/ + +MAINTAINER= agc@netbsd.org + +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/misc/qterm/files/md5 b/misc/qterm/files/md5 new file mode 100644 index 00000000000..ce667c419e6 --- /dev/null +++ b/misc/qterm/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1 1998/08/11 11:29:34 agc Exp $ + +MD5 (qterm-ac-1.0.tar.gz) = 6e4a052b8a31af8f0ca191baab5f1e99 diff --git a/misc/qterm/pkg/COMMENT b/misc/qterm/pkg/COMMENT new file mode 100644 index 00000000000..e7a1a53ac80 --- /dev/null +++ b/misc/qterm/pkg/COMMENT @@ -0,0 +1 @@ +utility to recognise terminal type automatically diff --git a/misc/qterm/pkg/DESCR b/misc/qterm/pkg/DESCR new file mode 100644 index 00000000000..9c25f7a0b0c --- /dev/null +++ b/misc/qterm/pkg/DESCR @@ -0,0 +1,12 @@ +Qterm is a program that queries terminals to find out what kind of +terminal is responding. It is useful to automagically define your +terminal type. It prints the name of the terminal (compatible, +hopefully, with a termcap/terminfo name) such as "vt100" to standard +output. See the manual for details. + + Michael A. Cooper + University Computing Services + University of Southern California + mcooper@usc.edu + +[I have simply added GNU autoconfiguration - agc April 14th, 1997.] diff --git a/misc/qterm/pkg/PLIST b/misc/qterm/pkg/PLIST new file mode 100644 index 00000000000..798b879ec58 --- /dev/null +++ b/misc/qterm/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 1998/08/11 11:29:34 agc Exp $ +bin/qterm +man/man1/qterm.1 +etc/qtermtab |