Port details |
- p5-Return-Value Polymorphic return values for Perl
- 1.666005 devel =6 1.666005Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2005-12-27 09:36:44
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: p5-Image-Size, p5-YAML, p5-ExtUtils-CBuilder, p5-libwww, p5-ExtUtils-ParseXS
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Return-Value
- Description:
- Polymorphic return values are really useful. Often, we just want to
know if something worked or not. Other times, we'd like to know what
the error text was. Still others, we may want to know what the error
code was, and what the error properties were. We don't want to handle
objects or data structures for every single return value, but we do want
to check error conditions in our code because that's what good
programmers do.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Return-Value>0:devel/p5-Return-Value
- To install the port:
- cd /usr/ports/devel/p5-Return-Value/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Return-Value
- pkg install p5-Return-Value
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Return-Value
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1536860897
SHA256 (Return-Value-1.666005.tar.gz) = 8e2260a96531e93686200b9c8850ebe005d88ce369ff6bc70ff1a7405b7550ac
SIZE (Return-Value-1.666005.tar.gz) = 20412
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
- This port is required by:
- for Build
-
- mail/p5-Email-Send
- for Run
-
- mail/p5-Email-Send
Configuration Options:
- No options to configure
- Options name:
- devel_p5-Return-Value
- 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.666005 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.666005 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 ) |
1.666005 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.666005 28 May 2020 13:13:25 |
danfe |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 7). |
1.666005 13 Sep 2018 21:55:19 |
sunpoet |
Update to 1.666005
- Add LICENSE
- Remove outdated post-patch:
Changes: https://metacpan.org/changes/distribution/Return-Value |
1.666002_2 10 Sep 2018 11:17:00 |
des |
Reassign all of tobez@'s p5 ports to perl@.
Approved by: tobez |
1.666002_2 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 |
1.666002_2 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.666002_1 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
1.666002_1 06 Jan 2014 12:55:04 |
az |
- add stage support
Approved by: portmgr (blanket infrastructure) |
1.666002_1 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.666002_1 05 Aug 2013 15:05:30 |
az |
- Convert to new perl framework
- Trim Makefile header
Approved by: tobez@ (maintainer) |
1.666002_1 27 Jul 2013 16:06:25 |
az |
- switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header
Approved by: bapt@ (portmrg@) |
1.666002_1 03 Jan 2013 09:21:30 |
tobez |
Remove deprecation warning introduced with the last update.
Unfortunately, this port is depended on by quite a few other ports,
so we do not want the deprecation warning at this stage.
Patch up the sources instead of a more drastic PORTEPOCH bump.
PR: 174904
Submitted by: Olli Hauer |
1.666002 27 Dec 2012 10:47:28 |
tobez |
Update to 1.666002.
Changes: http://search.cpan.org/dist/Return-Value/Changes |
1.666001 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 |
1.666001 02 Jul 2009 10:12:52 |
tobez |
Update to 1.666001.
Changes: http://search.cpan.org/dist/Return-Value/Changes
Submitted by: pgollucci
PR: 135766 |
1.302 17 Apr 2008 14:30:31 |
araujo |
- 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) |
1.302 08 Sep 2007 00:59:21 |
linimon |
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 |
1.302 28 Nov 2006 14:17:01 |
tobez |
Update to 1.302. |
1.301 21 Sep 2006 12:34:47 |
tobez |
Update to 1.301. |
1.30 22 Jan 2006 01:48:34 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.30 27 Dec 2005 09:35:56 |
tobez |
Add devel/p5-Return-Value 1.30, a Perl module that provides polymorphic
return values. |