summaryrefslogtreecommitdiff
path: root/textproc/urlview
diff options
context:
space:
mode:
authortron <tron>2000-07-04 16:07:21 +0000
committertron <tron>2000-07-04 16:07:21 +0000
commitaf75e3663747a89426a6562eafa4b1219428d8e0 (patch)
treee5250dc157513e8df20011639c9d1f4e7b4ef6e7 /textproc/urlview
parent481955c2cfd66106324e07951b39941acf568863 (diff)
downloadpkgsrc-af75e3663747a89426a6562eafa4b1219428d8e0.tar.gz
Import "urlview" package:
extract URLs from text files and display them in a menu
Diffstat (limited to 'textproc/urlview')
-rw-r--r--textproc/urlview/Makefile18
-rw-r--r--textproc/urlview/files/md53
-rw-r--r--textproc/urlview/pkg/COMMENT1
-rw-r--r--textproc/urlview/pkg/DESCR3
-rw-r--r--textproc/urlview/pkg/PLIST3
5 files changed, 28 insertions, 0 deletions
diff --git a/textproc/urlview/Makefile b/textproc/urlview/Makefile
new file mode 100644
index 00000000000..493b8fc0066
--- /dev/null
+++ b/textproc/urlview/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/07/04 16:07:21 tron Exp $
+
+DISTNAME= urlview-0.9
+CATEGORIES= textproc
+MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/contrib/ \
+ ftp://ftp.funet.fi/pub/unix/mail/mutt/contrib/ \
+ ftp://ftp.uib.no/pub/mutt/contrib/ \
+ ftp://uiarchive.cso.uiuc.edu/pub/packages/mail/mutt/contrib/
+
+MAINTAINER= tron@netbsd.org
+
+DEPENDS+= ncurses>=5.0:../../devel/ncurses
+
+GNU_CONFIGURE= yes
+CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
+CPPFLAGS= -I${LOCALBASE}/include
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/urlview/files/md5 b/textproc/urlview/files/md5
new file mode 100644
index 00000000000..9a2d8a89cf7
--- /dev/null
+++ b/textproc/urlview/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/07/04 16:07:22 tron Exp $
+
+MD5 (urlview-0.9.tar.gz) = 67731f73e69297ffd106b65c8aebb2ab
diff --git a/textproc/urlview/pkg/COMMENT b/textproc/urlview/pkg/COMMENT
new file mode 100644
index 00000000000..99bfce8515d
--- /dev/null
+++ b/textproc/urlview/pkg/COMMENT
@@ -0,0 +1 @@
+extract URLs from text files and display them in a menu
diff --git a/textproc/urlview/pkg/DESCR b/textproc/urlview/pkg/DESCR
new file mode 100644
index 00000000000..936eb071e41
--- /dev/null
+++ b/textproc/urlview/pkg/DESCR
@@ -0,0 +1,3 @@
+`urlview' is a curses program for extracting URLs from text files and
+displaying a menu from which you can select a specific URL to view using
+your favorite browser program.
diff --git a/textproc/urlview/pkg/PLIST b/textproc/urlview/pkg/PLIST
new file mode 100644
index 00000000000..7b653279f5f
--- /dev/null
+++ b/textproc/urlview/pkg/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/07/04 16:07:22 tron Exp $
+bin/urlview
+man/man1/urlview.1