Port details |
- p5-autodie Replace functions with ones that succeed or die with lexical scope
- 2.29 devel =2 2.29Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2009-09-23 11:57:50
- 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/autodie
- Description:
- The autodie pragma provides a convenient way to replace functions
that normally return false on failure with equivalents that throw
an exception on failure.
The autodie pragma has lexical scope, meaning that functions and
subroutines altered with autodie will only change their behaviour
until the end of the enclosing block, file, or eval.
If system is specified as an argument to autodie, then it uses
IPC::System::Simple to do the heavy lifting. See the description
of that module for more information.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-autodie>0:devel/p5-autodie
- To install the port:
- cd /usr/ports/devel/p5-autodie/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-autodie
- pkg install p5-autodie
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-autodie
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (autodie-2.29.tar.gz) = f5b77917e7004179c93ff8511c8a4c1ea19df3da6379f78b55b57791c45229bf
SIZE (autodie-2.29.tar.gz) = 93396
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:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_p5-autodie
- 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) |
2.29 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 ) |
2.29 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.29 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.29 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
2.29 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
2.29 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.29 09 Jul 2015 16:05:12 |
adamw |
Add extra module to TEST_DEPENDS, necessary for t/import-into.t |
2.29 09 Jul 2015 15:44:25 |
sunpoet |
- Update to 2.29
Changes: http://search.cpan.org/dist/autodie/Changes |
2.28 23 Jun 2015 12:22:05 |
sunpoet |
- Update to 2.28
Changes: http://search.cpan.org/dist/autodie/Changes |
2.27 10 Jun 2015 16:47:03 |
sunpoet |
- Update to 2.27
- Add NO_ARCH
Changes: http://search.cpan.org/dist/autodie/Changes |
2.26 03 Jan 2015 17:13:42 |
sunpoet |
- Update to 2.26
- Add more TEST_DEPENDS
- Sort PLIST
Changes: http://search.cpan.org/dist/autodie/Changes |
2.25_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 ) |
2.25 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
2.25 05 Apr 2014 07:42:09 |
culot |
- Update to 2.25
Changes: http://search.cpan.org/dist/autodie/Changes |
2.23 05 Feb 2014 07:57:24 |
culot |
- Update to 2.23
Changes: http://search.cpan.org/dist/autodie/Changes |
2.22 01 Nov 2013 13:08:12 |
vanilla |
Support STAGEDIR. |
2.22 21 Sep 2013 14:51:20 |
sunpoet |
- Update to 2.22
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/autodie/Changes |
2.21 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
2.21 12 Sep 2013 08:53:55 |
culot |
- Update to 2.21
Changes: http://search.cpan.org/dist/autodie/Changes |
2.20 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
2.20 18 Jul 2013 12:29:25 |
culot |
- Update to 2.20
- Pet portlint(1) by changing tab into space in WWW link
Changes: http://search.cpan.org/dist/autodie/Changes |
2.19 13 May 2013 08:40:33 |
tobez |
Update to 2.19.
Changes: http://search.cpan.org/dist/autodie/Changes |
2.17 29 Apr 2013 08:38:42 |
tobez |
Update to 2.17.
Changes: http://search.cpan.org/dist/autodie/Changes |
2.16 22 Feb 2013 17:50:33 |
culot |
- Update to 2.16
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/autodie/Changes |
2.13 13 Nov 2012 06:20:31 |
wen |
- Update to 2.13
Changes: http://cpansearch.perl.org/src/PJF/autodie-2.13/Changes
Feature safe: yes |
2.12 27 Jun 2012 01:14:23 |
wen |
- Update to 2.12
ChangeLog: http://cpansearch.perl.org/src/PJF/autodie-2.12/Changes
- Reset maintainer to perl@ |
2.11 01 Apr 2012 06:11:40 |
wen |
- Update to 2.11
ChangeLog: http://cpansearch.perl.org/src/PJF/autodie-2.11/Changes
Feature safe: yes |
2.10 20 Jun 2011 08:36:20 |
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 |
2.10 12 Mar 2010 02:58:21 |
wen |
- Update to 2.10 |
2.09 23 Feb 2010 09:30:58 |
wen |
- Update to 2.09
Feature safe: yes |
2.08 09 Feb 2010 05:48:39 |
wen |
- Update to 2.08 |
2.06 23 Sep 2009 11:57:02 |
wen |
The autodie pragma provides a convenient way to replace functions
that normally return false on failure with equivalents that throw
an exception on failure.
The autodie pragma has lexical scope, meaning that functions and
subroutines altered with autodie will only change their behaviour
until the end of the enclosing block, file, or eval.
If system is specified as an argument to autodie, then it uses
IPC::System::Simple to do the heavy lifting. See the description
of that module for more information.
WWW: http://search.cpan.org/dist/autodie/
Approved by: miwi(mentor)
Feature safe: yes |