Next | Query returned 69 messages, browsing 41 to 50 | Previous

History of commit frequency

CVS Commit History:


   2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179)
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
   2008-01-08 21:58:30 by Klaus Heinz | Files touched by this commit (1)
Log message:
The package needs a C compiler.
   2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980)
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
   2007-02-02 20:04:35 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 3.56:

2007-01-12   Gisle Aas

     Release 3.56

     Cloning of parser state for compatiblity with threads.
     Fixed by Bo Lindbergh

     Don't require whitespace between declaration tokens.
     <http://rt.cpan.org/Ticket/Display.html?id=20864>

2006-07-10   Gisle Aas

     Release 3.55

     Treat <> at the end of document as text.  Used to be
     reported as a comment.

     Improved Firefox compatiblity for bad HTML:
      - Unclosed <script>, <style> are now treated as empty tags.
      - Unclosed <textarea>, <xmp> and <plaintext> treat rest \ 
as text.
      - Unclosed <title> closes at next tag.

     Make <!a'b> a comment by itself.
   2006-11-05 18:37:55 by Joerg Sonnenberger | Files touched by this commit (9)
Log message:
DESTDIR support.
   2006-07-20 00:46:24 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 3.54:

2006-04-28   Gisle Aas

     Release 3.54

     Yaakov Belch discovered yet another issue with <script> parsing.
     Enabling of 'empty_element_tags' got the parser confused
     if it found such a tag for elements that are normally parsed
     in literal mode.  Of these <script src="..."/> is the only
     one likely to be found in documents.
     <http://rt.cpan.org//Ticket/Display.html?id=18965>

2006-04-27   Gisle Aas

     Release 3.53

     When ignore_element was enabled it got confused if the
     corresponding tags did not nest properly; the end tag
     was treated it as if it was a start tag.
     Found and fixed by Yaakov Belch
     <http://rt.cpan.org/Ticket/Display.html?id=18936>

2006-04-26   Gisle Aas

     Release 3.52

     Make sure the 'start_document' fires exactly once for
     each document parsed.  For earlier releases it did not
     fire at all for empty documents and could fire multiple
     times if parse was called with empty chunks.

     Documentation tweaks and typo fixes.

2006-03-22   Gisle Aas

     Release 3.51

     Named entities outside the Latin-1 range are now only expanded
     when properly terminated with ";".  This makes HTML::Parser
     compatible with Firefox/Konqueror/MSIE when it comes to how these
     entities are expanded in attribute values.  Firefox does expand
     unterminated non-Latin-1 entities in plain text, so here
     HTML::Parser only stays compatible with Konqueror/MSIE.
     Fixes <http://rt.cpan.org/Ticket/Display.html?id=17962>.

     Fixed some documentation typos spotted by william at knowmad.com.
     <http://rt.cpan.org/Ticket/Display.html?id=18062>
   2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257)
Log message:
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to \ 
"pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
   2006-02-16 15:24:00 by Gavan Fantom | Files touched by this commit (2)
Log message:
Update p5-HTML-Parser to 3.50:

Release 3.50

  The 3.49 release didn't compile with VC++ because it mixed code
  and declarations.  Fixed by Steve Hay <steve.hay@uk.radan.com>.
   2006-02-13 20:27:11 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 3.49:

2006-01-08   Gisle Aas

     Release 3.49

     Events could sometimes still fire after a handler has signaled eof.

     Marked_sections with text ending in square bracket parsed wrong.
     <http://rt.cpan.org/Ticket/Display.html?id=16749>
   2006-01-02 00:00:31 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 3.48:

2005-12-02   Gisle Aas

     Release 3.48

     Enabling empty_element_tags by default for HTML::TokeParser
     was a mistake.  Reverted that change.
     <https://rt.cpan.org/Ticket/Display.html?id=16164>

     When processing a document with "marked_sections => 1", the
     skipped text missed the first 3 bytes "<![".
     <https://rt.cpan.org/Ticket/Display.html?id=16207>

2005-11-22   Gisle Aas

     Release 3.47

     Added empty_element_tags and xml_pic configuration
     options.  These make it possible to enable these XML
     features without enabling the full XML-mode.

     The empty_element_tags is enabled by default for
     HTML::TokeParser.

Next | Query returned 69 messages, browsing 41 to 50 | Previous