diff options
Diffstat (limited to 'www/urlget/pkg')
-rw-r--r-- | www/urlget/pkg/COMMENT | 1 | ||||
-rw-r--r-- | www/urlget/pkg/DESCR | 3 | ||||
-rw-r--r-- | www/urlget/pkg/PLIST | 3 |
3 files changed, 7 insertions, 0 deletions
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 |