diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-07-15 11:00:43 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-07-15 11:00:43 +0000 |
commit | 583f08b7d751475640eeac374a1c5034126a87c7 (patch) | |
tree | 4409bb710504bbdbbc33d562e2ae0d963723b5b6 /misc | |
parent | e291c79b6997e0306ab23ea2f690e4ac2a1133e0 (diff) | |
download | FreeBSD-ports-583f08b7d751475640eeac374a1c5034126a87c7.zip FreeBSD-ports-583f08b7d751475640eeac374a1c5034126a87c7.tar.gz |
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>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/lr/Makefile | 26 | ||||
-rw-r--r-- | misc/lr/distinfo | 1 | ||||
-rw-r--r-- | misc/lr/pkg-comment | 1 | ||||
-rw-r--r-- | misc/lr/pkg-descr | 11 | ||||
-rw-r--r-- | misc/lr/pkg-plist | 3 |
6 files changed, 43 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 3113ad8..87f52b0 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -182,6 +182,7 @@ SUBDIR += lifelines SUBDIR += lile SUBDIR += logsurfer + SUBDIR += lr SUBDIR += lv SUBDIR += magicpoint SUBDIR += man.el diff --git a/misc/lr/Makefile b/misc/lr/Makefile new file mode 100644 index 0000000..2a38191 --- /dev/null +++ b/misc/lr/Makefile @@ -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> diff --git a/misc/lr/distinfo b/misc/lr/distinfo new file mode 100644 index 0000000..e31f413 --- /dev/null +++ b/misc/lr/distinfo @@ -0,0 +1 @@ +MD5 (lr-1.6.tar.gz) = 874a8b3b2615fa7d816f51432d3fb4e7 diff --git a/misc/lr/pkg-comment b/misc/lr/pkg-comment new file mode 100644 index 0000000..59916d8 --- /dev/null +++ b/misc/lr/pkg-comment @@ -0,0 +1 @@ +Lazyread can auto-scroll files on your screen in movie credit fashion diff --git a/misc/lr/pkg-descr b/misc/lr/pkg-descr new file mode 100644 index 0000000..2d73b49 --- /dev/null +++ b/misc/lr/pkg-descr @@ -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 diff --git a/misc/lr/pkg-plist b/misc/lr/pkg-plist new file mode 100644 index 0000000..f34f426 --- /dev/null +++ b/misc/lr/pkg-plist @@ -0,0 +1,3 @@ +bin/lr +%%PORTDOCS%%share/doc/lr/README +%%PORTDOCS%%@dirrm share/doc/lr |