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.
This commit is contained in:
parent
8bbce1f57e
commit
ea4dd4d630
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28939
44
misc/44bsd-more/Makefile
Normal file
44
misc/44bsd-more/Makefile
Normal file
@ -0,0 +1,44 @@
|
||||
# Ports collection makefile for: more
|
||||
# Date created: 24 May 2000
|
||||
# Whom: Tim van der Hoek <hoek@FreeBSD.org>
|
||||
#
|
||||
# $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 <bsd.port.mk>
|
1
misc/44bsd-more/distinfo
Normal file
1
misc/44bsd-more/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (44bsd-more-20000521.tar.bz2) = 5a9f04f31e5fddd3fdc143a470501f42
|
1
misc/44bsd-more/pkg-comment
Normal file
1
misc/44bsd-more/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
The pager installed with FreeBSD before less(1) was imported
|
9
misc/44bsd-more/pkg-descr
Normal file
9
misc/44bsd-more/pkg-descr
Normal file
@ -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.
|
6
misc/44bsd-more/pkg-plist
Normal file
6
misc/44bsd-more/pkg-plist
Normal file
@ -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
|
44
sysutils/44bsd-more/Makefile
Normal file
44
sysutils/44bsd-more/Makefile
Normal file
@ -0,0 +1,44 @@
|
||||
# Ports collection makefile for: more
|
||||
# Date created: 24 May 2000
|
||||
# Whom: Tim van der Hoek <hoek@FreeBSD.org>
|
||||
#
|
||||
# $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 <bsd.port.mk>
|
1
sysutils/44bsd-more/distinfo
Normal file
1
sysutils/44bsd-more/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (44bsd-more-20000521.tar.bz2) = 5a9f04f31e5fddd3fdc143a470501f42
|
1
sysutils/44bsd-more/pkg-comment
Normal file
1
sysutils/44bsd-more/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
The pager installed with FreeBSD before less(1) was imported
|
9
sysutils/44bsd-more/pkg-descr
Normal file
9
sysutils/44bsd-more/pkg-descr
Normal file
@ -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.
|
6
sysutils/44bsd-more/pkg-plist
Normal file
6
sysutils/44bsd-more/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user