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-POE-Exceptions POE class for handling exceptions
0.0502 devel Deleted on this many watch lists=0 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.0502Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: included in devel/p5-POE and not needed according to configure message
Expired This port expired on: 2012-04-17
Maintainer: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2003-10-16 10:23:06
Last Update: 2012-05-18 23:20:20
SVN Revision: UNKNOWN
Also Listed In: perl5
License: not specified in port
WWW:
http://search.cpan.org/dist/POE-Exceptions/
Description:
POE::Exceptions extends POE to catch exceptions neatly. A new signal, DIE, is introduced. This signal will be fired every time an exception occurs. (For those of you new to the term exception, an exception is whenever the code decides to bail out by die'ing.) If the signal handler returns 1 (as in the example above), POE will assume that the handler dealt with the signal appropriately. If the signal handler returns 0, POE will assume that the handler does not want to deal with the signal and POE will propagate the exception as if the handler never existed. Caveat: POE::Exceptions will die on its own in the case of a double exception fault. If the DIE signal handler itself throws an exception, POE::Exceptions will shut the program down and bail out. WWW: http://search.cpan.org/dist/POE-Exceptions/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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-POE-Exceptions>0:devel/p5-POE-Exceptions
No installation instructions:
This port has been deleted.
PKGNAME: p5-POE-Exceptions
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. POE.pm : devel/p5-POE
  2. perl5.8.9 : lang/perl5.8
Runtime dependencies:
  1. POE.pm : devel/p5-POE
  2. perl5.8.9 : lang/perl5.8
There are no ports dependent upon this port

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

Number of commits found: 13

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.0502
18 May 2012 23:20:20
Original commit files touched by this commit
bapt search for other commits by this committer
2012-04-17 devel/p5-POE-Exceptions: included in devel/p5-POE and not needed
according to configure message
2012-05-09 net/p5-Net-Services: Removed from CPAN
2012-05-10 net/perldap: BROKEN for more than 6 month
2012-05-09 security/p5-Crypt-Cryptix: Gone from CPAN, project site says project
is dead
2012-05-11 www/p5-HTML-Sanitizer: no longer in CPAN
2012-04-25 www/p5-IMDB-Movie: Removed from CPAN
0.0502
07 May 2012 15:42:51
Original commit files touched by this commit
skv search for other commits by this committer
Pass maintainership of almost of my "p5-*" ports to "perl@".

(I hope updating of them will be improved).
0.0502
17 Mar 2012 16:30:19
Original commit files touched by this commit
swills search for other commits by this committer
- Mark deprecated since it is included in devel/p5-POE and not needed according
  to configure message
- Set expiration

PR:             ports/165427
Approved by:    maintainer timeout (skv, >3 weeks)
Feature safe:   yes
0.0502
21 Jan 2012 17:40:15
Original commit files touched by this commit
eadler search for other commits by this committer
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:    portmgr
0.0502
03 Jul 2011 14:59:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
0.0502
23 May 2008 21:18:39
Original commit files touched by this commit
olgeni search for other commits by this committer
Hunt for typos in devel/p5-*.
0.0502
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.0502
07 Apr 2006 07:16:34
Original commit files touched by this commit
skv search for other commits by this committer
Update to 0.0502
0.0401
22 Jan 2006 01:48:34
Original commit files touched by this commit
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)
0.0401
08 Nov 2005 17:48:06
Original commit files touched by this commit
skv search for other commits by this committer
Update to 0.0401
0.04
30 Aug 2005 10:51:48
Original commit files touched by this commit
skv search for other commits by this committer
Update to 0.04
0.03
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
0.03
16 Oct 2003 10:20:59
Original commit files touched by this commit
skv search for other commits by this committer
Add p5-POE-Exceptions 0.03, POE class for handling exceptions.

Number of commits found: 13