From e51647880318fd9166ba086c83f516bde873d320 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Wed, 12 Dec 2007 12:44:13 +0000 Subject: Test::Dir - test directory attributes FUNCTIONS dir_exists_ok Ok if the directory exists, and not ok otherwise. dir_not_exists_ok Ok if the directory does not exist, and not ok otherwise. WWW: http://search.cpan.org/dist/Test-Dir/ PR: ports/118252 Submitted by: Xavier Beaudouin --- misc/p5-Test-Dir/Makefile | 22 ++++++++++++++++++++++ misc/p5-Test-Dir/distinfo | 3 +++ misc/p5-Test-Dir/pkg-descr | 12 ++++++++++++ misc/p5-Test-Dir/pkg-plist | 5 +++++ 4 files changed, 42 insertions(+) create mode 100644 misc/p5-Test-Dir/Makefile create mode 100644 misc/p5-Test-Dir/distinfo create mode 100644 misc/p5-Test-Dir/pkg-descr create mode 100644 misc/p5-Test-Dir/pkg-plist (limited to 'misc/p5-Test-Dir') diff --git a/misc/p5-Test-Dir/Makefile b/misc/p5-Test-Dir/Makefile new file mode 100644 index 000000000000..070cbed71715 --- /dev/null +++ b/misc/p5-Test-Dir/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: Config::Fast +# Date created: 25 Nov 2007 +# Whom: Xavier Beaudouin +# +# $FreeBSD$ +# + +PORTNAME= Test-Dir +PORTVERSION= 1.002 +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Test +PKGNAMEPREFIX= p5- + +MAINTAINER= kiwi@oav.net +COMMENT= Test directory attributes + +PERL_CONFIGURE= yes + +MAN3= Test::Dir.3 + +.include diff --git a/misc/p5-Test-Dir/distinfo b/misc/p5-Test-Dir/distinfo new file mode 100644 index 000000000000..15543e178d0b --- /dev/null +++ b/misc/p5-Test-Dir/distinfo @@ -0,0 +1,3 @@ +MD5 (Test-Dir-1.002.tar.gz) = fd14c8610675dac65723e1f1ef2d46fa +SHA256 (Test-Dir-1.002.tar.gz) = c4a3e8397fb70da953530f780b33e757482948305a2bda0bc322de982fb33f30 +SIZE (Test-Dir-1.002.tar.gz) = 12731 diff --git a/misc/p5-Test-Dir/pkg-descr b/misc/p5-Test-Dir/pkg-descr new file mode 100644 index 000000000000..56ef66c51243 --- /dev/null +++ b/misc/p5-Test-Dir/pkg-descr @@ -0,0 +1,12 @@ +Test::Dir - test directory attributes + +FUNCTIONS +dir_exists_ok + +Ok if the directory exists, and not ok otherwise. +dir_not_exists_ok + +Ok if the directory does not exist, and not ok otherwise. + + +WWW: http://search.cpan.org/dist/Test-Dir/ diff --git a/misc/p5-Test-Dir/pkg-plist b/misc/p5-Test-Dir/pkg-plist new file mode 100644 index 000000000000..10e28dac9e88 --- /dev/null +++ b/misc/p5-Test-Dir/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Test/Dir.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Dir/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Dir +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test +@dirrmtry %%SITE_PERL%%/Test -- cgit v1.2.3