From owner-cvs-all@FreeBSD.ORG Thu Nov 18 14:51:29 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 F346E1065673; Thu, 18 Nov 2010 14:51:28 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E3EA88FC21; Thu, 18 Nov 2010 14:51:28 +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 oAIEpSfB045335; Thu, 18 Nov 2010 14:51:28 GMT (envelope-from glarkin@repoman.freebsd.org) Received: (from glarkin@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oAIEpS7s045334; Thu, 18 Nov 2010 14:51:28 GMT (envelope-from glarkin) Message-Id: <201011181451.oAIEpS7s045334@repoman.freebsd.org> From: Greg Larkin Date: Thu, 18 Nov 2010 14:51:28 +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/bzr-pipeline Makefile 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: Thu, 18 Nov 2010 14:51:29 -0000 glarkin 2010-11-18 14:51:28 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/bzr-pipeline Makefile distinfo pkg-descr pkg-plist Log: The Bazaar pipeline plugin helps you organize your changes into sections called "pipes". Pipelines can help you: * focus on each set of changes as a coherent piece, without being distracted by other sets of changes. * respect diff size limits when submitting changes * avoid reviewer fatigue when submitting changes for code review * maintain a set of patches against an upstream branch WWW: http://wiki.bazaar.canonical.com/BzrPipeline PR: ports/152305 Submitted by: Carlo Strub Revision Changes Path 1.4126 +1 -0 ports/devel/Makefile 1.1 +28 -0 ports/devel/bzr-pipeline/Makefile (new) 1.1 +2 -0 ports/devel/bzr-pipeline/distinfo (new) 1.1 +10 -0 ports/devel/bzr-pipeline/pkg-descr (new) 1.1 +25 -0 ports/devel/bzr-pipeline/pkg-plist (new)