From owner-cvs-all@FreeBSD.ORG Sat Jul 28 18:05:51 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9777C16A418; Sat, 28 Jul 2007 18:05:51 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 823B013C469; Sat, 28 Jul 2007 18:05:51 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6SI5pYr070017; Sat, 28 Jul 2007 18:05:51 GMT (envelope-from chinsan@repoman.freebsd.org) Received: (from chinsan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6SI5pcv070016; Sat, 28 Jul 2007 18:05:51 GMT (envelope-from chinsan) Message-Id: <200707281805.l6SI5pcv070016@repoman.freebsd.org> From: Chin-San Huang Date: Sat, 28 Jul 2007 18:05:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/p5-Perl6-Rules Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jul 2007 18:05:51 -0000 chinsan 2007-07-28 18:05:51 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Perl6-Rules Makefile distinfo pkg-descr pkg-plist Log: Add p5-Perl6-Rules, this module implements a close simulation of the Perl 6 rule and grammar constructs, translating them back to Perl 5 regexes via a source filter. (And hence suffers from all the usual limitations of a source filter, including the ability to translate complex code spectacularly wrongly). Approved by: rafan (mentor, implicit) Revision Changes Path 1.2830 +1 -0 ports/devel/Makefile 1.1 +26 -0 ports/devel/p5-Perl6-Rules/Makefile (new) 1.1 +3 -0 ports/devel/p5-Perl6-Rules/distinfo (new) 1.1 +6 -0 ports/devel/p5-Perl6-Rules/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-Perl6-Rules/pkg-plist (new)