cvs commit: ports/devel Makefile ports/devel/pear-XML_XPath Makefile distinfo pkg-descr pkg-plist

Edwin Groothuis edwin at FreeBSD.org
Sun Sep 7 19:28:25 PDT 2003


edwin       2003/09/07 19:28:24 PDT

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/pear-XML_XPath Makefile distinfo pkg-descr pkg-plist 
  Log:
  New port: PEAR class provided an XPath/DOM XML manipulation
  
          This is an XML parser based on PHP's built-in xml extension.
          It supports two basic modes of operation: "func" and "event".
          In "func" mode, it will look for a function named after
          each element (xmltag_ELEMENT for start tags and xmltag_ELEMENT_
          for end tags), and in "event" mode it uses a set of generic
          callbacks.
  
  PR:             ports/56446
  Submitted by:   Alex Miller <asm at asm.kiev.ua>
  
  Revision  Changes    Path
  1.1274    +1 -0      ports/devel/Makefile
  1.1       +37 -0     ports/devel/pear-XML_XPath/Makefile (new)
  1.1       +1 -0      ports/devel/pear-XML_XPath/distinfo (new)
  1.1       +7 -0      ports/devel/pear-XML_XPath/pkg-descr (new)
  1.1       +9 -0      ports/devel/pear-XML_XPath/pkg-plist (new)


More information about the cvs-ports mailing list