Bug 146035 - [NEW PORT] lang/p5-Test-XPath: Test XML and HTML content and structure with XPath expressions
Summary: [NEW PORT] lang/p5-Test-XPath: Test XML and HTML content and structure with X...
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: Sylvio Cesar Teixeira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-25 11:50 UTC by Jonathan Chu
Modified: 2010-04-25 16:20 UTC (History)
0 users

See Also:


Attachments
p5-Test-XPath-0.12.shar (2.20 KB, text/plain)
2010-04-25 11:50 UTC, Jonathan Chu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Chu 2010-04-25 11:50:01 UTC
This library's module, Test::XPath, provides an interface for testing the
content and structure of XML and HTML documents using XPath query expressions.
This will be most useful for those who need to write TAP-emitting unit tests
for HTML or XML output.

WWW: http://search.cpan.org/dist/Test-XPath/

Generated with FreeBSD Port Tools 0.99
Comment 1 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2010-04-25 13:03:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sylvio

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-04-25 16:14:56 UTC
sylvio      2010-04-25 15:14:43 UTC

  FreeBSD ports repository

  Modified files:
    lang                 Makefile 
  Added files:
    lang/p5-Test-XPath   Makefile distinfo pkg-descr pkg-plist 
  Log:
  - This library's module, Test::XPath, provides an interface for testing the
  content and structure of XML and HTML documents using XPath query expressions.
  This will be most useful for those who need to write TAP-emitting unit tests
  for HTML or XML output.
  
  WWW:    http://search.cpan.org/dist/Test-XPath/
  
  PR:             ports/146035
  Submitted by:   Jonathan Chu <milki@rescomp.berkeley.edu>
  
  Revision  Changes    Path
  1.683     +1 -0      ports/lang/Makefile
  1.1       +26 -0     ports/lang/p5-Test-XPath/Makefile (new)
  1.1       +3 -0      ports/lang/p5-Test-XPath/distinfo (new)
  1.1       +6 -0      ports/lang/p5-Test-XPath/pkg-descr (new)
  1.1       +2 -0      ports/lang/p5-Test-XPath/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 3 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2010-04-25 16:16:18 UTC
State Changed
From-To: open->closed

New port added. Thanks!