Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Aug 2009 00:39:35 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/textproc Makefile ports/textproc/p5-XML-DOMHandler Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200908050039.n750dZCf025045@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
amdmi3      2009-08-05 00:39:35 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/p5-XML-DOMHandler Makefile distinfo pkg-descr 
                               pkg-plist 
  Log:
  This module creates a layer on top of DOM that allows you to program
  in a "push" style rather than "pull". Once the document has been parsed
  and you have a DOM object, you can call on the DOMHandler's traverse()
  method to apply a set of call-back routines to all the nodes in a tree.
  
  WWW: http://search.cpan.org/dist/XML-DOMHandler-1.0/
  
  PR:             137424
  Submitted by:   Stefan Pauly <stefan@fh-mainz.de>
  
  Revision  Changes    Path
  1.1366    +1 -0      ports/textproc/Makefile
  1.1       +21 -0     ports/textproc/p5-XML-DOMHandler/Makefile (new)
  1.1       +3 -0      ports/textproc/p5-XML-DOMHandler/distinfo (new)
  1.1       +6 -0      ports/textproc/p5-XML-DOMHandler/pkg-descr (new)
  1.1       +5 -0      ports/textproc/p5-XML-DOMHandler/pkg-plist (new)



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