1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

add lr 1.6

Lazyread can auto-scroll files on your screen in movie credit fashion

PR:		40567
Submitted by:	"Michael L.Hostbaek" <mich@freebsdcluster.org>
This commit is contained in:
Ying-Chieh Liao 2002-07-15 11:00:43 +00:00
parent 4bd14ebcff
commit ac3d53cabf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62977
6 changed files with 43 additions and 0 deletions

View File

@ -182,6 +182,7 @@
SUBDIR += lifelines
SUBDIR += lile
SUBDIR += logsurfer
SUBDIR += lr
SUBDIR += lv
SUBDIR += magicpoint
SUBDIR += man.el

26
misc/lr/Makefile Normal file
View File

@ -0,0 +1,26 @@
# ex:ts=8
# Ports collection makefile for: lr
# Date created: Tue Jul 14, 2002
# Whom: Michael L. Hostbaek (mich@freebsdcluster.org)
#
# $FreeBSD$
#
PORTNAME= lr
PORTVERSION= 1.6
CATEGORIES= misc
MASTER_SITES= http://www.seekrut.com/rk/
MAINTAINER= mich@freebsdcluster.org
ALL_TARGET= lr
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>

1
misc/lr/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (lr-1.6.tar.gz) = 874a8b3b2615fa7d816f51432d3fb4e7

1
misc/lr/pkg-comment Normal file
View File

@ -0,0 +1 @@
Lazyread can auto-scroll files on your screen in movie credit fashion

11
misc/lr/pkg-descr Normal file
View File

@ -0,0 +1,11 @@
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.
WWW: http://www.seekrut.com/rk/lazyread.html
- Michael L. Hostbaek
mich@freebsdcluster.org

3
misc/lr/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
bin/lr
%%PORTDOCS%%share/doc/lr/README
%%PORTDOCS%%@dirrm share/doc/lr