# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.28 5.30 5.32 5.34 perl5.setup XML-Filter-BufferText 1.01 revision 4 license {Artistic-1 GPL} maintainers nomaintainer 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. checksums md5 2992c0387632583b966ab9c965b25512 platforms {darwin any} if {${perl5.major} != ""} { depends_lib-append \ port:p${perl5.major}-xml-sax \ port:p${perl5.major}-xml-sax-base supported_archs noarch }