diff options
author | clsung <clsung@FreeBSD.org> | 2006-01-30 23:08:07 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-01-30 23:08:07 +0800 |
commit | 5f0b4b51d40236d6e97970514dcd441e4141d8ee (patch) | |
tree | 6f5c5d90d4fbd84ba0908dc1a37a1affdd829c79 | |
parent | 59ffa528c6fe198adb420ddec5cf38c292dab54a (diff) | |
download | freebsd-ports-gnome-5f0b4b51d40236d6e97970514dcd441e4141d8ee.tar.gz freebsd-ports-gnome-5f0b4b51d40236d6e97970514dcd441e4141d8ee.tar.zst freebsd-ports-gnome-5f0b4b51d40236d6e97970514dcd441e4141d8ee.zip |
Add p5-Test-File-Contents 0.03, test routines for examining the contents
of files.
PR: ports/92473
Submitted by: Rod Taylor <ports@rbt.ca>
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Test-File-Contents/Makefile | 24 | ||||
-rw-r--r-- | devel/p5-Test-File-Contents/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Test-File-Contents/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p5-Test-File-Contents/pkg-plist | 3 |
5 files changed, 35 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index ab76e6c41ff2..2db9fa822539 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1182,6 +1182,7 @@ SUBDIR += p5-Test-Differences SUBDIR += p5-Test-Exception SUBDIR += p5-Test-File + SUBDIR += p5-Test-File-Contents SUBDIR += p5-Test-Harness SUBDIR += p5-Test-Inline SUBDIR += p5-Test-LectroTest diff --git a/devel/p5-Test-File-Contents/Makefile b/devel/p5-Test-File-Contents/Makefile new file mode 100644 index 000000000000..b286cd8cd431 --- /dev/null +++ b/devel/p5-Test-File-Contents/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: devel/p5-Test-File-Contents +# Date created: 28 January 2006 +# Whom: Rod Taylor <ports@rbt.ca> +# +# $FreeBSD$ +# + +PORTNAME= Test-File-Contents +PORTVERSION= 0.03 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Test +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@rbt.ca +COMMENT= Test routines for examining the contents of files + +PERL_BUILD_DEPENDS= Test-More:${PORTSDIR}/devel/p5-Test-Simple + +PERL_MODBUILD= yes + +MAN3= Test::File::Contents.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Test-File-Contents/distinfo b/devel/p5-Test-File-Contents/distinfo new file mode 100644 index 000000000000..5ef8fad443fd --- /dev/null +++ b/devel/p5-Test-File-Contents/distinfo @@ -0,0 +1,3 @@ +MD5 (Test-File-Contents-0.03.tar.gz) = 5e1df3fe88cd475d3933abe5eec0cd91 +SHA256 (Test-File-Contents-0.03.tar.gz) = 2f3fdaad3edd1a52d9f05f374fe355e1ba852172f79c9aa72840cc57ee97240c +SIZE (Test-File-Contents-0.03.tar.gz) = 4265 diff --git a/devel/p5-Test-File-Contents/pkg-descr b/devel/p5-Test-File-Contents/pkg-descr new file mode 100644 index 000000000000..5d43c3bd0261 --- /dev/null +++ b/devel/p5-Test-File-Contents/pkg-descr @@ -0,0 +1,4 @@ +This modules provides a collection of test utilities for file +contents. + +WWW: http://search.cpan.org/dist/Test-File-Contents/ diff --git a/devel/p5-Test-File-Contents/pkg-plist b/devel/p5-Test-File-Contents/pkg-plist new file mode 100644 index 000000000000..cb7b80263861 --- /dev/null +++ b/devel/p5-Test-File-Contents/pkg-plist @@ -0,0 +1,3 @@ +%%SITE_PERL%%/Test/File/Contents.pm +@dirrm %%SITE_PERL%%/Test/File +@dirrmtry %%SITE_PERL%%/Test |