From owner-cvs-all@FreeBSD.ORG Sat Jan 3 00:08:53 2004 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 A710216A4CE; Sat, 3 Jan 2004 00:08:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AAD443D39; Sat, 3 Jan 2004 00:08:52 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0388p0B054778; Sat, 3 Jan 2004 00:08:51 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0388pJh054777; Sat, 3 Jan 2004 00:08:51 -0800 (PST) (envelope-from edwin) Message-Id: <200401030808.i0388pJh054777@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 3 Jan 2004 00:08:51 -0800 (PST) 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/urchin5 Makefile distinfo pkg-descr pkg-plist ports/www/urchin5/files install.sh 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, 03 Jan 2004 08:08:53 -0000 edwin 2004/01/03 00:08:51 PST FreeBSD ports repository Modified files: www Makefile Added files: www/urchin5 Makefile distinfo pkg-descr pkg-plist www/urchin5/files install.sh Log: New port: www/urchin, web traffic analysis tool Urchin is the most powerful web traffic analysis program available. We have set this to install into $PREFIX/urchin, i.e. /usr/local/urchin and upon completion two services start up, our Apache server on port 9999 and a scheduling daemon. If starting up a service is a problem, it can be adjusted in the Makefile (START_SERVERS = yes). PR: ports/58646 Submitted by: Doug Silver Revision Changes Path 1.789 +1 -0 ports/www/Makefile 1.1 +62 -0 ports/www/urchin5/Makefile (new) 1.1 +1 -0 ports/www/urchin5/distinfo (new) 1.1 +1210 -0 ports/www/urchin5/files/install.sh (new) 1.1 +12 -0 ports/www/urchin5/pkg-descr (new) 1.1 +601 -0 ports/www/urchin5/pkg-plist (new)