added dependencies libtasn1 and iso-codes
[v4hn_moonbase.git] / graphics / libsvg / DETAILS
blobf0700d0a8ce3632bcf83b5fabc20f8ca2324f3f6
1           MODULE=libsvg
2          VERSION=0.1.4
3           SOURCE=$MODULE-$VERSION.tar.gz
4       SOURCE_URL=http://cairographics.org/snapshots/
5       SOURCE_VFY=sha1:2198e65833eed905d93be70f3db4f0d32a2eaf57
6         WEB_SITE=http://www.cairographics.org/
7          ENTERED=20060415
8          UPDATED=20060415
9            SHORT="a parser for SVG content in files or buffers"
11 cat << EOF
12 libsvg does not do any rendering, but instead provides a
13 function-based interface that can be used by various rendering
14 engines.
16 It is anticipated that the primary uses of libsvg would be in small
17 libraries that connect the libsvg parser to a rendering engine. Those
18 libraries, in turn, would provide the capability to applications to
19 directly render SVG content from files or buffers.
20 EOF
22 # module based on submission by Davide Coppola <dmc@dev-labs.net>