pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Git-Repository-Plugin-AUTOLOAD Import p5-Git-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/515f63e944ef
branches:  trunk
changeset: 646272:515f63e944ef
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Feb 07 08:47:27 2015 +0000

description:
Import p5-Git-Repository-Plugin-AUTOLOAD-1.001 as devel/p5-Git-Repository-Plugin-AUTOLOAD.

This module adds an AUTOLOAD method to Git::Repository, enabling it to
automagically call git commands as methods on Git::Repository objects.

diffstat:

 devel/p5-Git-Repository-Plugin-AUTOLOAD/DESCR    |   2 ++
 devel/p5-Git-Repository-Plugin-AUTOLOAD/Makefile |  19 +++++++++++++++++++
 devel/p5-Git-Repository-Plugin-AUTOLOAD/distinfo |   5 +++++
 3 files changed, 26 insertions(+), 0 deletions(-)

diffs (38 lines):

diff -r cf4a4d7db7f9 -r 515f63e944ef devel/p5-Git-Repository-Plugin-AUTOLOAD/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Git-Repository-Plugin-AUTOLOAD/DESCR     Sat Feb 07 08:47:27 2015 +0000
@@ -0,0 +1,2 @@
+This module adds an AUTOLOAD method to Git::Repository, enabling it to
+automagically call git commands as methods on Git::Repository objects.
diff -r cf4a4d7db7f9 -r 515f63e944ef devel/p5-Git-Repository-Plugin-AUTOLOAD/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Git-Repository-Plugin-AUTOLOAD/Makefile  Sat Feb 07 08:47:27 2015 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2015/02/07 08:47:27 wiz Exp $
+
+DISTNAME=      Git-Repository-Plugin-AUTOLOAD-1.001
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Git/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Git-Repository-Plugin-AUTOLOAD/
+COMMENT=       Git subcommands as Git::Repository methods
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-Git-Repository>=1.309:../../devel/p5-Git-Repository
+
+PERL5_PACKLIST=        auto/Git/Repository/Plugin/AUTOLOAD/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r cf4a4d7db7f9 -r 515f63e944ef devel/p5-Git-Repository-Plugin-AUTOLOAD/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Git-Repository-Plugin-AUTOLOAD/distinfo  Sat Feb 07 08:47:27 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/02/07 08:47:27 wiz Exp $
+
+SHA1 (Git-Repository-Plugin-AUTOLOAD-1.001.tar.gz) = be4b0e52fb84ddc41cb1f1a620d132e5e521959d
+RMD160 (Git-Repository-Plugin-AUTOLOAD-1.001.tar.gz) = 1628379b2af9ff39af9e7285075656d692076b94
+Size (Git-Repository-Plugin-AUTOLOAD-1.001.tar.gz) = 11821 bytes



Home | Main Index | Thread Index | Old Index