From owner-cvs-all@FreeBSD.ORG Sat Aug 9 05:10:24 2003 Return-Path: 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 34E4137B401; Sat, 9 Aug 2003 05:10:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB96443FBF; Sat, 9 Aug 2003 05:10:22 -0700 (PDT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h79CAM0U013062; Sat, 9 Aug 2003 05:10:22 -0700 (PDT) (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h79CAMvJ013061; Sat, 9 Aug 2003 05:10:22 -0700 (PDT) Message-Id: <200308091210.h79CAMvJ013061@repoman.freebsd.org> From: Yen-Ming Lee Date: Sat, 9 Aug 2003 05:10:22 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/pwebstats Makefile distinfo pkg-descr pkg-message pkg-plist ports/www/pwebstats/files patch-aa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 09 Aug 2003 12:10:24 -0000 leeym 2003/08/09 05:10:22 PDT FreeBSD ports repository Modified files: www Makefile Added files: www/pwebstats Makefile distinfo pkg-descr pkg-message pkg-plist www/pwebstats/files patch-aa Log: pwebstats will analyse a web server log in Common Log Format, or proxy server log, producing a variety of statistics. The output is a series of HTML pages and graphs. PR: 54508 Submitted by: HSIN-HSIUNG CHANG Revision Changes Path 1.694 +1 -0 ports/www/Makefile 1.1 +30 -0 ports/www/pwebstats/Makefile (new) 1.1 +1 -0 ports/www/pwebstats/distinfo (new) 1.1 +49 -0 ports/www/pwebstats/files/patch-aa (new) 1.1 +5 -0 ports/www/pwebstats/pkg-descr (new) 1.1 +4 -0 ports/www/pwebstats/pkg-message (new) 1.1 +94 -0 ports/www/pwebstats/pkg-plist (new)