- Add p5-Tk-Pod 0.9939
Tk::Pod is a simple Pod browser with hypertext capabilities in a Toplevel widget. WWW: http://search.cpan.org/dist/Tk-Pod/
This commit is contained in:
parent
2df4f35b0f
commit
91ea415cb5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283289
5 changed files with 70 additions and 0 deletions
|
@ -830,6 +830,7 @@
|
|||
SUBDIR += p5-Text-Xslate
|
||||
SUBDIR += p5-Text-vCard
|
||||
SUBDIR += p5-Time-Human
|
||||
SUBDIR += p5-Tk-Pod
|
||||
SUBDIR += p5-Tk-XMLViewer
|
||||
SUBDIR += p5-Tree-Nary
|
||||
SUBDIR += p5-Tree-Suffix
|
||||
|
|
43
textproc/p5-Tk-Pod/Makefile
Normal file
43
textproc/p5-Tk-Pod/Makefile
Normal file
|
@ -0,0 +1,43 @@
|
|||
# New ports collection makefile for: p5-Tk-Pod
|
||||
# Date created: 2011-10-10
|
||||
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Tk-Pod
|
||||
PORTVERSION= 0.9939
|
||||
CATEGORIES= textproc tk perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Simple Pod browser with hypertext capabilities in a Toplevel widget
|
||||
|
||||
BUILD_DEPENDS= p5-Tk>=800.004:${PORTSDIR}/x11-toolkits/p5-Tk
|
||||
RUN_DEPENDS= p5-Tk>=800.004:${PORTSDIR}/x11-toolkits/p5-Tk
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN1= tkmore.1 \
|
||||
tkpod.1
|
||||
MAN3= Tk::More.3 \
|
||||
Tk::Pod.3 \
|
||||
Tk::Pod::Cache.3 \
|
||||
Tk::Pod::FindPods.3 \
|
||||
Tk::Pod::Search.3 \
|
||||
Tk::Pod::Search_db.3 \
|
||||
Tk::Pod::SimpleBridge.3 \
|
||||
Tk::Pod::Text.3 \
|
||||
Tk::Pod::Tree.3 \
|
||||
Tk::Pod::Util.3 \
|
||||
Tk::Pod_usage.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 501000
|
||||
BUILD_DEPENDS+= p5-Pod-Simple>=0:${PORTSDIR}/textproc/p5-Pod-Simple
|
||||
RUN_DEPENDS+= p5-Pod-Simple>=0:${PORTSDIR}/textproc/p5-Pod-Simple
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
textproc/p5-Tk-Pod/distinfo
Normal file
2
textproc/p5-Tk-Pod/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Tk-Pod-0.9939.tar.gz) = 26ce9305e8fb4df3266de4490a9f0230c233ad256ffd4cf453db302d2d6c0f24
|
||||
SIZE (Tk-Pod-0.9939.tar.gz) = 69770
|
4
textproc/p5-Tk-Pod/pkg-descr
Normal file
4
textproc/p5-Tk-Pod/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Tk::Pod is a simple Pod browser with hypertext capabilities in a Toplevel
|
||||
widget.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Tk-Pod/
|
20
textproc/p5-Tk-Pod/pkg-plist
Normal file
20
textproc/p5-Tk-Pod/pkg-plist
Normal file
|
@ -0,0 +1,20 @@
|
|||
bin/tkmore
|
||||
bin/tkpod
|
||||
%%SITE_PERL%%/Tk/More.pm
|
||||
%%SITE_PERL%%/Tk/Pod.pm
|
||||
%%SITE_PERL%%/Tk/Pod/Cache.pm
|
||||
%%SITE_PERL%%/Tk/Pod/FindPods.pm
|
||||
%%SITE_PERL%%/Tk/Pod/Search.pm
|
||||
%%SITE_PERL%%/Tk/Pod/Search_db.pm
|
||||
%%SITE_PERL%%/Tk/Pod/SimpleBridge.pm
|
||||
%%SITE_PERL%%/Tk/Pod/Styles.pm
|
||||
%%SITE_PERL%%/Tk/Pod/Text.pm
|
||||
%%SITE_PERL%%/Tk/Pod/Tree.pm
|
||||
%%SITE_PERL%%/Tk/Pod/Util.pm
|
||||
%%SITE_PERL%%/Tk/Pod/WWWBrowser.pm
|
||||
%%SITE_PERL%%/Tk/Pod_usage.pod
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/Pod/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/Pod
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk
|
||||
@dirrm %%SITE_PERL%%/Tk/Pod
|
||||
@dirrmtry %%SITE_PERL%%/Tk
|
Loading…
Reference in a new issue