From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 15 03:00:31 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23FF537B401 for ; Thu, 15 May 2003 03:00:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A8C243FA3 for ; Thu, 15 May 2003 03:00:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4FA0SUp051376 for ; Thu, 15 May 2003 03:00:28 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4FA0S3c051375; Thu, 15 May 2003 03:00:28 -0700 (PDT) Resent-Date: Thu, 15 May 2003 03:00:28 -0700 (PDT) Resent-Message-Id: <200305151000.h4FA0S3c051375@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Aaron Zauner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA8DD37B401 for ; Thu, 15 May 2003 02:50:37 -0700 (PDT) Received: from mail.gmx.net (pop.gmx.net [213.165.65.60]) by mx1.FreeBSD.org (Postfix) with SMTP id A8EFD43F93 for ; Thu, 15 May 2003 02:50:36 -0700 (PDT) (envelope-from az_mail@gmx.at) Received: (qmail 7692 invoked by uid 65534); 15 May 2003 09:50:34 -0000 Received: from chello080108085079.2.11.vie.surfer.at (EHLO jesus.weboink.org) (80.108.85.79) by mail.gmx.net (mp004-rz3) with SMTP; 15 May 2003 11:50:34 +0200 Message-Id: <20030515114955.24b97762.az_mail@gmx.at> Date: Thu, 15 May 2003 11:49:55 +0200 From: Aaron Zauner To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52265: New Port: http_get X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2003 10:00:31 -0000 >Number: 52265 >Category: ports >Synopsis: New Port: http_get >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 15 03:00:27 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Aaron Zauner >Release: FreeBSD 4.8-RELEASE i386 >Organization: none >Environment: System: FreeBSD jesus.weboink.org 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Wed Apr 9 00:19:24 CEST 2003 root@jesus.weboink.org:/usr/obj/usr/src/sys/GENERIC i386 >Description: gets the contents of an url and dumps it to stdout. supports ipv6 and https. >How-To-Repeat: >Fix: --- http_get.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # /usr/ports/net/http_get/ # /usr/ports/net/http_get/Makefile # /usr/ports/net/http_get/pkg-descr # /usr/ports/net/http_get/pkg-plist # /usr/ports/net/http_get/distinfo # echo c - /usr/ports/net/http_get/ mkdir -p /usr/ports/net/http_get/ > /dev/null 2>&1 echo x - /usr/ports/net/http_get/Makefile sed 's/^X//' >/usr/ports/net/http_get/Makefile << 'END-of-/usr/ports/net/http_get/Makefile' X# New ports collection makefile for: http_get X# Date created: 15. May 2003 X# Whom: Aaron Zauner X# X# $FreeBSD$ X# X XPORTNAME= http_get XPORTVERSION= 1.0 XCATEGORIES= net XMASTER_SITES= http://www.acme.com/software/http_get/ XDISTNAME= ${PORTNAME}_18mar2002 X XMAINTAINER= az_mail@gmx.at XCOMMENT= Dumps http-contents to stdout. supports also IPv6 and HTTPs (SSL). X XWRKSRC= ${WRKDIR}/http_get X XMAN1= http_get.1 XMANCOMPRESSED= no X.include END-of-/usr/ports/net/http_get/Makefile echo x - /usr/ports/net/http_get/pkg-descr sed 's/^X//' >/usr/ports/net/http_get/pkg-descr << 'END-of-/usr/ports/net/http_get/pkg-descr' XGet the contents of an http url and dumps Xit to stdout. supports ipv6 and https (SSL). XA useful tool. :) X XWWW: http://www.acme.com/software/http_get/ X X- Aaron Zauner Xaz_mail@gmx.at END-of-/usr/ports/net/http_get/pkg-descr echo x - /usr/ports/net/http_get/pkg-plist sed 's/^X//' >/usr/ports/net/http_get/pkg-plist << 'END-of-/usr/ports/net/http_get/pkg-plist' Xbin/http_get END-of-/usr/ports/net/http_get/pkg-plist echo x - /usr/ports/net/http_get/distinfo sed 's/^X//' >/usr/ports/net/http_get/distinfo << 'END-of-/usr/ports/net/http_get/distinfo' XMD5 (http_get_18mar2002.tar.gz) = 0b6f96a57db511bee3d959d4132fe3aa END-of-/usr/ports/net/http_get/distinfo exit --- http_get.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: