From owner-cvs-ports@FreeBSD.ORG Fri Oct 14 13:52:34 2011 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 60CFA1065672; Fri, 14 Oct 2011 13:52:34 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 387F98FC15; Fri, 14 Oct 2011 13:52:34 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p9EDqYaQ045847; Fri, 14 Oct 2011 13:52:34 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p9EDqYg9045846; Fri, 14 Oct 2011 13:52:34 GMT (envelope-from kuriyama) Message-Id: <201110141352.p9EDqYg9045846@repoman.freebsd.org> From: Jun Kuriyama Date: Fri, 14 Oct 2011 13:52:34 +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/p5-carton 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: Fri, 14 Oct 2011 13:52:34 -0000 kuriyama 2011-10-14 13:52:34 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-carton Makefile distinfo pkg-descr pkg-plist Log: carton is a command line tool to track the Perl module dependencies for your Perl application. The managed dependencies are tracked in a carton.lock file, which is meant to be version controlled, and the lock file allows other developers of your application will have the exact same versions of the modules. WWW: http://search.cpan.org/dist/carton/ Revision Changes Path 1.4603 +1 -0 ports/devel/Makefile 1.1 +52 -0 ports/devel/p5-carton/Makefile (new) 1.1 +2 -0 ports/devel/p5-carton/distinfo (new) 1.1 +7 -0 ports/devel/p5-carton/pkg-descr (new) 1.1 +20 -0 ports/devel/p5-carton/pkg-plist (new)