[csw-devel] SF.net SVN: gar:[10299] csw/mgar/pkg/cpan

andrewrn at users.sourceforge.net andrewrn at users.sourceforge.net
Wed Jun 23 17:12:56 CEST 2010


Revision: 10299
          http://gar.svn.sourceforge.net/gar/?rev=10299&view=rev
Author:   andrewrn
Date:     2010-06-23 15:12:56 +0000 (Wed, 23 Jun 2010)

Log Message:
-----------
cpan/Smart-Comments: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/cpan/Smart-Comments/
    csw/mgar/pkg/cpan/Smart-Comments/branches/
    csw/mgar/pkg/cpan/Smart-Comments/tags/
    csw/mgar/pkg/cpan/Smart-Comments/trunk/
    csw/mgar/pkg/cpan/Smart-Comments/trunk/Makefile
    csw/mgar/pkg/cpan/Smart-Comments/trunk/checksums
    csw/mgar/pkg/cpan/Smart-Comments/trunk/files/


Property changes on: csw/mgar/pkg/cpan/Smart-Comments/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/cpan/Smart-Comments/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Smart-Comments/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/cpan/Smart-Comments/trunk/Makefile	2010-06-23 15:12:56 UTC (rev 10299)
@@ -0,0 +1,27 @@
+GARNAME = Smart-Comments
+GARVERSION = 1.0.4
+CATEGORIES = cpan
+AUTHOR = CHORNY
+
+DESCRIPTION = Smart::Comments - Comments that do more than just sit there
+define BLURB
+	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.
+endef
+
+PACKAGES = CSWpmsmartcomments
+CATALOGNAME = pm_smartcomments
+
+ARCHALL = 1
+LICENSE = README
+
+RUNTIME_DEP_PKGS = CSWpmversion
+BUILD_DEP_PKGS += $(RUNTIME_DEP_PKGS)
+
+include gar/category.mk

Added: csw/mgar/pkg/cpan/Smart-Comments/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/Smart-Comments/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/cpan/Smart-Comments/trunk/checksums	2010-06-23 15:12:56 UTC (rev 10299)
@@ -0,0 +1 @@
+4f7a229e54ee067f3aaffb3338bfa4eb  Smart-Comments-1.0.4.tar.gz


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list