aboutsummaryrefslogtreecommitdiff
path: root/sysutils/most
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
commit7011c19a8c96a2f8fb7c04d61cb28cdc507584a6 (patch)
tree22c0efaf2b6bb5b461389f9bac9542c7e3a5909a /sysutils/most
parenta33896596d7008d70bca9b6ce72347e2d7b6fd9a (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_11_0'.release/4.11.0
Notes
Notes: svn path=/head/; revision=127022 svn path=/tags/RELEASE_4_11_0/; revision=127023; tag=release/4.11.0
Diffstat (limited to 'sysutils/most')
-rw-r--r--sysutils/most/Makefile24
-rw-r--r--sysutils/most/distinfo2
-rw-r--r--sysutils/most/files/patch-aa29
-rw-r--r--sysutils/most/pkg-descr15
-rw-r--r--sysutils/most/pkg-plist8
5 files changed, 0 insertions, 78 deletions
diff --git a/sysutils/most/Makefile b/sysutils/most/Makefile
deleted file mode 100644
index 7287b3098953..000000000000
--- a/sysutils/most/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: most
-# Date created: 31 May 1997
-# Whom: rhwang@bigpanda.com
-#
-# $FreeBSD$
-#
-
-PORTNAME= most
-PORTVERSION= 4.9.5
-CATEGORIES= misc
-MASTER_SITES= ftp://space.mit.edu/pub/davis/most/ \
- ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/most/ \
- http://gd.tuwien.ac.at/editors/davis/most/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A pager (like less) which has support for windows and binary files
-
-LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--enable-mmap
-MAN1= most.1
-
-.include <bsd.port.mk>
diff --git a/sysutils/most/distinfo b/sysutils/most/distinfo
deleted file mode 100644
index 0f02e6f7a8d6..000000000000
--- a/sysutils/most/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (most-4.9.5.tar.gz) = 5c0922952485b0a5822ef994603dcc2f
-SIZE (most-4.9.5.tar.gz) = 117361
diff --git a/sysutils/most/files/patch-aa b/sysutils/most/files/patch-aa
deleted file mode 100644
index 28bd732f2b87..000000000000
--- a/sysutils/most/files/patch-aa
+++ /dev/null
@@ -1,29 +0,0 @@
---- src/Makefile.in Fri Dec 20 23:32:56 2002
-+++ src/Makefile.in Wed Mar 10 17:11:10 2004
-@@ -22,5 +22,5 @@
- BIN_DIR = $(prefix)/bin
- MAN_DIR = $(prefix)/man
--DOC_DIR = $(prefix)/doc/most
-+DOC_DIR = $(prefix)/share/doc/most
- SYS_INITFILE = @sysconfdir@/most.conf
- MKINSDIR = ../autoconf/mkinsdir.sh
-@@ -69,5 +69,7 @@
- /bin/rm -rf $(OBJDIR) Makefile sysconf.h
- installdirs:
-+.if !defined(NOPORTDOCS)
- $(MKINSDIR) $(DEST_DOCDIR)
-+.endif
- $(MKINSDIR) $(DEST_MANDIR)/man1
- $(MKINSDIR) $(DEST_BINDIR)
-@@ -75,4 +77,5 @@
- $(INSTALL) -s $(OBJDIR)/most $(DEST_BINDIR)
- $(INSTALL_DATA) ../most.1 $(DEST_MANDIR)/man1
-+.if !defined(NOPORTDOCS)
- @for i in $(DOC_FILES); \
- do \
-@@ -84,4 +87,5 @@
- fi; \
- done
-+.endif
- # The symlinks target is for my own private use. It simply creates the object
- # directory as a symbolic link to a local disk instead of an NFS mounted one.
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 cc68b3e27765..000000000000
--- a/sysutils/most/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-bin/most
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/changes.txt
-%%PORTDOCS%%%%DOCSDIR%%/lesskeys.rc
-%%PORTDOCS%%%%DOCSDIR%%/most-fun.txt
-%%PORTDOCS%%%%DOCSDIR%%/most.doc
-%%PORTDOCS%%%%DOCSDIR%%/most.rc
-%%PORTDOCS%%@dirrm %%DOCSDIR%%