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:
25
textproc/urlview/Makefile
Normal file
25
textproc/urlview/Makefile
Normal 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>
|
||||
2
textproc/urlview/distinfo
Normal file
2
textproc/urlview/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
MD5 (urlview-0.7.tar.gz) = 413942f26a4f1f1ad90d19d2fe0be87a
|
||||
MD5 (urlview.diff) = 2e9d82b40aaf4f25438e4927c4daf1c0
|
||||
1
textproc/urlview/pkg-comment
Normal file
1
textproc/urlview/pkg-comment
Normal file
@@ -0,0 +1 @@
|
||||
URL extractor/launcher
|
||||
10
textproc/urlview/pkg-descr
Normal file
10
textproc/urlview/pkg-descr
Normal 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>
|
||||
2
textproc/urlview/pkg-plist
Normal file
2
textproc/urlview/pkg-plist
Normal file
@@ -0,0 +1,2 @@
|
||||
bin/urlview
|
||||
man/man1/urlview.1.gz
|
||||
Reference in New Issue
Block a user