aboutsummaryrefslogtreecommitdiff
path: root/textproc/linux-f8-expat/pkg-descr
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
commitfa4a943c17e47bf910596a414fd7287983350b9b (patch)
treedc76cec18a505befc330e612e0a56bf1caa5ca49 /textproc/linux-f8-expat/pkg-descr
parent07bcc4091010f79f8d929d6ce22e51c7e3743b3f (diff)
Notes
Diffstat (limited to 'textproc/linux-f8-expat/pkg-descr')
-rw-r--r--textproc/linux-f8-expat/pkg-descr13
1 files changed, 0 insertions, 13 deletions
diff --git a/textproc/linux-f8-expat/pkg-descr b/textproc/linux-f8-expat/pkg-descr
deleted file mode 100644
index 74540c55ae58..000000000000
--- a/textproc/linux-f8-expat/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-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/