pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Perl-MinimumVersion Importing devel/p5-Perl-M...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c075e6c748ae
branches:  trunk
changeset: 400369:c075e6c748ae
user:      sno <sno%pkgsrc.org@localhost>
date:      Sun Oct 18 11:10:24 2009 +0000

description:
Importing devel/p5-Perl-MinimumVersion version 1.20

Perl::MinimumVersion takes Perl source code and calculates the minimum
version of perl required to be able to run it. Because it is based on
PPI, it can do this without having to actually load the code.

Currently it tests both the syntax of your code, and the use of explicit
version dependencies such as require 5.005.

diffstat:

 devel/p5-Perl-MinimumVersion/DESCR    |   6 ++++++
 devel/p5-Perl-MinimumVersion/Makefile |  30 ++++++++++++++++++++++++++++++
 devel/p5-Perl-MinimumVersion/distinfo |   5 +++++
 3 files changed, 41 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r 5666226a0d66 -r c075e6c748ae devel/p5-Perl-MinimumVersion/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Perl-MinimumVersion/DESCR        Sun Oct 18 11:10:24 2009 +0000
@@ -0,0 +1,6 @@
+Perl::MinimumVersion takes Perl source code and calculates the minimum
+version of perl required to be able to run it. Because it is based on
+PPI, it can do this without having to actually load the code.
+
+Currently it tests both the syntax of your code, and the use of explicit
+version dependencies such as require 5.005.
diff -r 5666226a0d66 -r c075e6c748ae devel/p5-Perl-MinimumVersion/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Perl-MinimumVersion/Makefile     Sun Oct 18 11:10:24 2009 +0000
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/10/18 11:10:24 sno Exp $
+#
+
+DISTNAME=              Perl-MinimumVersion-1.20
+PKGNAME=               p5-${DISTNAME}
+CATEGORIES=            devel perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Perl/}
+
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/dist/Perl-MinimumVersion/
+COMMENT=               Find a minimum required version of perl for Perl code
+LICENSE=               ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+DEPENDS+=              p5-File-Find-Rule>=0.30:../../devel/p5-File-Find-Rule
+DEPENDS+=              p5-File-Find-Rule-Perl>=1.04:../../devel/p5-File-Find-Rule-Perl
+DEPENDS+=              {perl>=5.10.0,p5-Scalar-List-Utils>=1.18}:../../devel/p5-Scalar-List-Utils
+DEPENDS+=              p5-PPI>=1.201:../../devel/p5-PPI
+DEPENDS+=              p5-Params-Util>=0.25:../../devel/p5-Params-Util
+DEPENDS+=              {perl>=5.10.1,p5-version>=0.76}:../../devel/p5-version
+
+BUILD_DEPENDS+=                p5-Test-Script>=1.03:../../devel/p5-Test-Script
+
+USE_LANGUAGES=         # empty
+PERL5_PACKLIST=                auto/Perl/MinimumVersion/.packlist
+PERL5_MODULE_TYPE=     Module::Install
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5666226a0d66 -r c075e6c748ae devel/p5-Perl-MinimumVersion/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Perl-MinimumVersion/distinfo     Sun Oct 18 11:10:24 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/10/18 11:10:24 sno Exp $
+
+SHA1 (Perl-MinimumVersion-1.20.tar.gz) = e8671b1aa4b5e9fcedd2899dd7b48b1b20c5bbcc
+RMD160 (Perl-MinimumVersion-1.20.tar.gz) = 9038dd757c2f7307ca9db80167a1e577313c6fdc
+Size (Perl-MinimumVersion-1.20.tar.gz) = 33138 bytes



Home | Main Index | Thread Index | Old Index