Next | Query returned 43 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2005-10-25 15:40:24 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
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.
   2005-08-06 08:19:41 by Johnny C. Lam | Files touched by this commit (634) | Package updated
Log message:
Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
   2005-07-13 20:01:49 by Johnny C. Lam | Files touched by this commit (578)
Log message:
Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
   2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539)
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
   2005-03-24 19:01:52 by Chris Gilbert | Files touched by this commit (2) | Package updated
Log message:
Update HTML-TableExtract to v1.10.  v1.09 appears to have disappeared from
cpan mirrors.

Changes:
1.10  Mon Mar  7 10:45:54 EST 2005
        - Minor fix to resets during calls to parse(). Resets must be
          requested manually.
        - Docs update to reflect impending arrival of 2.x series.
   2005-02-27 14:24:13 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 1.09:
1.09  Fri Feb 25 17:49:00 EST 2005
        - Tables can now be selected by table tag attributes
        - lineage() method now returns row and column information, as
          well as depth and count, for each ancestor (potential
          backwards incompatability, entries are now 4 element arrays
          now rather than 2)
        - header matching and column retention enhancements
        - header retention
        - old-style procedures deprecated in prepration for them to
          become methods
        - various bug fixes
   2005-02-24 15:08:42 by Thomas Klausner | Files touched by this commit (277)
Log message:
Add RMD160 checksums.
   2004-12-20 12:31:14 by grant beattie | Files touched by this commit (467)
Log message:
since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
   2004-04-27 07:44:23 by Soren Jacobsen | Files touched by this commit (46)
Log message:
Convert to buildlink3.
   2003-07-25 14:30:54 by Julio Merino | Files touched by this commit (2)
Log message:
Update to 1.08:

1.08  Thu Apr  4 11:26:27 CST 2002
	- Added some more crufty HTML tolerance -- not
	  PC (puristicly correct) but HTML correctness
	  is probably of no interest to those merely
	  trying to extract information *out* of HTML.
	- Fixed a mapback problem with the legacy methods

1.07  Wed Aug 22 06:14:24 CDT 2001
	- Added keep_html option for HTML retention
	- bug fix for depth/count targets

Next | Query returned 43 messages, browsing 31 to 40 | Previous