From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 26 13:00:42 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 4785D16A421 for ; Fri, 26 Aug 2005 13:00:42 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7661A43D58 for ; Fri, 26 Aug 2005 13:00:40 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7QD0eVq085159 for ; Fri, 26 Aug 2005 13:00:40 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7QD0ebh085155; Fri, 26 Aug 2005 13:00:40 GMT (envelope-from gnats) Resent-Date: Fri, 26 Aug 2005 13:00:40 GMT Resent-Message-Id: <200508261300.j7QD0ebh085155@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, Emanuel Haupt Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E890216A420 for ; Fri, 26 Aug 2005 12:55:15 +0000 (GMT) (envelope-from ehaupt@mx.critical.ch) Received: from mx.critical.ch (admin.critical.ch [67.18.86.178]) by mx1.FreeBSD.org (Postfix) with SMTP id 9DF6743D45 for ; Fri, 26 Aug 2005 12:55:15 +0000 (GMT) (envelope-from ehaupt@mx.critical.ch) Received: (qmail 42945 invoked by uid 1000); 26 Aug 2005 12:55:13 -0000 Message-Id: <20050826125513.42944.qmail@mx.critical.ch> Date: 26 Aug 2005 12:55:13 -0000 From: Emanuel Haupt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/85317: new port: net/httping - A ping-like tool for HTTP requests X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Emanuel Haupt List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2005 13:00:42 -0000 >Number: 85317 >Category: ports >Synopsis: new port: net/httping - A ping-like tool for HTTP requests >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 26 13:00:40 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 4.11-RELEASE-p11 i386 >Organization: >Environment: System: FreeBSD admin.critical.ch 4.11-RELEASE-p11 FreeBSD 4.11-RELEASE-p11 #0: Thu Jun 30 09:36:40 CEST 2005 root@admin.critical.ch:/usr/obj/usr/src-release/src/sys/GENERIC i386 >Description: new port: net/httping - A ping-like tool for HTTP requests Httping is like ping but for http-requests. Give it an url, and it will show you how long it takes to connect, send a request and retrieve the reply (only the headers). >How-To-Repeat: >Fix: --- httping.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: # # httping # httping/Makefile # httping/pkg-descr # httping/distinfo # echo c - httping mkdir -p httping > /dev/null 2>&1 echo x - httping/Makefile sed 's/^X//' >httping/Makefile << 'END-of-httping/Makefile' X# New ports collection makefile for: httping X# Date created: 26 Aug 2005 X# Whom: Emanuel Haupt X# X# $FreeBSD$ X# X XPORTNAME= httping XPORTVERSION= 1.0.4 XCATEGORIES= net XMASTER_SITES= http://www.vanheusden.com/httping/ XEXTRACT_SUFX= .tgz X XMAINTAINER= ehaupt@critical.ch XCOMMENT= A ping-like tool for HTTP requests X XCFLAGS+= -DVERSION=\"${PORTVERSION}\" XLDFLAGS+= -lssl -lcrypto X XSRC= http io str error utils main tcp mssl res XPLIST_FILES= bin/httping X Xdo-build: X.for f in ${SRC} X ${CC} ${CFLAGS} -c ${WRKSRC}/${f}.c -o ${WRKSRC}/${f}.o X.endfor X ${CC} ${CFLAGS} ${LDFLAGS} ${SRC:C/(.*)/${WRKSRC}\/\1.o/} \ X -o ${WRKSRC}/${PORTNAME} X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X X.include END-of-httping/Makefile echo x - httping/pkg-descr sed 's/^X//' >httping/pkg-descr << 'END-of-httping/pkg-descr' XHttping is like ping but for http-requests. Give it an url, and it will show Xyou how long it takes to connect, send a request and retrieve the reply (only Xthe headers). X XWWW: http://www.vanheusden.com/httping/ X X- ehaupt Xehaupt@critical.ch END-of-httping/pkg-descr echo x - httping/distinfo sed 's/^X//' >httping/distinfo << 'END-of-httping/distinfo' XMD5 (httping-1.0.4.tgz) = e685b5cd583ad0442e2f6c8a5bf5ceca XSIZE (httping-1.0.4.tgz) = 8439 END-of-httping/distinfo exit --- httping.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: