aboutsummaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-05-08 07:58:38 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-05-08 07:58:38 +0000
commit256fb825c25ddfc513ac072a2e5820f686f4e72c (patch)
tree4c4ce732215a72b110698a2778024faa8595d655 /textproc/Makefile
parent290d06a8a37f0ddee8f2d2c49444562fa64b5a49 (diff)
downloadports-256fb825c25ddfc513ac072a2e5820f686f4e72c.tar.gz
ports-256fb825c25ddfc513ac072a2e5820f686f4e72c.zip
- 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/
Notes
Notes: svn path=/head/; revision=296213
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 46aac360cef4..1254dd5a29f3 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -967,6 +967,7 @@
SUBDIR += p5-XML-Rewrite
SUBDIR += p5-XML-Rules
SUBDIR += p5-XML-SAX
+ SUBDIR += p5-XML-SAX-Base
SUBDIR += p5-XML-SAX-Expat
SUBDIR += p5-XML-SAX-Expat-Incremental
SUBDIR += p5-XML-SAX-ExpatXS