Bug 137424 - [NEW PORT] devel/p5-XML-DOMHandler: A call-back interface to DOM
Summary: [NEW PORT] devel/p5-XML-DOMHandler: A call-back interface to DOM
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-04 14:10 UTC by Stefan Pauly
Modified: 2009-08-05 01:40 UTC (History)
0 users

See Also:


Attachments
file.shar (2.23 KB, text/plain)
2009-08-04 14:10 UTC, Stefan Pauly
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Pauly 2009-08-04 14:10:04 UTC
This module creates a layer on top of DOM that allows you to program
in a "push" style rather than "pull". Once the document has been parsed
and you have a DOM object, you can call on the DOMHandler's traverse()
method to apply a set of call-back routines to all the nodes in a tree.

WWW: http://search.cpan.org/dist/XML-DOMHandler-1.0/

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-08-04 14:10:13 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool)
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2009-08-04 16:18:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2009-08-04 17:35:16 UTC
State Changed
From-To: open->feedback

Don't you think textproc category will be better? All XML/DOM ports are 
in there.
Comment 4 Dmitry Marakasov freebsd_committer freebsd_triage 2009-08-05 01:39:43 UTC
State Changed
From-To: feedback->open

Feedback received
Comment 5 dfilter service freebsd_committer freebsd_triage 2009-08-05 01:39:44 UTC
amdmi3      2009-08-05 00:39:35 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/p5-XML-DOMHandler Makefile distinfo pkg-descr 
                               pkg-plist 
  Log:
  This module creates a layer on top of DOM that allows you to program
  in a "push" style rather than "pull". Once the document has been parsed
  and you have a DOM object, you can call on the DOMHandler's traverse()
  method to apply a set of call-back routines to all the nodes in a tree.
  
  WWW: http://search.cpan.org/dist/XML-DOMHandler-1.0/
  
  PR:             137424
  Submitted by:   Stefan Pauly <stefan@fh-mainz.de>
  
  Revision  Changes    Path
  1.1366    +1 -0      ports/textproc/Makefile
  1.1       +21 -0     ports/textproc/p5-XML-DOMHandler/Makefile (new)
  1.1       +3 -0      ports/textproc/p5-XML-DOMHandler/distinfo (new)
  1.1       +6 -0      ports/textproc/p5-XML-DOMHandler/pkg-descr (new)
  1.1       +5 -0      ports/textproc/p5-XML-DOMHandler/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Dmitry Marakasov freebsd_committer freebsd_triage 2009-08-05 01:39:50 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!