Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id C4308720F3 for ; Fri, 13 Sep 2013 11:16:37 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2DB4914A37A; Fri, 13 Sep 2013 11:16:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 61F9E14A375 for ; Fri, 13 Sep 2013 11:16:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id G_SwT5GKoWUV for ; Fri, 13 Sep 2013 11:16:34 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 1D60414A372 for ; Fri, 13 Sep 2013 11:16:34 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 10B3B96; Fri, 13 Sep 2013 11:16:19 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 13 Sep 2013 11:16:19 +0000 From: "Jens Rehsack" Subject: CVS commit: pkgsrc/lang/nqp To: pkgsrc-changes@NetBSD.org Reply-To: sno@netbsd.org X-Mailer: log_accum Message-Id: <20130913111619.10B3B96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: sno Date: Fri Sep 13 11:16:19 UTC 2013 Added Files: pkgsrc/lang/nqp: DESCR Makefile PLIST PLIST.Darwin PLIST.shared distinfo Log Message: Adding package for NQP 2013.08 into lang/nqp. This is "Not Quite Perl" -- a lightweight Perl 6-like environment for virtual machines. The key feature of NQP is that it's designed to be a very small environment (as compared with, say, perl6 or Rakudo) and is focused on being a high-level way to create compilers and libraries for virtual machines (such as the Parrot Virtual Machine [1] and the JVM). Unlike a full-fledged implementation of Perl 6, NQP strives to have as small a runtime footprint as it can, while still providing a Perl 6 object model and regular expression engine for the virtual machine. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/lang/nqp/DESCR pkgsrc/lang/nqp/Makefile \ pkgsrc/lang/nqp/PLIST pkgsrc/lang/nqp/PLIST.Darwin \ pkgsrc/lang/nqp/PLIST.shared pkgsrc/lang/nqp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.