Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Nov 2013 13:03:51 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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
Message-ID:  <201311071303.rA7D3phs083964@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sunpoet@FreeBSD.org>
+# $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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311071303.rA7D3phs083964>