From owner-svn-ports-head@FreeBSD.ORG Wed Feb 25 18:12:00 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D78C21B5; Wed, 25 Feb 2015 18:11:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B9A05EF2; Wed, 25 Feb 2015 18:11:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1PIBxgB045541; Wed, 25 Feb 2015 18:11:59 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1PIBwKl045536; Wed, 25 Feb 2015 18:11:58 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201502251811.t1PIBwKl045536@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Wed, 25 Feb 2015 18:11:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379933 - in head/devel: . p5-IO-Prompt-Simple X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Feb 2015 18:12:00 -0000 Author: adamw Date: Wed Feb 25 18:11:57 2015 New Revision: 379933 URL: https://svnweb.freebsd.org/changeset/ports/379933 QAT: https://qat.redports.org/buildarchive/r379933/ Log: Add devel/p5-IO-Prompt-Simple, a simple user input module. Added: head/devel/p5-IO-Prompt-Simple/ head/devel/p5-IO-Prompt-Simple/Makefile (contents, props changed) head/devel/p5-IO-Prompt-Simple/distinfo (contents, props changed) head/devel/p5-IO-Prompt-Simple/pkg-descr (contents, props changed) head/devel/p5-IO-Prompt-Simple/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Feb 25 17:58:59 2015 (r379932) +++ head/devel/Makefile Wed Feb 25 18:11:57 2015 (r379933) @@ -2229,6 +2229,7 @@ SUBDIR += p5-IO-Pager SUBDIR += p5-IO-Pipely SUBDIR += p5-IO-Prompt + SUBDIR += p5-IO-Prompt-Simple SUBDIR += p5-IO-Prompt-Tiny SUBDIR += p5-IO-Prompter SUBDIR += p5-IO-Pty-Easy Added: head/devel/p5-IO-Prompt-Simple/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-IO-Prompt-Simple/Makefile Wed Feb 25 18:11:57 2015 (r379933) @@ -0,0 +1,17 @@ +# Created by: Adam Weinberger +# $FreeBSD$ + +PORTNAME= IO-Prompt-Simple +PORTVERSION= 0.06 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:XAICRON +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Simple interface for user input + +USES= perl5 +USE_PERL5= configure + +.include Added: head/devel/p5-IO-Prompt-Simple/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-IO-Prompt-Simple/distinfo Wed Feb 25 18:11:57 2015 (r379933) @@ -0,0 +1,2 @@ +SHA256 (IO-Prompt-Simple-0.06.tar.gz) = 07f0dd5c6cc6b3023130a2283877ce084d79a7d66d6a9fd7efc249240d8a923e +SIZE (IO-Prompt-Simple-0.06.tar.gz) = 26013 Added: head/devel/p5-IO-Prompt-Simple/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-IO-Prompt-Simple/pkg-descr Wed Feb 25 18:11:57 2015 (r379933) @@ -0,0 +1,3 @@ +IO::Prompt::Simple replicates ExtUtils::MakeMaker's prompt() function. + +WWW: https://metacpan.org/pod/IO::Prompt::Simple Added: head/devel/p5-IO-Prompt-Simple/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-IO-Prompt-Simple/pkg-plist Wed Feb 25 18:11:57 2015 (r379933) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/IO/Prompt/Simple.pm +%%PERL5_MAN3%%/IO::Prompt::Simple.3.gz