summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-08-08 06:52:42 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-08-08 06:52:42 +0000
commit2888862231cfc1aa41874312b8a647824ac855b0 (patch)
tree34c00a965c1bb69abbdba8cedc3a5e5549f742d2 /misc
parentUpgrade xjman to version 0.6, this is for XFree86 4.x. (diff)
New port reed version 4.6: A text pager with autoscrolling and more
PR: 29533 Submitted by: Pete Fritchman <petef@databits.net>
Notes
Notes: svn path=/head/; revision=45947
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/reed/Makefile29
-rw-r--r--misc/reed/distinfo1
-rw-r--r--misc/reed/files/patch-src::reed.h10
-rw-r--r--misc/reed/pkg-comment1
-rw-r--r--misc/reed/pkg-descr10
-rw-r--r--misc/reed/pkg-plist3
7 files changed, 55 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index d6c92c138e35..7a15a1c41beb 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -144,6 +144,7 @@
SUBDIR += qlas
SUBDIR += quotes
SUBDIR += quranref
+ SUBDIR += reed
SUBDIR += rfc
SUBDIR += rname
SUBDIR += rtfm
diff --git a/misc/reed/Makefile b/misc/reed/Makefile
new file mode 100644
index 000000000000..60463f14890c
--- /dev/null
+++ b/misc/reed/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: reed
+# Date created: 7 August 2001
+# Whom: Pete Fritchman <petef@databits.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= reed
+PORTVERSION= 4.6
+CATEGORIES= misc
+MASTER_SITES= http://www.sacredchao.net/software/reed/
+
+MAINTAINER= petef@databits.net
+
+LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+MAKE_ARGS= CFLAGS="-I${LOCALBASE}/include ${CFLAGS}"
+
+post-patch:
+ @${PERL} -pi -e 's!sys/dir.h!dirent.h!g' ${WRKSRC}/configure \
+ ${WRKSRC}/src/reed.h
+ @${PERL} -pi -e 's!-O3!!' ${WRKSRC}/configure
+ @${PERL} -pi -e 's!CFLAGS =!CFLAGS +=!' ${WRKSRC}/src/Makefile.in
+
+MAN1= breed.1 reed.1 wrap.1
+
+.include <bsd.port.mk>
diff --git a/misc/reed/distinfo b/misc/reed/distinfo
new file mode 100644
index 000000000000..5e5b3164c67a
--- /dev/null
+++ b/misc/reed/distinfo
@@ -0,0 +1 @@
+MD5 (reed-4.6.tar.gz) = 99534e8c2532de28437f5284a0056bea
diff --git a/misc/reed/files/patch-src::reed.h b/misc/reed/files/patch-src::reed.h
new file mode 100644
index 000000000000..ceb7c2ff4880
--- /dev/null
+++ b/misc/reed/files/patch-src::reed.h
@@ -0,0 +1,10 @@
+--- src/reed.h.orig Thu Nov 30 19:09:49 2000
++++ src/reed.h Tue Aug 7 23:14:10 2001
+@@ -19,6 +19,7 @@
+ #include <string.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
++#include <sys/syslimits.h>
+ #include <sys/dir.h>
+ #include <regex.h>
+ #include <pwd.h>
diff --git a/misc/reed/pkg-comment b/misc/reed/pkg-comment
new file mode 100644
index 000000000000..d1ab88c2c51c
--- /dev/null
+++ b/misc/reed/pkg-comment
@@ -0,0 +1 @@
+A text pager with autoscrolling and more
diff --git a/misc/reed/pkg-descr b/misc/reed/pkg-descr
new file mode 100644
index 000000000000..4b95185ddd5b
--- /dev/null
+++ b/misc/reed/pkg-descr
@@ -0,0 +1,10 @@
+reed is a text pager for reading large files, such as full books
+(usually etexts from Project Gutenberg). It has the features one
+would expect for a pager (multiple buffers, searching, file
+information, subshells, etc) and more: persistent bookmarks, auto
+scrolling, and support for many different types of files.
+
+WWW: http://www.sacredchao.net/software/reed/
+
+- Pete
+petef@databits.net
diff --git a/misc/reed/pkg-plist b/misc/reed/pkg-plist
new file mode 100644
index 000000000000..0fbfaa2eb7db
--- /dev/null
+++ b/misc/reed/pkg-plist
@@ -0,0 +1,3 @@
+bin/breed
+bin/reed
+bin/wrap