diff options
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Tk-XMLViewer/Makefile | 26 | ||||
-rw-r--r-- | textproc/p5-Tk-XMLViewer/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-Tk-XMLViewer/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/p5-Tk-XMLViewer/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/p5-Tk-XMLViewer/pkg-plist | 6 |
6 files changed, 38 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index d2f3779949c7..30aca8d07778 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 diff --git a/textproc/p5-Tk-XMLViewer/Makefile b/textproc/p5-Tk-XMLViewer/Makefile new file mode 100644 index 000000000000..3a7f5689ab7c --- /dev/null +++ b/textproc/p5-Tk-XMLViewer/Makefile @@ -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> diff --git a/textproc/p5-Tk-XMLViewer/distinfo b/textproc/p5-Tk-XMLViewer/distinfo new file mode 100644 index 000000000000..4f2164d5a1d2 --- /dev/null +++ b/textproc/p5-Tk-XMLViewer/distinfo @@ -0,0 +1 @@ +MD5 (Tk-XMLViewer-0.13.tar.gz) = 114047f70811ebbd65f33979f6faff40 diff --git a/textproc/p5-Tk-XMLViewer/pkg-comment b/textproc/p5-Tk-XMLViewer/pkg-comment new file mode 100644 index 000000000000..cbb6f650b482 --- /dev/null +++ b/textproc/p5-Tk-XMLViewer/pkg-comment @@ -0,0 +1 @@ +Tk::XMLViewer - Tk widget to display XML diff --git a/textproc/p5-Tk-XMLViewer/pkg-descr b/textproc/p5-Tk-XMLViewer/pkg-descr new file mode 100644 index 000000000000..59b20d75bc82 --- /dev/null +++ b/textproc/p5-Tk-XMLViewer/pkg-descr @@ -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. diff --git a/textproc/p5-Tk-XMLViewer/pkg-plist b/textproc/p5-Tk-XMLViewer/pkg-plist new file mode 100644 index 000000000000..99e05329480e --- /dev/null +++ b/textproc/p5-Tk-XMLViewer/pkg-plist @@ -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 |