Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Aug 1999 14:49:11 +0200 (CEST)
From:      Dominik Rothert <dr@domix.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/13288: new port: x11/xtermset
Message-ID:  <199908211249.OAA46748@domix.de>

next in thread | raw e-mail | index | archive | help

>Number:         13288
>Category:       ports
>Synopsis:       new port: x11/xtermset
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 21 06:00:02 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Dominik Rothert
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
Am I organized?
>Environment:
>Description:

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.

>How-To-Repeat:
>Fix:
	

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	xtermset
#	xtermset/pkg
#	xtermset/pkg/COMMENT
#	xtermset/pkg/DESCR
#	xtermset/pkg/PLIST
#	xtermset/Makefile
#	xtermset/files
#	xtermset/files/md5
#	xtermset/patches
#	xtermset/patches/patch-aa
#
echo c - xtermset
mkdir -p xtermset > /dev/null 2>&1
echo c - xtermset/pkg
mkdir -p xtermset/pkg > /dev/null 2>&1
echo x - xtermset/pkg/COMMENT
sed 's/^X//' >xtermset/pkg/COMMENT << 'END-of-xtermset/pkg/COMMENT'
Xchange some settings of an xterm
END-of-xtermset/pkg/COMMENT
echo x - xtermset/pkg/DESCR
sed 's/^X//' >xtermset/pkg/DESCR << 'END-of-xtermset/pkg/DESCR'
XThis program allows you to change some of xterm's display settings
Xdynamically.  Most of the option names are the same as those found in
Xxterm; see the man page for details.
END-of-xtermset/pkg/DESCR
echo x - xtermset/pkg/PLIST
sed 's/^X//' >xtermset/pkg/PLIST << 'END-of-xtermset/pkg/PLIST'
Xbin/xtermset
END-of-xtermset/pkg/PLIST
echo x - xtermset/Makefile
sed 's/^X//' >xtermset/Makefile << 'END-of-xtermset/Makefile'
X# New ports collection makefile for:		xtermset
X# Version required:		0.4
X# Date created:			21 August 1999
X# Whom:                 Dominik Rothert <dr@domix.de>
X#
X# $Id: $
X#
X
XDISTNAME=	xtermset-0.4
XCATEGORIES=	x11
XMASTER_SITES=	http://xtermset.netpedia.net/src/
X
XMAINTAINER=	dr@domix.de
X
XUSE_GMAKE=	yes
XMAN1=	xtermset.1
X
XUSE_X_PREFIX=	yes
X
Xpre-install:
X	${GZIP_CMD} -d ${WRKSRC}/xtermset.1.gz
X
Xpost-install:
X	strip ${PREFIX}/bin/xtermset
X
X.include <bsd.port.mk>
END-of-xtermset/Makefile
echo c - xtermset/files
mkdir -p xtermset/files > /dev/null 2>&1
echo x - xtermset/files/md5
sed 's/^X//' >xtermset/files/md5 << 'END-of-xtermset/files/md5'
XMD5 (xtermset-0.4.tar.gz) = 12ec8aef6947510bd591268beba365a2
END-of-xtermset/files/md5
echo c - xtermset/patches
mkdir -p xtermset/patches > /dev/null 2>&1
echo x - xtermset/patches/patch-aa
sed 's/^X//' >xtermset/patches/patch-aa << 'END-of-xtermset/patches/patch-aa'
X--- Makefile.orig	Sat Aug 21 14:21:31 1999
X+++ Makefile	Sat Aug 21 14:21:39 1999
X@@ -1,7 +1,7 @@
X CC     = gcc
X CFLAGS = -O2 -Wall
X OBJS   = xtermset.o
X-PREFIX = /usr/local
X+PREFIX = /usr/X11R6
X 
X DOCSRC = ctlseqs.ms
X DOCOUT = ctlseqs.ps
X@@ -17,7 +17,7 @@
X 
X install: xtermset
X 	install -m 0755 -s xtermset $(PREFIX)/bin
X-	install -m 0644 xtermset.1.gz $(PREFIX)/man/man1
X+	install -m 0644 xtermset.1 $(PREFIX)/man/man1
X 
X doc: $(DOCSRC)
X 	groff -mandoc -ms -T$(DOCFMT) $(DOCSRC) > $(DOCOUT)
END-of-xtermset/patches/patch-aa
exit


>Release-Note:
>Audit-Trail:
>Unformatted:
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908211249.OAA46748>