Bug 173983 - [PATCH] lang/rakudo update to 2012.11 release of "Rakudo Star"
Summary: [PATCH] lang/rakudo update to 2012.11 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-11-29 08:20 UTC by zahatski
Modified: 2013-01-10 14:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.91 KB, patch)
2012-11-29 08:20 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-11-29 08:20:00 UTC
Update to 2012.11 release of "Rakudo Star".

Some of the new features added to this release include:

* heredocs
* quote adverbs (like q:w//)
* implemented precedence related traits (equiv, looser, tighter, assoc)
* Perl 6 grammar NFAs are pre-computed, saving some work on each invocation; this shaved around 10% off the time needed to run the spectests
* regexes and quotes have better support for user-selected delimiters
* FIRST/NEXT/LAST can now be used in all types of loop (previously limited to for)
* several fixes related to module precompilation. This should make working with larger code bases much less painful.


This release also contains a range of performance improvements, bug fixes, improvements to error reporting and better failure modes.

http://rakudo.org/2012/11/28/rakudo-star-2012-11-released/

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-11-29 08:20:29 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 2013-01-10 11:52:33 UTC
Responsible Changed
From-To: perl->culot

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-01-10 14:34:15 UTC
Author: culot
Date: Thu Jan 10 14:34:07 2013
New Revision: 310182
URL: http://svnweb.freebsd.org/changeset/ports/310182

Log:
  - Update to 2012.11
  
  Changes:	http://rakudo.org/2012/11/28/rakudo-star-2012-11-released/
  PR:		ports/173983
  Submitted by:	Aliaksandr Zahatski <zahatski@gmail.com>

Modified:
  head/lang/rakudo/Makefile
  head/lang/rakudo/distinfo
  head/lang/rakudo/pkg-plist

Modified: head/lang/rakudo/Makefile
==============================================================================
--- head/lang/rakudo/Makefile	Thu Jan 10 14:00:34 2013	(r310181)
+++ head/lang/rakudo/Makefile	Thu Jan 10 14:34:07 2013	(r310182)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	rakudo
-PORTVERSION=	2012.09
+PORTVERSION=	2012.11
 PORTEPOCH=	4
 CATEGORIES=	lang
 MASTER_SITES=	http://cloud.github.com/downloads/rakudo/star/

Modified: head/lang/rakudo/distinfo
==============================================================================
--- head/lang/rakudo/distinfo	Thu Jan 10 14:00:34 2013	(r310181)
+++ head/lang/rakudo/distinfo	Thu Jan 10 14:34:07 2013	(r310182)
@@ -1,2 +1,2 @@
-SHA256 (rakudo-star-2012.09.tar.gz) = 26246946f5e90982a9c024d0d17ac75a9e073af332b01441e46a46745f9dbb84
-SIZE (rakudo-star-2012.09.tar.gz) = 7446548
+SHA256 (rakudo-star-2012.11.tar.gz) = 8e436a4a8eea8032f10285bad1f50c864ba70d80538f0c76aa559d5241e17004
+SIZE (rakudo-star-2012.11.tar.gz) = 7556970

Modified: head/lang/rakudo/pkg-plist
==============================================================================
--- head/lang/rakudo/pkg-plist	Thu Jan 10 14:00:34 2013	(r310181)
+++ head/lang/rakudo/pkg-plist	Thu Jan 10 14:34:07 2013	(r310182)
@@ -1,5 +1,6 @@
 bin/nqp
 bin/ops2c
+bin/p6doc
 bin/panda
 bin/parrot
 bin/parrot-nqp
@@ -646,7 +647,6 @@ lib/parrot/%%PARROT_VERSION%%/library/Op
 lib/parrot/%%PARROT_VERSION%%/library/P6Regex.pbc
 lib/parrot/%%PARROT_VERSION%%/library/P6object.pbc
 lib/parrot/%%PARROT_VERSION%%/library/P6object.pir
-lib/parrot/%%PARROT_VERSION%%/library/PASTRegex.pbc
 lib/parrot/%%PARROT_VERSION%%/library/PCT.pbc
 lib/parrot/%%PARROT_VERSION%%/library/PCT/Grammar.pbc
 lib/parrot/%%PARROT_VERSION%%/library/PCT/HLLCompiler.pbc
@@ -932,6 +932,8 @@ share/doc/rakudo/announce/2012.07
 share/doc/rakudo/announce/2012.08
 share/doc/rakudo/announce/2012.09
 share/doc/rakudo/announce/2012.09.1
+share/doc/rakudo/announce/2012.10
+share/doc/rakudo/announce/2012.11
 src/parrot/%%PARROT_VERSION%%/pmc/addrregistry.dump
 src/parrot/%%PARROT_VERSION%%/pmc/alarm.dump
 src/parrot/%%PARROT_VERSION%%/pmc/arrayiterator.dump
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Frederic Culot freebsd_committer freebsd_triage 2013-01-10 14:34:28 UTC
State Changed
From-To: open->closed

Committed. Thanks!