./lang/parrot, Virtual machine made to run Perl 6 and other languages

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2009Q3, Version: 1.6.0nb1, Package name: parrot-1.6.0nb1, Maintainer: he

Parrot is the new interpreter being designed from scratch to support the
upcoming Perl6 language. It is being designed as a standalone virtual
machine that can be used to execute bytecode compiled dynamic languages
such as Perl6, but also Perl5. Ideally, Parrot can be used to support
other dynamic, bytecode-compiled languages such as Python, Ruby and Tcl.


Required to run:
[textproc/icu]

Required to build:
[lang/perl5]

Master sites:

SHA1: 2258c3a0da32ed8c1ce55ee460e81a841d06a2c1
RMD160: ca5907643a9e972971daac51afd1b95a30103fa5
Filesize: 3884.719 KB

Version history: (Expand)


CVS history: (Expand)


   2009-10-22 16:51:26 by Matthias Scheler | Files touched by this commit (8) | Package updated
Log message:
Pullup ticket #2916 - requested by he
parrot: build fix

Revisions pulled up:
- lang/parrot/Makefile				1.23
- lang/parrot/PLIST.Darwin			1.1
- lang/parrot/PLIST.shared			1.1
- lang/parrot/distinfo				1.17-1.18
- lang/parrot/patches/patch-af			1.3
- lang/parrot/patches/patch-ag			1.3
- lang/parrot/patches/patch-ai			1.1
- lang/parrot/patches/patch-aj			1.1
---
Module Name:	pkgsrc
Committed By:	he
Date:		Wed Oct 21 14:23:14 UTC 2009

Modified Files:
	pkgsrc/lang/parrot: Makefile distinfo
Added Files:
	pkgsrc/lang/parrot/patches: patch-af patch-ag patch-ai patch-aj

Log message:
Update parrot from version 1.6.0 to 1.6.0nb1.

Pkgsrc changes:
 o Enable shared libraries for NetBSD, and deal with the resulting
   fallout: tests which are written in C need to point their run-path
   to the build version of the shared libraries.
 o The default is shared libs with .so, except for on Darwin, where
   shared libs are named differently.  The Darwin part is untested.
---
Module Name:	pkgsrc
Committed By:	he
Date:		Thu Oct 22 11:31:44 UTC 2009

Modified Files:
	pkgsrc/lang/parrot: distinfo

Log message:
I'm terribly sorry, patch-ai had the incorrect checksum.
This update fixes it.
---
Module Name:	pkgsrc
Committed By:	he
Date:		Thu Oct 22 12:59:58 UTC 2009

Added Files:
	pkgsrc/lang/parrot: PLIST.Darwin PLIST.shared

Log message:
Sorry once again, these two files should have been committed
as part of the 1.6.0nb1 update.