summaryrefslogtreecommitdiffstats
path: root/java/crimson-apache/DETAILS
blob: e50d440f14653f68df346910f6603d842ceebe86 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
      SPELL_NAME=crimson  
        PKG_NAME=${SPELL_NAME}
           SPELL=${SPELL_NAME}-apache
         VERSION=1.1.3
          SOURCE=${SPELL_NAME}-${VERSION}-src.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL_NAME}-${VERSION}
   SOURCE_URL[0]=http://xml.apache.org/dist/${SPELL_NAME}/$SOURCE
     SOURCE_HASH=sha512:d54af330871dae8601e4d371b10b1c32a5a1033b464c83a55d3db70996777132af7c6cf51d81da91ed0c86b9c1c87a1535116d204dfa03c2349b486b5d4d6a7a
      LICENSE[0]=APACHE
        KEYWORDS="parser java xml"
        WEB_SITE=http://xml.apache.org/crimson/
         ENTERED=20030326
           SHORT="Crimson is a Java XML parser which supports XML 1.0"
cat << EOF
Crimson is a Java XML parser which supports XML 1.0 via the following APIs:
 * Java API for XML Processing (JAXP) 1.1 minus the javax.xml.transform 
   package. JAXP is a pluggable API that allows applications to access 
   XML documents in a parser-independent manner. It endorses the industry 
   standard SAX and DOM APIs and also adds a few classes under the 
   javax.xml.parsers package to implement pluggability and utility methods. 
   Note: the javax.xml.transform package hierarchy of JAXP is not implemented 
   by Crimson. One implementation of javax.xml.transform can be found at 
   Xalan Java 2.
 * SAX 2.0
 * SAX2 Extensions version 1.0
 * DOM Level 2 Core Recommendation		
EOF