From owner-svn-ports-head@FreeBSD.ORG Sat Nov 8 08:59:36 2014 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 6828D298; Sat, 8 Nov 2014 08:59:36 +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 495875ED; Sat, 8 Nov 2014 08:59:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sA88xZYL089626; Sat, 8 Nov 2014 08:59:35 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sA88xYAb089619; Sat, 8 Nov 2014 08:59:34 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201411080859.sA88xYAb089619@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 8 Nov 2014 08:59:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372307 - in head/devel: . p5-Term-ReadLine 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: Sat, 08 Nov 2014 08:59:36 -0000 Author: pi Date: Sat Nov 8 08:59:34 2014 New Revision: 372307 URL: https://svnweb.freebsd.org/changeset/ports/372307 QAT: https://qat.redports.org/buildarchive/r372307/ Log: New port: devel/p5-Term-ReadLine Perl interface to various readline packages. If no real package is found, substitutes stubs instead of basic functions. WWW: http://github.com/rafl/term-readline PR: 194682 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Added: head/devel/p5-Term-ReadLine/ head/devel/p5-Term-ReadLine/Makefile (contents, props changed) head/devel/p5-Term-ReadLine/distinfo (contents, props changed) head/devel/p5-Term-ReadLine/pkg-descr (contents, props changed) head/devel/p5-Term-ReadLine/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Nov 8 07:53:08 2014 (r372306) +++ head/devel/Makefile Sat Nov 8 08:59:34 2014 (r372307) @@ -2846,6 +2846,7 @@ SUBDIR += p5-Term-Query SUBDIR += p5-Term-RawInput SUBDIR += p5-Term-ReadKey + SUBDIR += p5-Term-ReadLine SUBDIR += p5-Term-ReadLine-Perl SUBDIR += p5-Term-ReadLine-Zoid SUBDIR += p5-Term-ReadPassword Added: head/devel/p5-Term-ReadLine/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Term-ReadLine/Makefile Sat Nov 8 08:59:34 2014 (r372307) @@ -0,0 +1,20 @@ +# Created by: Muhammad Moinur Rahman <5u623l20@gmail.com> +# $FreeBSD$ + +PORTNAME= Term-ReadLine +PORTVERSION= 1.14 +CATEGORIES= devel +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:FLORA +PKGNAMEPREFIX= p5- + +MAINTAINER= 5u623l20@gmail.com +COMMENT= Perl interface to various readline packages + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +USES= perl5 +USE_PERL5= configure + +.include Added: head/devel/p5-Term-ReadLine/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Term-ReadLine/distinfo Sat Nov 8 08:59:34 2014 (r372307) @@ -0,0 +1,2 @@ +SHA256 (Term-ReadLine-1.14.tar.gz) = 54523c72b26a04608170849013a433ba400f66b4f9b0524201bfd37ff6e3c477 +SIZE (Term-ReadLine-1.14.tar.gz) = 15722 Added: head/devel/p5-Term-ReadLine/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Term-ReadLine/pkg-descr Sat Nov 8 08:59:34 2014 (r372307) @@ -0,0 +1,4 @@ +Perl interface to various readline packages. If no real package is found, +substitutes stubs instead of basic functions. + +WWW: http://github.com/rafl/term-readline Added: head/devel/p5-Term-ReadLine/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Term-ReadLine/pkg-plist Sat Nov 8 08:59:34 2014 (r372307) @@ -0,0 +1,3 @@ +%%PERL5_MAN3%%/Term::ReadLine.3.gz +%%SITE_PERL%%/Term/ReadLine.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadLine/.packlist