Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Sep 2003 17:29:37 -0700 (PDT)
From:      Edwin Groothuis <edwin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/pear-XML_Parser Makefile distinfo pkg-descr pkg-plist
Message-ID:  <200309080029.h880TbNg003980@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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)



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