Update to July 2011 release of "Rakudo Star". This release of Rakudo Star adds the following features over the previous Star release: * 10%-30% improvement in compile and execution speed * New gcd (greatest common divisor) and lcm (largest common multiple) operators * Int.base * Call counter for Perl 6-level subroutines * Better handling of &infix:<=> right associativity * Fix bug in exponentiation of negative numbers * Fix building on systems with smaller RAM Changes: http://rakudo.org/2011/07/29/rakudo-star-2011-07-released/ Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->perl Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: perl->culot I'll take it.
culot 2011-08-02 12:11:59 UTC FreeBSD ports repository Modified files: lang/rakudo Makefile distinfo pkg-plist Log: - Update to 2011.07 [1] - Pet portlint(1) by moving LICENSE section earlier PR: ports/159375 [1] Submitted by: Aliaksandr Zahatski <zahatski@gmail.com> Revision Changes Path 1.28 +4 -3 ports/lang/rakudo/Makefile 1.15 +2 -2 ports/lang/rakudo/distinfo 1.16 +9 -5 ports/lang/rakudo/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!