From owner-cvs-ports@FreeBSD.ORG Wed Sep 2 17:23:30 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AEA541065670; Wed, 2 Sep 2009 17:23:30 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9E5E58FC27; Wed, 2 Sep 2009 17:23:30 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n82HNUFQ015676; Wed, 2 Sep 2009 17:23:30 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n82HNUJ1015675; Wed, 2 Sep 2009 17:23:30 GMT (envelope-from miwi) Message-Id: <200909021723.n82HNUJ1015675@repoman.freebsd.org> From: Martin Wilke Date: Wed, 2 Sep 2009 17:23:30 +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-Devel-REPL Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Sep 2009 17:23:30 -0000 miwi 2009-09-02 17:23:30 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Devel-REPL Makefile distinfo pkg-descr pkg-plist Log: This is an interactive shell for Perl, commonly known as a REPL - Read, Evaluate, Print, Loop. The shell provides for rapid development or testing of code without the need to create a temporary source code file. Through a plugin system, many features are available on demand. You can also tailor the environment through the use of profiles and run control files, for example to pre-load certain Perl modules when working on a particular project. WWW: http://search.cpan.org/dist/Devel-REPL/ PR: ports/138359 Submitted by: Ashish SHUKLA Revision Changes Path 1.3619 +1 -0 ports/devel/Makefile 1.1 +67 -0 ports/devel/p5-Devel-REPL/Makefile (new) 1.1 +3 -0 ports/devel/p5-Devel-REPL/distinfo (new) 1.1 +11 -0 ports/devel/p5-Devel-REPL/pkg-descr (new) 1.1 +48 -0 ports/devel/p5-Devel-REPL/pkg-plist (new)