From owner-cvs-all@FreeBSD.ORG Tue Jan 27 16:26:17 2009 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 4DF1710656C8; Tue, 27 Jan 2009 16:26:17 +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 3BAC28FC1E; Tue, 27 Jan 2009 16:26:17 +0000 (UTC) (envelope-from glarkin@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 n0RGQHAm045688; Tue, 27 Jan 2009 16:26:17 GMT (envelope-from glarkin@repoman.freebsd.org) Received: (from glarkin@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n0RGQHtX045687; Tue, 27 Jan 2009 16:26:17 GMT (envelope-from glarkin) Message-Id: <200901271626.n0RGQHtX045687@repoman.freebsd.org> From: Greg Larkin Date: Tue, 27 Jan 2009 16:26:17 +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-SVN-Hooks 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: Tue, 27 Jan 2009 16:26:18 -0000 glarkin 2009-01-27 16:26:17 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-SVN-Hooks Makefile distinfo pkg-descr pkg-plist Log: SVN-Hooks is a Perl framework for creating Subversion hooks. It comes with a bunch of plugins (actually, sub-modules of SVN::Hooks) that implement some of the most used standalone Subversion hooks available, such as pre-commit hooks for enforcing: - the log message format - property settings - the repository structure - restrictions on the modification of repository areas (e.g., /tags) - restrictions on filenames - the integration with ticketing systems It also comes with post-commit hooks for: - sending commit emails - updating configuration files in the server from changes made in the repository But as a framework, it can be extended to implement all types of hooks. WWW: http://search.cpan.org/dist/SVN-Hooks/ Revision Changes Path 1.3346 +1 -0 ports/devel/Makefile 1.1 +40 -0 ports/devel/p5-SVN-Hooks/Makefile (new) 1.1 +3 -0 ports/devel/p5-SVN-Hooks/distinfo (new) 1.1 +23 -0 ports/devel/p5-SVN-Hooks/pkg-descr (new) 1.1 +17 -0 ports/devel/p5-SVN-Hooks/pkg-plist (new)