summaryrefslogtreecommitdiff
path: root/sysutils/most
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-06-01 23:49:18 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-06-01 23:49:18 +0000
commit6a294c20389911c409eb5f6f05033eaf6c6975ab (patch)
treeb621d2670693545124e161f6048aa76ec80ae631 /sysutils/most
parentef70e9816ef935802e3a1e27b44f1c499b5cb27b (diff)
Diffstat (limited to 'sysutils/most')
-rw-r--r--sysutils/most/Makefile23
-rw-r--r--sysutils/most/distinfo1
-rw-r--r--sysutils/most/files/patch-aa22
-rw-r--r--sysutils/most/pkg-descr15
-rw-r--r--sysutils/most/pkg-plist8
5 files changed, 0 insertions, 69 deletions
diff --git a/sysutils/most/Makefile b/sysutils/most/Makefile
deleted file mode 100644
index 0da322be27d6..000000000000
--- a/sysutils/most/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# New ports collection makefile for: most
-# Date created: 31 May 1997
-# Whom: rhwang@bigpanda.com
-#
-# $FreeBSD$
-#
-
-PORTNAME= most
-PORTVERSION= 4.9.2
-CATEGORIES= misc
-MASTER_SITES= ftp://ftp.jedsoft.org/pub/davis/most/ \
- ftp://space.mit.edu/pub/davis/most/ \
- ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/most/
-
-MAINTAINER= rhwang@bigpanda.com
-COMMENT= A pager (like less) which has support for windows and binary files
-
-LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang
-
-GNU_CONFIGURE= yes
-MAN1= most.1
-
-.include <bsd.port.mk>
diff --git a/sysutils/most/distinfo b/sysutils/most/distinfo
deleted file mode 100644
index f99fe0775f73..000000000000
--- a/sysutils/most/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (most-4.9.2.tar.gz) = ccf9bb5aea4a337f188c0ee9f35f2efd
diff --git a/sysutils/most/files/patch-aa b/sysutils/most/files/patch-aa
deleted file mode 100644
index 43278e4e23b5..000000000000
--- a/sysutils/most/files/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/Makefile.in.orig Thu Apr 4 10:05:48 2002
-+++ src/Makefile.in Thu Apr 4 10:06:39 2002
-@@ -21,7 +21,7 @@
- prefix = @prefix@
- BIN_DIR = $(prefix)/bin
- MAN_DIR = $(prefix)/man/man1
--DOC_DIR = $(prefix)/doc/most
-+DOC_DIR = $(prefix)/share/doc/most
-
- SYS_INITFILE = @sysconfdir@/most.conf
-
-@@ -67,8 +67,10 @@
- install: all $(BIN_DIR)
- $(INSTALL) -s $(OBJDIR)/most $(DESTDIR)$(BIN_DIR)
- $(INSTALL_DATA) ../most.1 $(DESTDIR)$(MAN_DIR)
-+.if !defined(NOPORTDOCS)
- $(INSTALL) -d -m 755 $(DESTDIR)$(DOC_DIR)
- $(INSTALL_DATA) $(DOC_FILES) $(DESTDIR)$(DOC_DIR)
-+.endif
- $(BIN_DIR):
- - ../mkinsdir.sh $(DESTDIR)$(BIN_DIR)
- # The symlinks target is for my own private use. It simply creates the object
diff --git a/sysutils/most/pkg-descr b/sysutils/most/pkg-descr
deleted file mode 100644
index 3d08b00db0e6..000000000000
--- a/sysutils/most/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-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).
-
-WWW: http://space.mit.edu/~davis/jedsoft/most/
-FTP: ftp://ftp.jedsoft.org/pub/davis/most
-maintainer: Richard Hwang <rhwang@bigpanda.com>
diff --git a/sysutils/most/pkg-plist b/sysutils/most/pkg-plist
deleted file mode 100644
index 0aa349d8ec2e..000000000000
--- a/sysutils/most/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-bin/most
-share/doc/most/README
-share/doc/most/changes.txt
-share/doc/most/lesskeys.rc
-share/doc/most/most-fun.txt
-share/doc/most/most.doc
-share/doc/most/most.rc
-@dirrm share/doc/most