From owner-cvs-all@FreeBSD.ORG Tue Sep 12 08:28:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06B2B16A403; Tue, 12 Sep 2006 08:28:31 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B92D043D49; Tue, 12 Sep 2006 08:28:30 +0000 (GMT) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k8C8SU5Q083643; Tue, 12 Sep 2006 08:28:30 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k8C8SUIU083642; Tue, 12 Sep 2006 08:28:30 GMT (envelope-from miwi) Message-Id: <200609120828.k8C8SUIU083642@repoman.freebsd.org> From: Martin Wilke Date: Tue, 12 Sep 2006 08:28:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/webinject Makefile distinfo pkg-descr ports/www/webinject/files patch-webinject.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Sep 2006 08:28:31 -0000 miwi 2006-09-12 08:28:30 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/webinject Makefile distinfo pkg-descr www/webinject/files patch-webinject.pl Log: WebInject is a free tool for automated testing of web applications and web services. It can be used to test individual system components that have HTTP interfaces (JSP, ASP, CGI, PHP, Servlets, HTML Forms, XML/SOAP Web Services, etc), and can be used as a test harness to create a suite of [HTTP level] automated functional, acceptance, and regression tests. A test harness, also referred to as a test driver or a test framework, allows you to run many test cases and collect/report your results. WebInject offers real-time results display and may also be used for monitoring system response times. WebInject can be used as a complete test framework that is controlled by the WebInject User Interface (GUI). Optionally, it can be used as a standalone test runner (text/console application) which can be integrated and called from other test frameworks or applications. WWW: http://www.webinject.org/ PR: ports/102402 Submitted by: Gerrit Beine Revision Changes Path 1.1564 +1 -0 ports/www/Makefile 1.1 +58 -0 ports/www/webinject/Makefile (new) 1.1 +3 -0 ports/www/webinject/distinfo (new) 1.1 +20 -0 ports/www/webinject/files/patch-webinject.pl (new) 1.1 +15 -0 ports/www/webinject/pkg-descr (new)