63d1 FreshPorts -- devel/p5-Lexical-Persistence
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
p5-Lexical-Persistence 1.020 devel on this many watch lists=0 search for ports that depend on this port
Persistent lexical variable values for arbitrary calls
Maintained by: jadawin@FreeBSD.org search for ports maintained by this maintainer
Port Added: 01 Jan 2007 19:00:38
Also Listed In: perl5
License: not specified in port


Lexical::Persistence does a few things, all related. Note that all the 
behaviors listed here are the defaults. Subclasses can override nearly 
every aspect of Lexical::Persistence's behavior.

Lexical::Persistence lets your code access persistent data through lexical 
variables. This example prints "some value" because the value of $x 
persists in the $lp object between setter() and getter().

        use Lexical::Persistence;

        my $lp = Lexical::Persistence->new();
        $lp->call(\&setter);
        $lp->call(\&getter);

        sub setter { my $x = "some value" }
        sub getter { print my $x, "\n" }

Author: Rocco Caputo <rcaputo@cpan.org>
WWW: http://search.cpan.org/dist/Lexical-Persistence
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/p5-Devel-LexAlias
  2. devel/p5-PadWalker
  3. lang/perl5.8
Required To Run:
  1. devel/p5-Devel-LexAlias
  2. devel/p5-PadWalker
  3. lang/perl5.8

This port is required by:

for Build for Run

To install the port: cd /usr/ports/devel/p5-Lexical-Persistence/ && make install clean
To add the package: pkg_add -r p5-Lexical-Persistence


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Lexical/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Lexical/
  4. ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Lexical/
  5. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Lexical/
  6. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Lexical/
  7. ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Lexical/
  8. ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Lexical/
  9. ftp://mirror.hiwaay.net/CPAN/modules/by-module/Lexical/
  10. http://at.cpan.org/modules/by-module/Lexical/
  11. http://backpan.perl.org/modules/by-module/Lexical/
  12. http://cpan.nctu.edu.tw/modules/by-module/Lexical/
  13. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Lexical/
  14. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Lexical/
  15. http://www.cpan.dk/modules/by-module/Lexical/

Number of commits found: 13

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
21 Jan 2012 17:40:15
Original commit files touched by this commit  1.020
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
24 Oct 2011 09:11:38
Original commit files touched by this commit  1.020
dougb search for other commits by this committer
The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
17 Sep 2011 06:49:29
Original commit files touched by this commit  1.020
sunpoet search for other commits by this committer
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+

With hat:       perl
03 Jul 2011 14:59:23
Original commit files touched by this commit  1.020
ohauer search for other commits by this committer
-remove MD5
25 Jun 2010 13:18:30
Original commit files touched by this commit  1.020
jadawin search for other commits by this committer
- Update to 1.020
- Changelog:
<http://cpansearch.perl.org/src/RCAPUTO/Lexical-Persistence-1.020/CHANGES>

Feature safe:   yes
28 Jul 2009 08:11:52
Original commit files touched by this commit  1.01
jadawin search for other commits by this committer
- Update to 1.01
10 Nov 2008 10:13:31
Original commit files touched by this commit  0.98
jadawin search for other commits by this committer
- Update to 0.98
- Take maintainership
23 May 2008 21:18:39
Original commit files touched by this commit  0.97
olgeni search for other commits by this committer
Hunt for typos in devel/p5-*.
29 Apr 2008 05:27:10
Original commit files touched by this commit  0.97
linimon search for other commits by this committer
Reset aaron's port maintainerships due to many maintainer-timeouts.
17 Apr 2008 14:30:31
Original commit files touched by this commit  0.97
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)
23 Feb 2008 16:46:49
Original commit files touched by this commit  0.97
erwin search for other commits by this committer
Update to 0.97

PR:             120438
Submitted by:   Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by:    maintainer timeout
08 Sep 2007 00:57:38
Original commit files touched by this commit  0.96
linimon search for other commits by this committer
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
01 Jan 2007 18:59:12
Original commit files touched by this commit  0.96
aaron search for other commits by this committer
Adding port devel/p5-Lexical-Persistence, Persistent lexical variable values for
arbitrary calls.

Number of commits found: 13

287b
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24539
Broken 216
Deprecated 478
Ignore 632
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 516
Interactive 33
new 24 hours 3
new 48 hours7
new 7 days31
new fortnight62
new month216

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0