Import of xtermset.

xtermset allows you to dynamically change some of xterm's display
settings easily.

PR:		13288
Submitted by:	Dominik Rothert <dr@domix.de>
This commit is contained in:
Chris Piazza 1999-08-21 20:41:28 +00:00
parent 3bf267e69d
commit 8cb8884b49
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20852
5 changed files with 30 additions and 0 deletions

24
x11/xtermset/Makefile Normal file
View File

@ -0,0 +1,24 @@
# New ports collection makefile for: xtermset
# Version required: 0.4
# Date created: 21 August 1999
# Whom: Dominik Rothert <dr@domix.de>
#
# $Id$
#
DISTNAME= xtermset-0.4
CATEGORIES= x11
MASTER_SITES= http://xtermset.netpedia.net/src/
MAINTAINER= dr@domix.de
USE_GMAKE= yes
MAN1= xtermset.1
USE_X_PREFIX= yes
MANCOMPRESSED= yes
post-install:
strip ${PREFIX}/bin/xtermset
.include <bsd.port.mk>

1
x11/xtermset/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (xtermset-0.4.tar.gz) = 12ec8aef6947510bd591268beba365a2

1
x11/xtermset/pkg-comment Normal file
View File

@ -0,0 +1 @@
Dynamically change some settings of an xterm

3
x11/xtermset/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
This program allows you to change some of xterm's display settings
dynamically. Most of the option names are the same as those found in
xterm; see the man page for details.

1
x11/xtermset/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/xtermset