FreshPorts -- The Place For Ports Sat, 4 Jul 2009 10:38 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
p5-Smart-Comments 1.0.3 devel on this many watch lists=2 search for ports that depend on this port
Comments that do more than just sit there

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 26 May 2005 19:44:58
Also Listed In: perl5


Smart comments provide an easy way to insert debugging and tracking code into
a program. They can report the value of a variable, track the progress of a
loop, and verify that particular assertions are true.

Best of all, when you're finished debugging, you don't have to remove them.
Simply commenting out the use Smart::Comments line turns them back into
regular comments. Leaving smart comments in your code is smart because if you
needed them once, you'll almost certainly need them again later.

Author: Damian Conway <DCONWAY@cpan.org>

WWW: http://search.cpan.org/dist/Smart-Comments/

- Aaron Dalton
aaron@daltons.ca
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: textproc/p5-Filter-Simple, textproc/p5-Text-Balanced, devel/p5-version, lang/p5-Scalar-List-Utils, devel/p5-Data-Dumper, devel/p5-Module-Build, lang/perl5.8
Required To Run: textproc/p5-Filter-Simple, textproc/p5-Text-Balanced, devel/p5-version, lang/p5-Scalar-List-Utils, devel/p5-Data-Dumper, devel/p5-Module-Build, lang/perl5.8, lang/perl5.8

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


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/../../authors/id/D/DC/DCONWAY/
ftp://ftp.cpan.org/pub/CPAN/modules/by-module/../../authors/id/D/DC/DCONWAY/
http://www.cpan.dk/modules/by-module/../../authors/id/D/DC/DCONWAY/
http://ring.nict.go.jp/archives/lang/perl/CPAN/modules/by-module/../../authors/id/D/DC/DCONWAY/
http://ring.sakura.ad.jp/archives/lang/perl/CPAN/modules/by-module/../../authors/id/D/DC/DCONWAY/
http://ring.riken.jp/archives/lang/perl/CPAN/modules/by-module/../../authors/id/D/DC/DCONWAY/
ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/../../authors/id/D/DC/DCONWAY/
ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/../../authors/id/D/DC/DCONWAY/
ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/../../authors/id/D/DC/DCONWAY/
ftp://mirror.hiwaay.net/CPAN/modules/by-module/../../authors/id/D/DC/DCONWAY/
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/../../authors/id/D/DC/DCONWAY/
ftp://csociety-ftp.ecn.purdue.edu/pub/CPAN/modules/by-module/../../authors/id/D/DC/DCONWAY/
ftp://ftp.isu.net.sa/pub/CPAN/modules/by-module/../../authors/id/D/DC/DCONWAY/
ftp://ftp.cs.colorado.edu/pub/perl/CPAN/modules/by-module/../../authors/id/D/DC/DCONWAY/
ftp://cpan.pop-mg.com.br/pub/CPAN/modules/by-module/../../authors/id/D/DC/DCONWAY/
http://at.cpan.org/modules/by-module/../../authors/id/D/DC/DCONWAY/
ftp://ftp.chg.ru/pub/lang/perl/CPAN/modules/by-module/../../authors/id/D/DC/DCONWAY/
ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/../../authors/id/D/DC/DCONWAY/
http://backpan.cpan.org/modules/by-module/../../authors/id/D/DC/DCONWAY/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 8

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
29 Apr 2008 11:24:32
Original commit files touched by this commit  1.0.3
miwi search for other commits by this committer
- Update to 1.0.3
- Take maintainership
29 Apr 2008 06:27:10
Original commit files touched by this commit  1.0.2
linimon search for other commits by this committer
Reset aaron's port maintainerships due to many maintainer-timeouts.
17 Apr 2008 15:30:31
Original commit files touched by this commit  1.0.2
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)
08 Sep 2007 01:59:21
Original commit files touched by this commit  1.0.2
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
10 May 2006 04:42:52
Original commit files touched by this commit  1.0.2
aaron search for other commits by this committer
- Updated from 1.0.1 to 1.0.2
- Updated maintainer

1.0.2  Fri Feb 17 16:05:34 2006

    - Cleaned up bracket alignment when printing variable contents

    - Added [][] (and other bracket pairs) as valid fill sequences
      (thanks Jerrad)

    - Added <now>, <here>, etc. timespace stamps (thanks Tomi)

Approved by:    tobez (implicit)
22 Jan 2006 08:30:12
Original commit files touched by this commit  1.0.1
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
22 Jan 2006 01:48:34
Original commit files touched by this commit  1.0.1
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
26 May 2005 19:44:27
Original commit files touched by this commit  1.0.1
jylefort search for other commits by this committer
Add p5-Smart-Comments.

Smart comments provide an easy way to insert debugging and tracking code into
a program. They can report the value of a variable, track the progress of a
loop, and verify that particular assertions are true.

Best of all, when you're finished debugging, you don't have to remove them.
Simply commenting out the use Smart::Comments line turns them back into
regular comments. Leaving smart comments in your code is smart because if you
needed them once, you'll almost certainly need them again later.

Author: Damian Conway <DCONWAY@cpan.org>

WWW: http://search.cpan.org/dist/Smart-Comments/

PR:             ports/81476
Submitted by:   Aaron Dalton <aaron@daltons.ca>

Number of commits found: 8

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
nfsenJul 03
nagios*Jul 01
nagios-devel*Jul 01
nagios2*Jul 01
syslog-ng*Jul 01
syslog-ng2*Jul 01
phpmyadminJun 30
tor*Jun 23
tor*Jun 23
cscopeJun 16
cscopeJun 16
finchJun 16
joomla15Jun 16
libpurpleJun 16
pidginJun 16

6 vulnerabilities affecting 11 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 20376
Broken 144
Deprecated 44
Ignore 762
Forbidden 5
Restricted 387
No CDROM 139
Vulnerable 56
Expired 17
Set to expire 25
Interactive 81
new 24 hours 1
new 48 hours4
new 7 days70
new fortnight95
new month181

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

Add tab to Netscape 6

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