From fbd68fe65d93e149cb612ba2aeb2a34855eb5c66 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Tue, 3 Jun 2003 04:25:13 +0000 Subject: Add http_get 1.0, a program to dump http-contents to stdout. PR: 52265 Submitted by: Aaron Zauner --- www/http_get/Makefile | 22 ++++++++++++++++++++++ www/http_get/distinfo | 1 + www/http_get/pkg-descr | 8 ++++++++ www/http_get/pkg-plist | 1 + 4 files changed, 32 insertions(+) create mode 100644 www/http_get/Makefile create mode 100644 www/http_get/distinfo create mode 100644 www/http_get/pkg-descr create mode 100644 www/http_get/pkg-plist (limited to 'www/http_get') diff --git a/www/http_get/Makefile b/www/http_get/Makefile new file mode 100644 index 000000000000..25c3ca1074be --- /dev/null +++ b/www/http_get/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: http_get +# Date created: 15. May 2003 +# Whom: Aaron Zauner +# +# $FreeBSD$ +# + +PORTNAME= http_get +PORTVERSION= 1.0 +CATEGORIES= www +MASTER_SITES= http://www.acme.com/software/http_get/ +DISTNAME= ${PORTNAME}_18mar2002 + +MAINTAINER= az_mail@gmx.at +COMMENT= Dump http-contents to stdout + +WRKSRC= ${WRKDIR}/http_get + +MAN1= http_get.1 +MANCOMPRESSED= no + +.include diff --git a/www/http_get/distinfo b/www/http_get/distinfo new file mode 100644 index 000000000000..28efdee5eaf8 --- /dev/null +++ b/www/http_get/distinfo @@ -0,0 +1 @@ +MD5 (http_get_18mar2002.tar.gz) = 0b6f96a57db511bee3d959d4132fe3aa diff --git a/www/http_get/pkg-descr b/www/http_get/pkg-descr new file mode 100644 index 000000000000..b4fea9846d37 --- /dev/null +++ b/www/http_get/pkg-descr @@ -0,0 +1,8 @@ +Get the contents of an http url and dumps +it to stdout. supports ipv6 and https (SSL). +A useful tool. :) + +WWW: http://www.acme.com/softwarehttp_get/ + +- Aaron Zauner +az_mail@gmx.at diff --git a/www/http_get/pkg-plist b/www/http_get/pkg-plist new file mode 100644 index 000000000000..bef821527971 --- /dev/null +++ b/www/http_get/pkg-plist @@ -0,0 +1 @@ +bin/http_get -- cgit v1.2.3