svn commit: r327892 - in head/devel: . p5-Term-ReadLine-Perl

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Sep 22 20:00:09 UTC 2013


Author: sunpoet
Date: Sun Sep 22 20:00:07 2013
New Revision: 327892
URL: http://svnweb.freebsd.org/changeset/ports/327892

Log:
  - Add p5-Term-ReadLine-Perl 1.0303
  - While I'm here, add NO_STAGE
  
  This is a quick implementation of the minimal interface to Readline
  libraries.
  
  WWW: http://search.cpan.org/dist/Term-ReadLine-Perl/
  
  PR:		ports/180300
  Submitted by:	Anes Mukhametov <anes at anes.su>

Added:
  head/devel/p5-Term-ReadLine-Perl/
  head/devel/p5-Term-ReadLine-Perl/Makefile   (contents, props changed)
  head/devel/p5-Term-ReadLine-Perl/distinfo   (contents, props changed)
  head/devel/p5-Term-ReadLine-Perl/pkg-descr   (contents, props changed)
  head/devel/p5-Term-ReadLine-Perl/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Sep 22 19:15:28 2013	(r327891)
+++ head/devel/Makefile	Sun Sep 22 20:00:07 2013	(r327892)
@@ -2732,6 +2732,7 @@
     SUBDIR += p5-Term-Query
     SUBDIR += p5-Term-RawInput
     SUBDIR += p5-Term-ReadKey
+    SUBDIR += p5-Term-ReadLine-Perl
     SUBDIR += p5-Term-ReadLine-Zoid
     SUBDIR += p5-Term-ReadPassword
     SUBDIR += p5-Term-Screen

Added: head/devel/p5-Term-ReadLine-Perl/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Term-ReadLine-Perl/Makefile	Sun Sep 22 20:00:07 2013	(r327892)
@@ -0,0 +1,20 @@
+# Created by: Anes Mukhametov <anes at anes.su>
+# $FreeBSD$
+
+PORTNAME=	Term-ReadLine-Perl
+PORTVERSION=	1.0303
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	anes at anes.su
+COMMENT=	Quick implementation of the minimal interface to Readline libraries
+
+BUILD_DEPENDS=	p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+NO_STAGE=	yes
+USE_PERL5=	configure
+USES=		perl5
+
+.include <bsd.port.mk>

Added: head/devel/p5-Term-ReadLine-Perl/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Term-ReadLine-Perl/distinfo	Sun Sep 22 20:00:07 2013	(r327892)
@@ -0,0 +1,2 @@
+SHA256 (Term-ReadLine-Perl-1.0303.tar.gz) = 314b9f8df7e89e77eaac200b9bbcbe28e01e0dab2646ada83c5b26584839095d
+SIZE (Term-ReadLine-Perl-1.0303.tar.gz) = 48710

Added: head/devel/p5-Term-ReadLine-Perl/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Term-ReadLine-Perl/pkg-descr	Sun Sep 22 20:00:07 2013	(r327892)
@@ -0,0 +1,4 @@
+This is a quick implementation of the minimal interface to Readline
+libraries.
+
+WWW: http://search.cpan.org/dist/Term-ReadLine-Perl/

Added: head/devel/p5-Term-ReadLine-Perl/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Term-ReadLine-Perl/pkg-plist	Sun Sep 22 20:00:07 2013	(r327892)
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/Term/ReadLine/Perl.pm
+%%SITE_PERL%%/Term/ReadLine/readline.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadLine/.packlist
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadLine
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term
+ at dirrmtry %%SITE_PERL%%/Term/ReadLine
+ at dirrmtry %%SITE_PERL%%/Term


More information about the svn-ports-head mailing list