Bug 130235 - [PATCH] graphics/qcomicbook: Support 7-Zip .cb7 comic book archive extension
Summary: [PATCH] graphics/qcomicbook: Support 7-Zip .cb7 comic book archive extension
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: Mario Sergio Fujikawa Ferreira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-06 15:10 UTC by Mario Sergio Fujikawa Ferreira
Modified: 2009-01-16 04:40 UTC (History)
1 user (show)

See Also:


Attachments
qcomicbook-0.4.0_5.patch (2.51 KB, patch)
2009-01-06 15:10 UTC, Mario Sergio Fujikawa Ferreira
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2009-01-06 15:10:01 UTC
qcomicbook already support 7-Zip comic book archives. However,it
does not recognize .cb7 extension accordingly. Just verify
http://en.wikipedia.org/wiki/Comic_Book_Archive_file

1) Added optional run time dependency on archivers/p7zip port;

2) Added .cb7 referency to qcomicbook.1 man page;

3) Added .cb7 extension to the 7-Zip support code;

4) Bumped PORTREVISION.

Added file(s):
- files/patch-help__qcomicbook.1
- files/patch-src__imgarchivesink.cpp

Port maintainer (makc@issp.ac.ru) is cc'd. These patches should be
sent to the developer as well.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-01-06 15:10:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lioux

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-01-06 15:10:38 UTC
Maintainer of graphics/qcomicbook,

Please note that PR ports/130235 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/130235

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2009-01-06 15:10:40 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Max Brazhnikov 2009-01-06 17:26:42 UTC
Feel free to commit. Would you like to maintain this port?

Max
Comment 5 dfilter service freebsd_committer freebsd_triage 2009-01-16 04:31:41 UTC
lioux       2009-01-16 04:31:32 UTC

  FreeBSD ports repository

  Modified files:
    graphics/qcomicbook  Makefile 
  Added files:
    graphics/qcomicbook/files patch-help__qcomicbook.1 
                              patch-src__imgarchivesink.cpp 
  Log:
  o Add support for 7-Zip .cb7 comic book archive extension WITH_7ZIP
    option which defaults to on
  o Bump PORTREVISION
  o Take over maintainership
  
  PR:             130235
  Approved by:    maintainer (previous)
  
  Revision  Changes    Path
  1.25      +12 -3     ports/graphics/qcomicbook/Makefile
  1.1       +11 -0     ports/graphics/qcomicbook/files/patch-help__qcomicbook.1 (new)
  1.1       +10 -0     ports/graphics/qcomicbook/files/patch-src__imgarchivesink.cpp (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 6 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2009-01-16 04:31:47 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!