Add p5-XML-Filter-Reindent 0.03,

reformats whitespace for pretty
printing XML.
This commit is contained in:
Sergey Skvortsov 2002-05-27 09:52:42 +00:00
parent 52c813c97b
commit 83beb9bf07
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60111
6 changed files with 43 additions and 0 deletions

View file

@ -189,6 +189,7 @@
SUBDIR += p5-XML-Filter-Base
SUBDIR += p5-XML-Filter-BufferText
SUBDIR += p5-XML-Filter-DetectWS
SUBDIR += p5-XML-Filter-Reindent
SUBDIR += p5-XML-Filter-SAXT
SUBDIR += p5-XML-Filter-XInclude
SUBDIR += p5-XML-Filter-XSLT

View file

@ -0,0 +1,25 @@
# New ports collection makefile for: XML::Filter::Reindent
# Date created: 13 Mar 2002
# Whom: Sergey Skvortsov <skv@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= XML-Filter-Reindent
PORTVERSION= 0.03
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/Filter/DetectWS.pm:${PORTSDIR}/textproc/p5-XML-Filter-DetectWS
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= XML::Filter::Reindent.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (XML-Filter-Reindent-0.03.tar.gz) = e3283c7e4cf5da68c1ffb17a454f58c6

View file

@ -0,0 +1 @@
Reformats whitespace for pretty printing XML

View file

@ -0,0 +1,8 @@
XML::Filter::Reindent can be used as a PerlSAX filter to reformat an XML
document before sending it to a PerlSAX handler that prints it (like
XML::Handler::Composer.)
WWW: http://search.cpan.org/search?dist=XML-Filter-Reindent
-- Sergey Skvortsov
skv@FreeBSD.org

View file

@ -0,0 +1,7 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Filter/Reindent/.packlist
lib/perl5/site_perl/%%PERL_VER%%/XML/Filter/Reindent.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Filter/Reindent
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML/Filter 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Filter 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true