diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-25 17:47:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-25 17:47:20 +0000 |
commit | 98fa9be4347f87106291da9f0232922c82d889c4 (patch) | |
tree | 0bdda668e1283b62d73556350b3e1f6cb7c68de2 /sysutils/reed | |
parent | 5b524d103b1ec437aa7df5d6e0fff76201d5af4f (diff) | |
download | ports-98fa9be4347f87106291da9f0232922c82d889c4.tar.gz ports-98fa9be4347f87106291da9f0232922c82d889c4.zip |
Notes
Diffstat (limited to 'sysutils/reed')
-rw-r--r-- | sysutils/reed/Makefile | 45 | ||||
-rw-r--r-- | sysutils/reed/distinfo | 2 | ||||
-rw-r--r-- | sysutils/reed/pkg-descr | 7 | ||||
-rw-r--r-- | sysutils/reed/pkg-plist | 5 |
4 files changed, 0 insertions, 59 deletions
diff --git a/sysutils/reed/Makefile b/sysutils/reed/Makefile deleted file mode 100644 index f5c29649703d..000000000000 --- a/sysutils/reed/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: reed -# Date created: 7 August 2001 -# Whom: Pete Fritchman <petef@databits.net> -# -# $FreeBSD$ -# - -PORTNAME= reed -PORTVERSION= 5.4 -PORTREVISION= 1 -CATEGORIES= sysutils -MASTER_SITES= http://www.sacredchao.net/~piman/archive/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A text pager with autoscrolling and more - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2012-10-20 - -USE_PERL5= yes -HAS_CONFIGURE= yes -CONFIGURE_SCRIPT= configures - -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;s!.*getopt.h.*\n!!' \ - ${WRKSRC}/reed.c - @${PERL} -pi -e 's!getopt.h !!' ${WRKSRC}/cfg.data - @${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 7761f0448e61..000000000000 --- a/sysutils/reed/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (reed-5.4.tar.gz) = 226a057aa5db705e83b685207d635d0d3b983999f1e526e0768aa56b0e7c02a8 -SIZE (reed-5.4.tar.gz) = 32414 diff --git a/sysutils/reed/pkg-descr b/sysutils/reed/pkg-descr deleted file mode 100644 index f051654386ef..000000000000 --- a/sysutils/reed/pkg-descr +++ /dev/null @@ -1,7 +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://web.archive.org/web/20040217010815/www.sacredchao.net/software/reed/ 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 |