Bug 169323 - [PATCH] lang/rakudo update to 2012.05 release of "Rakudo Star"
Summary: [PATCH] lang/rakudo update to 2012.05 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: 2012-06-22 14:10 UTC by zahatski
Modified: 2012-07-04 19:40 UTC (History)
0 users

See Also:


Attachments
file.diff (11.68 KB, patch)
2012-06-22 14:10 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 2012-06-22 14:10:01 UTC
Update to 2014.05 release of "Rakudo Star"

Here are some of the major improvements in this release over the
previous distribution release.
* -I and -M command-line options
* support for non-Int enums
* use now accepts positional arguments and is able to import by tag name
* import now works
* basic support for Version literals
* %*ENV now propagates into subprocesses
* basic implementation of pack and unpack ported from ng branch
* fff flip-flop operator is now implemented, ff has been improved
* various new regex features and improvements

Rakudo now also includes the lib.pm module.

http://rakudo.org/2012/05/23/rakudo-star-2012-05-released/

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-06-22 14:10:13 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 2012-07-04 18:38:13 UTC
Responsible Changed
From-To: perl->culot

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-07-04 19:31:40 UTC
culot       2012-07-04 18:31:30 UTC

  FreeBSD ports repository

  Modified files:
    lang/rakudo          Makefile distinfo pkg-plist 
  Log:
  - Update to 2012.05
  
  Changelog:      http://rakudo.org/2012/05/23/rakudo-star-2012-05-released/
  PR:             ports/169323
  Submitted by:   Aliaksandr Zahatski <zahatski@gmail.com>
  
  Revision  Changes    Path
  1.30      +3 -3      ports/lang/rakudo/Makefile
  1.17      +2 -2      ports/lang/rakudo/distinfo
  1.18      +52 -21    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 2012-07-04 19:31:44 UTC
State Changed
From-To: open->closed

Committed. Thanks!