Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Dec 2002 12:30:57 +0100 (CET)
From:      "Michael L.Hostbaek" <mich@freebsdcluster.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46289: New port: sysutils/spinner
Message-ID:  <20021216113057.D36833A@icommerce-france.com>

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

>Number:         46289
>Category:       ports
>Synopsis:       New port: sysutils/spinner
>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:   Mon Dec 16 04:00:12 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Michael L. Hostbaek
>Release:        FreeBSD 5.0-RC i386
>Organization:
FreeBSDCluster.org
>Environment:
System: FreeBSD current.itxmarket.com 5.0-RC FreeBSD 5.0-RC #0: Thu Dec 12 10:31:50 CET 2002 root@current.itxmarket.com:/usr/obj/usr/src/sys/GENERIC i386

>Description:
	util to keep ssh and telnet connections from dropping due to inactivity.
	Code builds on both 4.X and -CURRENT.

>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:
#
#	spinner
#	spinner/Makefile
#	spinner/distinfo
#	spinner/pkg-comment
#	spinner/pkg-descr
#	spinner/pkg-plist
#
echo c - spinner
mkdir -p spinner > /dev/null 2>&1
echo x - spinner/Makefile
sed 's/^X//' >spinner/Makefile << 'END-of-spinner/Makefile'
X# ex:ts=8
X# New ports collection makefile for:	spinner
X# Date created:			Dec 16, 2002
X# Whom:				mich@freebsdcluster.org
X#
X# $FreeBSD$
X#
X
XPORTNAME=	spinner
XPORTVERSION=	1.1
XCATEGORIES=	sysutils
XMASTER_SITES=	http://downloads.laffeycomputer.com/current_builds/spinner/
X
XMAINTAINER=	mich@freebsdcluster.org
X
XDOCSDIR=        ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
XUSE_REINPLACE=  yes
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's|-O2 ||g ; \
X		s|gcc |\$$\(CC\) |g' ${WRKSRC}/Makefile
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/spinner ${PREFIX}/bin
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
X.endif
X
X.include <bsd.port.mk>
END-of-spinner/Makefile
echo x - spinner/distinfo
sed 's/^X//' >spinner/distinfo << 'END-of-spinner/distinfo'
XMD5 (spinner-1.1.tar.gz) = f4f6046c2c8b760659288bce03111a53
END-of-spinner/distinfo
echo x - spinner/pkg-comment
sed 's/^X//' >spinner/pkg-comment << 'END-of-spinner/pkg-comment'
XKeep ssh and telnet connections from dropping due to inactivity
END-of-spinner/pkg-comment
echo x - spinner/pkg-descr
sed 's/^X//' >spinner/pkg-descr << 'END-of-spinner/pkg-descr'
XSpinner is a small program that displays a little "spinning" ASCII 
Xcharacter in the top left corner of your terminal. To make this effect 
Xit cycles through punctuation marks like this " - \ | / - \ | / ... " 
X(try it to see). By default the character is drawn in inverse video 
X(or your terminal's equivalent). But you can turn this off with the -i 
Xswitch. It supports any terminal capable of handling VT100 style escape codes.
X
XSpinner is useful for keeping telnet and ssh links from dropping due to 
Xinactivity. Many firewalls, and some ISPs drop connections when they are 
Xperceived as idle. By having spinner running the server is constantly 
Xsending a tiny amount of data over the link, preserving the connection. 
XThus (for search engines) Spinner is an anti-dle, timeout preventing, 
Xbackground daemon process for unix variants including linux.
X
XWWW: http://www.laffeycomputer.com/spinner.html
X
X	- Michael L. Hostbaek
X	mich@freebsdcluster.org
END-of-spinner/pkg-descr
echo x - spinner/pkg-plist
sed 's/^X//' >spinner/pkg-plist << 'END-of-spinner/pkg-plist'
Xbin/spinner
X%%PORTDOCS%%share/doc/spinner/README
X%%PORTDOCS%%@dirrm share/doc/spinner
END-of-spinner/pkg-plist
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?20021216113057.D36833A>