FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 8:59 PM BST
Port details
p5-Const-Fast 0.011 devel on this many watch lists=0 search for ports that depend on this port
Facility for creating read-only scalars, arrays, and hashes
Maintained by: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 12 Dec 2010 21:39:36
Also Listed In: perl5
License: ART10 GPLv1


This module was written because I stumbled on some serious issues of Readonly
that aren't easily fixable without breaking backwards compatibility in subtle
ways. In particular Readonly's use of ties is a source of subtle bugs and bad
performance. Instead, this module uses the builtin readonly feature of perl,
making access to the variables just as fast as any normal variable without
the weird side-effects of ties. Readonly can do the same for scalars when
Readonly::XS is installed, but chooses not to do so in the most common case.

WWW: http://search.cpan.org/dist/Const-Fast/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/p5-Sub-Exporter, lang/perl5.8
Required To Run: devel/p5-Sub-Exporter, lang/perl5.8

Required by:
for Build

for Run

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


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.cpan.org/pub/CPAN/authors/id/L/LE/LEONT/
http://www.cpan.dk/authors/id/L/LE/LEONT/
ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/authors/id/L/LE/LEONT/
http://ftp.jaist.ac.jp/pub/CPAN/authors/id/L/LE/LEONT/
ftp://ftp.dti.ad.jp/pub/lang/CPAN/authors/id/L/LE/LEONT/
ftp://ftp.sunet.se/pub/lang/perl/CPAN/authors/id/L/LE/LEONT/
ftp://mirror.hiwaay.net/CPAN/authors/id/L/LE/LEONT/
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/authors/id/L/LE/LEONT/
http://at.cpan.org/authors/id/L/LE/LEONT/
ftp://ftp.auckland.ac.nz/pub/perl/CPAN/authors/id/L/LE/LEONT/
http://backpan.perl.org/authors/id/L/LE/LEONT/
ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/L/LE/LEONT/
http://cpan.nctu.edu.tw/authors/id/L/LE/LEONT/
http://ftp.twaren.net/Unix/Lang/CPAN/authors/id/L/LE/LEONT/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 11

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
13 Mar 2012 16:15:36
Original commit files touched by this commit  0.011
pgollucci search for other commits by this committer
- 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)
08 Mar 2012 18:45:38
Original commit files touched by this commit  0.011
pgollucci search for other commits by this committer
- 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
29 Feb 2012 14:55:33
Original commit files touched by this commit  0.011
culot search for other commits by this committer
- Update to 0.011

Changes:        http://search.cpan.org/dist/Const-Fast/Changes
10 Feb 2012 03:42:30
Original commit files touched by this commit  0.010
sunpoet search for other commits by this committer
- Update to 0.010

Changes:        http://search.cpan.org/dist/Const-Fast/Changes
28 Nov 2011 09:15:19
Original commit files touched by this commit  0.009
sunpoet search for other commits by this committer
- Fix TEST_DEPENDS

Feature safe:   yes
28 Nov 2011 09:09:47
Original commit files touched by this commit  0.009
culot search for other commits by this committer
- Update to 0.009

Changes:        http://search.cpan.org/dist/Const-Fast/Changes
Feature safe:   yes
07 Oct 2011 11:22:46
Original commit files touched by this commit  0.008
culot search for other commits by this committer
- Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)

PR:             ports/161336
Submitted by:   Simon Olofsson <simon@olofsson.de>
31 Aug 2011 18:43:22
Original commit files touched by this commit  0.008
sunpoet search for other commits by this committer
- Update to 0.008
- Add BUILD_DEPENDS and TEST_DEPENDS
- Pet portlint

Changes:        http://search.cpan.org/dist/Const-Fast/Changes
20 Jun 2011 08:36:20
Original commit files touched by this commit  0.007
az search for other commits by this committer
- 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
19 Feb 2011 22:25:49
Original commit files touched by this commit  0.007
bapt search for other commits by this committer
- upgrade to 0.007
- add licenses
- changes: http://search.cpan.org/src/LEONT/Const-Fast-0.007/Changes
12 Dec 2010 21:38:33
Original commit files touched by this commit  0.006
pgollucci search for other commits by this committer
This module was written because I stumbled on some serious issues of Readonly
that aren't easily fixable without breaking backwards compatibility in subtle
ways. In particular Readonly's use of ties is a source of subtle bugs and bad
performance. Instead, this module uses the builtin readonly feature of perl,
making access to the variables just as fast as any normal variable without
the weird side-effects of ties. Readonly can do the same for scalars when
Readonly::XS is installed, but chooses not to do so in the most common case.

WWW: http://search.cpan.org/dist/Const-Fast/

Number of commits found: 11

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 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 23672
Broken 193
Deprecated 147
Ignore 736
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 3
new 48 hours32
new 7 days59
new fortnight183
new month255

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

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.104 seconds.