| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
05 Jun 2012 14:27:52
0.4_1
|
jadawin  |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@ |
17 Sep 2011 06:49:29
0.4_1
|
sunpoet  |
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat: perl |
20 Jun 2011 08:36:20
0.4_1
|
az  |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum |
28 Jan 2010 04:53:50
0.4_1
|
kuriyama  |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 13).
Approved by: portmgr (itetcu) |
24 Feb 2009 13:29:22
0.4
|
skv  |
Use variables SITE_PERL and SITE_PERL_REL where appropriate. |
01 Jun 2008 09:42:37
0.4
|
olgeni  |
Large round of typo fixes in ports/devel (pkg-descr). |
06 Mar 2008 14:18:03
0.4
|
jadawin  |
- Update to 0.4
- Update maintainer address
Approved by: tabthorpe (co-mentor) |
26 Dec 2007 12:45:25
0.3
|
jmelo  |
- Fix mastersite.
PR: ports/117915
Submitted by: Philippe Audeoud <jadawin@tuxaco.net>
Reviewed by: jmelo |
10 Oct 2007 13:39:45
0.3
|
miwi  |
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> |