From ea4dd4d6303b584d3653bb1db47b05af807968b8 Mon Sep 17 00:00:00 2001 From: Tim Vanderhoek Date: Mon, 29 May 2000 19:58:25 +0000 Subject: Bring-in more. From pkg/DESCR: This is /usr/bin/more from FreeBSD before the import of the less pager. It is an older version of less that includes some enhancements and fixes not in less. These enhancments include support for global(1) tags, nicer horizontal scrolling, support for portable keyboard configurations using termcap(5), and a much shorter manpage. Due to the debatability of the latter feature (is it an enhancement or a bug?), /usr/bin/more has been replaced. This port is available for those who desire any of the above features. --- misc/44bsd-more/Makefile | 44 ++++++++++++++++++++++++++++++++++++++++++++ misc/44bsd-more/distinfo | 1 + misc/44bsd-more/pkg-comment | 1 + misc/44bsd-more/pkg-descr | 9 +++++++++ misc/44bsd-more/pkg-plist | 6 ++++++ 5 files changed, 61 insertions(+) create mode 100644 misc/44bsd-more/Makefile create mode 100644 misc/44bsd-more/distinfo create mode 100644 misc/44bsd-more/pkg-comment create mode 100644 misc/44bsd-more/pkg-descr create mode 100644 misc/44bsd-more/pkg-plist (limited to 'misc') diff --git a/misc/44bsd-more/Makefile b/misc/44bsd-more/Makefile new file mode 100644 index 000000000000..8c63fdddd1b1 --- /dev/null +++ b/misc/44bsd-more/Makefile @@ -0,0 +1,44 @@ +# Ports collection makefile for: more +# Date created: 24 May 2000 +# Whom: Tim van der Hoek +# +# $FreeBSD$ +# + +PORTNAME= 44bsd-more +PORTVERSION= ${RELDATE} +CATEGORIES= misc +MASTER_SITES= http://people.FreeBSD.org/~hoek/dists/ + +MAINTAINER= hoek@FreeBSD.org + +USE_BZIP2= yes +NO_WRKSUBDIR= yes + +MAN1= 44bsd-more.1 + +RELDATE= 20000521 +EXAMPDIR= ${PREFIX}/share/examples/44bsd-more + +post-extract: + -cd ${WRKSRC} && co -d${RELDATE} RCS/*,v + +do-patch: + ${PERL} -pi.orig -e \ + 's!/usr/share/misc/more.help!${PREFIX}/share/misc/44bsd-more.help!'\ + ${WRKSRC}/pathnames.h + +do-install: + ${MKDIR} ${EXAMPDIR} + ${INSTALL_MAN} ${WRKSRC}/more.1 ${PREFIX}/man/man1/44bsd-more.1 + ${INSTALL_DATA} ${WRKSRC}/default.morerc ${EXAMPDIR} + ${INSTALL_DATA} ${WRKSRC}/less.morerc ${EXAMPDIR} + ${INSTALL_DATA} ${WRKSRC}/most.morerc ${EXAMPDIR} + ${INSTALL_DATA} ${WRKSRC}/more.help ${PREFIX}/share/misc/44bsd-more.help + ${INSTALL_PROGRAM} ${WRKSRC}/more ${PREFIX}/bin/44bsd-more + +tarup: + cd ${WRKSRC} && tar cyf /tmp/${DISTFILES} RCS + scp /tmp/${DISTFILES} freefall:public_html/dists + +.include diff --git a/misc/44bsd-more/distinfo b/misc/44bsd-more/distinfo new file mode 100644 index 000000000000..f6bf179f5b8c --- /dev/null +++ b/misc/44bsd-more/distinfo @@ -0,0 +1 @@ +MD5 (44bsd-more-20000521.tar.bz2) = 5a9f04f31e5fddd3fdc143a470501f42 diff --git a/misc/44bsd-more/pkg-comment b/misc/44bsd-more/pkg-comment new file mode 100644 index 000000000000..fffddd0b71a9 --- /dev/null +++ b/misc/44bsd-more/pkg-comment @@ -0,0 +1 @@ +The pager installed with FreeBSD before less(1) was imported diff --git a/misc/44bsd-more/pkg-descr b/misc/44bsd-more/pkg-descr new file mode 100644 index 000000000000..77000197adbd --- /dev/null +++ b/misc/44bsd-more/pkg-descr @@ -0,0 +1,9 @@ +This is /usr/bin/more from FreeBSD before the import of the less pager. +It is an older version of less that includes some enhancements and fixes +not in less. These enhancments include support for global(1) tags, +nicer horizontal scrolling, support for portable keyboard configurations +using termcap(5), and a much shorter manpage. + +Due to the debatability of the latter feature (is it an enhancement or +a bug?), /usr/bin/more has been replaced. This port is available for +those who desire any of the above features. diff --git a/misc/44bsd-more/pkg-plist b/misc/44bsd-more/pkg-plist new file mode 100644 index 000000000000..0f18d7604fbf --- /dev/null +++ b/misc/44bsd-more/pkg-plist @@ -0,0 +1,6 @@ +bin/44bsd-more +share/misc/44bsd-more.help +share/examples/44bsd-more/default.morerc +share/examples/44bsd-more/less.morerc +share/examples/44bsd-more/most.morerc +@dirrm share/examples/44bsd-more -- cgit v1.2.3