FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 9:47 PM BST
Port details
p5-Test-Deep 0.109 devel on this many watch lists=15 search for ports that depend on this port
Test data structures for differences deeply
Maintained by: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 30 Oct 2004 08:52:29
Also Listed In: perl5
License: not specified in port


Test::Deep gives you very flexible ways to check that the result you
got is the result you were expecting. At it's simplest it compares two
structures by going through each level, ensuring that the values
match, that arrays and hashes have the same elements and that
references are blessed into the correct class. It also handles
circular data structures without getting caught in an infinite loop.

WWW: http://search.cpan.org/dist/Test-Deep/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/p5-Test-NoWarnings, devel/p5-Test-Tester, lang/perl5.8
Required To Run: devel/p5-Test-NoWarnings, devel/p5-Test-Tester, lang/perl5.8

Required by:
for Build

for Run

To install the port: cd /usr/ports/devel/p5-Test-Deep/ && make install clean
To add the package: pkg_add -r p5-Test-Deep


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Test/
http://www.cpan.dk/modules/by-module/Test/
ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Test/
http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Test/
ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Test/
ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Test/
ftp://mirror.hiwaay.net/CPAN/modules/by-module/Test/
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Test/
http://at.cpan.org/modules/by-module/Test/
ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Test/
http://backpan.perl.org/modules/by-module/Test/
ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Test/
http://cpan.nctu.edu.tw/modules/by-module/Test/
http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Test/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 21

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
20 Feb 2012 10:29:06
Original commit files touched by this commit  0.109
sunpoet search for other commits by this committer
- Update to 0.109
- Use REINPLACE_ARGS to avoid .bak file

Changes:        http://search.cpan.org/dist/Test-Deep/CHANGES
17 May 2011 11:05:02
Original commit files touched by this commit  0.108
jadawin search for other commits by this committer
- Cleaning MD5 in perl@'s ports.

Approved by:    erwin@ (portmgr)
18 Oct 2010 00:24:49
Original commit files touched by this commit  0.108
leeym search for other commits by this committer
- update to 0.108
30 Sep 2010 13:22:36
Original commit files touched by this commit  0.107
az search for other commits by this committer
Update to 0.107.

Changes: http://search.cpan.org/dist/Test-Deep/CHANGES

PR:             ports/151106
Submitted by:   Frederic Culot <frederic@culot.org>
24 Sep 2010 09:49:56
Original commit files touched by this commit  0.106
az search for other commits by this committer
Drop maintainership
17 Aug 2009 07:43:09
Original commit files touched by this commit  0.106
az search for other commits by this committer
Update to 0.106
22 Jul 2009 16:27:08
Original commit files touched by this commit  0.104
pgollucci search for other commits by this committer
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks

PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
26 Mar 2009 07:59:42
Original commit files touched by this commit  0.104
az search for other commits by this committer
updated to 0.104 version

PR:             ports/133018
Submitted by:           Edmondas Girkantas <eg@fbsd.lt>
21 Jun 2008 15:49:04
Original commit files touched by this commit  0.103
az search for other commits by this committer
- Update to version 0.103
23 May 2008 21:18:39
Original commit files touched by this commit  0.100
olgeni search for other commits by this committer
Hunt for typos in devel/p5-*.
04 Mar 2008 07:03:43
Original commit files touched by this commit  0.100
az search for other commits by this committer
- Update to 0.100

PR:             ports/120711
Submitted by:   Felippe de Meirelles Motta <lippemail(at)gmail.com>
20 Dec 2007 10:23:03
Original commit files touched by this commit  0.099
az search for other commits by this committer
- Update to version 0.099

Changelog: http://search.cpan.org/src/FDALY/Test-Deep-0.099/CHANGES

PR:             ports/116197
Submitted by:   clsung
08 Sep 2007 00:59:21
Original commit files touched by this commit  0.096
linimon search for other commits by this committer
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
28 Nov 2006 19:01:01
Original commit files touched by this commit  0.096
az search for other commits by this committer
-Update to 0.096
01 May 2006 14:10:09
Original commit files touched by this commit  0.095
az search for other commits by this committer
- Update to 0.095
- Mark IGNORE under old perl (it requires warnings.pm)

PR:             ports/96574
Submitted by:   leeym@
22 Jan 2006 01:48:34
Original commit files touched by this commit  0.093
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
12 Dec 2005 11:23:07
Original commit files touched by this commit  0.093
az search for other commits by this committer
-Update to 0.093
-Add SHA256

ChangeLog:
- Fixed inifinte recursion when adding comparators into bags. That whole area is
  unpleasant - conceptually as well as implementation-wise. Comparators no
longer
  inherit a compare method, so we only call the specialised compare if it
exists,
  otherwise we just do normal deep comparison.
- Removed a debugging print.

Noticed by:     edwin@
03 Nov 2005 09:02:24
Original commit files touched by this commit  0.092
az search for other commits by this committer
-Update to 0.092

Approved by:    sem (mentor)
03 Oct 2005 12:55:25
Original commit files touched by this commit  0.088
az search for other commits by this committer
- Change my e-mail

Approved by: sem (mentor)
20 Jul 2005 14:53:45
Original commit files touched by this commit  0.088
leeym search for other commits by this committer
- Update to 0.88
- Assign maintainership to Andrej Zverev <az@inec.ru>

PR:             83773
Submitted by:   Andrej Zverev <az@inec.ru>
30 Oct 2004 08:42:30
Original commit files touched by this commit  0.087
clsung search for other commits by this committer
- perl extension that testing data structures for differences deeply.

PR:             ports/73237
Submitted by:   Alex Kapranoff <kappa AT rambler-co dot ru>
Approved by:    co-mentor (vanilla)

Number of commits found: 21

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23672
Broken 193
Deprecated 147
Ignore 736
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 3
new 48 hours32
new 7 days59
new fortnight183
new month255

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.142 seconds.