From bc2c1df87833637ef054618e0d84048d766216b2 Mon Sep 17 00:00:00 2001 From: max Date: Tue, 3 Jun 1997 20:11:23 +0000 Subject: New port, most: A pager (like less) which has support for windows and binary files PR: 3732 Submitted by: Richard Hwang --- misc/most/Makefile | 23 +++++++++++++++++++++++ misc/most/distinfo | 1 + misc/most/pkg-comment | 1 + misc/most/pkg-descr | 15 +++++++++++++++ misc/most/pkg-plist | 2 ++ 5 files changed, 42 insertions(+) create mode 100644 misc/most/Makefile create mode 100644 misc/most/distinfo create mode 100644 misc/most/pkg-comment create mode 100644 misc/most/pkg-descr create mode 100644 misc/most/pkg-plist (limited to 'misc/most') diff --git a/misc/most/Makefile b/misc/most/Makefile new file mode 100644 index 0000000..b0b3a3f --- /dev/null +++ b/misc/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 diff --git a/misc/most/distinfo b/misc/most/distinfo new file mode 100644 index 0000000..01f9dba --- /dev/null +++ b/misc/most/distinfo @@ -0,0 +1 @@ +MD5 (most4.7.tar.gz) = cf3703e9555447cf450e02aeff69a170 diff --git a/misc/most/pkg-comment b/misc/most/pkg-comment new file mode 100644 index 0000000..ee3e6f7 --- /dev/null +++ b/misc/most/pkg-comment @@ -0,0 +1 @@ +A pager (like less) which has support for windows and binary files diff --git a/misc/most/pkg-descr b/misc/most/pkg-descr new file mode 100644 index 0000000..bb4cbc9 --- /dev/null +++ b/misc/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 diff --git a/misc/most/pkg-plist b/misc/most/pkg-plist new file mode 100644 index 0000000..1f8f6ff --- /dev/null +++ b/misc/most/pkg-plist @@ -0,0 +1,2 @@ +bin/most +man/man1/most.1.gz -- cgit v1.1