aboutsummaryrefslogtreecommitdiff
path: root/www/http_get
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2003-06-03 04:25:13 +0000
committerWill Andrews <will@FreeBSD.org>2003-06-03 04:25:13 +0000
commitfbd68fe65d93e149cb612ba2aeb2a34855eb5c66 (patch)
tree83790ee5822864680b4477d01c233b03856b1ef0 /www/http_get
parentc3dc2f64b8aac9b25643ac9231a2caa4bd8258f5 (diff)
downloadports-fbd68fe65d93e149cb612ba2aeb2a34855eb5c66.tar.gz
ports-fbd68fe65d93e149cb612ba2aeb2a34855eb5c66.zip
Add http_get 1.0, a program to dump http-contents to stdout.
PR: 52265 Submitted by: Aaron Zauner <az_mail@gmx.at>
Notes
Notes: svn path=/head/; revision=82145
Diffstat (limited to 'www/http_get')
-rw-r--r--www/http_get/Makefile22
-rw-r--r--www/http_get/distinfo1
-rw-r--r--www/http_get/pkg-descr8
-rw-r--r--www/http_get/pkg-plist1
4 files changed, 32 insertions, 0 deletions
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 <az_mail@gmx.at>
+#
+# $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 <bsd.port.mk>
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