Port details |
- py-simplejpeg Simple package for fast JPEG encoding and decoding
- 1.8.0_1 graphics
=0 1.8.0_1Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2024-09-17 17:30:04
- Last Update: 2025-06-26 11:30:19
- Commit Hash: f6d28e2
- Also Listed In: python
- License: MIT
- WWW:
- https://gitlab.com/jfolz/simplejpeg
- Description:
- simplejpeg is a simple package based on recent versions of libturbojpeg for fast
JPEG encoding and decoding.
¦ ¦ ¦ ¦ 
- 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.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}simplejpeg>0:graphics/py-simplejpeg@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/graphics/py-simplejpeg/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/py-simplejpeg
- pkg install py311-simplejpeg
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-simplejpeg listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-simplejpeg
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1739083532
SHA256 (simplejpeg-1.8.0.tar.gz) = 43f78b0e7304a24751e14c429a8179a06623167e161e34ed7456dca9b36832cd
SIZE (simplejpeg-1.8.0.tar.gz) = 5482647
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-setuptools>0 : devel/py-setuptools@py311
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- py311-wheel>0 : devel/py-wheel@py311
- cmake : devel/cmake-core
- py311-cython3>=3.1.2 : lang/cython3@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- devel/py-jupyter-rfb
Configuration Options:
- No options to configure
- Options name:
- graphics_py-simplejpeg
- USES:
- cmake:indirect python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 7
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8.0_1 26 Jun 2025 11:30:19
    |
Po-Chuan Hsieh (sunpoet)  |
graphics/py-simplejpeg: Allow build with cython 3.1.0+
- Bump PORTREVISION for package change |
1.8.0 19 Jun 2025 20:28:47
    |
Charlie Li (vishwin)  |
python.mk: rename PYTHON_EXT_SUFFIX to PYTHON_TAG, document, etc
EXT_SUFFIX, according to PEP 3149, refers to the full tag and
extension for compiled extension module objects, eg .cpython-311.so,
.cpython-313t.so, etc. We do not use the correct semantic meaning,
and this usage becomes ambiguous and confusing when tags do not
match between bytecode and compiled extension module objects.
Rename our PYTHON_EXT_SUFFIX to PYTHON_TAG to align with PEP 3147's
specification of a magic tag, which consists of implementation name
and shorthand version only. This is meant for bytecode and other
files containing this tag in their filename that do not depend on
a specific Python ABI for the same version. Chase all existing
consumers.
(Only the first 15 lines of the commit message are shown above ) |
1.8.0 09 Apr 2025 14:55:11
    |
Po-Chuan Hsieh (sunpoet)  |
Mk/Uses/python.mk: Introduce USE_PYTHON=cython3{,_run,_test}
- Update USE_PYTHON=cython{,_run,_test}
- Convert all cython3 occurrence to USE_PYTHON=cython3*
- While I'm here, fix incorrect usage of combining cython3 in BUILD_DEPENDS and
USE_PYTHON=cython
It is added to simplify the future transition from Cython 0.29 to 3.
The minimal version is set to 3.0.12 because it is required by
devel/py-propcache.
The upper bound of version is set to 3.1 because it is limited by multiple
ports. |
1.8.0 09 Feb 2025 10:03:08
    |
Yuri Victorovich (yuri)  |
graphics/py-simplejpeg: update 1.7.6 → 1.8.0
Reported by: portscout |
1.7.6 18 Sep 2024 03:20:14
    |
Yuri Victorovich (yuri)  |
graphics/py-simplejpeg: Fix typo in comment |
1.7.6 17 Sep 2024 20:10:54
    |
Yuri Victorovich (yuri)  |
graphics/py-simplejpeg: Add USES=cmake:indirect |
1.7.6 17 Sep 2024 17:29:39
    |
Yuri Victorovich (yuri)  |
graphics/py-simplejpeg: New port: Simple package for fast JPEG encoding and
decoding |
Number of commits found: 7
|