summaryrefslogtreecommitdiff
path: root/www/urlget
diff options
context:
space:
mode:
Diffstat (limited to 'www/urlget')
-rw-r--r--www/urlget/Makefile20
-rw-r--r--www/urlget/files/md53
-rw-r--r--www/urlget/pkg/COMMENT1
-rw-r--r--www/urlget/pkg/DESCR3
-rw-r--r--www/urlget/pkg/PLIST3
5 files changed, 30 insertions, 0 deletions
diff --git a/www/urlget/Makefile b/www/urlget/Makefile
new file mode 100644
index 00000000000..53cdecb063e
--- /dev/null
+++ b/www/urlget/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/03/03 00:18:08 kim Exp $
+#
+
+DISTNAME= urlget-1.2
+CATEGORIES= www
+MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/
+
+MAINTAINER= kim@tac.nyc.ny.us
+
+.include "../../mk/bsd.prefs.mk"
+
+NO_CONFIGURE= yes
+.if ${OPSYS} == "SunOS"
+ALL_TARGET= svr4
+.else
+ALL_TARGET= bsd
+.endif
+INSTALL_TARGET= inst-all DEST=${PREFIX}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/urlget/files/md5 b/www/urlget/files/md5
new file mode 100644
index 00000000000..86d362f09e5
--- /dev/null
+++ b/www/urlget/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/03/03 00:18:08 kim Exp $
+
+MD5 (urlget-1.2.tar.gz) = 382741925e296f6475fa88f5aa0dada5
diff --git a/www/urlget/pkg/COMMENT b/www/urlget/pkg/COMMENT
new file mode 100644
index 00000000000..cd9d4970691
--- /dev/null
+++ b/www/urlget/pkg/COMMENT
@@ -0,0 +1 @@
+A simple command-line tool to retrieve an HTTP URL
diff --git a/www/urlget/pkg/DESCR b/www/urlget/pkg/DESCR
new file mode 100644
index 00000000000..489ca1a90f0
--- /dev/null
+++ b/www/urlget/pkg/DESCR
@@ -0,0 +1,3 @@
+urlget retrieves an URL specified on the command line and
+outputs it to the standard output. It uses the HTTP 1.0
+GET query by default, but can also do HEAD and POST.
diff --git a/www/urlget/pkg/PLIST b/www/urlget/pkg/PLIST
new file mode 100644
index 00000000000..1a261e2c05b
--- /dev/null
+++ b/www/urlget/pkg/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/03/03 00:18:08 kim Exp $
+bin/urlget
+man/man1/urlget.1