From owner-freebsd-ports Sun Jul 14 13:10:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2033737B400 for ; Sun, 14 Jul 2002 13:10:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7284D43E3B for ; Sun, 14 Jul 2002 13:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6EKA2JU002014 for ; Sun, 14 Jul 2002 13:10:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6EKA21k002013; Sun, 14 Jul 2002 13:10:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72D1A37B400 for ; Sun, 14 Jul 2002 13:09:14 -0700 (PDT) Received: from freebsdcluster.org (freebsdcluster.dk [195.184.98.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id D428243E31 for ; Sun, 14 Jul 2002 13:09:13 -0700 (PDT) (envelope-from mich@freebsdcluster.org) Received: by freebsdcluster.org (Postfix, from userid 1001) id 68CE4AC70B; Sun, 14 Jul 2002 22:09:07 +0200 (CEST) Message-Id: <20020714200907.68CE4AC70B@freebsdcluster.org> Date: Sun, 14 Jul 2002 22:09:07 +0200 (CEST) From: "Michael L.Hostbaek" Reply-To: "Michael L.Hostbaek" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/40567: New port: sysutils/lr 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: 40567 >Category: ports >Synopsis: New port: sysutils/lr >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 Jul 14 13:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Michael L. Hostbaek >Release: FreeBSD 4.6-STABLE i386 >Organization: FreeBSDCluster.org >Environment: System: FreeBSD freebsdcluster.dk 4.6-STABLE FreeBSD 4.6-STABLE #0: Sat Jul 6 13:54:50 CEST 2002 root@freebsdcluster.dk:/space1/usr-linked/obj/space1/usr-linked/src/sys/COP_KERNEL_1 i386 >Description: Lazyread is a C program that auto-scrolls files on your screen in movie credit fashion. It allows the user to read without having to manually scroll down to see new pages. There are lots of features, such as being able to choose the speed at which it scrolls, pause, dynamic speed up, the ability to highlight lines that contain a specified string, and much more. >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: # # lr/Makefile # lr/distinfo # lr/pkg-comment # lr/pkg-descr # lr/pkg-plist # echo x - lr/Makefile sed 's/^X//' >lr/Makefile << 'END-of-lr/Makefile' X# ex:ts=8 X# Ports collection makefile for: lr X# Date created: Tue Jul 14, 2002 X# Whom: Michael L. Hostbaek (mich@freebsdcluster.org) X# X# $FreeBSD$ X# X XPORTNAME= lr XPORTVERSION= 1.6 XCATEGORIES= sysutils XMASTER_SITES= http://www.seekrut.com/rk/ XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= mich@freebsdcluster.org X XALL_TARGET= lr X XDOCSDIR?= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} X X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README X.endif X X.include END-of-lr/Makefile echo x - lr/distinfo sed 's/^X//' >lr/distinfo << 'END-of-lr/distinfo' XMD5 (lr-1.6.tar.gz) = 874a8b3b2615fa7d816f51432d3fb4e7 END-of-lr/distinfo echo x - lr/pkg-comment sed 's/^X//' >lr/pkg-comment << 'END-of-lr/pkg-comment' XLazyread can auto-scroll files on your screen in movie credit fashion END-of-lr/pkg-comment echo x - lr/pkg-descr sed 's/^X//' >lr/pkg-descr << 'END-of-lr/pkg-descr' XLazyread is a C program that auto-scrolls files on your screen Xin movie credit fashion. It allows the user to read without having Xto manually scroll down to see new pages. There are lots of Xfeatures, such as being able to choose the speed at which it Xscrolls, pause, dynamic speed up, the ability to highlight lines Xthat contain a specified string, and much more. X XWWW: http://www.seekrut.com/rk/lazyread.html X X - Michael L. Hostbaek X mich@freebsdcluster.org END-of-lr/pkg-descr echo x - lr/pkg-plist sed 's/^X//' >lr/pkg-plist << 'END-of-lr/pkg-plist' Xbin/lr Xshare/doc/lr/README X@dirrm share/doc/lr END-of-lr/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