From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 9 14:20:02 2007 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 203B216A420 for ; Tue, 9 Oct 2007 14:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from nosedive.freebsd.org (nosedive.freebsd.org [IPv6:2001:4f8:fff6::44]) by mx1.freebsd.org (Postfix) with ESMTP id E2B9313C48A for ; Tue, 9 Oct 2007 14:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from nosedive.freebsd.org (gnats@localhost [127.0.0.1]) by nosedive.freebsd.org (8.14.1/8.14.1) with ESMTP id l99EK1Ko018657 for ; Tue, 9 Oct 2007 14:20:01 GMT (envelope-from gnats@nosedive.freebsd.org) Received: (from gnats@localhost) by nosedive.freebsd.org (8.14.1/8.14.1/Submit) id l99EK1ij018656; Tue, 9 Oct 2007 14:20:01 GMT (envelope-from gnats) Resent-Date: Tue, 9 Oct 2007 14:20:01 GMT Resent-Message-Id: <200710091420.l99EK1ij018656@nosedive.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, Philippe Audeoud Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 443A316A582 for ; Tue, 9 Oct 2007 14:17:00 +0000 (UTC) (envelope-from jadawin@huppa.tuxaco.net) Received: from huppa.tuxaco.net (huppa.tuxaco.net [91.121.19.193]) by mx1.freebsd.org (Postfix) with ESMTP id C3CFB13C448 for ; Tue, 9 Oct 2007 14:16:59 +0000 (UTC) (envelope-from jadawin@huppa.tuxaco.net) Received: from localhost (unknown [127.0.0.1]) by huppa.tuxaco.net (Postfix) with ESMTP id 673EFE8C0 for ; Tue, 9 Oct 2007 16:18:02 +0200 (CEST) Received: from huppa.tuxaco.net ([127.0.0.1]) by localhost (huppa.tuxaco.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SchpTx8N0vNb for ; Tue, 9 Oct 2007 16:17:53 +0200 (CEST) Received: by huppa.tuxaco.net (Postfix, from userid 1001) id AFD5EE8B3; Tue, 9 Oct 2007 16:17:53 +0200 (CEST) Message-Id: <20071009141753.AFD5EE8B3@huppa.tuxaco.net> Date: Tue, 9 Oct 2007 16:17:53 +0200 (CEST) From: Philippe Audeoud To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/117050: New Port : devel/perlconsole - a light program that lets you evaluate Perl code interactively. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Philippe Audeoud List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Oct 2007 14:20:02 -0000 >Number: 117050 >Category: ports >Synopsis: New Port : devel/perlconsole - a light program that lets you evaluate Perl code interactively. >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: Tue Oct 09 14:20:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Philippe Audeoud >Release: FreeBSD 6.2-RELEASE i386 >Organization: >Environment: System: FreeBSD huppa.tuxaco.net 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Tue Mar 20 16:05:42 CET 2007 root@:/usr/obj/usr/src/sys/GENERIC i386 >Description: Perl Console is a light program that lets you evaluate Perl code interactively. It uses Readline for grabing input and provides completion with all the namespaces loaded during your session. This is pretty useful for Perl developers that write modules. You can load a module in your session and test a function exported by the module. Readline is used to grab user input and provides then all the facilities your are used to : completion, key bindings, ... >How-To-Repeat: >Fix: --- shar-perlconsole-1.sh begins here --- # 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: # # devel/perlconsole/ # devel/perlconsole/Makefile # devel/perlconsole/distinfo # devel/perlconsole/pkg-descr # echo c - devel/perlconsole/ mkdir -p devel/perlconsole/ > /dev/null 2>&1 echo x - devel/perlconsole/Makefile sed 's/^X//' >devel/perlconsole/Makefile << 'END-of-devel/perlconsole/Makefile' X# New ports collection makefile for: perlconsole X# Date created: 9 October 2007 X# Whom: Philippe Audeoud X# X# $FreeBSD$ X# X XPORTNAME= perlconsole XPORTVERSION= 0.3 XCATEGORIES= devel XMASTER_SITES= http://www.sukria.net/ X XMAINTAINER= jadawin@tuxaco.net XCOMMENT= A light program that lets you evaluate Perl code interactively X XRUN_DEPENDS= \ X${BASEP}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ X${BASEP}/${PERL_ARCH}/Term/ReadLine/Gnu.pm:${PORTSDIR}/devel/p5-ReadLine-Gnu \ X${BASEP}/Module/Refresh.pm:${PORTSDIR}/devel/p5-Module-Refresh \ X${BASEP}/Lexical/Persistence.pm:${PORTSDIR}/devel/p5-Lexical-Persistence X XBASEP= ${SITE_PERL} X XUSE_PERL5= yes XPERL_CONFIGURE= 5.8.0+ X XPORTDOCS= README \ X AUTHORS \ X CHANGES X XPLIST_FILES= bin/perlconsole \ X lib/perl5/${PERL_VER}/PerlConsole/Commands.pm \ X lib/perl5/${PERL_VER}/PerlConsole/Console.pm \ X lib/perl5/${PERL_VER}/PerlConsole/Preferences.pm \ X lib/perl5/${PERL_VER}/PerlConsole.pm X XPLIST_DIRS= lib/perl5/${PERL_VER}/PerlConsole X Xdo-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X.for i in README AUTHORS CHANGES X ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} X.endfor X.endif X ${MKDIR} ${PREFIX}/lib/perl5/${PERL_VER}/PerlConsole/ X ${CP} -R ${WRKSRC}/lib/PerlConsole/ \ X ${PREFIX}/lib/perl5/${PERL_VER}/PerlConsole/ X ${CP} ${WRKSRC}/lib/PerlConsole.pm \ X ${PREFIX}/lib/perl5/${PERL_VER}/PerlConsole.pm X ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ X X.include END-of-devel/perlconsole/Makefile echo x - devel/perlconsole/distinfo sed 's/^X//' >devel/perlconsole/distinfo << 'END-of-devel/perlconsole/distinfo' XMD5 (perlconsole-0.3.tar.gz) = 6ffecc40da21aa331ec1023446acc067 XSHA256 (perlconsole-0.3.tar.gz) = 66a3973652d0cd59e662edc17da4376ea8a7754e76b3dc346d49f87d9417e991 XSIZE (perlconsole-0.3.tar.gz) = 15580 END-of-devel/perlconsole/distinfo echo x - devel/perlconsole/pkg-descr sed 's/^X//' >devel/perlconsole/pkg-descr << 'END-of-devel/perlconsole/pkg-descr' XPerl Console is a light program that lets you evaluate Perl code Xinteractively. It uses Readline for grabing input and provides Xcompletion with all the namespaces loaded during your session. X XThis is pretty useful for Perl developers that write modules. You can Xload a module in your session and test a function exported by the Xmodule. X XReadline is used to grab user input and provides then all the facilities Xyour are used to : completion, key bindings, ... X XWWW: http://www.sukria.net/perlconsole.html END-of-devel/perlconsole/pkg-descr exit --- shar-perlconsole-1.sh ends here --- >Release-Note: >Audit-Trail: >Unformatted: