Bug 81476 - New Port: devel/p5-Smart-Comments
Summary: New Port: devel/p5-Smart-Comments
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jean-Yves Lefort
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-25 19:20 UTC by Aaron Dalton
Modified: 2005-05-26 19:47 UTC (History)
0 users

See Also:


Attachments
submission.txt (3.86 KB, text/plain)
2005-05-25 19:20 UTC, Aaron Dalton
no flags Details
submission.txt (3.86 KB, text/plain)
2005-05-26 02:44 UTC, Aaron Dalton
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron Dalton 2005-05-25 19:20:01 UTC
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.
Comment 1 Aaron Dalton 2005-05-26 02:44:16 UTC
New version release since initial submission.  Attached is the new SH 
Archive.

Aaron
Comment 2 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-05-26 11:39:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jylefort

Take.
Comment 3 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-05-26 19:46:37 UTC
State Changed
From-To: open->closed

Committed (MASTER_SITE_SUBDIR was wrong), thanks!