diff options
author | sno <sno@pkgsrc.org> | 2010-01-16 21:43:15 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-01-16 21:43:15 +0000 |
commit | 065bb4123e04d8be9fecc36b17ef0d2353da7a02 (patch) | |
tree | e81f363b729697319a7f7933c0ce49c50a23cf79 /editors | |
parent | af919d4ea264df5d54c02719ea7798fcd5e05ade (diff) | |
download | pkgsrc-065bb4123e04d8be9fecc36b17ef0d2353da7a02.tar.gz |
Importing editors/p5-Padre-Plugin-HG v0.14
Padre::Plugin::HG provides a mecurial interface for Padre.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/p5-Padre-Plugin-HG/DESCR | 1 | ||||
-rw-r--r-- | editors/p5-Padre-Plugin-HG/Makefile | 26 | ||||
-rw-r--r-- | editors/p5-Padre-Plugin-HG/distinfo | 5 |
3 files changed, 32 insertions, 0 deletions
diff --git a/editors/p5-Padre-Plugin-HG/DESCR b/editors/p5-Padre-Plugin-HG/DESCR new file mode 100644 index 00000000000..0028384f0fe --- /dev/null +++ b/editors/p5-Padre-Plugin-HG/DESCR @@ -0,0 +1 @@ +Padre::Plugin::HG provides a mecurial interface for Padre. diff --git a/editors/p5-Padre-Plugin-HG/Makefile b/editors/p5-Padre-Plugin-HG/Makefile new file mode 100644 index 00000000000..cae8c8eb6a3 --- /dev/null +++ b/editors/p5-Padre-Plugin-HG/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 21:43:15 sno Exp $ +# + +DISTNAME= Padre-Plugin-HG-0.14 +PKGNAME= p5-${DISTNAME} +CATEGORIES= editors perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Padre-Plugin-HG/ +COMMENT= Mecurial interface for Padre +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-Capture-Tiny>=0.03:../../devel/p5-Capture-Tiny +DEPENDS+= p5-Padre>=0.47:../../editors/p5-Padre +DEPENDS+= mercurial-[0-9]*:../../devel/mercurial + +PERL5_PACKLIST= auto/Padre/Plugin/HG/.packlist + +#pre-configure: +# cd ${WRKSRC} && find `pwd` -name "*.orig" -type f | xargs rm + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/editors/p5-Padre-Plugin-HG/distinfo b/editors/p5-Padre-Plugin-HG/distinfo new file mode 100644 index 00000000000..ef2e3a0654f --- /dev/null +++ b/editors/p5-Padre-Plugin-HG/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/01/16 21:43:15 sno Exp $ + +SHA1 (Padre-Plugin-HG-0.14.tar.gz) = 75399bd392b5287aa866dd2ceb19007ed77e2eec +RMD160 (Padre-Plugin-HG-0.14.tar.gz) = 1fd498bb24d7ac4f4ecf5ac96d7fc21cdec27cd3 +Size (Padre-Plugin-HG-0.14.tar.gz) = 13379 bytes |