Imported urlview, which finds URLs in plaintext (mail, etc.) and

presents them in a menu to browse from.
PR:		6378
Submitted by:	Josh Gilliam <josh@quick.net>
This commit is contained in:
Matthew Hunt
1998-04-22 16:51:58 +00:00
parent 8c9e6b5888
commit e863a0fda1
5 changed files with 40 additions and 0 deletions

25
textproc/urlview/Makefile Normal file
View File

@@ -0,0 +1,25 @@
# New ports collection makefile for: urlview
# Version required: 0.7
# Date created: 21 April 1998
# Whom: Josh Gilliam <josh@quick.net>
#
# $Id$
#
DISTNAME= urlview-0.7
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.cs.hmc.edu/pub/me/ \
ftp://ftp.cs.tu-berlin.de/pub/net/mail/mutt/ \
ftp://ftp.univ-angers.fr/pub/mail/mutt/ \
ftp://ftp.etri.re.kr/pub/mail/mutt/ \
ftp://ftp.pnm.net/pub/unix/mutt/
PATCH_SITES= http://feeding.frenzy.com/~rainking/
PATCHFILES= urlview.diff
MAINTAINER= josh@quick.net
GNU_CONFIGURE= yes
MAN1= urlview.1
.include <bsd.port.mk>

View File

@@ -0,0 +1,2 @@
MD5 (urlview-0.7.tar.gz) = 413942f26a4f1f1ad90d19d2fe0be87a
MD5 (urlview.diff) = 2e9d82b40aaf4f25438e4927c4daf1c0

View File

@@ -0,0 +1 @@
URL extractor/launcher

View File

@@ -0,0 +1,10 @@
urlview is a screen oriented program for extracting URLs from
text files and displaying a menu from which you may launch a
command to view a specific item.
urlview uses a regular expression to extract URLs from the
specified text files.
--
Josh Gilliam <josh@quick.net>

View File

@@ -0,0 +1,2 @@
bin/urlview
man/man1/urlview.1.gz