From dbfd7407ab7c72637eab3ffc66f2a40132c8b409 Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 4 Jul 2000 16:07:21 +0000 Subject: Import "urlview" package: extract URLs from text files and display them in a menu --- textproc/urlview/Makefile | 18 ++++++++++++++++++ textproc/urlview/files/md5 | 3 +++ textproc/urlview/pkg/COMMENT | 1 + textproc/urlview/pkg/DESCR | 3 +++ textproc/urlview/pkg/PLIST | 3 +++ 5 files changed, 28 insertions(+) create mode 100644 textproc/urlview/Makefile create mode 100644 textproc/urlview/files/md5 create mode 100644 textproc/urlview/pkg/COMMENT create mode 100644 textproc/urlview/pkg/DESCR create mode 100644 textproc/urlview/pkg/PLIST (limited to 'textproc/urlview') 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 -- cgit v1.2.3