Ticket #5586: Portfile

File Portfile, 751 bytes (added by kykim@…, 18 years ago)

Proposed Portfile for p5-xml-filter-buffertext-1.01

Line 
1# $Id: $
2PortSystem 1.0
3PortGroup perl5 1.0
4perl5.setup             XML-Filter-BufferText 1.01
5maintainers             kykim@mac.com
6categories-append       textproc
7description             Simple text filter
8long_description        This is a very simple filter. One common cause of grief (and programmer \
9                            error) is that XML parsers aren't required to provide character events in one \
10                            chunk. They can, but are not forced to, and most don't. This filter does the \
11                            trivial but oft-repeated task of putting all characters into a single event.
12homepage                http://search.cpan.org/~rberjon/${distname}
13checksums               md5 2992c0387632583b966ab9c965b25512
14platforms               darwin
15
16# Depends on these libraries
17depends_lib-append