diff options
Diffstat (limited to 'sysutils/most')
-rw-r--r-- | sysutils/most/Makefile | 21 | ||||
-rw-r--r-- | sysutils/most/distinfo | 1 | ||||
-rw-r--r-- | sysutils/most/files/patch-aa | 22 | ||||
-rw-r--r-- | sysutils/most/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/most/pkg-descr | 15 | ||||
-rw-r--r-- | sysutils/most/pkg-plist | 8 |
6 files changed, 0 insertions, 68 deletions
diff --git a/sysutils/most/Makefile b/sysutils/most/Makefile deleted file mode 100644 index 4a255c8a70a0..000000000000 --- a/sysutils/most/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: most -# Date created: 31 May 1997 -# Whom: rhwang@bigpanda.com -# -# $FreeBSD$ -# - -PORTNAME= most -PORTVERSION= 4.9.0 -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.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 8787451d781e..000000000000 --- a/sysutils/most/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (most-4.9.0.tar.gz) = e2b80cda82f022100282e06918606c85 diff --git a/sysutils/most/files/patch-aa b/sysutils/most/files/patch-aa deleted file mode 100644 index 9fffd2a35b17..000000000000 --- a/sysutils/most/files/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ ---- src/Makefile.in.orig Tue Jun 8 11:47:47 1999 -+++ src/Makefile.in Tue Jun 8 11:48:39 1999 -@@ -42,7 +42,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 = $(prefix)/etc/most.conf - -@@ -87,8 +87,10 @@ - install: all $(BIN_DIR) - $(INSTALL) -s $(OBJDIR)/most $(BIN_DIR) - $(INSTALL_DATA) ../most.1 $(MAN_DIR) -+.if !defined(NOPORTDOCS) - $(INSTALL) -d $(DOC_DIR) -m 755 - $(INSTALL_DATA) $(DOC_FILES) $(DOC_DIR) -+.endif - $(BIN_DIR): - - ../mkinsdir.sh $(BIN_DIR) - # The symlinks target is for my own private use. It simply creates the object diff --git a/sysutils/most/pkg-comment b/sysutils/most/pkg-comment deleted file mode 100644 index ee3e6f7cc057..000000000000 --- a/sysutils/most/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A pager (like less) which has support for windows and binary files diff --git a/sysutils/most/pkg-descr b/sysutils/most/pkg-descr deleted file mode 100644 index f42f3bbfdd94..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/%7Edavis/most.html -FTP: 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 deleted file mode 100644 index db09f4c00879..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/default.rc -share/doc/most/lesskeys.rc -share/doc/most/most-fun.txt -share/doc/most/most.doc -@dirrm share/doc/most |