Date: Thu, 21 Nov 2013 19:01:52 +0000 (UTC) From: Lars Thegler <lth@FreeBSD.org> 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 Message-ID: <201311211901.rALJ1qfo015809@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311211901.rALJ1qfo015809>