notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
p5-Test-use-ok Alternative to Test::More::use_ok
0.11_1 devel Deleted on this many watch lists=3 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.11_1Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Part of devel/p5-Test-Simple (use that instead), and included in perl 5.22
Expired This port expired on: 2015-07-24
Maintainer: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2006-03-26 21:21:22
Last Update: 2015-07-25 20:46:49
SVN Revision: 392907
People watching this port, also watch:: p5-Algorithm-C3, p5-XML-Writer, screen, p5-Time-Piece, p5-IO-Multiplex
Also Listed In: perl5
License: not specified in port
WWW:
http://search.cpan.org/dist/Test-use-ok/
Description:
According to the Test::More documentation, it is recommended to run use_ok() inside a BEGIN block, so functions are exported at compile-time and prototypes are properly honored. That is, instead of writing this: use_ok( 'Some::Module' ); use_ok( 'Other::Module' ); One should write this: BEGIN { use_ok( 'Some::Module' ); } BEGIN { use_ok( 'Other::Module' ); } However, people often either forget to add BEGIN, or mistakenly group use_ok with other tests in a single BEGIN block, which can create subtle differences in execution order. With this module, simply change all use_ok in test scripts to use ok, and they will be executed at BEGIN time. The explicit space after use makes it clear that this is a single compile-time action. WWW: http://search.cpan.org/dist/Test-use-ok/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • p5-Test-use-ok>0:devel/p5-Test-use-ok
No installation instructions:
This port has been deleted.
PKGNAME: p5-Test-use-ok
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. perl5.20.2 : lang/perl5.20
Runtime dependencies:
  1. perl5.20.2 : lang/perl5.20
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
perl5
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (15 items)
Collapse this list.
  1. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Test/
  2. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Test/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Test/
  4. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Test/
  5. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Test/
  6. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/modules/by-module/Test/
  7. ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Test/
  8. http://backpan.perl.org/modules/by-module/Test/
  9. http://cpan.metacpan.org/modules/by-module/Test/
  10. http://distcache.FreeBSD.org/ports-distfiles/
  11. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Test/
  12. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Test/
  13. http://www.cpan.dk/modules/by-module/Test/
  14. http://www.cpan.dk/modules/by-module/Test/
  15. http://www.cpan.org/modules/by-module/Test/
Collapse this list.

Number of commits found: 15

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.11_1
25 Jul 2015 20:46:49
Revision:392907Original commit files touched by this commit
rene search for other commits by this committer
Remove expired port:
2015-07-24 devel/p5-Test-use-ok: Part of devel/p5-Test-Simple (use that
instead), and included in perl 5.22
0.11_1
24 Jun 2015 15:49:37
Revision:390489Original commit files touched by this commit
adamw search for other commits by this committer
Mark p5-Test-Tester and p5-Test-use-ok deprecated (as they are now a part of
p5-Test-Simple), and expire them in 30 days. Add conflicts between them and
p5-Test-Simple. While here, remove some trailing whitespace from p5-Test-use-ok.

Thanks to sunpoet for identifying the problem here.
0.11_1
26 Nov 2014 13:08:38
Revision:373448Original commit files touched by this commit
mat search for other commits by this committer
Change the way Perl modules are installed, update the default Perl to 5.18.

Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.11
27 Oct 2014 10:55:59
Revision:371547Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
0.11
31 Oct 2013 14:31:31
Revision:332245Original commit files touched by this commit
vanilla search for other commits by this committer
Support STAGEDIR.
0.11
20 Sep 2013 17:13:47
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
0.11
02 Aug 2013 18:52:11
Revision:324174Original commit files touched by this commit
mat search for other commits by this committer
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
0.11
31 Dec 2012 16:19:46
Revision:309762Original commit files touched by this commit
tobez search for other commits by this committer
Update to 0.11.

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

Approved by:    erwin@ (portmgr)
0.02
16 Aug 2009 09:22:05
Original commit files touched by this commit
linimon search for other commits by this committer
Reset lbr@FreeBSD.org due to maintainer-timeouts and no response to email.

Hat:            portmgr
0.02
17 Apr 2008 14:30:31
Original commit files touched by this commit
araujo search for other commits by this committer
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.

PR:             ports/122674
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:    araujo (myself)
Approved by:    portmgr (pav)
0.02
03 Feb 2007 13:07:20
Original commit files touched by this commit
lbr search for other commits by this committer
From submitter:
- allow build this port on Perl 5.6.x
  (Since Perl 5.005_03 is no longer supported after FreeBSD 4.x EoL, I stop
  testing p5-* under Perl 5.005_03)
- remove dependency of p5-Test-Simple since it's already shipped within Perl
  5.6.x or above

PR:             108594
Submitted by:   Yen-Ming Lee <leeym@freebsd.org>
0.02
05 Jan 2007 08:50:31
Original commit files touched by this commit
lbr search for other commits by this committer
Update to 0.02

PR:             106177
Submitted by:   Christopher Boumenot <boumenot@gmail.com>
0.01
01 May 2006 13:52:00
Original commit files touched by this commit
lbr search for other commits by this committer
Changing email-address on my 80 ports.

Approved by:    erwin (mental)
0.01
26 Mar 2006 21:20:53
Original commit files touched by this commit
sem search for other commits by this committer
devel/p5-Test-use-ok, Alternative to Test::More::use_ok

PR:             ports/94952
Submitted by:   Lars Balker Rasmussen <lars@balker.dk>

Number of commits found: 15