aboutsummaryrefslogtreecommitdiff
path: root/textproc/urlview
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1998-04-22 16:51:58 +0000
committerMatthew Hunt <mph@FreeBSD.org>1998-04-22 16:51:58 +0000
commite863a0fda1a6c62bc44eeb8a209846bc465474be (patch)
tree2c692817ec5f26ca4e1525e80944549c633dd0c1 /textproc/urlview
parent8c9e6b58884aa201b7553f779e9425d5ad93d70d (diff)
downloadports-e863a0fda1a6c62bc44eeb8a209846bc465474be.tar.gz
ports-e863a0fda1a6c62bc44eeb8a209846bc465474be.zip
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>
Notes
Notes: svn path=/head/; revision=10639
Diffstat (limited to 'textproc/urlview')
-rw-r--r--textproc/urlview/Makefile25
-rw-r--r--textproc/urlview/distinfo2
-rw-r--r--textproc/urlview/pkg-comment1
-rw-r--r--textproc/urlview/pkg-descr10
-rw-r--r--textproc/urlview/pkg-plist2
5 files changed, 40 insertions, 0 deletions
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 <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>
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 <josh@quick.net>
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