summaryrefslogtreecommitdiff
path: root/www/snarf
diff options
context:
space:
mode:
authornra <nra@pkgsrc.org>2001-08-29 20:09:38 +0000
committernra <nra@pkgsrc.org>2001-08-29 20:09:38 +0000
commit1551c4e52ed5ac3777e8d3448976c7dba52863b9 (patch)
tree7bf8a2623a5c56d512264b533a013c3224d3356a /www/snarf
parentcc015e7381d3465a0b0d5d7e27d2c38563c1f54d (diff)
downloadpkgsrc-1551c4e52ed5ac3777e8d3448976c7dba52863b9.tar.gz
Import snarf-7.0.
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.
Diffstat (limited to 'www/snarf')
-rw-r--r--www/snarf/Makefile14
-rw-r--r--www/snarf/distinfo4
-rw-r--r--www/snarf/pkg/DESCR4
-rw-r--r--www/snarf/pkg/PLIST3
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