From owner-svn-ports-all@FreeBSD.ORG Thu Nov 21 19:01:53 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 ESMTPS id 536807C; Thu, 21 Nov 2013 19:01:53 +0000 (UTC) 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 33A862D53; Thu, 21 Nov 2013 19:01:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rALJ1rhW015814; Thu, 21 Nov 2013 19:01:53 GMT (envelope-from lth@svn.freebsd.org) Received: (from lth@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rALJ1qfo015809; Thu, 21 Nov 2013 19:01:52 GMT (envelope-from lth@svn.freebsd.org) Message-Id: <201311211901.rALJ1qfo015809@svn.freebsd.org> From: Lars Thegler Date: Thu, 21 Nov 2013 19:01:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334510 - in head/devel: . p5-Git-Sub 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.16 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, 21 Nov 2013 19:01:53 -0000 Author: lth Date: Thu Nov 21 19:01:51 2013 New Revision: 334510 URL: http://svnweb.freebsd.org/changeset/ports/334510 Log: Use git commands easily from your Perl program. Each git command is imported as a System::Sub DWIM sub. WWW: http://metacpan.org/release/Git-Sub Added: head/devel/p5-Git-Sub/ head/devel/p5-Git-Sub/Makefile (contents, props changed) head/devel/p5-Git-Sub/distinfo (contents, props changed) head/devel/p5-Git-Sub/pkg-descr (contents, props changed) head/devel/p5-Git-Sub/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Nov 21 19:00:04 2013 (r334509) +++ head/devel/Makefile Thu Nov 21 19:01:51 2013 (r334510) @@ -2053,6 +2053,7 @@ SUBDIR += p5-Git-PurePerl SUBDIR += p5-Git-Repository SUBDIR += p5-Git-Repository-Plugin-Log + SUBDIR += p5-Git-Sub SUBDIR += p5-Git-Wrapper SUBDIR += p5-Glib-Object-Introspection SUBDIR += p5-Glib2 Added: head/devel/p5-Git-Sub/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Git-Sub/Makefile Thu Nov 21 19:01:51 2013 (r334510) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= Git-Sub +PORTVERSION= 0.130270 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= lth@FreeBSD.org +COMMENT= Git commands imported into the git:: namespace + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS:= p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which \ + p5-System-Sub>=0:${PORTSDIR}/devel/p5-System-Sub +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +.include Added: head/devel/p5-Git-Sub/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Git-Sub/distinfo Thu Nov 21 19:01:51 2013 (r334510) @@ -0,0 +1,2 @@ +SHA256 (Git-Sub-0.130270.tar.gz) = c766d1877b0dcecd950a75133010ff7b359254e8e8a46bfc2418086148e9a719 +SIZE (Git-Sub-0.130270.tar.gz) = 12261 Added: head/devel/p5-Git-Sub/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Git-Sub/pkg-descr Thu Nov 21 19:01:51 2013 (r334510) @@ -0,0 +1,4 @@ +Use git commands easily from your Perl program. Each git command +is imported as a System::Sub DWIM sub. + +WWW: http://metacpan.org/release/Git-Sub Added: head/devel/p5-Git-Sub/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Git-Sub/pkg-plist Thu Nov 21 19:01:51 2013 (r334510) @@ -0,0 +1,6 @@ +%%SITE_PERL%%/Git/Sub.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Git/Sub/.packlist +%%PERL5_MAN3%%/Git::Sub.3.gz +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Git/Sub +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Git +@dirrmtry %%SITE_PERL%%/Git