diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-05-15 15:49:17 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-05-15 15:49:17 +0000 |
| commit | 6f316ce2e89f972a4f22e1b97e1dda5e9d58cefa (patch) | |
| tree | fb8d61358190cc429db453d54fb9920ccfde716f /sysutils/most | |
| parent | ea16706c62b542adc8f3b887256bf215bf914db6 (diff) | |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_10_0'.release/4.10.0
Diffstat (limited to 'sysutils/most')
| -rw-r--r-- | sysutils/most/Makefile | 24 | ||||
| -rw-r--r-- | sysutils/most/distinfo | 2 | ||||
| -rw-r--r-- | sysutils/most/files/patch-aa | 29 | ||||
| -rw-r--r-- | sysutils/most/pkg-descr | 15 | ||||
| -rw-r--r-- | sysutils/most/pkg-plist | 8 |
5 files changed, 0 insertions, 78 deletions
diff --git a/sysutils/most/Makefile b/sysutils/most/Makefile deleted file mode 100644 index 11af7f54ca16..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.4 -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= 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 0c70a807ee96..000000000000 --- a/sysutils/most/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (most-4.9.4.tar.gz) = 54d21cbd39bbe5fd89f8162eddb4cbd3 -SIZE (most-4.9.4.tar.gz) = 117274 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 97aba31db79b..000000000000 --- a/sysutils/most/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/most -%%PORTDOCS%%share/doc/most/README -%%PORTDOCS%%share/doc/most/changes.txt -%%PORTDOCS%%share/doc/most/lesskeys.rc -%%PORTDOCS%%share/doc/most/most-fun.txt -%%PORTDOCS%%share/doc/most/most.doc -%%PORTDOCS%%share/doc/most/most.rc -%%PORTDOCS%%@dirrm share/doc/most |
