diff options
author | kim <kim> | 2000-03-03 00:18:08 +0000 |
---|---|---|
committer | kim <kim> | 2000-03-03 00:18:08 +0000 |
commit | 0726bf7a2c428288eb0619f85bd8e95a7ca323c8 (patch) | |
tree | ab3e051031e12cee99ade6ec0b0c04d4f2866291 /www/urlget | |
parent | b1756e59f460096df436dcdb30a30d18e16f798c (diff) | |
download | pkgsrc-0726bf7a2c428288eb0619f85bd8e95a7ca323c8.tar.gz |
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.
Diffstat (limited to 'www/urlget')
-rw-r--r-- | www/urlget/Makefile | 20 | ||||
-rw-r--r-- | www/urlget/files/md5 | 3 | ||||
-rw-r--r-- | www/urlget/pkg/COMMENT | 1 | ||||
-rw-r--r-- | www/urlget/pkg/DESCR | 3 | ||||
-rw-r--r-- | www/urlget/pkg/PLIST | 3 |
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 |