Port details |
- p5-Context-Preserve Run code after a subroutine call, preserving the context the subroutine
- 0.03 devel
=2 0.03Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2009-05-12 06:24:13
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: libao, p5-Algorithm-C3, font-misc-meltho, screen, munin-node
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- Context::Preserve - run code after a subroutine call, preserving the
context the subroutine would have seen if it were the last statement in
the caller.
WWW: https://metacpan.org/release/Context-Preserve
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Context-Preserve>0:devel/p5-Context-Preserve
- To install the port:
- cd /usr/ports/devel/p5-Context-Preserve/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Context-Preserve
- pkg install p5-Context-Preserve
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Context-Preserve
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1509817607
SHA256 (Context-Preserve-0.03.tar.gz) = 09914a4c2c7bdb99cab680c183cbf492ec98d6e23fbcc487fcc4ae10567dfd1f
SIZE (Context-Preserve-0.03.tar.gz) = 25915
- 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
-
- databases/p5-DBIx-Class
- databases/p5-DBIx-Class-DeploymentHandler
- devel/p5-MooseX-Method-Signatures
- for Run
-
- databases/p5-DBIx-Class
- databases/p5-DBIx-Class-DeploymentHandler
- devel/p5-MooseX-Method-Signatures
- Configuration Options:
- No options to configure
- Options name:
- devel_p5-Context-Preserve
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.03
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
27 May 2018 20:15:20
0.03
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
04 Nov 2017 22:57:17
0.03
|
sunpoet  |
Remove outdated PERL_LEVEL check |
15 Sep 2017 08:58:50
0.02
|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
01 Jun 2017 23:50:57
0.02
|
sunpoet  |
Remove outdated PERL_LEVEL check |
17 May 2017 18:04:27
0.02
|
sunpoet  |
Update to 0.02
- Add LICENSE
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/Context-Preserve/Changes |
23 May 2016 03:53:19
0.01_1
|
sunpoet  |
- Update to 1.302015
- Use real PORTVERSION
- Use CONFLICTS_INSTALL instead of CONFLICTS
- Update CONFLICTS_INSTALL
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Test-Simple/Changes |
01 Apr 2016 14:00:57
0.01_1
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
24 Jun 2015 16:29:26
0.01_1
|
adamw  |
Convert all p5-Test-use-ok dependencies to p5-Test-Simple, but only on
perl < 5.22. For www/p5-Catalyst-Controller-BindLex, change it from a
BUILD/RUN depend to TEST, as it is only used for the test target, and bump
PORTREVISION on that port. |
26 Nov 2014 13:08:38
0.01_1
|
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 ) |
27 Oct 2014 10:55:59
0.01
|
bapt  |
Cleanup plist |
28 Oct 2013 13:46:26
0.01
|
vanilla  |
support STAGEDIR. |
20 Sep 2013 17:13:47
0.01
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
02 Aug 2013 18:52:11
0.01
|
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
07 May 2012 15:42:51
0.01
|
skv  |
Pass maintainership of almost of my "p5-*" ports to "perl@".
(I hope updating of them will be improved). |
12 Feb 2012 15:49:13
0.01
|
swills  |
- Add TEST_DEPENDS
PR: ports/164320
Submitted by: swills (myself)
Approved by: maintainer timeout (skv, 3+ weeks) |
08 Sep 2011 08:36:43
0.01
|
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.
With perl@ hat |
03 Jul 2011 14:59:23
0.01
|
ohauer  |
-remove MD5 |
12 May 2009 06:23:34
0.01
|
skv  |
Add p5-Context-Preserve 0.01, run code after a subroutine call,
preserving the context the subroutine. |