cvs commit: www/en/cgi GnatsPR.pm query-pr.cgi www/en/cgi/GnatsPR MIMEIterator.pm Section.pm SectionIterator.pm www/en/cgi/GnatsPR/Section Email.pm FieldStart.pm MIME.pm Patch.pm StateChange.pm Text.pm www/en/layout/css query-pr.css

Shaun Amott shaun at FreeBSD.org
Wed Jul 20 22:23:23 UTC 2011


shaun       2011-07-20 22:23:23 UTC

  FreeBSD doc repository (ports committer)

  Modified files:
    en/cgi               query-pr.cgi 
    en/layout/css        query-pr.css 
  Added files:
    en/cgi               GnatsPR.pm 
    en/cgi/GnatsPR       MIMEIterator.pm Section.pm 
                         SectionIterator.pm 
    en/cgi/GnatsPR/Section Email.pm FieldStart.pm MIME.pm Patch.pm 
                           StateChange.pm Text.pm 
  Log:
  Introducing the 3rd generation PR viewer.
  
  This is a significant improvement over the previous version, with more
  robust patch handling, better encoding/charset handling, numerous
  long-overdue bug fixes and a generally more maintainable codebase.
  
  Revision  Changes     Path
  1.1       +636 -0     www/en/cgi/GnatsPR.pm (new)
  1.1       +153 -0     www/en/cgi/GnatsPR/MIMEIterator.pm (new)
  1.1       +58 -0      www/en/cgi/GnatsPR/Section.pm (new)
  1.1       +189 -0     www/en/cgi/GnatsPR/Section/Email.pm (new)
  1.1       +80 -0      www/en/cgi/GnatsPR/Section/FieldStart.pm (new)
  1.1       +311 -0     www/en/cgi/GnatsPR/Section/MIME.pm (new)
  1.1       +172 -0     www/en/cgi/GnatsPR/Section/Patch.pm (new)
  1.1       +117 -0     www/en/cgi/GnatsPR/Section/StateChange.pm (new)
  1.1       +82 -0      www/en/cgi/GnatsPR/Section/Text.pm (new)
  1.1       +114 -0     www/en/cgi/GnatsPR/SectionIterator.pm (new)
  1.70      +652 -1009  www/en/cgi/query-pr.cgi
  1.5       +61 -25     www/en/layout/css/query-pr.css


More information about the cvs-doc mailing list