From owner-cvs-ports@FreeBSD.ORG Thu Jul 13 09:49:03 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 633C216A4DD; Thu, 13 Jul 2006 09:49:03 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 258F543D4C; Thu, 13 Jul 2006 09:49:03 +0000 (GMT) (envelope-from novel@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 k6D9n35I091663; Thu, 13 Jul 2006 09:49:03 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6D9n2cP091662; Thu, 13 Jul 2006 09:49:02 GMT (envelope-from novel) Message-Id: <200607130949.k6D9n2cP091662@repoman.freebsd.org> From: Roman Bogorodskiy Date: Thu, 13 Jul 2006 09:49:02 +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/trac-gantt Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2006 09:49:03 -0000 novel 2006-07-13 09:49:02 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/trac-gantt Makefile distinfo pkg-descr pkg-plist Log: A plugin for the Trac project/source code management system that creates Gantt charts based on ticket reports. It is a work-in-progress. A Gantt chart is a graphical representation of the duration of tasks against the progression of time. Gantt charts are very useful for planning a scheduling a project based on different tasks that will need to be completed and their durations and dependencies on other tasks. The TracGantt plugin uses Trac's ticketing system to generate Gantt charts based on existing Trac Ticket Reports (found under the "View Tickets" tab in Trac). The Gantt charts are pure XHTML and are generated on-the-fly from the ticket reports, using only the tickets provided by the report. WWW: http://ideas.water-powered.com/gantt/#docs PR: ports/100140 Submitted by: Dryice Liu Revision Changes Path 1.1501 +1 -0 ports/www/Makefile 1.1 +44 -0 ports/www/trac-gantt/Makefile (new) 1.1 +3 -0 ports/www/trac-gantt/distinfo (new) 1.1 +17 -0 ports/www/trac-gantt/pkg-descr (new) 1.1 +1 -0 ports/www/trac-gantt/pkg-plist (new)