Subject: CVS commit: pkgsrc/lang/parrot
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 01/09/2006 17:47:07
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jan 9 17:47:07 UTC 2006
Modified Files:
pkgsrc/lang/parrot: Makefile PLIST distinfo
pkgsrc/lang/parrot/patches: patch-aa patch-ab patch-ac
Log Message:
Update to 0.4.1, from Anders Nor Berle in PR 32480.
New in 0.4.1
- Installation: 'make install' is using standard locations now
(/usr/local is the default --prefix)
- Produce static and shared libraries on some systems
- Configure system rearragement
- OS pmc started (mkdir,cd,cwd,rm,umask,stat)
- Shootout examples
- Test files are now testable with 'prove'
- Smoke (and smokej) outputs progress
- PIR supports: I = A < B (>,<=,>=,==,!=)
- Add support for octal number constants
- partcl updates:
- almost finish [string]; start [file]
- add build tool for generating inline'd tcl builtins from templates.
- Jako updates: NCI, subroutines, global variables and constants all work.
(Gregor)
Failed 3/190 test scripts, 98.42% okay. 15/4580 subtests failed, 99.67% okay.
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/lang/parrot/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/lang/parrot/PLIST
cvs rdiff -r1.3 -r1.4 pkgsrc/lang/parrot/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/lang/parrot/patches/patch-aa \
pkgsrc/lang/parrot/patches/patch-ab pkgsrc/lang/parrot/patches/patch-ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.