summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorhoek <hoek@FreeBSD.org>2000-05-29 19:58:25 +0000
committerhoek <hoek@FreeBSD.org>2000-05-29 19:58:25 +0000
commita93e9126b9566a6d392a44e6208eb20be516e112 (patch)
tree9e448868951b7ad60b724c963bf0db0d126e206b /sysutils
parentcc06b0dad4a5fd8c97054cd97d0dadbe9ea9cb83 (diff)
downloadFreeBSD-ports-a93e9126b9566a6d392a44e6208eb20be516e112.zip
FreeBSD-ports-a93e9126b9566a6d392a44e6208eb20be516e112.tar.gz
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.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/44bsd-more/Makefile44
-rw-r--r--sysutils/44bsd-more/distinfo1
-rw-r--r--sysutils/44bsd-more/pkg-comment1
-rw-r--r--sysutils/44bsd-more/pkg-descr9
-rw-r--r--sysutils/44bsd-more/pkg-plist6
5 files changed, 61 insertions, 0 deletions
diff --git a/sysutils/44bsd-more/Makefile b/sysutils/44bsd-more/Makefile
new file mode 100644
index 0000000..8c63fdd
--- /dev/null
+++ b/sysutils/44bsd-more/Makefile
@@ -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>
diff --git a/sysutils/44bsd-more/distinfo b/sysutils/44bsd-more/distinfo
new file mode 100644
index 0000000..f6bf179
--- /dev/null
+++ b/sysutils/44bsd-more/distinfo
@@ -0,0 +1 @@
+MD5 (44bsd-more-20000521.tar.bz2) = 5a9f04f31e5fddd3fdc143a470501f42
diff --git a/sysutils/44bsd-more/pkg-comment b/sysutils/44bsd-more/pkg-comment
new file mode 100644
index 0000000..fffddd0
--- /dev/null
+++ b/sysutils/44bsd-more/pkg-comment
@@ -0,0 +1 @@
+The pager installed with FreeBSD before less(1) was imported
diff --git a/sysutils/44bsd-more/pkg-descr b/sysutils/44bsd-more/pkg-descr
new file mode 100644
index 0000000..7700019
--- /dev/null
+++ b/sysutils/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/sysutils/44bsd-more/pkg-plist b/sysutils/44bsd-more/pkg-plist
new file mode 100644
index 0000000..0f18d76
--- /dev/null
+++ b/sysutils/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
OpenPOWER on IntegriCloud