From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 21 12:10:03 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C16310656A8 for ; Mon, 21 Sep 2009 12:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DE8C08FC20 for ; Mon, 21 Sep 2009 12:10:02 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8LCA2NC096292 for ; Mon, 21 Sep 2009 12:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8LCA24m096291; Mon, 21 Sep 2009 12:10:02 GMT (envelope-from gnats) Resent-Date: Mon, 21 Sep 2009 12:10:02 GMT Resent-Message-Id: <200909211210.n8LCA24m096291@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ashish SHUKLA Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DAB7106566B for ; Mon, 21 Sep 2009 12:07:12 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: from mail-px0-f191.google.com (mail-px0-f191.google.com [209.85.216.191]) by mx1.freebsd.org (Postfix) with ESMTP id 51DCA8FC13 for ; Mon, 21 Sep 2009 12:07:12 +0000 (UTC) Received: by pxi29 with SMTP id 29so2390787pxi.14 for ; Mon, 21 Sep 2009 05:07:12 -0700 (PDT) Received: by 10.115.134.4 with SMTP id l4mr8374423wan.118.1253534832018; Mon, 21 Sep 2009 05:07:12 -0700 (PDT) Received: from chateau.d.if ([122.161.89.143]) by mx.google.com with ESMTPS id 21sm2382638pzk.15.2009.09.21.05.07.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 21 Sep 2009 05:07:11 -0700 (PDT) Received: by chateau.d.if (Postfix, from userid 1001) id DFD5C5F589; Mon, 21 Sep 2009 17:36:47 +0530 (IST) Message-Id: <20090921120647.DFD5C5F589@chateau.d.if> Date: Mon, 21 Sep 2009 17:36:47 +0530 (IST) From: Ashish SHUKLA To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/139012: New Port: lang/rakudo Perl 6 Compiler for Parrot VM X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ashish SHUKLA List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2009 12:10:04 -0000 >Number: 139012 >Category: ports >Synopsis: New Port: lang/rakudo Perl 6 Compiler for Parrot VM >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Sep 21 12:10:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Ashish SHUKLA >Release: FreeBSD 8.0-RC1 amd64 >Organization: N/A >Environment: System: FreeBSD chateau.d.if 8.0-RC1 FreeBSD 8.0-RC1 #0: Thu Sep 17 18:50:57 UTC 2009 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: This is Rakudo Perl, a Perl 6 compiler for the Parrot virtual machine. WWW: http://rakudo.org/ >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # rakudo # rakudo/pkg-descr # rakudo/Makefile # rakudo/pkg-plist # rakudo/distinfo # echo c - rakudo mkdir -p rakudo > /dev/null 2>&1 echo x - rakudo/pkg-descr sed 's/^X//' >rakudo/pkg-descr << '537a1863962cc03bcd7f69c31b46ba44' XThis is Rakudo Perl, a Perl 6 compiler for the Parrot Xvirtual machine. X XWWW: http://rakudo.org/ 537a1863962cc03bcd7f69c31b46ba44 echo x - rakudo/Makefile sed 's/^X//' >rakudo/Makefile << '82aaa5e7325d08845cdc8ec3bc85e55b' X# New ports collection makefile for: rakudo X# Date created: 2009-09-21 X# Whom: Ashish SHUKLA X# X# $FreeBSD$ X# X XPORTNAME= rakudo XPORTVERSION= 2009.09 XCATEGORIES= lang XMASTER_SITES= http://cloud.github.com/%SUBDIR%/ XMASTER_SITE_SUBDIR= downloads/rakudo/rakudo XDISTNAME= ${PORTNAME}-${PORTVERSION:S/./-/g} X XMAINTAINER= wahjava@gmail.com XCOMMENT= Perl 6 compiler for Parrot Virtual Machine X XLIB_DEPENDS= icuuc.38:${PORTSDIR}/devel/icu X XUSE_PARROT= 1.6.0 XUSE_PERL5= 5.8.0+ XUSE_GMAKE= yes X XPLIST_SUB+= PARROT_LIB="${PARROT_LIBDIR}" X XCONFIGURE_SCRIPT= Configure.pl X Xdo-configure: X cd ${WRKSRC} && ${PERL} ${CONFIGURE_SCRIPT} X X.include "${.CURDIR}/../parrot/Makefile.parrot" X.include 82aaa5e7325d08845cdc8ec3bc85e55b echo x - rakudo/pkg-plist sed 's/^X//' >rakudo/pkg-plist << '1db4917ea60f89f251249a62ae2893eb' X@comment $FreeBSD$ X%%PARROT_LIB%%/languages/perl6/perl6.pbc X%%PARROT_LIB%%/languages/perl6/lib/Test.pm X%%PARROT_LIB%%/languages/perl6/lib/Safe.pm X%%PARROT_LIB%%/dynext/perl6_group.so X%%PARROT_LIB%%/dynext/perl6_ops.so X%%PARROT_LIB%%/dynext/perl6_ops_switch.so Xbin/perl6 X@dirrm %%PARROT_LIB%%/languages/perl6/lib X@dirrm %%PARROT_LIB%%/languages/perl6 1db4917ea60f89f251249a62ae2893eb echo x - rakudo/distinfo sed 's/^X//' >rakudo/distinfo << '91cd0a08a478cf4a6978a24f7e62e2a8' XMD5 (rakudo-2009-09.tar.gz) = 15938c9632c76636bc49d3d0f6ec8aa2 XSHA256 (rakudo-2009-09.tar.gz) = b308788a7d9d1d44b0b40b85a072171bca80741098e29bc2dfcdef63be1aac01 XSIZE (rakudo-2009-09.tar.gz) = 733067 91cd0a08a478cf4a6978a24f7e62e2a8 exit >Release-Note: >Audit-Trail: >Unformatted: