1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/textproc/mini-xml/pkg-plist
Pav Lucistnik bb1357e923 Add Mini-XML, a small XML parsing library that you can use to
read XML and XML-like data files in your application without
requiring large non-standard libraries.  Mini-XML only
requires an ANSI C compatible compiler (GCC works, as do
most vendors' ANSI C compilers) and a "make" program.

PR:		ports/67304
Submitted by:	Osintsev Vladimir <oc@nm.ru>
2004-05-29 13:32:26 +00:00

18 lines
539 B
Plaintext

bin/mxmldoc
include/mxml.h
lib/libmxml.a
libdata/pkgconfig/mxml.pc
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
%%PORTDOCS%%%%DOCSDIR%%/COPYING
%%PORTDOCS%%%%DOCSDIR%%/mxml.html
%%PORTDOCS%%%%DOCSDIR%%/mxml.pdf
%%PORTDOCS%%%%DOCSDIR%%/mxmldoc.xsd
%%PORTDOCS%%%%DOCSDIR%%/test.xml
%%PORTDOCS%%%%DOCSDIR%%/samples/class.cxx
%%PORTDOCS%%%%DOCSDIR%%/samples/enum.cxx
%%PORTDOCS%%%%DOCSDIR%%/samples/function.cxx
%%PORTDOCS%%%%DOCSDIR%%/samples/struct.cxx
%%PORTDOCS%%@dirrm %%DOCSDIR%%/samples
%%PORTDOCS%%@dirrm %%DOCSDIR%%