summaryrefslogtreecommitdiffstats
path: root/libs/libxml2/DETAILS
blob: d0561614abd46eab4aa6a93dae18e8e63e3d1a9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
           SPELL=libxml2
         VERSION=2.8.0
  SECURITY_PATCH=8
     SOURCE_HASH=sha512:e36ca96e5ba18f767346f1310c43d3c8c9a35c53252de18ad63ebce7f1f8df7ae40dd0719b2c6d78f5a64e61be154eec63a36ae738d29e93a9139c524a289ad4
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=ftp://xmlsoft.org/$SPELL/$SOURCE
      LICENSE[0]=BSD
        WEB_SITE=http://xmlsoft.org/
         ENTERED=20010922
        KEYWORDS="parser gnome xml libs"
           SHORT="XML version 2 parser for Gnome"
cat << EOF
The libXML library allows you to manipulate XML files. It offers SAX or DOM tree
generation interfaces. It supports XML and HTML (real world ones) parsing,
flexible DTD validation, XPath, XPointer-XInclude, and pull and push modes with
FTP and HTTP modules. It's written in C and should be fairly portable. The
design is modular; most of the extensions can be compiled out.
EOF