Port details |
- py-mcomix GTK3 comic book viewer
- 2.2.1_3 graphics
=2 2.2.1_2Version of this port present on the latest quarterly branch. - Maintainer: shoesoft@gmx.net
 - Port Added: 2012-08-06 16:45:49
- Last Update: 2025-03-08 04:05:21
- Commit Hash: 06a08e6
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://sourceforge.net/projects/mcomix/
- Description:
- MComix is a user-friendly, customizable image viewer. It is
specifically designed to handle comic books, but also serves as a
generic viewer. It reads images in ZIP, RAR, 7Zip or tar archives as
well as plain image files.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}mcomix>0:graphics/py-mcomix@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/graphics/py-mcomix/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/py-mcomix
- pkg install py311-mcomix
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-mcomix listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-mcomix
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1689346249
SHA256 (mcomix-2.2.1.tar.gz) = 7e69e53e134237a611de55b660230401b1225958a071f143ab5b434357933640
SIZE (mcomix-2.2.1.tar.gz) = 531734
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:
-
- py311-pillow>=5.2.0 : graphics/py-pillow@py311
- update-desktop-database : devel/desktop-file-utils
- py311-pygobject>=0 : devel/py-pygobject@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-pillow>=5.2.0 : graphics/py-pillow@py311
- libunrar.so : archivers/libunrar
- update-desktop-database : devel/desktop-file-utils
- py311-pygobject>=0 : devel/py-pygobject@py311
- python3.11 : lang/python311
- Library dependencies:
-
- libatk-1.0.so : accessibility/at-spi2-core
- libcairo.so : graphics/cairo
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-3.so : x11-toolkits/gtk30
- libharfbuzz.so : print/harfbuzz
- libpango-1.0.so : x11-toolkits/pango
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py311-mcomix-2.2.1_3:
RAR=on: RAR (.cbr) comic book archives support
===> Use 'make config' to modify these settings
- Options name:
- graphics_py-mcomix
- USES:
- desktop-file-utils gnome python
- 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 |
2.2.1_3 08 Mar 2025 04:05:21
    |
Charlie Li (vishwin)  |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details. |
2.2.1_2 22 Nov 2024 22:31:54
    |
Charlie Li (vishwin)  |
devel/py-pygobject: bump consumer PORTREVISIONs after port rename
With hat: gnome
PR: 273722 |
2.2.1_1 23 Dec 2023 18:14:14
    |
Nuno Teixeira (eduardo)  |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
2.2.1 30 Jul 2023 22:59:04
    |
Robert Clausecker (fuz)  Author: Stefan Ehmann |
graphics/py-mcomix: update to 2.2.1
Changelog: https://sourceforge.net/p/mcomix/git/ci/master/tree/ChangeLog
PR: 272504 |
2.1.0_1 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
2.1.0_1 21 Jun 2023 05:30:20
    |
Jason E. Hale (jhale)  |
archivers/libunrar6: Move to archivers/libunrar
Unversion archivers/libunrar6 now that this is the only version
of libunrar in the ports tree. |
2.1.0 07 Jun 2023 12:25:33
    |
Wen Heping (wen)  Author: Stefan Ehmann |
graphics/py-mcomix: Update to 2.1.0
PR: 271408
Reported by: maintainer |
1.2.1g20210526_2 02 Mar 2023 05:23:10
    |
Tobias C. Berner (tcberner)  |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.2.1g20210526_1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.2.1g20210526_1 20 Jul 2022 14:22:04
    |
Tobias C. Berner (tcberner)  |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
1.2.1g20210526_1 04 Mar 2022 17:36:09
    |
Jason E. Hale (jhale)  Author: Stefan Ehmann |
graphics/py-mcomix: Add .desktop file
PR: 262311
Reported by: tod.jackson@gmail.com |
1.2.1g20210526 30 May 2021 21:43:06
    |
Jan Beich (jbeich)  |
graphics/py-mcomix: update to 1.2.1g20210526
Changes: https://github.com/multiSnow/mcomix3/compare/9ba2f5b...9eb4fc7
PR: 256270
Approved by: Stefan Ehmann (maintainer) |
1.2.1g20201223_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.2.1g20201223_1 19 Jan 2021 19:51:31
  |
jhale  |
Move archivers/libunrar5 -> archivers/libunrar6 due to new major version.
Update renamed port to 6.0.3.
Bump PORTREVISION on consumers and adjust to use new port origin. |
1.2.1g20201223 25 Dec 2020 01:01:10
  |
jbeich  |
graphics/py-mcomix: update to 1.2.1g20201223
- Add optional dependency on libunrar
Changes: https://github.com/multiSnow/mcomix3/compare/cd39ae5...9ba2f5b
PR: 252022
Approved by: Stefan Ehmann (maintainer) |
1.2.1g20200418 01 May 2020 15:40:32
  |
jbeich  |
graphics/py-mcomix: unbreak with non-default python
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned:
%%PYTHON_SITELIBDIR%%/mcomix/__pycache__/__init__.cpython-38.pyc
Error: Orphaned:
%%PYTHON_SITELIBDIR%%/mcomix/__pycache__/about_dialog.cpython-38.pyc
Error: Orphaned:
%%PYTHON_SITELIBDIR%%/mcomix/__pycache__/anime_tools.cpython-38.pyc
[...]
===> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: %%PYTHON_SITELIBDIR%%/mcomix/__pycache__/__init__.cpython-37.pyc
Error: Missing:
%%PYTHON_SITELIBDIR%%/mcomix/__pycache__/about_dialog.cpython-37.pyc
Error: Missing:
%%PYTHON_SITELIBDIR%%/mcomix/__pycache__/anime_tools.cpython-37.pyc
[...]
PR: 246084
Approved by: Stefan Ehmann (maintainer) |
1.2.1g20200418 23 Apr 2020 10:54:31
  |
ashish  |
- Resurrect port
- Switch to new upstream Python3 fork at GitHub[1]
- Remove patches not applicable anymore[1]
- Transfer maintainership to submitter[1]
- Update version in the port source so as to be consistent[1]
- Depend on Python 3.7+ as it's a Python 3 fork
PR: 245738
Submitted by: Stefan Ehmann <shoesoft@gmx.net>[1] |
1.2.1_3 01 Mar 2020 17:19:40
  |
rene  |
Remove expired ports:
2020-03-01 audio/idjc: Old, uses EOLed python27
2020-03-01 cad/py-pycam: Old, uses EOLed python27
2020-02-27 chinese/gimp-help-zh_CN: Broken
2020-03-01 databases/emma: Old, uses EOLed python27
2020-03-01 deskutils/anamnesis: Old, uses EOLed python27
2020-02-28 deskutils/cherrytree: Old, uses EOLed python27
2020-03-01 deskutils/gbirthday: Old, uses EOLed python27
2020-03-01 deskutils/gtg: Old, uses EOLed python27
2020-03-01 deskutils/nemo-extensions: Old, uses EOLed python27
2020-03-01 deskutils/pybookreader: Old, uses EOLed python27
2020-03-01 devel/diffuse: Old, uses EOLed python27
2020-02-28 devel/dreampie: Old, uses EOLed python27
2020-03-01 devel/gtkparasite: Old, uses EOLed python27 (Only the first 15 lines of the commit message are shown above ) |
1.2.1_3 24 Feb 2020 11:36:16
  |
kai  |
graphics/py-pillow: Update to 7.0.0
* Repo-Copy the Pillow 6.2.2 release to graphics/py-pillow6 to retain
backwards compatibility for Python 2 consumers as the Pillow 7.0.0 release
dropped the support for Python 2.
* Apply conditional statements to use either Pillow 7.x or Pillow 6.x for
consumers that can be built for Python 2 or newer.
* Exceptions are ports that can be built only for either Python 2 or
Python 3. For the first case, consumers are just assigned to the
repo-copied graphics/py-pillow6.
* Also remove Pillow from BUILD_DEPENDS of math/py-PyWavelets as it is not
listed in setup.py as a build dependency [1] and relax the version (Only the first 15 lines of the commit message are shown above ) |
1.2.1_2 28 Jan 2020 21:57:19
  |
antoine  |
Deprecate some pygtk2 ports
With hat: portmgr |
1.2.1_2 18 May 2019 11:15:00
  |
kai  |
graphics/py-mcomix: Fix runtime with graphics/py-pillow 6.0
* Prevent runtime breakage when graphics/py-pillow is updated to 6.0 where
the deprecated constant "Image.VERSION" is no longer available. [1]
* Add a workaround for the behavior of the "_getexif" function that is still
buggy with PNG files that contain EXIF meta data. [2]
Also while I'm here:
* Add "gnome" to USES as using USE_GNOME alone is deprecated.
PR: 237887, 237426 (related)
Approved by: ashish (maintainer)
Obtained from: upstream [1], https://github.com/multiSnow/mcomix3/issues/76 [2] |
1.2.1_1 20 Jun 2018 17:05:44
  |
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
1.2.1_1 16 Jan 2018 00:47:51
  |
cpm  |
- Fix manpage installation in /usr/local/man/man1
- Update WWW in pkg-descr
- Bump PORTREVISION
PR: 224852
Submitted by: myself
Approved by: ashish (maintainer timeout, 2 weeks) |
1.2.1 02 Dec 2017 10:16:53
  |
antoine  |
pygtk2 works only with python2, no need to build python3 flavors of mcomix |
1.2.1 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.2.1 10 Apr 2016 07:49:49
  |
ashish  |
- Update to 1.2.1 |
1.01 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.01 08 Feb 2015 21:38:17
  |
ashish  |
- Update to 1.01 |
1.00_2 05 Oct 2014 00:01:20
  |
wg  |
graphics/py-mcomix: switch from py-imaging to py-pillow
- USES python
With hat: python
Approved by: portmgr (bdrewery, implicit) |
1.00_1 29 Jul 2014 21:43:18
  |
adamw  |
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
1.00_1 13 Jun 2014 18:03:45
  |
mva  |
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit) |
1.00 13 Jun 2014 07:36:28
  |
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.
CR: D201
Approved by: portmgr (bapt) |
1.00 24 Apr 2014 16:26:48
  |
mat  |
Remove the last @comment $FreeBSD$ from plists.
With hat: portmgr
Sponsored by: Absolight |
1.00 15 Mar 2014 08:29:44
  |
ashish  |
- Update to 1.00
- Add LICENSE information
- Add STAGE support
- Fix spacing in pkg-descr |
0.99 21 Jan 2014 23:40:23
  |
bapt  |
Fix properties on pkg-plist |
0.99 13 Jan 2014 21:00:04
  |
rene  |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
0.99 20 Sep 2013 18:35:46
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
0.99 07 Aug 2012 02:09:16
 |
ashish  |
- Fix pkg-descr
Reported by: buttercup (IRC) |
0.99 06 Aug 2012 16:45:20
 |
ashish  |
MComix is an user-friendly, customizable image viewer. It is
specifically designed to handle comic books, but also serves as a
generic viewer. It reads images in ZIP, RAR, 7Zip or tar archives as
well as plain image files.
WWW: http://mcomix.sourceforge.net/ |