summaryrefslogtreecommitdiff
path: root/misc/most
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1997-10-11 21:53:59 +0000
committerhubertf <hubertf@pkgsrc.org>1997-10-11 21:53:59 +0000
commit240eed442d1f97f7d7dd9430673499ef25dd1f36 (patch)
treecd1e0be6347cb17aeb9201b0ecc45b0286c98b53 /misc/most
parent652e2956ee0721786181dcf43d7559a17c9b93f9 (diff)
downloadpkgsrc-240eed442d1f97f7d7dd9430673499ef25dd1f36.tar.gz
Import as of 09/25/97
Diffstat (limited to 'misc/most')
-rw-r--r--misc/most/Makefile23
-rw-r--r--misc/most/files/md51
-rw-r--r--misc/most/pkg/COMMENT1
-rw-r--r--misc/most/pkg/DESCR15
-rw-r--r--misc/most/pkg/PLIST2
5 files changed, 42 insertions, 0 deletions
diff --git a/misc/most/Makefile b/misc/most/Makefile
new file mode 100644
index 00000000000..7fda92c38b3
--- /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: Makefile,v 1.1.1.1 1997/10/11 21:54:34 hubertf Exp $
+#
+
+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/misc/most/files/md5 b/misc/most/files/md5
new file mode 100644
index 00000000000..01f9dbaa9cc
--- /dev/null
+++ b/misc/most/files/md5
@@ -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 00000000000..ee3e6f7cc05
--- /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 00000000000..bb4cbc93acb
--- /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 <rhwang@bigpanda.com>
diff --git a/misc/most/pkg/PLIST b/misc/most/pkg/PLIST
new file mode 100644
index 00000000000..1f8f6ff1894
--- /dev/null
+++ b/misc/most/pkg/PLIST
@@ -0,0 +1,2 @@
+bin/most
+man/man1/most.1.gz