Port details |
- qcomicbook Qt-based comic book archive viewer
- 0.9.1_50 graphics =4 0.9.1_50Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2005-04-25 00:45:41
- Last Update: 2024-03-01 23:56:15
- Commit Hash: d2f834b
- People watching this port, also watch:: gimp, lame, jackit, dbus, wget
- License: GPLv2
- WWW:
- https://github.com/stolowski/QComicBook
- Description:
- QComicBook is a viewer for comic book archives (.cbr, .cbz and
alike) containing jpeg/png/xpm/gif/bmp images, which aims at speed,
convenience and ease of use. Features include:
* automatic handling of archives
* full-screen mode
* two-pages mode and japanese mode
* thumbnails view
* page scaling (fit to window width/height, whole page)
* mouse or keyboard navigation, whatever you prefer
* bookmarks
* PDF support
* and more...
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- QComicBook>0:graphics/qcomicbook
- To install the port:
- cd /usr/ports/graphics/qcomicbook/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/qcomicbook
- pkg install QComicBook
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: QComicBook
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1538907081
SHA256 (stolowski-QComicBook-0.9.1_GH0.tar.gz) = 39bb6ba0e20569985c930b0e8bdb19ae9c5453f27e9f7c01c6d44f56fb204619
SIZE (stolowski-QComicBook-0.9.1_GH0.tar.gz) = 739887
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- lrelease : devel/qt5-linguisttools
- qt5-qmake>=5.15 : devel/qt5-qmake
- Library dependencies:
-
- libpoppler-qt5.so : graphics/poppler-qt5
- libQt5Core.so : devel/qt5-core
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5PrintSupport.so : print/qt5-printsupport
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- libQt5X11Extras.so : x11/qt5-x11extras
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for QComicBook-0.9.1_50:
7ZIP=off: 7-Zip (.cb7) comic book archives support
ACE=off: ACE (.cba) comic book archives support
RAR=off: Rar (.cbr) comic book archives support
===> Use 'make config' to modify these settings
- Options name:
- graphics_qcomicbook
- USES:
- cmake compiler:c++11-lang pkgconfig qt:5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.4.0_6 19 Aug 2009 09:04:26 |
lioux |
After recent QT4 update, fix build on OSVERSION < 700042
PR: 137798
Submitted by: makc |
0.4.0_6 25 Mar 2009 14:00:24 |
lioux |
Mark MAKE_JOBS_SAFE for SMP compilation |
0.4.0_6 18 Jan 2009 01:23:22 |
lioux |
o Add support for ACE .cba comic book archive extension WITH_ACE
option which defaults to on
o Bump PORTREVISION |
0.4.0_5 16 Jan 2009 04:31:32 |
lioux |
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) |
0.4.0_4 06 Aug 2008 10:38:09 |
miwi |
- Disable imlib2 (it's not used temporary)
- Install desktop icon/entry
- Bump PORTREVISION
PR: 126272
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer) |
0.4.0_3 04 Aug 2008 23:34:15 |
miwi |
- Fix Build after qt4 update
- Pass maintainership to Max Brazhnikov (makc@issp.ac.ru) |
0.4.0_3 01 Aug 2008 09:46:54 |
arved |
Remove unneeded rundeps on qt4 buildtools
PR: 123362
Submitted by: Max Brazhnikov |
0.4.0_2 06 Jun 2008 13:35:04 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.4.0_1 11 Mar 2008 21:13:53 |
stas |
- Update enlightenment-devel and EFL libraries to the latest snapshot
- Deprecate old unsupported apps and modules (entice, devian, eveil, engage)
- Split evas and ecore to separate modules to handle dependencies properly
- Disable PAM in enlightenment-devel as it don't work anyway (requires root
privilegies)
- Add DBUS support.
Thanks to: az |
0.4.0 14 Dec 2007 16:50:53 |
miwi |
- Update to 0.4.0
PR: 118621
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
0.3.4_2 23 Jul 2007 09:36:52 |
rafan |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
0.3.4_2 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.3.4_1 11 Mar 2007 08:51:14 |
stas |
- Update e17 ports to 20070223 snapshot
- Bump portrevisions on all imlib2-dependend ports as the library soversion
was bumped [1]
- Disable fade-in effects in x11-fm/evidence permanently, since evas doesn't
support it anymore. [2]
The patch was tested in the tinderbox.
Approved by: portmgr (marcus) [1],
Anders Troback <freebsd@troback.com> (maintainer) [2] |
0.3.4 01 Dec 2006 23:59:21 |
miwi |
- Update 0.3.4
PR: ports/106145
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
0.3.3 24 Sep 2006 15:19:56 |
arved |
Upgrade to 3.3 |
0.3.2 28 Aug 2006 12:54:26 |
miwi |
- Update to 0.3.2
PR: ports/102582
Submitted by: KATO Tsuguru <tkato432(at)yahoo.com> |
0.2.8 08 Aug 2006 07:16:55 |
clsung |
- tag BROKEN(does not build on 4.x)
PR: ports/101625
Submitted by: maintainer (chinsan <chinsan dot tw_AT_gmail dot com>) |
0.2.8 06 Jul 2006 11:14:38 |
arved |
Update to 0.2.8
PR: 99816
Submitted by: chinsan <chinsan.tw@gmail.com> |
0.2.6 18 Mar 2006 21:07:58 |
pav |
- Update to 0.2.7
PR: ports/94497
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
0.2.6 07 Jan 2006 17:52:51 |
anray |
Update to 0.2.6
PR: ports/91458
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
0.2.5 18 Nov 2005 23:23:05 |
pav |
- Update to 0.2.5
PR: ports/89236
Submitted by: Ports Fury |
0.2.4 30 Aug 2005 03:08:08 |
ijliao |
upgrade to 0.2.4
PR: 85382
Submitted by: Ports Fury |
0.2.3 20 Jul 2005 09:05:06 |
pav |
- Update to 0.2.3
PR: ports/83272
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
0.2.2 22 Jun 2005 17:03:57 |
lawrance |
Update to 0.2.2
PR: ports/82534
Submitted by: Ports Fury |
0.2.1 27 May 2005 21:38:42 |
pat |
Update to 0.2.1
(anyone want to make this DATADIR safe?)
PR: ports/81510
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
0.2.0 21 May 2005 17:46:15 |
kris |
BROKEN on 4.x: Configure fails |
0.2.0 12 May 2005 08:31:34 |
ijliao |
upgrade to 0.2.0 |
0.1.8 25 Apr 2005 00:45:20 |
adamw |
Add qcomicbook, a nifty comicbook archive viewer.
QComicBook is a viewer for comic book archives containing jpeg/png
images, which aims at convenience and simplicity. Features include:
* automatic handling of archives
* full-screen mode
* two-pages mode and japanese mode
* thumbnails view
* page scaling (fit to window witdth/height, whole page)
* mouse or keyboard navigation, whatever you prefer
* bookmarks
* and more...
WWW: http://linux.bydg.org/~yogin/ |