mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
New port reed version 4.6: A text pager with autoscrolling and more
PR: 29533 Submitted by: Pete Fritchman <petef@databits.net>
This commit is contained in:
parent
43ecceb0a6
commit
2888862231
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45947
@ -144,6 +144,7 @@
|
||||
SUBDIR += qlas
|
||||
SUBDIR += quotes
|
||||
SUBDIR += quranref
|
||||
SUBDIR += reed
|
||||
SUBDIR += rfc
|
||||
SUBDIR += rname
|
||||
SUBDIR += rtfm
|
||||
|
29
misc/reed/Makefile
Normal file
29
misc/reed/Makefile
Normal file
@ -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>
|
1
misc/reed/distinfo
Normal file
1
misc/reed/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (reed-4.6.tar.gz) = 99534e8c2532de28437f5284a0056bea
|
10
misc/reed/files/patch-src::reed.h
Normal file
10
misc/reed/files/patch-src::reed.h
Normal file
@ -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>
|
1
misc/reed/pkg-comment
Normal file
1
misc/reed/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A text pager with autoscrolling and more
|
10
misc/reed/pkg-descr
Normal file
10
misc/reed/pkg-descr
Normal file
@ -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
|
3
misc/reed/pkg-plist
Normal file
3
misc/reed/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/breed
|
||||
bin/reed
|
||||
bin/wrap
|
29
sysutils/reed/Makefile
Normal file
29
sysutils/reed/Makefile
Normal file
@ -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>
|
1
sysutils/reed/distinfo
Normal file
1
sysutils/reed/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (reed-4.6.tar.gz) = 99534e8c2532de28437f5284a0056bea
|
10
sysutils/reed/files/patch-src::reed.h
Normal file
10
sysutils/reed/files/patch-src::reed.h
Normal file
@ -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>
|
1
sysutils/reed/pkg-comment
Normal file
1
sysutils/reed/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A text pager with autoscrolling and more
|
10
sysutils/reed/pkg-descr
Normal file
10
sysutils/reed/pkg-descr
Normal file
@ -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
|
3
sysutils/reed/pkg-plist
Normal file
3
sysutils/reed/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/breed
|
||||
bin/reed
|
||||
bin/wrap
|
Loading…
Reference in New Issue
Block a user