diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-02-23 18:41:23 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-02-23 18:41:23 +0000 |
commit | dab4adb14b06cbbf5860a09c45d37bd844a1cf2e (patch) | |
tree | 19e1aa8559721c139bc7cbe5309edf58b2b1f25a | |
parent | 2ca4210d5a7f19ef74a5de32d83c465b379c78f4 (diff) | |
download | ports-dab4adb14b06cbbf5860a09c45d37bd844a1cf2e.tar.gz ports-dab4adb14b06cbbf5860a09c45d37bd844a1cf2e.zip |
Notes
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Term-ReadLine-Gnu/Makefile | 28 | ||||
-rw-r--r-- | devel/p5-Term-ReadLine-Gnu/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Term-ReadLine-Gnu/pkg-descr | 18 | ||||
-rw-r--r-- | devel/p5-Term-ReadLine-Gnu/pkg-plist | 14 |
5 files changed, 63 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index cbf213c59137..35f99f257777 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1042,6 +1042,7 @@ SUBDIR += p5-Term-Prompt SUBDIR += p5-Term-Query SUBDIR += p5-Term-ReadKey + SUBDIR += p5-Term-ReadLine-Gnu SUBDIR += p5-Term-ReadLine-Zoid SUBDIR += p5-Term-Screen SUBDIR += p5-Term-Shell diff --git a/devel/p5-Term-ReadLine-Gnu/Makefile b/devel/p5-Term-ReadLine-Gnu/Makefile new file mode 100644 index 000000000000..c5061d3bf586 --- /dev/null +++ b/devel/p5-Term-ReadLine-Gnu/Makefile @@ -0,0 +1,28 @@ +# Ports collection makefile for: Term::ReadLine::Gnu +# Date created: Feb 22, 2005 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= Term-ReadLine-Gnu +PORTVERSION= 1.15 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Term +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Perl extension for the GNU Readline/History Library + +PERL_CONFIGURE= yes + +MAN3= Term::ReadLine::Gnu.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +IGNORE= "Need at least perl 5.8 to build" +.endif + +.include <bsd.port.post.mk> diff --git a/devel/p5-Term-ReadLine-Gnu/distinfo b/devel/p5-Term-ReadLine-Gnu/distinfo new file mode 100644 index 000000000000..701dabfa945f --- /dev/null +++ b/devel/p5-Term-ReadLine-Gnu/distinfo @@ -0,0 +1,2 @@ +MD5 (Term-ReadLine-Gnu-1.15.tar.gz) = 33c96145ee94576e10eb0f1fd1b613d0 +SIZE (Term-ReadLine-Gnu-1.15.tar.gz) = 66784 diff --git a/devel/p5-Term-ReadLine-Gnu/pkg-descr b/devel/p5-Term-ReadLine-Gnu/pkg-descr new file mode 100644 index 000000000000..5c04ba580726 --- /dev/null +++ b/devel/p5-Term-ReadLine-Gnu/pkg-descr @@ -0,0 +1,18 @@ +Term::ReadLine::Gnu (TRG) is an implementation of the interface to the GNU +Readline Library. + +This module gives you input line editing facility, input history management +facility, word completion facility, etc. It uses the real GNU Readline Library +and has the interface with the almost all variables and functions which are +documented in the GNU Readline/History Library. So you can program your custom +editing function, your custom completion function, and so on with Perl. + +TRG may be useful for a C programmer to prototype a program which uses the GNU +Readline Library. + +TRG is upper compatible with Term::ReadLine included in Perl distribution. +Term::ReadLine uses TRG automatically when TRG is available. +You can enjoy full line editing feature with Perl debugger which uses +Term::ReadLine with no patch. + +WWW: http://search.cpan.org/~hayashi/Term-ReadLine-Gnu/ diff --git a/devel/p5-Term-ReadLine-Gnu/pkg-plist b/devel/p5-Term-ReadLine-Gnu/pkg-plist new file mode 100644 index 000000000000..8c9782bcb657 --- /dev/null +++ b/devel/p5-Term-ReadLine-Gnu/pkg-plist @@ -0,0 +1,14 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Term/ReadLine/Gnu.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Term/ReadLine/Gnu/XS.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Term/ReadLine/Gnu/euc_jp.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadLine/Gnu/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadLine/Gnu/Gnu.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadLine/Gnu/Gnu.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadLine/Gnu/XS/autosplit.ix +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadLine/Gnu/XS +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadLine/Gnu +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ReadLine 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term 2>/dev/null || true +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Term/ReadLine/Gnu +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Term/ReadLine 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Term 2>/dev/null || true |