summaryrefslogtreecommitdiff
path: root/sysutils/44bsd-more
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>2000-05-29 19:58:25 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>2000-05-29 19:58:25 +0000
commitea4dd4d6303b584d3653bb1db47b05af807968b8 (patch)
tree8f761dbcdf4cf36e9995f1272ae97d59be5c40b3 /sysutils/44bsd-more
parentEnergize 44bsd-more! (diff)
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.
Notes
Notes: svn path=/head/; revision=28939
Diffstat (limited to 'sysutils/44bsd-more')
-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 000000000000..8c63fdddd1b1
--- /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 000000000000..f6bf179f5b8c
--- /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 000000000000..fffddd0b71a9
--- /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 000000000000..77000197adbd
--- /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 000000000000..0f18d7604fbf
--- /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