Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jul 2004 20:36:36 +0000 (UTC)
From:      Greg Lewis <glewis@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/textproc Makefile ports/textproc/saxon-devel Makefile distinfo pkg-descr pkg-plist ports/textproc/saxon-devel/files saxon.sh
Message-ID:  <200407072036.i67KaaN8081700@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
glewis      2004-07-07 20:36:36 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/saxon-devel Makefile distinfo pkg-descr pkg-plist 
    textproc/saxon-devel/files saxon.sh 
  Log:
  . Add a saxon-devel port for the development version of Saxon:
  
  "The Saxon 8.0 package is a collection of tools for processing XML documents.
   The main components are:
  
   - An XSLT 2.0 processor, that can be used from the command line, or invoked
     from a Java application by use of the standard JAXP API. Saxon can be
     integrated with Java applications using the JAXP API, which means it is
     possible for a Java application to switch between different XSLT processors
     without changing the application code. As well as conforming closely with the
     XSLT 2.0 specification, Saxon offers a number of powerful extensions.
   - An XPath 2.0 processor accessible via an API to Java applications.
   - An XQuery 1.0 processor that can be used from the command line, or invoked
     from a Java application by use of an API.
   - An XML Schema 1.0 processor. This can be used on its own to validate a schema
     for correctness, or to validate a source document against the definitions in
     a schema. It is also used to support the schema-aware functionality of the
     XSLT and XQuery processors.
  
   So you can use Saxon to process XML by writing XSLT stylesheets, by writing
   XQuery queries, by writing Java applications, or by combinations of the
   approaches."
  
  PR:             68637
  Submitted by:   Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
  
  Revision  Changes    Path
  1.705     +1 -0      ports/textproc/Makefile
  1.1       +66 -0     ports/textproc/saxon-devel/Makefile (new)
  1.1       +2 -0      ports/textproc/saxon-devel/distinfo (new)
  1.1       +6 -0      ports/textproc/saxon-devel/files/saxon.sh (new)
  1.1       +22 -0     ports/textproc/saxon-devel/pkg-descr (new)
  1.1       +63 -0     ports/textproc/saxon-devel/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407072036.i67KaaN8081700>