5f73 FreshPorts -- devel/p5-Class-Std
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-Class-Std 0.011 devel on this many watch lists=2 search for ports that depend on this port
Support for creating standard "inside-out" classes
Maintained by: lippe@FreeBSD.org search for ports maintained by this maintainer
Port Added: 30 May 2006 18:16:55
Also Listed In: perl5
License: not specified in port


Most programmers who use Perl's object-oriented features construct their
objects by blessing a hash. But, in doing so, they undermine the
robustness of the OO approach. Hash-based objects are unencapsulated:
their entries are open for the world to access and modify.

Objects without effective encapsulation are vulnerable. Instead of
politely respecting their public interface, some clever client coder
inevitably will realize that it's marginally faster to interact directly
with the underlying implementation, pulling out attribute values
directly from the hash of an object.

WWW: http://search.cpan.org/dist/Class-Std/
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-version
  2. lang/perl5.8
Required To Run:
  1. devel/p5-version
  2. lang/perl5.8

This port is required by:

for Build for Run

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


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/Class/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Class/
  4. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Class/
  5. ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Class/
  6. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Class/
  7. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Class/
  8. ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Class/
  9. ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Class/
  10. ftp://mirror.hiwaay.net/CPAN/modules/by-module/Class/
  11. http://at.cpan.org/modules/by-module/Class/
  12. http://backpan.perl.org/modules/by-module/Class/
  13. http://cpan.nctu.edu.tw/modules/by-module/Class/
  14. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Class/
  15. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Class/
  16. http://www.cpan.dk/modules/by-module/Class/
  17. http://www.cpan.dk/modules/by-module/Class/

Number of commits found: 12

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
29 Jun 2012 18:20:50
Original commit files touched by this commit  0.011
az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
21 Jan 2012 17:40:15
Original commit files touched by this commit  0.011
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
03 Jul 2011 14:59:23
Original commit files touched by this commit  0.011
ohauer search for other commits by this committer
-remove MD5
17 Jan 2010 19:56:33
Original commit files touched by this commit  0.011
lippe search for other commits by this committer
Update to 0.111.
22 Jul 2009 16:27:08
Original commit files touched by this commit  0.0.9
pgollucci search for other commits by this committer
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks

PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
07 Sep 2008 05:17:53
Original commit files touched by this commit  0.0.9
lippe search for other commits by this committer
- Take maintainership.
07 Sep 2008 00:19:05
Original commit files touched by this commit  0.0.9
linimon search for other commits by this committer
Reset infofarmer due to maintainer-timeouts and no response to email.

Hat:    portmgr
14 Apr 2008 10:40:32
Original commit files touched by this commit  0.0.9
sat search for other commits by this committer
- Update to 0.0.9
08 Sep 2007 00:56:04
Original commit files touched by this commit  0.0.8_1
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
30 Jul 2006 22:46:04
Original commit files touched by this commit  0.0.8_1
sat search for other commits by this committer
- Provide additional mirrors where needed
- Convert to "magic" master sites
- Various minor portlint-prodded fixes
20 Jul 2006 20:43:20
Original commit files touched by this commit  0.0.8_1
sat search for other commits by this committer
- Data::Dumper and Test::More is in perl base
- Scalar::Util is in perl base 5.7.2 and later versions

PR:             ports/100337
Submitted by:   Gea-Suan Lin <gslin@gslin.org>
30 May 2006 18:14:55
Original commit files touched by this commit  0.0.8
sat search for other commits by this committer
Add port devel/p5-Class-Std:

Most programmers who use Perl's object-oriented features construct their
objects by blessing a hash. But, in doing so, they undermine the
robustness of the OO approach. Hash-based objects are unencapsulated:
their entries are open for the world to access and modify.

Objects without effective encapsulation are vulnerable. Instead of
politely respecting their public interface, some clever client coder
inevitably will realize that it's marginally faster to interact directly
with the underlying implementation, pulling out attribute values
directly from the hash of an object.

WWW: http://search.cpan.org/dist/Class-Std/

Approved by:    krion (mentor)

Number of commits found: 12

2867
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 6
new 48 hours9
new 7 days31
new fortnight65
new month217

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