mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Tk::XMLViewer - Tk widget to display XML
This commit is contained in:
parent
c53b761b51
commit
ac2d391b67
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43198
@ -110,6 +110,7 @@
|
||||
SUBDIR += p5-Text-Template
|
||||
SUBDIR += p5-Text-Tmpl
|
||||
SUBDIR += p5-Text-Wrapper
|
||||
SUBDIR += p5-Tk-XMLViewer
|
||||
SUBDIR += p5-Tree-Nary
|
||||
SUBDIR += p5-XML-DOM
|
||||
SUBDIR += p5-XML-DT
|
||||
|
26
textproc/p5-Tk-XMLViewer/Makefile
Normal file
26
textproc/p5-Tk-XMLViewer/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: p5-Tk-XMLViewer
|
||||
# Date created: May 28 2001
|
||||
# Whom: vanilla
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Tk-XMLViewer
|
||||
PORTVERSION= 0.13
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Tk
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3PREFIX= ${LOCALBASE}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Tk::XMLViewer.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
textproc/p5-Tk-XMLViewer/distinfo
Normal file
1
textproc/p5-Tk-XMLViewer/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Tk-XMLViewer-0.13.tar.gz) = 114047f70811ebbd65f33979f6faff40
|
1
textproc/p5-Tk-XMLViewer/pkg-comment
Normal file
1
textproc/p5-Tk-XMLViewer/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Tk::XMLViewer - Tk widget to display XML
|
3
textproc/p5-Tk-XMLViewer/pkg-descr
Normal file
3
textproc/p5-Tk-XMLViewer/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Tk::XMLViewer is an widget inherited from Tk::Text which displays XML
|
||||
in a hierarchical tree. You can use the plus and minus buttons to
|
||||
hide/show parts of the tree.
|
6
textproc/p5-Tk-XMLViewer/pkg-plist
Normal file
6
textproc/p5-Tk-XMLViewer/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
bin/tkxmlview
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Tk/XMLViewer.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tk/XMLViewer/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tk/XMLViewer
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tk 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Tk 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user