From owner-cvs-all@FreeBSD.ORG Wed Dec 26 13:00:51 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 91F4016A41A; Wed, 26 Dec 2007 13:00:51 +0000 (UTC) Date: Wed, 26 Dec 2007 13:00:51 +0000 From: Alexey Dokuchaev To: Thierry Thomas Message-ID: <20071226130051.GC39223@FreeBSD.org> References: <200712261038.lBQAcMwm070718@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200712261038.lBQAcMwm070718@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel Makefile ports/devel/bouml Makefile distinfo pkg-message ports/devel/bouml_doc Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 26 Dec 2007 13:00:51 -0000 On Wed, Dec 26, 2007 at 10:38:22AM +0000, Thierry Thomas wrote: > thierry 2007-12-26 10:38:22 UTC > > FreeBSD ports repository > > Modified files: > devel Makefile > devel/bouml Makefile distinfo > Added files: > devel/bouml pkg-message > devel/bouml_doc Makefile distinfo pkg-descr pkg-plist > Log: > The documentation is moved from the package 'bouml' to the dedicated > package 'bouml doc'. $ cd /usr/ports $ find . -type d -a \( -name \*-doc -o -name \*-docs \) | wc -l 39 $ find . -type d -a \( -name \*_doc -o -name \*_docs \) | wc -l 9 Would you mind changing the name to `bouml-doc' or `bouml-docs'? Thanks. ./danfe