diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-06-03 20:11:23 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-06-03 20:11:23 +0000 |
commit | 9c4df8f37e8d042ecc1d770d805c71c116db8ab5 (patch) | |
tree | d31d5b636afb76b3bedcdc255b1eea05e0dab3e0 /sysutils/most | |
parent | 1d68844f645c85b05e4732d0bf237a3ee3e4681d (diff) | |
download | ports-9c4df8f37e8d042ecc1d770d805c71c116db8ab5.tar.gz ports-9c4df8f37e8d042ecc1d770d805c71c116db8ab5.zip |
Notes
Diffstat (limited to 'sysutils/most')
-rw-r--r-- | sysutils/most/Makefile | 23 | ||||
-rw-r--r-- | sysutils/most/distinfo | 1 | ||||
-rw-r--r-- | sysutils/most/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/most/pkg-descr | 15 | ||||
-rw-r--r-- | sysutils/most/pkg-plist | 2 |
5 files changed, 42 insertions, 0 deletions
diff --git a/sysutils/most/Makefile b/sysutils/most/Makefile new file mode 100644 index 000000000000..b0b3a3faf58d --- /dev/null +++ b/sysutils/most/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: most +# Version required: 4.7 +# Date created: 31 May 1997 +# Whom: rhwang@bigpanda.com +# +# $Id $ +# + +DISTNAME= most4.7 +PKGNAME= most-4.7 +CATEGORIES= misc +MASTER_SITES= ftp://space.mit.edu/pub/davis/most/ \ + ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/most/ + +MAINTAINER= rhwang@bigpanda.com + +LIB_DEPENDS= slang\\.0\\.99[0-9][0-9]:${PORTSDIR}/devel/libslang + +GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/most +MAN1= most.1 + +.include <bsd.port.mk> diff --git a/sysutils/most/distinfo b/sysutils/most/distinfo new file mode 100644 index 000000000000..01f9dbaa9cc9 --- /dev/null +++ b/sysutils/most/distinfo @@ -0,0 +1 @@ +MD5 (most4.7.tar.gz) = cf3703e9555447cf450e02aeff69a170 diff --git a/sysutils/most/pkg-comment b/sysutils/most/pkg-comment new file mode 100644 index 000000000000..ee3e6f7cc057 --- /dev/null +++ b/sysutils/most/pkg-comment @@ -0,0 +1 @@ +A pager (like less) which has support for windows and binary files diff --git a/sysutils/most/pkg-descr b/sysutils/most/pkg-descr new file mode 100644 index 000000000000..bb4cbc93acbc --- /dev/null +++ b/sysutils/most/pkg-descr @@ -0,0 +1,15 @@ +most is a pager (like less) that displays, one windowful at a time, +the contents of a file on a terminal. It pauses after each windowful +and prints the following on the window status line: the screen, the +file name, current line number, and the percentage of the file so far +displayed. + +In addition to displaying ordinary text files, most can also display +binary files as well as files with arbitrary ascii characters. As an +option, autosensing of binary files can be disabled (via the -k +option), thereby allowing one to browse files encoded in a different +language (Japanese, Korean, Chinese, etc). + + web site: http://space.mit.edu/%7Edavis/most.html + ftp site: ftp://space.mit.edu/pub/davis/most +maintainer: Richard Hwang <rhwang@bigpanda.com> diff --git a/sysutils/most/pkg-plist b/sysutils/most/pkg-plist new file mode 100644 index 000000000000..1f8f6ff18940 --- /dev/null +++ b/sysutils/most/pkg-plist @@ -0,0 +1,2 @@ +bin/most +man/man1/most.1.gz |