aboutsummaryrefslogtreecommitdiff
path: root/sysutils/reed
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/reed')
-rw-r--r--sysutils/reed/Makefile43
-rw-r--r--sysutils/reed/distinfo1
-rw-r--r--sysutils/reed/pkg-comment1
-rw-r--r--sysutils/reed/pkg-descr10
-rw-r--r--sysutils/reed/pkg-plist5
5 files changed, 0 insertions, 60 deletions
diff --git a/sysutils/reed/Makefile b/sysutils/reed/Makefile
deleted file mode 100644
index 114f59a0ad76..000000000000
--- a/sysutils/reed/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# New ports collection makefile for: reed
-# Date created: 7 August 2001
-# Whom: Pete Fritchman <petef@databits.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= reed
-PORTVERSION= 5.2
-CATEGORIES= misc
-MASTER_SITES= http://www.sacredchao.net/software/reed/
-
-MAINTAINER= petef@FreeBSD.org
-
-LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
-
-USE_PERL5= yes
-HAS_CONFIGURE= yes
-CONFIGURE_SCRIPT= configures
-CONFIGURE_ENV= INCDIR="${LOCALBASE}/include"
-
-CFLAGS+= -I${LOCALBASE}/include
-
-MAN1= breed.1 reed.1 wrap.1
-
-post-patch:
- @${PERL} -pi -e 's!/usr/local/!${PREFIX}!g' ${WRKSRC}/configures
- @${PERL} -pi -e 's!sys/dir.h!dirent.h!g' ${WRKSRC}/reed.c
- @${PERL} -pi -e 's!-O2!${CFLAGS}!' ${WRKSRC}/Makefile.in
- @${PERL} -pi -e 's!^#!/usr/bin/perl!#!${PERL}!' \
- ${WRKSRC}/fix_bookmarks.pl
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/reed ${PREFIX}/bin
- ${INSTALL_SCRIPT} ${WRKSRC}/breed ${PREFIX}/bin
- ${INSTALL_SCRIPT} ${WRKSRC}/wrap ${PREFIX}/bin
- @${MKDIR} ${DATADIR}
- ${INSTALL_SCRIPT} ${WRKSRC}/fix_bookmarks.pl ${DATADIR}
-.for file in ${MAN1}
- ${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/man/man1
-.endfor
-
-.include <bsd.port.mk>
diff --git a/sysutils/reed/distinfo b/sysutils/reed/distinfo
deleted file mode 100644
index 450a8a64b328..000000000000
--- a/sysutils/reed/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (reed-5.2.tar.gz) = c4b97c59897d1618a98a49309bd124ac
diff --git a/sysutils/reed/pkg-comment b/sysutils/reed/pkg-comment
deleted file mode 100644
index d1ab88c2c51c..000000000000
--- a/sysutils/reed/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A text pager with autoscrolling and more
diff --git a/sysutils/reed/pkg-descr b/sysutils/reed/pkg-descr
deleted file mode 100644
index 4b95185ddd5b..000000000000
--- a/sysutils/reed/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-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/sysutils/reed/pkg-plist b/sysutils/reed/pkg-plist
deleted file mode 100644
index fadfb8e54c06..000000000000
--- a/sysutils/reed/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-bin/breed
-bin/reed
-bin/wrap
-share/reed/fix_bookmarks.pl
-@dirrm share/reed