Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jul 2000 10:34:57 -0400 (EDT)
From:      Mike Buchanon <buchanon@mlss15.cl.msu.edu>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/20006: update root-tail from 0.0.4b to 0.0.6
Message-ID:  <200007181434.KAA72131@mlss15.cl.msu.edu>

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

>Number:         20006
>Category:       ports
>Synopsis:       update root-tail from 0.0.4b to 0.0.6
>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:   Tue Jul 18 07:40:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Mike Buchanon
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
MSU
>Environment:

FreeBSD 4.0-STABLE 

>Description:

Update to rootail port

>How-To-Repeat:

Run this shell archive :)

>Fix:

Not broken to my knowledge.  I hope I did this correctly.  Thanks!
 /mtb

Here is the shar file:


# 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:
#
#	rt6
#	rt6/pkg
#	rt6/pkg/files
#	rt6/pkg/files/md5
#	rt6/pkg/COMMENT
#	rt6/pkg/DESCR
#	rt6/pkg/PLIST
#	rt6/pkg/README.html
#	rt6/pkg/Makefile
#	rt6/files
#	rt6/files/md5
#	rt6/Makefile
#	rt6/patches
#	rt6/patches/patch-aa
#
echo c - rt6
mkdir -p rt6 > /dev/null 2>&1
echo c - rt6/pkg
mkdir -p rt6/pkg > /dev/null 2>&1
echo c - rt6/pkg/files
mkdir -p rt6/pkg/files > /dev/null 2>&1
echo x - rt6/pkg/files/md5
sed 's/^X//' >rt6/pkg/files/md5 << 'END-of-rt6/pkg/files/md5'
XMD5 (root-tail-0.0.6.tar.gz) = 8f1580b2bc1c1b50e4da412628a45b81
END-of-rt6/pkg/files/md5
echo x - rt6/pkg/COMMENT
sed 's/^X//' >rt6/pkg/COMMENT << 'END-of-rt6/pkg/COMMENT'
XSimple utility to tail files/logs to a root X window
END-of-rt6/pkg/COMMENT
echo x - rt6/pkg/DESCR
sed 's/^X//' >rt6/pkg/DESCR << 'END-of-rt6/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.
X
XWWW: http://www.goof.com/pcg/marc/root-tail.html 
END-of-rt6/pkg/DESCR
echo x - rt6/pkg/PLIST
sed 's/^X//' >rt6/pkg/PLIST << 'END-of-rt6/pkg/PLIST'
Xbin/rt
END-of-rt6/pkg/PLIST
echo x - rt6/pkg/README.html
sed 's/^X//' >rt6/pkg/README.html << 'END-of-rt6/pkg/README.html'
X<html>
X<title> The FreeBSD Ports Collection (sysutils/roottail)</title>
X<head><h1> The FreeBSD Ports Collection ("sysutils/roottail")</h1> </head> <hr>
X<body>
X
X<p>You are now in the directory for the port "sysutils/roottail" (package name "roottail-0.0.6").
X
X<p>This is the one-line description for this port:
X
X<p><hr><p>
XSimple utility to tail files/logs to a root X window
X<p><hr>
X
X<p>Please read the file "<a href="pkg/DESCR">pkg/DESCR</a>" for a
Xlonger description.
X
X<p>Go to the <a href="../../README.html">top of the ports tree</a> for
Xa summary on how to use the ports collection.
X
X<p>
XThis port requires package(s) "XFree86-3.3.5" to build.
X<p>
XThis port requires package(s) "XFree86-3.3.5" to run.
X
X<p><hr><p>
X<a href="../README.html"> Go up one level</a>
X|
X<a href="../../README.html"> Go to top of ports tree</a>
X</body>
X</html>
END-of-rt6/pkg/README.html
echo x - rt6/pkg/Makefile
sed 's/^X//' >rt6/pkg/Makefile << 'END-of-rt6/pkg/Makefile'
X# New ports collection makefile for:	roottail
X# Date created:			30 September 1999
X# Date updated:			18 July 2000
X# Whom:				Chris D. Faulhaber <jedgar@fxp.org>
X# Updated by:			Michael T. Buchanon <buchanon@msu.edu>
X#
X# $FreeBSD: ports/sysutils/roottail/Makefile,v 1.4 2000/07/08 03:25:21 jedgar Exp $
X#
X
XPORTNAME=	roottail
XPORTVERSION=	0.0.6
XCATEGORIES=	sysutils
XMASTER_SITES=	ftp://www.goof.com/pub/pcg/marc/ \
X		http://www.goof.com/pcg/marc/data/
XDISTNAME=	rt-0.0.6
X
XMAINTAINER=	jedgar@fxp.org
X
XMAN1=		rt.1
XUSE_IMAKE=	yes
XMANCOMPRESSED=	no
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/root-tail ${PREFIX}/bin/rt
X	${INSTALL_MAN} ${WRKSRC}/root-tail.1 ${PREFIX}/man/man1/rt.1
X
X.include <bsd.port.mk>
END-of-rt6/pkg/Makefile
echo c - rt6/files
mkdir -p rt6/files > /dev/null 2>&1
echo x - rt6/files/md5
sed 's/^X//' >rt6/files/md5 << 'END-of-rt6/files/md5'
XMD5 (root-tail-0.0.6.tar.gz) = 8f1580b2bc1c1b50e4da412628a45b81
END-of-rt6/files/md5
echo x - rt6/Makefile
sed 's/^X//' >rt6/Makefile << 'END-of-rt6/Makefile'
X# New ports collection makefile for:	roottail
X# Date created:			30 September 1999
X# Date updated:			18 July 2000
X# Whom:				Chris D. Faulhaber <jedgar@fxp.org>
X# Updated by:			Michael T. Buchanon <buchanon@msu.edu>
X#
X# $FreeBSD: ports/sysutils/roottail/Makefile,v 1.4 2000/07/08 03:25:21 jedgar Exp $
X#
X
XPORTNAME=	roottail
XPORTVERSION=	0.0.6
XCATEGORIES=	sysutils
XMASTER_SITES=	ftp://www.goof.com/pub/pcg/marc/ \
X		http://www.goof.com/pcg/marc/data/
XDISTNAME=	root-tail-0.0.6
X
XMAINTAINER=	jedgar@fxp.org
X
XMAN1=		rt.1
XUSE_IMAKE=	yes
XMANCOMPRESSED=	no
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/root-tail ${PREFIX}/bin/rt
X	${INSTALL_MAN} ${WRKSRC}/root-tail.man ${PREFIX}/man/man1/rt.1
X
X.include <bsd.port.mk>
END-of-rt6/Makefile
echo c - rt6/patches
mkdir -p rt6/patches > /dev/null 2>&1
echo x - rt6/patches/patch-aa
sed 's/^X//' >rt6/patches/patch-aa << 'END-of-rt6/patches/patch-aa'
X--- ../root-tail-0.0.6/root-tail.c	Fri Mar  3 06:16:46 2000
X+++ root-tail.c	Thu Jul 13 07:38:05 2000
X@@ -24,6 +24,7 @@
X /*---------------- Let's define signals functions -------------*/
X 
X static void reopen (int);
X+static void exit_now(int);
X static void list_files (int);
X static void force_refresh (int);
X static void InstallSigHandler (void);
X@@ -109,6 +110,14 @@
X   signal (SIGHUP, reopen);
X   signal (SIGUSR1, list_files);
X   signal (SIGUSR2, force_refresh);
X+  signal (SIGSEGV, exit_now);
X+}
X+
X+void exit_now(int signal)
X+{
X+
X+	fprintf (stderr, "Program exiting due to signal: %d\n", signal);
X+ 	exit(-1);
X }
X 
X 
END-of-rt6/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?200007181434.KAA72131>