From owner-cvs-all@FreeBSD.ORG Thu Feb 14 18:15:19 2008 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 CD73D16A417; Thu, 14 Feb 2008 18:15:19 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CFE1B13C4E7; Thu, 14 Feb 2008 18:15:19 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1EIFJWJ012354; Thu, 14 Feb 2008 18:15:19 GMT (envelope-from beech@repoman.freebsd.org) Received: (from beech@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1EIFIvF012335; Thu, 14 Feb 2008 18:15:18 GMT (envelope-from beech) Message-Id: <200802141815.m1EIFIvF012335@repoman.freebsd.org> From: Beech Rintoul Date: Thu, 14 Feb 2008 18:15:16 +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-Notify-Snapshot 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: Thu, 14 Feb 2008 18:15:19 -0000 beech 2008-02-14 18:15:16 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-SVN-Notify-Snapshot Makefile distinfo pkg-descr pkg-plist Log: This Perl module produces snapshots of a Subversion repository path. Typically used as part of a postcommit script, it will automatically create a .tar.gz file for every commit to a specified path. PR: ports/120640 Submitted by: Greg Larkin Revision Changes Path 1.2982 +1 -0 ports/devel/Makefile 1.1 +34 -0 ports/devel/p5-SVN-Notify-Snapshot/Makefile (new) 1.1 +3 -0 ports/devel/p5-SVN-Notify-Snapshot/distinfo (new) 1.1 +5 -0 ports/devel/p5-SVN-Notify-Snapshot/pkg-descr (new) 1.1 +6 -0 ports/devel/p5-SVN-Notify-Snapshot/pkg-plist (new)