Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Sep 2012 16:02:54 +0000 (UTC)
From:      Lars Thegler <lth@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304364 - in head/devel: . p5-Test-Moose-More
Message-ID:  <201209161602.q8GG2svF024545@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lth
Date: Sun Sep 16 16:02:54 2012
New Revision: 304364
URL: http://svn.freebsd.org/changeset/ports/304364

Log:
  Add p5-Test-Moose-More 0.011, more tools for testing Moose packages.

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Sep 16 15:47:00 2012	(r304363)
+++ head/devel/Makefile	Sun Sep 16 16:02:54 2012	(r304364)
@@ -2629,6 +2629,7 @@
     SUBDIR += p5-Test-MockRandom
     SUBDIR += p5-Test-MockTime
     SUBDIR += p5-Test-Module-Used
+    SUBDIR += p5-Test-Moose-More
     SUBDIR += p5-Test-More-UTF8
     SUBDIR += p5-Test-Most
     SUBDIR += p5-Test-Net-RabbitMQ

Added: head/devel/p5-Test-Moose-More/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Test-Moose-More/Makefile	Sun Sep 16 16:02:54 2012	(r304364)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	Test-Moose-More
+PORTVERSION=	0.011
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	Test
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	lth@FreeBSD.org
+COMMENT=	More tools for testing Moose packages
+
+BUILD_DEPENDS=	p5-Data-OptList>=0:${PORTSDIR}/devel/p5-Data-OptList \
+		p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
+		p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+PERL_CONFIGURE=	yes
+
+MAN3=	Test::Moose::More.3
+
+.include <bsd.port.mk>

Added: head/devel/p5-Test-Moose-More/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Test-Moose-More/distinfo	Sun Sep 16 16:02:54 2012	(r304364)
@@ -0,0 +1,2 @@
+SHA256 (Test-Moose-More-0.011.tar.gz) = 5c0a7d08e3937e936fa52a2503320fd087cb6c68033667b69c49b94ee3bf7f50
+SIZE (Test-Moose-More-0.011.tar.gz) = 25101

Added: head/devel/p5-Test-Moose-More/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Test-Moose-More/pkg-descr	Sun Sep 16 16:02:54 2012	(r304364)
@@ -0,0 +1,5 @@
+This package contains a number of additional tests that can be employed
+against Moose classes/roles.  It is intended to replace L<Test::Moose> in your
+tests, and reexports any tests that it has and we do not, yet.
+
+WWW: http://search.cpan.org/dist/Test-Moose-More/

Added: head/devel/p5-Test-Moose-More/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Test-Moose-More/pkg-plist	Sun Sep 16 16:02:54 2012	(r304364)
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/Test/Moose/More.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Moose/More/.packlist
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Moose/More
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Moose
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
+@dirrmtry %%SITE_PERL%%/Test/Moose
+@dirrmtry %%SITE_PERL%%/Test



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