diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-15 11:00:43 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-15 11:00:43 +0000 |
commit | ac3d53cabf0ab7277b9efc31a927f845ade3c6c0 (patch) | |
tree | 5bf460899787174a701f9c374ade19544db956a2 /misc/lr | |
parent | 4bd14ebcff05ab3c23bd228df8ec018e7b58ff78 (diff) | |
download | ports-ac3d53cabf0ab7277b9efc31a927f845ade3c6c0.tar.gz ports-ac3d53cabf0ab7277b9efc31a927f845ade3c6c0.zip |
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>
Notes
Notes:
svn path=/head/; revision=62977
Diffstat (limited to 'misc/lr')
-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 |
5 files changed, 42 insertions, 0 deletions
diff --git a/misc/lr/Makefile b/misc/lr/Makefile new file mode 100644 index 000000000000..2a38191e8238 --- /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 000000000000..e31f4131a67f --- /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 000000000000..59916d8ab7cd --- /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 000000000000..2d73b49435b1 --- /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 000000000000..f34f426b5693 --- /dev/null +++ b/misc/lr/pkg-plist @@ -0,0 +1,3 @@ +bin/lr +%%PORTDOCS%%share/doc/lr/README +%%PORTDOCS%%@dirrm share/doc/lr |