diff options
author | tron <tron> | 2000-07-04 16:07:21 +0000 |
---|---|---|
committer | tron <tron> | 2000-07-04 16:07:21 +0000 |
commit | dbfd7407ab7c72637eab3ffc66f2a40132c8b409 (patch) | |
tree | e5250dc157513e8df20011639c9d1f4e7b4ef6e7 /textproc/urlview | |
parent | 21c4bf356c4db466e3accd57690742c77513947c (diff) | |
download | pkgsrc-dbfd7407ab7c72637eab3ffc66f2a40132c8b409.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/Makefile | 18 | ||||
-rw-r--r-- | textproc/urlview/files/md5 | 3 | ||||
-rw-r--r-- | textproc/urlview/pkg/COMMENT | 1 | ||||
-rw-r--r-- | textproc/urlview/pkg/DESCR | 3 | ||||
-rw-r--r-- | textproc/urlview/pkg/PLIST | 3 |
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 |