diff options
author | pi <pi@FreeBSD.org> | 2014-11-08 16:59:34 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2014-11-08 16:59:34 +0800 |
commit | e997a1e9e20852119a52b2a708b050d5f97d3fea (patch) | |
tree | b0fb58864e8b6b01b02e946149bfd5b9423d4280 | |
parent | 69afc37df3d58f504ae0f1611c625fa2997587a5 (diff) | |
download | freebsd-ports-gnome-e997a1e9e20852119a52b2a708b050d5f97d3fea.tar.gz freebsd-ports-gnome-e997a1e9e20852119a52b2a708b050d5f97d3fea.tar.zst freebsd-ports-gnome-e997a1e9e20852119a52b2a708b050d5f97d3fea.zip |
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>
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Term-ReadLine/Makefile | 20 | ||||
-rw-r--r-- | devel/p5-Term-ReadLine/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Term-ReadLine/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p5-Term-ReadLine/pkg-plist | 3 |
5 files changed, 30 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 6d34d97194a6..8c5bbde29564 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/p5-Term-ReadLine/Makefile b/devel/p5-Term-ReadLine/Makefile new file mode 100644 index 000000000000..e6a3fb231b77 --- /dev/null +++ b/devel/p5-Term-ReadLine/Makefile @@ -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 <bsd.port.mk> diff --git a/devel/p5-Term-ReadLine/distinfo b/devel/p5-Term-ReadLine/distinfo new file mode 100644 index 000000000000..6aa858784968 --- /dev/null +++ b/devel/p5-Term-ReadLine/distinfo @@ -0,0 +1,2 @@ +SHA256 (Term-ReadLine-1.14.tar.gz) = 54523c72b26a04608170849013a433ba400f66b4f9b0524201bfd37ff6e3c477 +SIZE (Term-ReadLine-1.14.tar.gz) = 15722 diff --git a/devel/p5-Term-ReadLine/pkg-descr b/devel/p5-Term-ReadLine/pkg-descr new file mode 100644 index 000000000000..dbdd80020ce7 --- /dev/null +++ b/devel/p5-Term-ReadLine/pkg-descr @@ -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 diff --git a/devel/p5-Term-ReadLine/pkg-plist b/devel/p5-Term-ReadLine/pkg-plist new file mode 100644 index 000000000000..21d5e7a5bc61 --- /dev/null +++ b/devel/p5-Term-ReadLine/pkg-plist @@ -0,0 +1,3 @@ +%%PERL5_MAN3%%/Term::ReadLine.3.gz +%%SITE_PERL%%/Term/ReadLine.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadLine/.packlist |