diff --git a/misc/Makefile b/misc/Makefile index 3113ad8878d5..87f52b0959e6 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 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 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