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

Edwin Groothuis edwin at FreeBSD.org
Sun Sep 7 17:29:38 PDT 2003


edwin       2003/09/07 17:29:37 PDT

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/pear-XML_Parser Makefile distinfo pkg-descr pkg-plist 
  Log:
  New port: PEAR XML parsing class based on PHP's bundled expat
  
          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/56361
  Submitted by:   Alex Miller <asm at asm.kiev.ua>
  
  Revision  Changes    Path
  1.1270    +1 -0      ports/devel/Makefile
  1.1       +36 -0     ports/devel/pear-XML_Parser/Makefile (new)
  1.1       +1 -0      ports/devel/pear-XML_Parser/distinfo (new)
  1.1       +7 -0      ports/devel/pear-XML_Parser/pkg-descr (new)
  1.1       +12 -0     ports/devel/pear-XML_Parser/pkg-plist (new)


More information about the cvs-ports mailing list