Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Oct 2001 15:25:16 -0400 (EDT)
From:      Patrick Li <pat@databits.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/31267: New port: sysutils/ticker.app
Message-ID:  <200110141925.f9EJPGR62398@cc92687-a.wlgrv1.pa.home.com>

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

>Number:         31267
>Category:       ports
>Synopsis:       New port: sysutils/ticker.app
>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:   Sun Oct 14 12:30:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Patrick Li
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
N/A
>Environment:
System: FreeBSD bottlenek 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Sep 29 17:22:31 EDT 2001 root@bottlenek:/usr/src/sys/compile/BOTTLENEK i386
>Description:
Ticker.app is just like a ticker. It reads a file that is specified
by the command line, and displays each line in a viewing area
periodically. It rereads automatically when the file has been
modified. If you run in a tail-mode, it ticks only the last line.

WWW: http://www.sh.rim.or.jp/~ssato/ticker-e.html
Author: Seiichi SATO <ssato@sh.rim.or.jp>
>How-To-Repeat:
N/A
>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:
#
#	ticker.app
#	ticker.app/Makefile
#	ticker.app/distinfo
#	ticker.app/pkg-plist
#	ticker.app/pkg-comment
#	ticker.app/pkg-descr
#
echo c - ticker.app
mkdir -p ticker.app > /dev/null 2>&1
echo x - ticker.app/Makefile
sed 's/^X//' >ticker.app/Makefile << 'END-of-ticker.app/Makefile'
X# New ports collection makefile for:	ticker.app
X# Date created:				Sun Oct 14 15:14:24 EDT 2001
X# Whom:					Patrick Li <pat@databits.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ticker.app
XPORTVERSION=	0.1.0
XCATEGORIES=	sysutils windowmaker
XMASTER_SITES=	http://www.sh.rim.or.jp/~ssato/src/
X
XMAINTAINER=	pat@databits.net
X
XUSE_BZIP2=	yes
XUSE_X_PREFIX=	yes
XUSE_XPM=	yes
XGNU_CONFIGURE=	yes
X
Xdo-install:
X	@${INSTALL_PROGRAM} ${WRKSRC}/src/ticker.app ${PREFIX}/bin
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X	@${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/ChangeLog \
X		${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-ticker.app/Makefile
echo x - ticker.app/distinfo
sed 's/^X//' >ticker.app/distinfo << 'END-of-ticker.app/distinfo'
XMD5 (ticker.app-0.1.0.tar.bz2) = 1af71e93338ab045ad841a4eb8332bfa
END-of-ticker.app/distinfo
echo x - ticker.app/pkg-plist
sed 's/^X//' >ticker.app/pkg-plist << 'END-of-ticker.app/pkg-plist'
Xbin/ticker.app
Xshare/doc/ticker.app/ChangeLog
Xshare/doc/ticker.app/README
X@dirrm share/doc/ticker.app
END-of-ticker.app/pkg-plist
echo x - ticker.app/pkg-comment
sed 's/^X//' >ticker.app/pkg-comment << 'END-of-ticker.app/pkg-comment'
XTicker dockapp for Window Maker
END-of-ticker.app/pkg-comment
echo x - ticker.app/pkg-descr
sed 's/^X//' >ticker.app/pkg-descr << 'END-of-ticker.app/pkg-descr'
XTicker.app is just like a ticker. It reads a file that is specified
Xby the command line, and displays each line in a viewing area
Xperiodically. It rereads automatically when the file has been
Xmodified. If you run in a tail-mode, it ticks only the last line.
X
XWWW: http://www.sh.rim.or.jp/~ssato/ticker-e.html
XAuthor: Seiichi SATO <ssato@sh.rim.or.jp>
END-of-ticker.app/pkg-descr
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?200110141925.f9EJPGR62398>