From owner-cvs-all@FreeBSD.ORG Wed Nov 19 14:01:20 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 329771065675; Wed, 19 Nov 2008 14:01:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1D10F8FC16; Wed, 19 Nov 2008 14:01:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mAJE1Jje008316; Wed, 19 Nov 2008 14:01:19 GMT (envelope-from amdmi3@repoman.freebsd.org) Received: (from amdmi3@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mAJE1Jk2008315; Wed, 19 Nov 2008 14:01:19 GMT (envelope-from amdmi3) Message-Id: <200811191401.mAJE1Jk2008315@repoman.freebsd.org> From: Dmitry Marakasov Date: Wed, 19 Nov 2008 14:01:19 +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 Makefile ports/devel/silentbob Makefile distinfo pkg-descr pkg-plist ports/devel/silentbob/files patch-Sblib.cxx patch-inline.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2008 14:01:20 -0000 amdmi3 2008-11-19 14:01:19 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/silentbob Makefile distinfo pkg-descr pkg-plist devel/silentbob/files patch-Sblib.cxx patch-inline.h Log: "SilentBob" is a tool to help a programmer/team manager to digest and comprehend either a simple program or a big source code tree based on the source code by presenting the code in a searcheable and tagged way. It helps to speed up the learning curve and to make it more convenient to get hands on a code from somebody, or also is convenient to browse your own projects. It includes functionality from such tools as: ctags, cscope and ctree, but it is faster than any of them, and is offering the features in one package. In some way it can be viewed as a superset of ctags, cscope and ctree. WWW: http://silentbob.sourceforge.net/ PR: 128969 Submitted by: TAKATSU Tomonari Revision Changes Path 1.3256 +1 -0 ports/devel/Makefile 1.1 +44 -0 ports/devel/silentbob/Makefile (new) 1.1 +3 -0 ports/devel/silentbob/distinfo (new) 1.1 +11 -0 ports/devel/silentbob/files/patch-Sblib.cxx (new) 1.1 +11 -0 ports/devel/silentbob/files/patch-inline.h (new) 1.1 +17 -0 ports/devel/silentbob/pkg-descr (new) 1.1 +17 -0 ports/devel/silentbob/pkg-plist (new)