From owner-svn-ports-all@FreeBSD.ORG Thu Nov 7 13:03:52 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2C3E48BC; Thu, 7 Nov 2013 13:03:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 19BBB2DE6; Thu, 7 Nov 2013 13:03:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA7D3pFF083970; Thu, 7 Nov 2013 13:03:51 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA7D3phs083964; Thu, 7 Nov 2013 13:03:51 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311071303.rA7D3phs083964@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 7 Nov 2013 13:03:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333088 - in head/devel: . p5-Git-Repository-Plugin-Log X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Nov 2013 13:03:52 -0000 Author: sunpoet Date: Thu Nov 7 13:03:50 2013 New Revision: 333088 URL: http://svnweb.freebsd.org/changeset/ports/333088 Log: - Add p5-Git-Repository-Plugin-Log 1.310 Git::Repository::Plugin::Log adds a log() method to Git::Repository, which will return Git::Repository::Log objects representing the commit information provided by `git log`. WWW: http://search.cpan.org/dist/Git-Repository-Plugin-Log/ Added: head/devel/p5-Git-Repository-Plugin-Log/ head/devel/p5-Git-Repository-Plugin-Log/Makefile (contents, props changed) head/devel/p5-Git-Repository-Plugin-Log/distinfo (contents, props changed) head/devel/p5-Git-Repository-Plugin-Log/pkg-descr (contents, props changed) head/devel/p5-Git-Repository-Plugin-Log/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Nov 7 13:01:41 2013 (r333087) +++ head/devel/Makefile Thu Nov 7 13:03:50 2013 (r333088) @@ -2062,6 +2062,7 @@ SUBDIR += p5-Getopt-Long-Descriptive SUBDIR += p5-Git-PurePerl SUBDIR += p5-Git-Repository + SUBDIR += p5-Git-Repository-Plugin-Log SUBDIR += p5-Git-Wrapper SUBDIR += p5-Glib-Object-Introspection SUBDIR += p5-Glib2 Added: head/devel/p5-Git-Repository-Plugin-Log/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Git-Repository-Plugin-Log/Makefile Thu Nov 7 13:03:50 2013 (r333088) @@ -0,0 +1,22 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Git-Repository-Plugin-Log +PORTVERSION= 1.310 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Add a log() method to Git::Repository + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Git-Repository>=1.309:${PORTSDIR}/devel/p5-Git-Repository +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USE_PERL5= configure +USES= perl5 + +.include Added: head/devel/p5-Git-Repository-Plugin-Log/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Git-Repository-Plugin-Log/distinfo Thu Nov 7 13:03:50 2013 (r333088) @@ -0,0 +1,2 @@ +SHA256 (Git-Repository-Plugin-Log-1.310.tar.gz) = a40fa083d94c8612ee20bdb9c12078e26be7fa34f0666429b99598a58b03342c +SIZE (Git-Repository-Plugin-Log-1.310.tar.gz) = 36282 Added: head/devel/p5-Git-Repository-Plugin-Log/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Git-Repository-Plugin-Log/pkg-descr Thu Nov 7 13:03:50 2013 (r333088) @@ -0,0 +1,5 @@ +Git::Repository::Plugin::Log adds a log() method to Git::Repository, which will +return Git::Repository::Log objects representing the commit information provided +by `git log`. + +WWW: http://search.cpan.org/dist/Git-Repository-Plugin-Log/ Added: head/devel/p5-Git-Repository-Plugin-Log/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Git-Repository-Plugin-Log/pkg-plist Thu Nov 7 13:03:50 2013 (r333088) @@ -0,0 +1,15 @@ +%%SITE_PERL%%/Git/Repository/Log.pm +%%SITE_PERL%%/Git/Repository/Log/Iterator.pm +%%SITE_PERL%%/Git/Repository/Plugin/Log.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Git/Repository/Plugin/Log/.packlist +%%PERL5_MAN3%%/Git::Repository::Log.3.gz +%%PERL5_MAN3%%/Git::Repository::Log::Iterator.3.gz +%%PERL5_MAN3%%/Git::Repository::Plugin::Log.3.gz +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Git/Repository/Plugin/Log +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Git/Repository/Plugin +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Git/Repository +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Git +@dirrmtry %%SITE_PERL%%/Git/Repository/Plugin +@dirrm %%SITE_PERL%%/Git/Repository/Log +@dirrmtry %%SITE_PERL%%/Git/Repository +@dirrmtry %%SITE_PERL%%/Git