notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
py-comicapi Comic archive (cbr/cbz) and metadata utilities
3.2.0_1 archivers on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.2.0_1Version of this port present on the latest quarterly branch.
Maintainer: matthew@wener.org search for ports maintained by this maintainer
Port Added: 2024-11-21 20:00:09
Last Update: 2025-02-18 14:16:23
Commit Hash: 0378893
Also Listed In: python
License: APACHE20
WWW:
https://github.com/comictagger/comicapi
Description:
Comic archive (cbr/cbz) and metadata utilities. Extracted from the comictagger project.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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}comicapi>0:archivers/py-comicapi@${PY_FLAVOR}
To install the port:
cd /usr/ports/archivers/py-comicapi/ && make install clean
To add the package, run one of these commands:
  • pkg install archivers/py-comicapi
  • pkg install py311-comicapi
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-comicapi listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-comicapi
Package flavors (<flavor>: <package>)
  • py311: py311-comicapi
distinfo:
TIMESTAMP = 1739727096 SHA256 (comictagger-comicapi-3.2.0-2bf8332_GH0.tar.gz) = a96a0cdca8f5efc3337fe194f59b86e369e23d12e0fcec81e3c34b9e652c1f18 SIZE (comictagger-comicapi-3.2.0-2bf8332_GH0.tar.gz) = 17401837

Expand this list (2 items)

Collapse this list.

SHA256 (956c383e5f133f3147f55f8f65b501db1c4a0284.patch) = 409d35e51f9bed2d391218f4f49d5b94c9eb3aa9c46b2f8c12ea30e7dd2013e0 SIZE (956c383e5f133f3147f55f8f65b501db1c4a0284.patch) = 911

Collapse this list.


Packages (timestamps in pop-ups are UTC):
py311-comicapi
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.2.0_13.2.0_1-3.2.0_13.2.0_1---
FreeBSD:13:quarterly3.2.0_13.2.0_1-3.2.0_13.2.0_1---
FreeBSD:14:latest3.2.0_13.2.0_1--3.2.0_1---
FreeBSD:14:quarterly3.2.0_13.2.0_1-3.2.0_13.2.0_1---
FreeBSD:15:latest3.2.0_13.2.0_1n/a3.2.0_1n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>0 : devel/py-setuptools@py311
  2. py311-setuptools-scm>=0 : devel/py-setuptools-scm@py311
  3. py311-wheel>=0 : devel/py-wheel@py311
  4. python3.11 : lang/python311
  5. py311-build>=0 : devel/py-build@py311
  6. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. py311-py7zr>=0 : archivers/py-py7zr@py311
  2. py311-rarfile>=0 : archivers/py-rarfile@py311
  3. rar>=0 : archivers/rar
  4. py311-pytest>=7,1 : devel/py-pytest@py311
  5. python3.11 : lang/python311
Runtime dependencies:
  1. py311-importlib-metadata>=0 : devel/py-importlib-metadata@py311
  2. py311-natsort>=0 : devel/py-natsort@py311
  3. py311-pillow>=0 : graphics/py-pillow@py311
  4. py311-pycountry>=0 : textproc/py-pycountry@py311
  5. py311-rapidfuzz>=0 : devel/py-rapidfuzz@py311
  6. py311-text2digits>=0 : textproc/py-text2digits@py311
  7. py311-wordninja>=0 : textproc/py-wordninja@py311
  8. py311-pyicu>=0 : devel/py-pyicu@py311
  9. python3.11 : lang/python311
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for py311-comicapi-3.2.0_1: 7Z=off: 7-Zip CBR=off: CBR ICU=on: ICU ===> Use 'make config' to modify these settings
Options name:
archivers_py-comicapi
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/comictagger/comicapi/tar.gz/2bf8332?dummy=/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.2.0_1
18 Feb 2025 14:16:23
commit hash: 0378893424231ecb3411ffa615254345aeee17a9commit hash: 0378893424231ecb3411ffa615254345aeee17a9commit hash: 0378893424231ecb3411ffa615254345aeee17a9commit hash: 0378893424231ecb3411ffa615254345aeee17a9 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
Author: Matthew Wener
archivers/py-comicapi: Fix RAR and 7z Support

 1) The wrong dependencies were used for RAR. Fix unrar (incorrect) -> rar
(correct)
 2) Apply patch to fix 7z file reader

PR:		284549
MFH:		2025Q1
3.2.0
21 Nov 2024 19:58:30
commit hash: f99fa9aaa52dc13b42d13d6bd63bacc924bb1683commit hash: f99fa9aaa52dc13b42d13d6bd63bacc924bb1683commit hash: f99fa9aaa52dc13b42d13d6bd63bacc924bb1683commit hash: f99fa9aaa52dc13b42d13d6bd63bacc924bb1683 files touched by this commit
Dries Michiels (driesm) search for other commits by this committer
Author: Matthew Wener
archivers/py-comicapi: add new port

Comic archive (cbr/cbz) and metadata utilities.

PR:	282841

Number of commits found: 2