summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-10-25 13:40:24 +0000
committerwiz <wiz@pkgsrc.org>2005-10-25 13:40:24 +0000
commit2b8550401e9503137bf42c955517bbe1dfcae8d4 (patch)
tree65c999df14232c07767b8de96ed958d0b6bba9c6 /www
parent57914e1a286f476df6073a31a949a19246366b7b (diff)
downloadpkgsrc-2b8550401e9503137bf42c955517bbe1dfcae8d4.tar.gz
Update to 2.06:
2.06 Tue Oct 18 13:13:52 EDT 2005 - Tightened up element interactions in TREE() mode when examing rows, columns, cells, etc. Was running into trouble with dereferencing scalars vs objects. - Documented space() H::TE::T method, added tests - Added POD tests - Documentation updates and fixes 2.05 Tue Oct 4 16:00:02 EDT 2005 - Fixed a TREE() definition bug and class method assignments - Fixed a 'row above header' bug, added tests 2.04 Wed Aug 3 14:42:23 EDT 2005 - Fixed some conditional optional dependency tests in order to avoid falure assertions on some test boxes. 2.03 Wed Jul 20 12:45:56 EDT 2005 - Fixed greedy attribute bug (non qualifying tables were being selected under certain circumstances) - Moved more completely to File::Spec operations in testload.pm in order to make windows boxes happy. 2.02 Thu Jun 23 12:42:44 EDT 2005 - squelched TREE() creation warnings for subclasses - fixed a rows() bug involving keep_headers 2.01 Tue Jun 21 22:05:53 EDT 2005 - fixed some test changes 2.00 Fri Jun 17 17:28:10 EDT 2005 - Can now return parsed tables as HTML::TableElement objects within an HTML::Element tree structure (via HTML::TreeBuilder) for such purposes as in-line editing of table content within documents. Invoked via 'use HTML::TableExtract qw(tree);'. - Added columns(), row(), column(), and cell() methods. - Added some handy reporting methods: tables_report() and tables_dump(). These are almost always handy while first analyzing a new HTML document for table content. - Debugging and error output can now be assigned to arbitrary file handles. ! Old 'table_state' methods are now merely 'table' methods, though the old table_state style is still supported. ! Chains have been dropped. Though interesting (think xpath), they needlessly complicated matters as they were nearly universally unused.
Diffstat (limited to 'www')
-rw-r--r--www/p5-HTML-TableExtract/Makefile7
-rw-r--r--www/p5-HTML-TableExtract/distinfo8
2 files changed, 8 insertions, 7 deletions
diff --git a/www/p5-HTML-TableExtract/Makefile b/www/p5-HTML-TableExtract/Makefile
index 7371964a1d0..6ff24739c43 100644
--- a/www/p5-HTML-TableExtract/Makefile
+++ b/www/p5-HTML-TableExtract/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2005/08/06 06:19:39 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2005/10/25 13:40:24 wiz Exp $
-DISTNAME= HTML-TableExtract-1.10
+DISTNAME= HTML-TableExtract-2.06
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
@@ -11,6 +10,8 @@ HOMEPAGE= http://sourceforge.net/projects/table-extract/
COMMENT= Perl5 module to simplify extracting HTML tables
DEPENDS+= p5-HTML-Parser>=3.08:../../www/p5-HTML-Parser
+DEPENDS+= p5-HTML-Tree>=3.18:../../www/p5-HTML-Tree
+DEPENDS+= p5-HTML-Element-Extended>=1.13:../../www/p5-HTML-Element-Extended
PERL5_PACKLIST= auto/HTML-TableExtract/.packlist
diff --git a/www/p5-HTML-TableExtract/distinfo b/www/p5-HTML-TableExtract/distinfo
index ee2141137b5..1a5b94ea126 100644
--- a/www/p5-HTML-TableExtract/distinfo
+++ b/www/p5-HTML-TableExtract/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2005/03/24 18:01:52 chris Exp $
+$NetBSD: distinfo,v 1.6 2005/10/25 13:40:24 wiz Exp $
-SHA1 (HTML-TableExtract-1.10.tar.gz) = 29326b10c03a9d99ce70f0a418cfa791bed827e0
-RMD160 (HTML-TableExtract-1.10.tar.gz) = 535e0834e85523dab9b475ce7defde32a04d95c0
-Size (HTML-TableExtract-1.10.tar.gz) = 27031 bytes
+SHA1 (HTML-TableExtract-2.06.tar.gz) = d95db978f19715d06816b1f26fd68f940cfc61af
+RMD160 (HTML-TableExtract-2.06.tar.gz) = 0dbfaf4df8ee13e0be3350006315e85ef8a02707
+Size (HTML-TableExtract-2.06.tar.gz) = 23509 bytes