mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add p5-Term-EditLine, a Perl interface to the NetBSD editline library.
This commit is contained in:
parent
f65d12377e
commit
e1f10e7a0e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360196
5 changed files with 34 additions and 0 deletions
|
@ -2791,6 +2791,7 @@
|
||||||
SUBDIR += p5-Term-Animation
|
SUBDIR += p5-Term-Animation
|
||||||
SUBDIR += p5-Term-CallEditor
|
SUBDIR += p5-Term-CallEditor
|
||||||
SUBDIR += p5-Term-Clui
|
SUBDIR += p5-Term-Clui
|
||||||
|
SUBDIR += p5-Term-EditLine
|
||||||
SUBDIR += p5-Term-Encoding
|
SUBDIR += p5-Term-Encoding
|
||||||
SUBDIR += p5-Term-Menus
|
SUBDIR += p5-Term-Menus
|
||||||
SUBDIR += p5-Term-ProgressBar
|
SUBDIR += p5-Term-ProgressBar
|
||||||
|
|
19
devel/p5-Term-EditLine/Makefile
Normal file
19
devel/p5-Term-EditLine/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= Term-EditLine
|
||||||
|
PORTVERSION= 0.05
|
||||||
|
CATEGORIES= devel perl5
|
||||||
|
MASTER_SITES= CPAN
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= ehaupt@FreeBSD.org
|
||||||
|
COMMENT= Perl interface to the NetBSD editline library
|
||||||
|
|
||||||
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
@${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Term/EditLine/EditLine.so
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
devel/p5-Term-EditLine/distinfo
Normal file
2
devel/p5-Term-EditLine/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (Term-EditLine-0.05.tar.gz) = 9aac4ae13e8b957a93f41a13fd89cb3b80d21a4f4338d95d73fedcbf1748eb19
|
||||||
|
SIZE (Term-EditLine-0.05.tar.gz) = 16697
|
3
devel/p5-Term-EditLine/pkg-descr
Normal file
3
devel/p5-Term-EditLine/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Perl interface to the NetBSD editline library.
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/Term-EditLine/
|
9
devel/p5-Term-EditLine/pkg-plist
Normal file
9
devel/p5-Term-EditLine/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
%%PERL5_MAN3%%/Term::EditLine.3.gz
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/Term/EditLine.pm
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/Term/EditLine.pod
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/EditLine/.packlist
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/EditLine/EditLine.so
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/EditLine/autosplit.ix
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Term
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/EditLine
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term
|
Loading…
Add table
Reference in a new issue