diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-10-31 13:04:15 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-10-31 13:04:15 +0000 |
commit | 160176f9bb13547c272d2bc8d4733be2eb142797 (patch) | |
tree | 3d7fbda9ea6bffabbd4db4d21da32c8a6a34c126 /x11/xtattr | |
parent | 29cb08c44154e23291bacc4db588fd70a449dd51 (diff) | |
download | ports-160176f9bb13547c272d2bc8d4733be2eb142797.tar.gz ports-160176f9bb13547c272d2bc8d4733be2eb142797.zip |
Import of xattr port. xattr is a small utility to change
various xterm attributes.
PR: 4239
Submitted by: Jeff Wheat <jeff@cetlink.net>
Notes
Notes:
svn path=/head/; revision=8425
Diffstat (limited to 'x11/xtattr')
-rw-r--r-- | x11/xtattr/Makefile | 17 | ||||
-rw-r--r-- | x11/xtattr/distinfo | 1 | ||||
-rw-r--r-- | x11/xtattr/pkg-comment | 1 | ||||
-rw-r--r-- | x11/xtattr/pkg-descr | 7 | ||||
-rw-r--r-- | x11/xtattr/pkg-plist | 2 |
5 files changed, 28 insertions, 0 deletions
diff --git a/x11/xtattr/Makefile b/x11/xtattr/Makefile new file mode 100644 index 000000000000..e421d88c652b --- /dev/null +++ b/x11/xtattr/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: xtattr +# Version required: 1.0 +# Date created: 6 August 1997 +# Whom: jeff@cetlink.net +# +# $Id$ +# + +DISTNAME= xtattr-1.0 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_LOCAL} + +MAINTAINER= ports@FreeBSD.ORG + +USE_IMAKE= yes + +.include <bsd.port.mk> diff --git a/x11/xtattr/distinfo b/x11/xtattr/distinfo new file mode 100644 index 000000000000..7baec25574dd --- /dev/null +++ b/x11/xtattr/distinfo @@ -0,0 +1 @@ +MD5 (xtattr-1.0.tar.gz) = 4d3a3d2585f058b6459fe761cc8e7a0e diff --git a/x11/xtattr/pkg-comment b/x11/xtattr/pkg-comment new file mode 100644 index 000000000000..b202fe7f7b6e --- /dev/null +++ b/x11/xtattr/pkg-comment @@ -0,0 +1 @@ +A tool for changing xterm attributes diff --git a/x11/xtattr/pkg-descr b/x11/xtattr/pkg-descr new file mode 100644 index 000000000000..b429ee76a298 --- /dev/null +++ b/x11/xtattr/pkg-descr @@ -0,0 +1,7 @@ +xtattr spits out xterm escape sequences to change various xterm attributes. + +Author: +John Sellens +Math Faculty Computing Facility +University of Waterloo +jmsellens@watmath.waterloo.edu diff --git a/x11/xtattr/pkg-plist b/x11/xtattr/pkg-plist new file mode 100644 index 000000000000..74a9c29c6bd4 --- /dev/null +++ b/x11/xtattr/pkg-plist @@ -0,0 +1,2 @@ +bin/xtattr +man/man1/xtattr.1.gz |