| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
29 Apr 2008 11:24:32
1.0.3
|
miwi  |
- Update to 1.0.3
- Take maintainership |
29 Apr 2008 06:27:10
1.0.2
|
linimon  |
Reset aaron's port maintainerships due to many maintainer-timeouts. |
17 Apr 2008 15:30:31
1.0.2
|
araujo  |
- 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
1.0.2
|
linimon  |
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
1.0.2
|
aaron  |
- 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
1.0.1
|
edwin  |
SHA256ify
Approved by: krion@ |
22 Jan 2006 01:48:34
1.0.1
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
26 May 2005 19:44:27
1.0.1
|
jylefort  |
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> |