Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Nov 2004 03:02:13 +0000 (UTC)
From:      Herve Quiroz <hq@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/textproc Makefile ports/textproc/jaxup Makefile distinfo pkg-descr ports/textproc/jaxup/files build.xml
Message-ID:  <200411170302.iAH32DT9021753@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
hq          2004-11-17 03:02:13 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/jaxup       Makefile distinfo pkg-descr 
    textproc/jaxup/files build.xml 
  Log:
  A Java XML Update engine
  
  Jaxup defines an interface to update XML documents, through which clients can
  work without knowledge of the exact object model that the document uses. The
  interface is called Updater, and the idea behind it is the same as with Jaxen's
  Navigator interface. In addition, an implementation of xmldb.org's proposed
  XUpdate specification is provided. The implementation is in the XUpdate class.
  
  Implementations of the Updater interface are provided for the following object
  models:
  
    - DOM
    - Dom4j
    - JDom
  
  WWW: http://klomp.org/jaxup/
  
  Revision  Changes    Path
  1.762     +1 -0      ports/textproc/Makefile
  1.1       +56 -0     ports/textproc/jaxup/Makefile (new)
  1.1       +2 -0      ports/textproc/jaxup/distinfo (new)
  1.1       +63 -0     ports/textproc/jaxup/files/build.xml (new)
  1.1       +14 -0     ports/textproc/jaxup/pkg-descr (new)



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