SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,16 @@
COMMENT = perl test framework for file contents
DISTNAME = Test-File-Contents-0.242
CATEGORIES = devel
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
RUN_DEPENDS = textproc/p5-Text-Diff>=0.35
PKG_ARCH = *
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Test-File-Contents-0.242.tar.gz) = qDisC29uEOiWE7UMphdzzbqbpHh7qC57tl2q9whKpQs=
SIZE (Test-File-Contents-0.242.tar.gz) = 16349

View file

@ -0,0 +1,5 @@
Test::File::Contents - Test routines for examining the contents of files
file_contents_is ($file, $string, $test_description);
file_contents_like ($file, qr/foo/, $test_description);
file_md5sum ($file, $md5sum, $test_description);
file_contents_identical($file1, $file2, $test_description);

View file

@ -0,0 +1,4 @@
${P5SITE}/Test/
${P5SITE}/Test/File/
${P5SITE}/Test/File/Contents.pm
@man man/man3p/Test::File::Contents.3p