Date: Sat, 17 May 2014 06:01:33 +0000 (UTC) From: Jun Kuriyama <kuriyama@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354284 - in head/devel: . p5-Test-OpenLDAP Message-ID: <201405170601.s4H61X2w041270@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kuriyama Date: Sat May 17 06:01:33 2014 New Revision: 354284 URL: http://svnweb.freebsd.org/changeset/ports/354284 QAT: https://qat.redports.org/buildarchive/r354284/ Log: Creates a temporary instance of OpenLDAP's slapd daemon to run tests against. WWW: http://search.cpan.org/dist/Test-OpenLDAP/ Added: head/devel/p5-Test-OpenLDAP/ head/devel/p5-Test-OpenLDAP/Makefile (contents, props changed) head/devel/p5-Test-OpenLDAP/distinfo (contents, props changed) head/devel/p5-Test-OpenLDAP/pkg-descr (contents, props changed) head/devel/p5-Test-OpenLDAP/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat May 17 05:37:13 2014 (r354283) +++ head/devel/Makefile Sat May 17 06:01:33 2014 (r354284) @@ -2886,6 +2886,7 @@ SUBDIR += p5-Test-NoWarnings SUBDIR += p5-Test-Number-Delta SUBDIR += p5-Test-Object + SUBDIR += p5-Test-OpenLDAP SUBDIR += p5-Test-Output SUBDIR += p5-Test-POE-Client-TCP SUBDIR += p5-Test-POE-Server-TCP Added: head/devel/p5-Test-OpenLDAP/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-OpenLDAP/Makefile Sat May 17 06:01:33 2014 (r354284) @@ -0,0 +1,32 @@ +# $FreeBSD$ + +PORTNAME= Test-OpenLDAP +PORTVERSION= 0.05 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension to creates temp instance of slapd to run tests against + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +RUN_DEPENDS= \ + p5-Data-UUID>0:${PORTSDIR}/devel/p5-Data-UUID \ + p5-perl-ldap>0:${PORTSDIR}/net/p5-perl-ldap \ + ${LOCALBASE}/libexec/slapd:${PORTSDIR}/net/openldap${OPENLDAP_VER}-server \ + p5-URI>0:${PORTSDIR}/net/p5-Net +BUILD_DEPENDS= ${RUN_DEPENDS} + +USES= perl5 +USE_PERL5= configure +USE_OPENLDAP= yes + +#MAKE_ENV= PATH=${PATH}:${PREFIX}/libexec +CONFIGURE_ENV= PATH=${PATH}:${PREFIX}/libexec + +pre-configure: + printenv + +.include <bsd.port.mk> Added: head/devel/p5-Test-OpenLDAP/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-OpenLDAP/distinfo Sat May 17 06:01:33 2014 (r354284) @@ -0,0 +1,2 @@ +SHA256 (Test-OpenLDAP-0.05.tar.gz) = 9af0cfa9eb6d851422ceee6f6208d7ccfcf2680de49c5ed36320f5e721782761 +SIZE (Test-OpenLDAP-0.05.tar.gz) = 20747 Added: head/devel/p5-Test-OpenLDAP/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-OpenLDAP/pkg-descr Sat May 17 06:01:33 2014 (r354284) @@ -0,0 +1,3 @@ +Creates a temporary instance of OpenLDAP's slapd daemon to run tests against. + +WWW: http://search.cpan.org/dist/Test-OpenLDAP/ Added: head/devel/p5-Test-OpenLDAP/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-OpenLDAP/pkg-plist Sat May 17 06:01:33 2014 (r354284) @@ -0,0 +1,6 @@ +%%PERL5_MAN3%%/Test::OpenLDAP.3.gz +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/OpenLDAP/.packlist +%%SITE_PERL%%/Test/OpenLDAP.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/OpenLDAP +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test +@dirrmtry %%SITE_PERL%%/Test
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405170601.s4H61X2w041270>