From 947edbcb2d704c45a01a7e62187a0cb65b1e60a8 Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Wed, 19 Nov 2003 14:11:11 +0000 Subject: new Linux/i386 binary port of Expat --- textproc/linux-f8-expat/pkg-descr | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 textproc/linux-f8-expat/pkg-descr (limited to 'textproc/linux-f8-expat/pkg-descr') diff --git a/textproc/linux-f8-expat/pkg-descr b/textproc/linux-f8-expat/pkg-descr new file mode 100644 index 000000000000..74540c55ae58 --- /dev/null +++ b/textproc/linux-f8-expat/pkg-descr @@ -0,0 +1,13 @@ +This is a Linux/i386 binary port of Expat. + +from the README: + + This is Expat, a C library for parsing XML, written by James + Clark. Expat is a stream-oriented XML parser. This means + that you register handlers with the parser before starting + the parse. These handlers are called when the parser + discovers the associated structures in the document being + parsed. A start tag is an example of the kind of structures + for which you may register handlers. + +WWW: http://www.libexpat.org/ -- cgit v1.2.3