# $Id: Portfile,v 1.1 2005/11/04 06:48:18 mww Exp $
PortSystem 1.0
PortGroup perl5 1.0
perl5.setup		XML-Filter-BufferText 1.01
maintainers		kykim@mac.com
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

