Add p5-XML-DT 0.19, a perl module for down translation of XML to strings.
PR: 23994 Submitted by: Anton Berezin <tobez@tobez.org>
This commit is contained in:
parent
7be089663e
commit
bc811a3e5f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36743
@ -91,6 +91,7 @@
|
||||
SUBDIR += p5-Text-Tmpl
|
||||
SUBDIR += p5-Text-Wrapper
|
||||
SUBDIR += p5-XML-DOM
|
||||
SUBDIR += p5-XML-DT
|
||||
SUBDIR += p5-XML-Dumper
|
||||
SUBDIR += p5-XML-Parser
|
||||
SUBDIR += p5-XML-RSS
|
||||
|
32
textproc/p5-XML-DT/Makefile
Normal file
32
textproc/p5-XML-DT/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# New ports collection makefile for: textproc/p5-XML-DT
|
||||
# Date created: 01 January 2001
|
||||
# Whom: Anton Berezin <tobez@tobez.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= XML-DT
|
||||
PORTVERSION= 0.19
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= XML
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tobez@tobez.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
USE_PERL5= yes
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= XML::DT.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/XML/DT/examples
|
||||
@${MKDIR} ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/XML/DT/examples/XPath
|
||||
@${INSTALL_DATA} ${WRKSRC}/examples/XPath/* ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/XML/DT/examples/XPath
|
||||
@${INSTALL_DATA} `ls -d ${WRKSRC}/examples/* | ${GREP} -v XPath` ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/XML/DT/examples
|
||||
|
||||
.include <bsd.port.mk>
|
1
textproc/p5-XML-DT/distinfo
Normal file
1
textproc/p5-XML-DT/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (XML-DT-0.19.tar.gz) = 4fc4c0ca3f0c9e50920cd01aa28085bc
|
1
textproc/p5-XML-DT/pkg-comment
Normal file
1
textproc/p5-XML-DT/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl module for down translation of XML to strings
|
10
textproc/p5-XML-DT/pkg-descr
Normal file
10
textproc/p5-XML-DT/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
This module processes XML files with an approach similar to OMNIMARK.
|
||||
|
||||
Down translation function dt() receives a filename and a set of
|
||||
expressions (functions) defining the processing and associated values
|
||||
for each element.
|
||||
|
||||
dtstring() is similar but takes input from a string instead of a file.
|
||||
|
||||
-Anton
|
||||
<tobez@tobez.org>
|
49
textproc/p5-XML-DT/pkg-plist
Normal file
49
textproc/p5-XML-DT/pkg-plist
Normal file
@ -0,0 +1,49 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/DT/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/XPath/ex1.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/XPath/ex1.xml
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/XPath/ex2.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/XPath/ex2.xml
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/XPath/ex3.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/XPath/ex3.xml
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/XPath/ex4.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/XPath/ex4.xml
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/XPath/ex5.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/XPath/ex5.xml
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/XPath/ex6.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/XPath/ex6.xml
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/XPath/ex7.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/XPath/ex7.xml
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/XPath/ex8.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/XPath/ex8.xml
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/10nov.sgm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/README
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/arq.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/arq.xml
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/ex.xml
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/ex1.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/ex10.1.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/ex10.2.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/ex10.2.xml
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/ex10.3.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/ex10.3.xml
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/ex11.1.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/ex11.1.xml
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/ex11.5.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/ex11.5.xml
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/ex2.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/ex3.xml
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/ex5.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/ex6.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/ex7.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/gcapaper2tex.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/jj.dtd
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/lat1.html
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/makefile
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/pub.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/publico.dtd
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/DT
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples/XPath
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/XML/DT/examples
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/XML/DT
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user