diff options
Diffstat (limited to 'www/snarf')
-rw-r--r-- | www/snarf/Makefile | 14 | ||||
-rw-r--r-- | www/snarf/distinfo | 4 | ||||
-rw-r--r-- | www/snarf/pkg/DESCR | 4 | ||||
-rw-r--r-- | www/snarf/pkg/PLIST | 3 |
4 files changed, 25 insertions, 0 deletions
diff --git a/www/snarf/Makefile b/www/snarf/Makefile new file mode 100644 index 00000000000..72543b14469 --- /dev/null +++ b/www/snarf/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/08/29 20:09:38 nra Exp $ +# + +DISTNAME= snarf-7.0 +CATEGORIES= www +MASTER_SITES= http://www.xach.com/snarf/download/source/ + +MAINTAINER= packages@NetBSD.org +HOMEPAGE= http://www.xach.com/snarf/ +COMMENT= simple command-line tool to retrieve an HTTP URL + +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/www/snarf/distinfo b/www/snarf/distinfo new file mode 100644 index 00000000000..0b1034e2eb7 --- /dev/null +++ b/www/snarf/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/08/29 20:09:38 nra Exp $ + +SHA1 (snarf-7.0.tar.gz) = 9449810483707745377327fa74e8b62ce09c51c2 +Size (snarf-7.0.tar.gz) = 64495 bytes diff --git a/www/snarf/pkg/DESCR b/www/snarf/pkg/DESCR new file mode 100644 index 00000000000..41ce36f4859 --- /dev/null +++ b/www/snarf/pkg/DESCR @@ -0,0 +1,4 @@ + +Snarf is a command line resource grabber. It can transfer files through +the http, gopher, finger, and ftp protocols without user interaction. It +is small and fast. diff --git a/www/snarf/pkg/PLIST b/www/snarf/pkg/PLIST new file mode 100644 index 00000000000..97246725702 --- /dev/null +++ b/www/snarf/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/08/29 20:09:38 nra Exp $ +bin/snarf +man/man1/snarf.1 |