1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Update to 0.91

- Respect PORTEXAMPLES

Changes:	http://search.cpan.org/dist/Term-ShellUI/Changes
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-06-12 19:09:25 +00:00
parent e62990bc20
commit 446fc42167
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275470
3 changed files with 15 additions and 29 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Term-ShellUI
PORTVERSION= 0.86
PORTVERSION= 0.91
CATEGORIES= shells perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -18,23 +18,16 @@ RUN_DEPENDS= ${SITE_PERL}/Term/ReadLine/Perl.pm:${PORTSDIR}/devel/p5-ReadLine-Pe
PERL_CONFIGURE= yes
SAMPLESDIR= ${WRKSRC}/examples
MAN3= Term::ShellUI.3 \
Text::Shellwords::Cursor.3
MAN3= Term::ShellUI.3 \
Text::Shellwords::Cursor.3
post-install:
.if !defined(NOPORTDOCS)
.if !defined(NOPORTEXAMPLES)
@${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
@${MKDIR} ${EXAMPLESDIR}
@${MKDIR} ${EXAMPLESDIR}/RPC
@${MKDIR} ${EXAMPLESDIR}/Term
@${INSTALL_DATA} ${SAMPLESDIR}/RPC/Connection.pm ${EXAMPLESDIR}/RPC
@${INSTALL_DATA} ${SAMPLESDIR}/Term/ExprUI.pm ${EXAMPLESDIR}/Term
@${INSTALL_DATA} ${SAMPLESDIR}/README ${EXAMPLESDIR}
.for file in fileman-example psh synopsys synopsys-old tui-sample xmlexer
@${INSTALL_SCRIPT} ${SAMPLESDIR}/${file} ${EXAMPLESDIR}
.for file in fileman-example synopsis synopsis-big tui-sample
@${INSTALL_SCRIPT} ${WRKSRC}/examples/${file} ${EXAMPLESDIR}
.endfor
.endif

View File

@ -1,2 +1,2 @@
SHA256 (Term-ShellUI-0.86.tar.gz) = 5cdf0567a9290c3f3fad2fb892e09f62f08f643042f1b4feaa0a25858729a763
SIZE (Term-ShellUI-0.86.tar.gz) = 43479
SHA256 (Term-ShellUI-0.91.tar.gz) = 86a0eb1e2e124936549c27f5ef43e34f20503c3def67fe7097643c64e8dd47ab
SIZE (Term-ShellUI-0.91.tar.gz) = 30664

View File

@ -1,20 +1,13 @@
%%SITE_PERL%%/Term/ShellUI.pm
%%SITE_PERL%%/Text/Shellwords/Cursor.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ShellUI/.packlist
%%PORTDOCS%%%%EXAMPLESDIR%%/RPC/Connection.pm
%%PORTDOCS%%%%EXAMPLESDIR%%/Term/ExprUI.pm
%%PORTDOCS%%%%EXAMPLESDIR%%/fileman-example
%%PORTDOCS%%%%EXAMPLESDIR%%/psh
%%PORTDOCS%%%%EXAMPLESDIR%%/synopsys
%%PORTDOCS%%%%EXAMPLESDIR%%/synopsys-old
%%PORTDOCS%%%%EXAMPLESDIR%%/tui-sample
%%PORTDOCS%%%%EXAMPLESDIR%%/xmlexer
%%PORTDOCS%%%%EXAMPLESDIR%%/README
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/RPC
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/Term
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ShellUI
@dirrmtry %%SITE_PERL%%/Text/Shellwords
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fileman-example
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/synopsis
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/synopsis-big
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tui-sample
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ShellUI
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term
@dirrmtry %%SITE_PERL%%/Text/Shellwords
@dirrmtry %%SITE_PERL%%/Text
@dirrmtry %%SITE_PERL%%/Term