[csw-devel] SF.net SVN: gar:[5137] csw/mgar/pkg/cpan
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Wed Jun 3 12:13:30 CEST 2009
Revision: 5137
http://gar.svn.sourceforge.net/gar/?rev=5137&view=rev
Author: skayser
Date: 2009-06-03 10:13:29 +0000 (Wed, 03 Jun 2009)
Log Message:
-----------
perlconsole: initial commit
Added Paths:
-----------
csw/mgar/pkg/cpan/perlconsole/
csw/mgar/pkg/cpan/perlconsole/branches/
csw/mgar/pkg/cpan/perlconsole/tags/
csw/mgar/pkg/cpan/perlconsole/trunk/
csw/mgar/pkg/cpan/perlconsole/trunk/Makefile
csw/mgar/pkg/cpan/perlconsole/trunk/checksums
csw/mgar/pkg/cpan/perlconsole/trunk/files/
Property changes on: csw/mgar/pkg/cpan/perlconsole/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/perlconsole/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/perlconsole/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/cpan/perlconsole/trunk/Makefile 2009-06-03 10:13:29 UTC (rev 5137)
@@ -0,0 +1,24 @@
+GARNAME = perlconsole
+GARVERSION = 0.4
+CATEGORIES = cpan
+AUTHOR = SUKRIA
+
+DESCRIPTION = Evaluate Perl code interactively
+define BLURB
+ Perl Console is a light program that lets you evaluate Perl code
+ interactively. It uses Readline for grabing input and provides
+ completion with all the namespaces loaded during your session.
+
+ This is pretty useful for Perl developers that write modules. You can
+ load a module in your session and test a function exported by the
+ module.
+
+ Readline is used to grab user input and provides then all the facilities
+ your are used to : completion, key bindings, ...
+endef
+
+PACKAGES = CSWperlconsole
+CATALOGNAME = perlconsole
+ARCHALL = 1
+
+include gar/category.mk
Added: csw/mgar/pkg/cpan/perlconsole/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/perlconsole/trunk/checksums (rev 0)
+++ csw/mgar/pkg/cpan/perlconsole/trunk/checksums 2009-06-03 10:13:29 UTC (rev 5137)
@@ -0,0 +1 @@
+4a31b5f720b3c05f1a5564ce78459f22 download/perlconsole-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