pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Module-Install-PadrePlugin Importing devel/p5...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f0409786c6e8
branches:  trunk
changeset: 569518:f0409786c6e8
user:      sno <sno%pkgsrc.org@localhost>
date:      Sat Jan 16 15:46:59 2010 +0000

description:
Importing devel/p5-Module-Install-PadrePlugin version 0.01.

This module adds one directive to Module::Install related to creating and
installing Padre plugins as .par files and two make targets: is_padre_plugin.
If this directive is added to Makefile.PL, two new make targets become
available: plugin and installplugin.

diffstat:

 devel/p5-Module-Install-PadrePlugin/DESCR    |   4 ++++
 devel/p5-Module-Install-PadrePlugin/Makefile |  21 +++++++++++++++++++++
 devel/p5-Module-Install-PadrePlugin/distinfo |   5 +++++
 3 files changed, 30 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r 776a3b0711a2 -r f0409786c6e8 devel/p5-Module-Install-PadrePlugin/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Module-Install-PadrePlugin/DESCR Sat Jan 16 15:46:59 2010 +0000
@@ -0,0 +1,4 @@
+This module adds one directive to Module::Install related to creating and
+installing Padre plugins as .par files and two make targets: is_padre_plugin.
+If this directive is added to Makefile.PL, two new make targets become
+available: plugin and installplugin.
diff -r 776a3b0711a2 -r f0409786c6e8 devel/p5-Module-Install-PadrePlugin/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Module-Install-PadrePlugin/Makefile      Sat Jan 16 15:46:59 2010 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 15:46:59 sno Exp $
+
+DISTNAME=      Module-Install-PadrePlugin-0.01
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Module/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Module-Install-PadrePlugin/
+COMMENT=       Module::Install support for Padre plugins
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-Module-Install>=0.77:../../devel/p5-Module-Install
+DEPENDS+=      p5-PAR-Dist>=0.17:../../devel/p5-PAR-Dist
+
+PERL5_PACKLIST=                auto/Module/Install/PadrePlugin/.packlist
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 776a3b0711a2 -r f0409786c6e8 devel/p5-Module-Install-PadrePlugin/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Module-Install-PadrePlugin/distinfo      Sat Jan 16 15:46:59 2010 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/01/16 15:46:59 sno Exp $
+
+SHA1 (Module-Install-PadrePlugin-0.01.tar.gz) = 1b0688067623daa46d0a763ccaf18ed9474c3180
+RMD160 (Module-Install-PadrePlugin-0.01.tar.gz) = b5e90854603b886200f16fc97c7b2304854df1f3
+Size (Module-Install-PadrePlugin-0.01.tar.gz) = 2711 bytes



Home | Main Index | Thread Index | Old Index