diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-12-14 11:01:39 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-12-14 11:01:39 +0000 |
commit | 4e839e363f465bd25f9b494176dfb95dc594915c (patch) | |
tree | a436bb4966f3919c701e6f3cd285e74f239f0149 /devel | |
parent | e45a1a582f5cc6d64d7a086ca78b240f09ec9d7f (diff) | |
download | pkgsrc-4e839e363f465bd25f9b494176dfb95dc594915c.tar.gz |
Update p5-Test-File-Contents to 0.20.
Changes from previous:
----------------------
0.20 2011-02-18
- Now require Perl 5.8.3 or higher. 5.8 has effectively been the
required Perl all along thanks to the dependency on Digest::MD5.
- Added encoding option, to make sure that files are read in their
proper encoding.
- Significant refactoring; only visible change should be that the
actualy MD5 checksum will no longer be included in the `file_md5sum`
failure diagnostics.
- Renamed `file_md5sum` to `file_md5sum_is`. The old name remains as an
alias for backwards compatibility.
- Renamed `file_contents_identical` to `files_eq`. The old name remains
as an alias for backwards compatibility.
- Added `file_contents_eq_or_diff()` and `files_eq_or_diff()`.
0.10 2011-02-18
- Maintainership taken by David E. Wheeler.
- Removed `examples/simple.pl`, since it wouldn't run anyway.
- Added prototypes to the test functions.
- Failure diagnostics now appear after the failure message, rather than
before.
- Renamed `file_contents_is` and `file_contents_isnt` to
`file_contents_eq` and `file_contents_ne`, respectively. The old names
remain as aliases for backwards compatibility.
- Reworked default test descriptions to include the names of the files
being tested.
- Wordsmithed some of the diagnostic messages.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-File-Contents/Makefile | 10 | ||||
-rw-r--r-- | devel/p5-Test-File-Contents/distinfo | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/devel/p5-Test-File-Contents/Makefile b/devel/p5-Test-File-Contents/Makefile index 2ec44cecc7d..02d09af6ae9 100644 --- a/devel/p5-Test-File-Contents/Makefile +++ b/devel/p5-Test-File-Contents/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.5 2011/08/14 12:26:41 obache Exp $ +# $NetBSD: Makefile,v 1.6 2011/12/14 11:01:39 hiramatsu Exp $ -DISTNAME= Test-File-Contents-0.05 +DISTNAME= Test-File-Contents-0.20 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 SVR4_PKGNAME= p5tfc CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} MAINTAINER= rhaen@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/Test-File-Contents// +HOMEPAGE= http://search.cpan.org/dist/Test-File-Contents/ COMMENT= Perl5 module for test routines examining the contents of files +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir PERL5_MODULE_TYPE= Module::Build diff --git a/devel/p5-Test-File-Contents/distinfo b/devel/p5-Test-File-Contents/distinfo index 20b2ac6cf24..2e841b6b5aa 100644 --- a/devel/p5-Test-File-Contents/distinfo +++ b/devel/p5-Test-File-Contents/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2007/12/11 11:56:54 rhaen Exp $ +$NetBSD: distinfo,v 1.3 2011/12/14 11:01:39 hiramatsu Exp $ -SHA1 (Test-File-Contents-0.05.tar.gz) = 9f94545beb28bad088203227538f9daef77a0922 -RMD160 (Test-File-Contents-0.05.tar.gz) = c0b4df4452ed02719b59b9f453b6718396d642b1 -Size (Test-File-Contents-0.05.tar.gz) = 4691 bytes +SHA1 (Test-File-Contents-0.20.tar.gz) = f0a5f8e60ee26509a2b6b3903979323f9a1cc280 +RMD160 (Test-File-Contents-0.20.tar.gz) = 4217fde503614bb6a6d50f6aeb7d628c55992d31 +Size (Test-File-Contents-0.20.tar.gz) = 9908 bytes |