summaryrefslogtreecommitdiffstats
path: root/libs/libxml2/DETAILS
blob: 0703bec2e751af3c78dd079e808eb5873e2cb88f (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.9.0
     SOURCE_HASH=sha512:b13268ea3725a8b534974ece33981b001324164e5687df94b0d15c77189070e2a5d9f08c1646e5492e70a607ca0adf00788772fcf300ac2d4a110e9bf57d4afe
  SECURITY_PATCH=8
          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