diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-10-10 17:58:00 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-10-10 17:58:00 +0000 |
| commit | 47ac56be82c72f83caff34ce4ac8f8e71bf8065a (patch) | |
| tree | 9b024a0a3e5f7e9ea25f8a10c704c6fa17bdc4f1 /sysutils/most | |
| parent | a7b4667654401c6cff9093ae6ebd74c74d6776ac (diff) | |
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 864e5f5bca37..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.2 -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 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-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 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 |
