From owner-cvs-all@FreeBSD.ORG Mon Mar 8 23:03:57 2010 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 393791065674; Mon, 8 Mar 2010 23:03:57 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id ECFCE8FC19; Mon, 8 Mar 2010 23:03:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o28MptA3087118; Mon, 8 Mar 2010 15:51:55 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 08 Mar 2010 15:51:55 -0700 (MST) Message-Id: <20100308.155155.978079850405257474.imp@bsdimp.com> To: danfe@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20100308224506.GA55333@FreeBSD.org> References: <201003082202.o28M2rBi039049@repoman.freebsd.org> <20100308224506.GA55333@FreeBSD.org> X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/p5-Acme-Damn Makefile Makefile.man distinfo pkg-descr pkg-plist 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: Mon, 08 Mar 2010 23:03:57 -0000 In message: <20100308224506.GA55333@FreeBSD.org> Alexey Dokuchaev writes: : On Mon, Mar 08, 2010 at 10:02:53PM +0000, Warner Losh wrote: : > imp 2010-03-08 22:02:53 UTC : > : > FreeBSD ports repository : > : > Added files: : > devel/p5-Acme-Damn Makefile Makefile.man distinfo pkg-descr : > pkg-plist : > Log: : > Add Acme::Damn, required for graphics/gscan2pdf to run. This provides : > a way to unbless a blessed perl object. : > : > Revision Changes Path : > 1.1 +3 -0 ports/devel/p5-Acme-Damn/Makefile.man (new) : : Would you mind to explain why is this gratuitous file needed? I was following the design pattern from devel/p5-Acme-MetaSyntactic. But if this is short enough for inclusion in Makefile, I'll move it back there. Warner