Add http_get 1.0, a program to dump http-contents to stdout.
PR: 52265 Submitted by: Aaron Zauner <az_mail@gmx.at>
This commit is contained in:
parent
c3dc2f64b8
commit
fbd68fe65d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82145
@ -118,6 +118,7 @@
|
||||
SUBDIR += htmlobject
|
||||
SUBDIR += htmlpp
|
||||
SUBDIR += http-analyze
|
||||
SUBDIR += http_get
|
||||
SUBDIR += http_load
|
||||
SUBDIR += httperf
|
||||
SUBDIR += httpgrabber
|
||||
|
22
www/http_get/Makefile
Normal file
22
www/http_get/Makefile
Normal file
@ -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>
|
1
www/http_get/distinfo
Normal file
1
www/http_get/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (http_get_18mar2002.tar.gz) = 0b6f96a57db511bee3d959d4132fe3aa
|
8
www/http_get/pkg-descr
Normal file
8
www/http_get/pkg-descr
Normal file
@ -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
|
1
www/http_get/pkg-plist
Normal file
1
www/http_get/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/http_get
|
Loading…
Reference in New Issue
Block a user