From owner-cvs-ports@FreeBSD.ORG Thu Jul 17 15:00:30 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79C9C106564A; Thu, 17 Jul 2008 15:00:30 +0000 (UTC) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 724C78FC08; Thu, 17 Jul 2008 15:00:30 +0000 (UTC) (envelope-from dds@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m6HF0USl075265; Thu, 17 Jul 2008 15:00:30 GMT (envelope-from dds@repoman.freebsd.org) Received: (from dds@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m6HF0UCS075264; Thu, 17 Jul 2008 15:00:30 GMT (envelope-from dds) Message-Id: <200807171500.m6HF0UCS075264@repoman.freebsd.org> From: Diomidis Spinellis Date: Thu, 17 Jul 2008 15:00: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/devel/cscout Makefile distinfo 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, 17 Jul 2008 15:00:30 -0000 dds 2008-07-17 15:00:30 UTC FreeBSD ports repository (src committer) Modified files: devel/cscout Makefile distinfo pkg-plist Log: This version adds support for function argument refactoring. Furthermore, a new option controls the depth of function and macro call graphs, which are now fully browsable in SVG-enabled browsers. In addition, the web front-end provides support for hand-editing of files, source code directory browsing, and functionality to interactively explore the tree of a function's calling and called functions. Finally, the processing engine includes support for gcc's include_next and preprocessor conditionals within macro invocations directives. Reviewed by: bf Revision Changes Path 1.10 +5 -2 ports/devel/cscout/Makefile 1.7 +12 -12 ports/devel/cscout/distinfo 1.5 +45 -40 ports/devel/cscout/pkg-plist