svn commit: r334510 - in head/devel: . p5-Git-Sub
Lars Thegler
lth at FreeBSD.org
Thu Nov 21 19:01:53 UTC 2013
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 at 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
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Git/Sub
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Git
+ at dirrmtry %%SITE_PERL%%/Git
More information about the svn-ports-head
mailing list