5b5d FreshPorts -- devel/p5-Class-Accessor-Named
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-Accessor-Named 0.009 devel on this many watch lists=0 search for ports that depend on this port
Better profiling output for Class::Accessor
Maintained by: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 24 Jul 2006 06:17:38
Also Listed In: perl5
License: not specified in port


Class::Accessor is a great way to automate the tedious task of
generating accessors and mutators. One small drawback is that due to
the details of the implementation, you only get one __ANON__ entry in
profiling output. That entry contains all your accessors, which can be
a real pain if you're attempting to figure out which of your accessors
is being called six billion times. This module is a development aid
which uses Hook::LexWrap and Sub::Name to talk your accessors into
identifying themselves. While it shouldn't add much additional runtime
overhead (as it acts only Class::Accessor's generator functions), it
has not been designed for production deployment.

WWW:	http://search.cpan.org/dist/Class-Accessor-Named/
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-Sub-Name
  2. devel/p5-Class-Accessor
  3. devel/p5-Hook-LexWrap
  4. devel/p5-UNIVERSAL-require
  5. lang/perl5.8
  6. lang/perl5.8
Required To Run:
  1. devel/p5-Sub-Name
  2. devel/p5-Class-Accessor
  3. devel/p5-Hook-LexWrap
  4. devel/p5-UNIVERSAL-require
  5. lang/perl5.8

This port is required by:

for Build for Run

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


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: 11

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
14 Jun 2012 16:47:15
Original commit files touched by this commit  0.009
ak search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS

Submitted by:   az
Approved by:    eadler (mentor)
10 Jun 2012 18:42:48
Original commit files touched by this commit  0.009
swills search for other commits by this committer
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:             ports/168208
Approved by:    portmgr (miwi)
17 May 2011 11:05:02
Original commit files touched by this commit  0.009
jadawin search for other commits by this committer
- Cleaning MD5 in perl@'s ports.

Approved by:    erwin@ (portmgr)
24 Sep 2010 02:03:44
Original commit files touched by this commit  0.009
pgollucci search for other commits by this committer
- only 13% of the p5- ports embed @comment $FreeBSD$:
  so standarize and remove it

With Hat:   perl@
25 Jan 2010 15:16:56
Original commit files touched by this commit  0.009
tobez search for other commits by this committer
Update to 0.009.

Changes:        http://search.cpan.org/dist/Class-Accessor-Named/Changes
23 May 2008 21:18:39
Original commit files touched by this commit  0.008
olgeni search for other commits by this committer
Hunt for typos in devel/p5-*.
17 Apr 2008 14:30:31
Original commit files touched by this commit  0.008
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)
03 Mar 2007 17:38:24
Original commit files touched by this commit  0.008
clsung search for other commits by this committer
- Update to 0.008
- pass to perl@

PR:             ports/109784
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
06 Sep 2006 12:17:47
Original commit files touched by this commit  0.006
miwi search for other commits by this committer
- Update to 0.006

PR:             ports/102926
Submitted by:   Jin-Shan Tseng <tjs(at)cdpa.nsysu.edu.tw>
Approved by:    Gea-Suan Lin (maintainer)
15 Aug 2006 14:13:52
Original commit files touched by this commit  0.004
clsung search for other commits by this committer
- Update to 0.004

PR:             ports/102075
Submitted by:   Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw>
Approved by:    maintainer (Gea-Suan Lin)
24 Jul 2006 06:16:22
Original commit files touched by this commit  0.003
clsung search for other commits by this committer
Add p5-Class-Accessor-Named 0.003, better profiling output for
Class::Accessor.

PR:             ports/100655
Submitted by:   Gea-Suan Lin <gslin at gslin.org>

Number of commits found: 11

2850
Login
User Login
Create account

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

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 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 24523
Broken 217
Deprecated 474
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 133
Set to expire 512
Interactive 33
new 24 hours 7
new 48 hours10
new 7 days28
new fortnight62
new month210

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