Bug 159375 - [PATCH] lang/rakudo update to July 2011 release of "Rakudo Star"
Summary: [PATCH] lang/rakudo update to July 2011 release of "Rakudo Star"
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-02 09:50 UTC by zahatski
Modified: 2011-08-02 13:20 UTC (History)
0 users

See Also:


Attachments
file.diff (6.25 KB, patch)
2011-08-02 09:50 UTC, zahatski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zahatski 2011-08-02 09:50:09 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-08-02 09:50:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2011-08-02 11:46:45 UTC
Responsible Changed
From-To: perl->culot

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-08-02 13:12:09 UTC
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"
Comment 4 Frederic Culot freebsd_committer freebsd_triage 2011-08-02 13:12:15 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!