Port details |
- p5-TryCatch First class try catch semantics for Perl, without source filters
- 1.003002_1 lang =2 1.003002_1Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2010-04-25 00:00:36
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/TryCatch
- Description:
- This module aims to provide a nicer syntax and method to catch errors in
Perl, similar to what is found in other languages (such as Java, Python
or C++). The standard method of using eval {}; if ($@) {} is often prone
to subtle bugs, primarily that its far too easy to stomp on the error in
error handlers. And also eval/if isn't the nicest idiom.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-TryCatch>0:lang/p5-TryCatch
- To install the port:
- cd /usr/ports/lang/p5-TryCatch/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/p5-TryCatch
- pkg install p5-TryCatch
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-TryCatch
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (TryCatch-1.003002.tar.gz) = ba88e73ded35d83caf0589d776cf8f91fad908df7fe7a4bd1274c6611336da9b
SIZE (TryCatch-1.003002.tar.gz) = 89808
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-ExtUtils-Depends>=0.302 : devel/p5-ExtUtils-Depends
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-B-Hooks-EndOfScope>=0.08 : devel/p5-B-Hooks-EndOfScope
- p5-B-Hooks-OP-Check>=0.18 : devel/p5-B-Hooks-OP-Check
- p5-B-Hooks-OP-PPAddr>=0.03 : devel/p5-B-Hooks-OP-PPAddr
- p5-Devel-Declare>=0.005007 : devel/p5-Devel-Declare
- p5-Moose>=0 : devel/p5-Moose
- p5-MooseX-Types>=0 : devel/p5-MooseX-Types
- p5-Parse-Method-Signatures>=1.003012 : devel/p5-Parse-Method-Signatures
- p5-Scope-Upper>=0.06 : devel/p5-Scope-Upper
- p5-Sub-Exporter>=0.979 : devel/p5-Sub-Exporter
- p5-Variable-Magic>=0.28 : devel/p5-Variable-Magic
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for p5-TryCatch-1.003002_1:
AUTHOR=off: Include dependencies for AUTHORING
===> Use 'make config' to modify these settings
- Options name:
- lang_p5-TryCatch
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.003002_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.003002_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.003002_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.003002_1 22 Feb 2020 15:59:02 |
sunpoet |
Update WWW |
1.003002_1 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
1.003002_1 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
1.003002_1 20 Jan 2016 15:33:27 |
culot |
- Reassign milki@'s ports after his commit bit was taken in for safekeeping |
1.003002_1 26 Nov 2014 13:08:38 |
mat |
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 ) |
1.003002 27 Oct 2014 15:23:31 |
bapt |
Cleanup plist |
1.003002 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
1.003002 01 Feb 2014 14:42:04 |
miwi |
- Stage support |
1.003002 21 Jan 2014 05:12:41 |
milki |
Update maintainer email address
Approved by: swills (mentor) |
1.003002 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
17 Sep 2013 06:40:21
|
bapt |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake |
1.003002 18 Jun 2013 13:49:02 |
az |
- Cleanup outdated checks. (PERL_LEVEL < 5.12)
- Assign some p5- ports under perl@ maintainership.
Approved by: portmgr@ (bapt@) |
1.003002 24 Mar 2013 00:43:25 |
swills |
- Update to 1.003002
PR: ports/177297
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) |
1.003000_1 13 Mar 2012 16:15:36 |
pgollucci |
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so) |
1.003000_1 08 Mar 2012 18:45:38 |
pgollucci |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index |
1.003000_1 17 Sep 2011 07:06:45 |
sunpoet |
- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+
Suggested by: az
With hat: perl |
1.003000_1 24 Jul 2011 03:33:36 |
sunpoet |
- Add LICENSE
- Add OPTIONS: AUTHOR
- Fix *_DEPENDS
- Bump PORTREVISION for dependency change
PR: ports/159015
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) |
1.003000 20 Jun 2011 08:37:15 |
az |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum |
1.003000 10 Feb 2011 12:02:27 |
sunpoet |
- Update to 1.003000
- Move test dependencies to TEST_DEPENDS
Changes: http://search.cpan.org/dist/TryCatch/Changes
PR: ports/154637
Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) |
1.002000 25 Apr 2010 00:00:11 |
sylvio |
- This module aims to provide a nicer syntax and method to catch errors in
Perl, similar to what is found in other languages (such as Java, Python
or C++). The standard method of using eval {}; if($@) {} is often prone
to subtle bugs, primarily that tis far too easy to stomp on the error in
error handlers. And also eval/if isn't the nicest idiom.
WWW: http://search.cpan.org/dist/TryCatch
PR: ports/145951
Submitted by: Jonathan Chu <milki@rescomp.berkeley.edu> |