Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Feb 2014 14:08:34 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345646 - in head/devel: . p5-Test-CPAN-Meta
Message-ID:  <201402221408.s1ME8Yau079101@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Feb 22 14:08:34 2014
New Revision: 345646
URL: http://svnweb.freebsd.org/changeset/ports/345646
QAT: https://qat.redports.org/buildarchive/r345646/

Log:
  - Add p5-Test-CPAN-Meta 0.23
  
  Test::CPAN::Meta was written to ensure that a META.yml file, provided with a
  standard distribution uploaded to CPAN, meets the specifications that are slowly
  being introduced to module uploads, via the use of package makers and installers
  such as ExtUtils::MakeMaker, Module::Build and Module::Install.
  
  WWW: http://search.cpan.org/dist/Test-CPAN-Meta/

Added:
  head/devel/p5-Test-CPAN-Meta/
  head/devel/p5-Test-CPAN-Meta/Makefile   (contents, props changed)
  head/devel/p5-Test-CPAN-Meta/distinfo   (contents, props changed)
  head/devel/p5-Test-CPAN-Meta/pkg-descr   (contents, props changed)
  head/devel/p5-Test-CPAN-Meta/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Feb 22 14:08:29 2014	(r345645)
+++ head/devel/Makefile	Sat Feb 22 14:08:34 2014	(r345646)
@@ -2800,6 +2800,7 @@
     SUBDIR += p5-Test-BinaryData
     SUBDIR += p5-Test-Bits
     SUBDIR += p5-Test-Block
+    SUBDIR += p5-Test-CPAN-Meta
     SUBDIR += p5-Test-CPAN-Meta-YAML
     SUBDIR += p5-Test-CheckDeps
     SUBDIR += p5-Test-CheckManifest

Added: head/devel/p5-Test-CPAN-Meta/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Test-CPAN-Meta/Makefile	Sat Feb 22 14:08:34 2014	(r345646)
@@ -0,0 +1,21 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Test-CPAN-Meta
+PORTVERSION=	0.23
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Validate your CPAN META.yml files
+
+LICENSE=	ART20
+
+TEST_DEPENDS=	p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \
+		p5-Test-Pod-Coverage>=0.08:${PORTSDIR}/devel/p5-Test-Pod-Coverage
+
+USE_PERL5=	configure
+USES=		perl5
+
+.include <bsd.port.mk>

Added: head/devel/p5-Test-CPAN-Meta/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Test-CPAN-Meta/distinfo	Sat Feb 22 14:08:34 2014	(r345646)
@@ -0,0 +1,2 @@
+SHA256 (Test-CPAN-Meta-0.23.tar.gz) = dda70c5cb61eddc6d3148cb66b6ff5eb4546a065257f4c104112a8a8a3575116
+SIZE (Test-CPAN-Meta-0.23.tar.gz) = 15855

Added: head/devel/p5-Test-CPAN-Meta/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Test-CPAN-Meta/pkg-descr	Sat Feb 22 14:08:34 2014	(r345646)
@@ -0,0 +1,6 @@
+Test::CPAN::Meta was written to ensure that a META.yml file, provided with a
+standard distribution uploaded to CPAN, meets the specifications that are slowly
+being introduced to module uploads, via the use of package makers and installers
+such as ExtUtils::MakeMaker, Module::Build and Module::Install.
+
+WWW: http://search.cpan.org/dist/Test-CPAN-Meta/

Added: head/devel/p5-Test-CPAN-Meta/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Test-CPAN-Meta/pkg-plist	Sat Feb 22 14:08:34 2014	(r345646)
@@ -0,0 +1,11 @@
+%%SITE_PERL%%/Test/CPAN/Meta.pm
+%%SITE_PERL%%/Test/CPAN/Meta/Version.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/CPAN/Meta/.packlist
+%%PERL5_MAN3%%/Test::CPAN::Meta.3.gz
+%%PERL5_MAN3%%/Test::CPAN::Meta::Version.3.gz
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/CPAN/Meta
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/CPAN
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
+@dirrmtry %%SITE_PERL%%/Test/CPAN/Meta
+@dirrmtry %%SITE_PERL%%/Test/CPAN
+@dirrmtry %%SITE_PERL%%/Test



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402221408.s1ME8Yau079101>