Date: Wed, 10 Oct 2007 13:39:45 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/perlconsole Makefile distinfo pkg-descr Message-ID: <200710101339.l9ADdjFP023903@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2007-10-10 13:39:45 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/perlconsole Makefile distinfo pkg-descr
Log:
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, ...
WWW: http://www.sukria.net/perlconsole.html
PR: ports/117056
Submitted by: Philippe Audeoud <jadawin at tuxaco.net>
Revision Changes Path
1.2905 +1 -0 ports/devel/Makefile
1.1 +52 -0 ports/devel/perlconsole/Makefile (new)
1.1 +3 -0 ports/devel/perlconsole/distinfo (new)
1.1 +12 -0 ports/devel/perlconsole/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710101339.l9ADdjFP023903>
