# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $
PortSystem 1.0
PortGroup perl5 1.0
perl5.setup		XML-Filter-BufferText 1.01
maintainers		mac.com:kykim
categories-append	textproc
description		Simple text filter
long_description	This is a very simple filter. One common cause of grief (and programmer \
                            error) is that XML parsers aren't required to provide character events in one \
                            chunk. They can, but are not forced to, and most don't. This filter does the \
                            trivial but oft-repeated task of putting all characters into a single event.
homepage		http://search.cpan.org/~rberjon/${distname}
checksums		md5 2992c0387632583b966ab9c965b25512
platforms		darwin

