From 7a61d4b85e20880c056882b986b4f5324c0dc0ee Mon Sep 17 00:00:00 2001 From: kim Date: Fri, 3 Mar 2000 00:18:08 +0000 Subject: 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. --- www/urlget/Makefile | 20 ++++++++++++++++++++ www/urlget/files/md5 | 3 +++ www/urlget/pkg/COMMENT | 1 + www/urlget/pkg/DESCR | 3 +++ www/urlget/pkg/PLIST | 3 +++ 5 files changed, 30 insertions(+) create mode 100644 www/urlget/Makefile create mode 100644 www/urlget/files/md5 create mode 100644 www/urlget/pkg/COMMENT create mode 100644 www/urlget/pkg/DESCR create mode 100644 www/urlget/pkg/PLIST (limited to 'www/urlget') 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 -- cgit v1.2.3