Date: Wed, 1 Apr 2015 12:00:16 +0000 (UTC) From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382907 - in head/devel: . p5-Test-API Message-ID: <201504011200.t31C0GRO038758@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bofh Date: Wed Apr 1 12:00:15 2015 New Revision: 382907 URL: https://svnweb.freebsd.org/changeset/ports/382907 QAT: https://qat.redports.org/buildarchive/r382907/ Log: [NEW] devel/p5-Test-API: Test a list of subroutines provided by a module This simple test module checks the subroutines provided by a module. This is useful for confirming a planned API in testing and ensuring that other functions aren't unintentionally included via import. WWW: http://search.cpan.org/dist/Test-API/ Added: head/devel/p5-Test-API/ head/devel/p5-Test-API/Makefile (contents, props changed) head/devel/p5-Test-API/distinfo (contents, props changed) head/devel/p5-Test-API/pkg-descr (contents, props changed) head/devel/p5-Test-API/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Apr 1 11:40:02 2015 (r382906) +++ head/devel/Makefile Wed Apr 1 12:00:15 2015 (r382907) @@ -2948,6 +2948,7 @@ SUBDIR += p5-Term-VT102 SUBDIR += p5-Term-VT102-Boundless SUBDIR += p5-Term-Visual + SUBDIR += p5-Test-API SUBDIR += p5-Test-Able SUBDIR += p5-Test-Able-Runner SUBDIR += p5-Test-Aggregate Added: head/devel/p5-Test-API/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-API/Makefile Wed Apr 1 12:00:15 2015 (r382907) @@ -0,0 +1,19 @@ +# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Test-API +PORTVERSION= 0.005 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:DAGOLDEN +PKGNAMEPREFIX= p5- + +MAINTAINER= bofh@FreeBSD.org +COMMENT= Test a list of subroutines provided by a module + +LICENSE= APACHE20 + +USES= perl5 +USE_PERL5= configure + +.include <bsd.port.mk> Added: head/devel/p5-Test-API/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-API/distinfo Wed Apr 1 12:00:15 2015 (r382907) @@ -0,0 +1,2 @@ +SHA256 (Test-API-0.005.tar.gz) = fde638cf0055a570586ca1afd2b56e750a907203f094a704548cf90b2c197d61 +SIZE (Test-API-0.005.tar.gz) = 17317 Added: head/devel/p5-Test-API/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-API/pkg-descr Wed Apr 1 12:00:15 2015 (r382907) @@ -0,0 +1,5 @@ +This simple test module checks the subroutines provided by a module. This is +useful for confirming a planned API in testing and ensuring that other +functions aren't unintentionally included via import. + +WWW: http://search.cpan.org/dist/Test-API/ Added: head/devel/p5-Test-API/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-API/pkg-plist Wed Apr 1 12:00:15 2015 (r382907) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Test/API.pm +%%PERL5_MAN3%%/Test::API.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504011200.t31C0GRO038758>