From bf5fa1b74bfbbccae1aa57f07cbe15c9e6093327 Mon Sep 17 00:00:00 2001 From: mph Date: Wed, 22 Apr 1998 16:51:58 +0000 Subject: Imported urlview, which finds URLs in plaintext (mail, etc.) and presents them in a menu to browse from. PR: 6378 Submitted by: Josh Gilliam --- textproc/urlview/Makefile | 25 +++++++++++++++++++++++++ textproc/urlview/distinfo | 2 ++ textproc/urlview/pkg-comment | 1 + textproc/urlview/pkg-descr | 10 ++++++++++ textproc/urlview/pkg-plist | 2 ++ 5 files changed, 40 insertions(+) create mode 100644 textproc/urlview/Makefile create mode 100644 textproc/urlview/distinfo create mode 100644 textproc/urlview/pkg-comment create mode 100644 textproc/urlview/pkg-descr create mode 100644 textproc/urlview/pkg-plist (limited to 'textproc') diff --git a/textproc/urlview/Makefile b/textproc/urlview/Makefile new file mode 100644 index 000000000000..187a115cfb1c --- /dev/null +++ b/textproc/urlview/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: urlview +# Version required: 0.7 +# Date created: 21 April 1998 +# Whom: Josh Gilliam +# +# $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 diff --git a/textproc/urlview/distinfo b/textproc/urlview/distinfo new file mode 100644 index 000000000000..4037527a52ca --- /dev/null +++ b/textproc/urlview/distinfo @@ -0,0 +1,2 @@ +MD5 (urlview-0.7.tar.gz) = 413942f26a4f1f1ad90d19d2fe0be87a +MD5 (urlview.diff) = 2e9d82b40aaf4f25438e4927c4daf1c0 diff --git a/textproc/urlview/pkg-comment b/textproc/urlview/pkg-comment new file mode 100644 index 000000000000..7db44067ba73 --- /dev/null +++ b/textproc/urlview/pkg-comment @@ -0,0 +1 @@ +URL extractor/launcher diff --git a/textproc/urlview/pkg-descr b/textproc/urlview/pkg-descr new file mode 100644 index 000000000000..8eb3dab8bd20 --- /dev/null +++ b/textproc/urlview/pkg-descr @@ -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 diff --git a/textproc/urlview/pkg-plist b/textproc/urlview/pkg-plist new file mode 100644 index 000000000000..e172cf5f41cd --- /dev/null +++ b/textproc/urlview/pkg-plist @@ -0,0 +1,2 @@ +bin/urlview +man/man1/urlview.1.gz -- cgit