diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-28 13:44:45 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-28 13:44:45 +0000 |
commit | ac2d391b6787fad2a294ccd3390f5d0808c2c4e7 (patch) | |
tree | cccb503aab4ec1023c9e9db888ed9935119fe4fa /textproc/p5-Tk-XMLViewer | |
parent | c53b761b51d7a0db2750bf78e84aab6f82caa525 (diff) | |
download | ports-ac2d391b6787fad2a294ccd3390f5d0808c2c4e7.tar.gz ports-ac2d391b6787fad2a294ccd3390f5d0808c2c4e7.zip |
Notes
Diffstat (limited to 'textproc/p5-Tk-XMLViewer')
-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 |
5 files changed, 37 insertions, 0 deletions
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 |