Port details |
- libpillowfight Library containing various image processing algorithms
- 0.3.1 graphics
=2 0.3.0Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2018-07-28 18:29:04
- Last Update: 2025-01-13 01:45:09
- Commit Hash: 1402399
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: GPLv2
- WWW:
- https://gitlab.gnome.org/World/OpenPaperwork/libpillowfight
- Description:
- Library containing various image processing algorithms.
Available algorithms:
* Unpaper's algorithms
* Blackfilter
* Noisefilter
* Blurfilter
* Masks
* Grayfilter
* Border
* Canny edge detection
* Sobel operator
* Gaussian blur
* ACE (Automatic Color Equalization ; Parallelized implementation)
* SWT (Stroke Width Transformation)
* Compare: Compare two images (grayscale) and makes the pixels that are
different really visible (red).
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libpillowfight>0:graphics/libpillowfight
- To install the port:
- cd /usr/ports/graphics/libpillowfight/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/libpillowfight
- pkg install libpillowfight
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libpillowfight
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1736729318
SHA256 (OpenPaperwork-libpillowfight-254018aad15710af6e9bdc5eb61aaa7dbac6f747_GL0.tar.gz) = 920fdc12c0a1862db3fcca7272080c34c1a44453aab3aa0d3369c7766684c8f8
SIZE (OpenPaperwork-libpillowfight-254018aad15710af6e9bdc5eb61aaa7dbac6f747_GL0.tar.gz) = 89490624
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:
-
- gmake : devel/gmake
- cmake : devel/cmake-core
- ninja : devel/ninja
- Test dependencies:
-
- gmake : devel/gmake
- tox : devel/py-tox@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- graphics_libpillowfight
- USES:
- cmake python:test
- 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.3.1 13 Jan 2025 01:45:09
    |
Yuri Victorovich (yuri)  |
graphics/libpillowfight: update 0.3.0 → 0.3.1 |
0.3.0 12 Jul 2023 18:56:04
    |
Felix Palmen (zirias)  |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
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) |
0.3.0 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 ) |
0.3.0 03 Sep 2021 13:01:58
    |
Tobias Kortkamp (tobik)  |
*: Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop or unreferenced variables
- Add missing ports to the build
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan |
0.3.0 09 Apr 2021 18:44:23
    |
Matthias Fechner (mfechner)  |
Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628 |
0.3.0 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.3.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.3.0 15 Nov 2020 01:24:35
  |
yuri  |
graphics/libpillowfight: Update 0.2.4 -> 0.3.0 |
0.2.4 25 Dec 2018 20:25:40
  |
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
0.2.4 31 Jul 2018 07:18:40
  |
yuri  |
graphics/libpillowfight: Add 'test' target |
0.2.4 30 Jul 2018 19:51:37
  |
yuri  |
graphics/libpillowfight: Fix GL_SITE/GL_ACCOUNT
Reported by: mat |
0.2.4 28 Jul 2018 18:28:53
  |
yuri  |
New port: graphics/libpillowfight: Library containing various image processing
algorithms |