Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Sep 1999 13:19:25 -0400 (EDT)
From:      jedgar@fxp.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/14059: New port: roottail-0.0.4B
Message-ID:  <19990930171925.E9B70F822@pawn.primelocation.net>

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

>Number:         14059
>Category:       ports
>Synopsis:       New port: roottail-0.0.4B
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 30 10:20:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris D. Faulhaber
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
BUGO - BSD Users Group of Orlando
>Environment:

FreeBSD 4.0-CURRENT i386

>Description:

New port: roottail-0.0.4B

Simple utility to tail files/logs to a root X window.
Useful for keeping tabs on log files in X without having
an additional terminal window open.

>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:
#
#	rt
#	rt/files
#	rt/files/md5
#	rt/pkg
#	rt/pkg/COMMENT
#	rt/pkg/DESCR
#	rt/pkg/PLIST
#	rt/Makefile
#
echo c - rt
mkdir -p rt > /dev/null 2>&1
echo c - rt/files
mkdir -p rt/files > /dev/null 2>&1
echo x - rt/files/md5
sed 's/^X//' >rt/files/md5 << 'END-of-rt/files/md5'
XMD5 (rt-0.0.4B.tgz) = bb2381e22f072ad28670e6f00ce16fc7
END-of-rt/files/md5
echo c - rt/pkg
mkdir -p rt/pkg > /dev/null 2>&1
echo x - rt/pkg/COMMENT
sed 's/^X//' >rt/pkg/COMMENT << 'END-of-rt/pkg/COMMENT'
XSimple utility to tail files/logs to a root X window.
END-of-rt/pkg/COMMENT
echo x - rt/pkg/DESCR
sed 's/^X//' >rt/pkg/DESCR << 'END-of-rt/pkg/DESCR'
XSimple utility to tail files/logs to a root X window.
XUseful for keeping tabs on log files in X without having
Xan additional terminal window open.
END-of-rt/pkg/DESCR
echo x - rt/pkg/PLIST
sed 's/^X//' >rt/pkg/PLIST << 'END-of-rt/pkg/PLIST'
Xbin/rt
END-of-rt/pkg/PLIST
echo x - rt/Makefile
sed 's/^X//' >rt/Makefile << 'END-of-rt/Makefile'
X# New ports collection makefile for:	root-tail
X# Version required:			0.0.4b
X# Date created:				30 September 1999
X# Whom:					Chris D. Faulhaber <jedgar@fxp.org>
X#
X# $FreeBSD$
X#
X
XDISTNAME=	rt-0.0.4B
XPKGNAME=	root-tail-0.0.4b
XCATEGORIES=	sysutils
XMASTER_SITES=	ftp://ftp.hypertek.net/misc/ \
X		http://www.fxp.org/~jedgar/
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	jedgar@fxp.org
X
XMAN1=		rt.1
XUSE_IMAKE=	yes
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/rt ${PREFIX}/bin
X	${INSTALL_MAN} ${WRKSRC}/rt.1 ${PREFIX}/man/man1
X	${GZIP_CMD} ${PREFIX}/man/man1/${MAN1}
X
X.include <bsd.port.mk>
END-of-rt/Makefile
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?19990930171925.E9B70F822>