Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 May 2012 07:58:38 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@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-SAX-Base Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201205080758.q487wcGU097101@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sunpoet     2012-05-08 07:58:38 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/p5-XML-SAX-Base Makefile distinfo pkg-descr pkg-plist 
  Log:
  - Re-add p5-XML-SAX-Base 1.08
  
  XML::SAX::Base has a very simple task - to be a base class for PerlSAX drivers
  and filters. It's default behaviour is to pass the input directly to the output
  unchanged. It can be useful to use this module as a base class so you don't have
  to, for example, implement the characters() callback.
  
  The main advantages that it provides are easy dispatching of events the right
  way (ie it takes care for you of checking that the handler has implemented that
  method, or has defined an AUTOLOAD), and the guarantee that filters will pass
  along events that they aren't implementing to handlers downstream that might
  nevertheless be interested in them.
  
  WWW: http://search.cpan.org/dist/XML-SAX-Base/
  
  Revision  Changes    Path
  1.1718    +1 -0      ports/textproc/Makefile
  1.8       +29 -0     ports/textproc/p5-XML-SAX-Base/Makefile (new)
  1.4       +2 -0      ports/textproc/p5-XML-SAX-Base/distinfo (new)
  1.4       +12 -0     ports/textproc/p5-XML-SAX-Base/pkg-descr (new)
  1.5       +9 -0      ports/textproc/p5-XML-SAX-Base/pkg-plist (new)



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