From owner-freebsd-ports Sun Oct 14 12:30:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 10D2337B407 for ; Sun, 14 Oct 2001 12:30:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9EJU1h48457; Sun, 14 Oct 2001 12:30:01 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 33A4237B40A for ; Sun, 14 Oct 2001 12:25:20 -0700 (PDT) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.6/8.11.6) id f9EJPGR62398; Sun, 14 Oct 2001 15:25:16 -0400 (EDT) (envelope-from pat) Message-Id: <200110141925.f9EJPGR62398@cc92687-a.wlgrv1.pa.home.com> Date: Sun, 14 Oct 2001 15:25:16 -0400 (EDT) From: Patrick Li Reply-To: Patrick Li To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31267: New port: sysutils/ticker.app Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 >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 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 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 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