Port details |
- pecl-vips PHP bindings for libvips
- 1.0.13_3 graphics =2 1.0.13_3Version of this port present on the latest quarterly branch.
- Maintainer: mops@punkt.de
- Port Added: 2019-06-16 13:14:23
- Last Update: 2023-04-23 09:09:58
- Commit Hash: 8d3e020
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/libvips/php-vips-ext
- Description:
- Low-level PHP binding for libvips
This extension lets you use the libvips image processing library
from PHP 7. It is intentionally very low-level: modules such as
https://github.com/libvips/php-vips try to layer a nice API on
top of this.
- ¦ ¦ ¦ ¦
- 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:
-
- ${PHP_PKGNAMEPREFIX}pecl-vips>0:graphics/pecl-vips
- To install the port:
- cd /usr/ports/graphics/pecl-vips/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/pecl-vips
- pkg install php81-pecl-vips
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php81-pecl-vips
- Package flavors (<flavor>: <package>)
- php81: php81-pecl-vips
- php80: php80-pecl-vips
- php82: php82-pecl-vips
- distinfo:
- TIMESTAMP = 1653426920
SHA256 (PECL/vips-1.0.13.tgz) = 4e655843e5ee8150c927c10853dfa0d2a3b924bc2453ed8fb5e5a2a90e686f8f
SIZE (PECL/vips-1.0.13.tgz) = 564517
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:
-
- phpize : lang/php81
- autoconf>0 : devel/autoconf
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- php.h : lang/php81
- Library dependencies:
-
- libvips.so : graphics/vips
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- graphics_pecl-vips
- USES:
- compiler:c11 php:pecl pkgconfig
- 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 |
1.0.13_3 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
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.0.13 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.0.13 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.0.13 27 May 2022 15:37:26 |
Fernando Apesteguía (fernape) Author: punkt.de Hosting Team |
graphics/pecl-vips: update to 1.0.13
PR: 264209
Reported by: mops@punkt.de (maintainer) |
1.0.10_1 06 Sep 2021 18:03:30 |
Matthias Fechner (mfechner) |
graphics/vips: Update to 8.11.3
Bump depending ports
Changelog:
https://github.com/libvips/libvips/releases
PR: 258242
Approved by: danilo (maintainer) |
1.0.10 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.10 01 Jul 2020 09:21:20 |
lwhsu |
- Update to 1.0.10
PR: 247672
Submitted by: Miguel Gocobachi <miguel@gocobachi.dev>
Reported by: punkt.de Hosting Team <ops@punkt.de> (maintainer) |
1.0.9_3 25 May 2020 22:03:54 |
pkubaj |
graphics/pecl-vips: fix build on GCC architectures
Use C11 compiler:
In file included from /usr/local/include/vips/vips.h:125,
from
/wrkdirs/usr/ports/graphics/pecl-vips/work-php72/vips-1.0.9/vips.c:19:
/usr/local/include/vips/image.h:312: error: redefinition of typedef 'VipsImage'
/usr/local/include/vips/basic.h:75: error: previous declaration of 'VipsImage'
was here
In file included from /usr/local/include/vips/vips.h:129,
from
/wrkdirs/usr/ports/graphics/pecl-vips/work-php72/vips-1.0.9/vips.c:19:
/usr/local/include/vips/region.h:109: error: redefinition of typedef
'VipsRegion'
/usr/local/include/vips/basic.h:77: error: previous declaration of 'VipsRegion'
was here |
1.0.9_3 28 Apr 2020 21:14:28 |
danilo |
- Update graphics/vips to 8.9.2
- Add DEBUG option
- Update WWW
PR: 243674 |
1.0.9_2 09 Nov 2019 22:43:52 |
danilo |
- Update graphics/vips to 8.8.3
- Remove PYTHON option. Python support was moved to an external package |
1.0.9_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.0.9 16 Jun 2019 13:14:08 |
rene |
Low-level PHP binding for libvips
This extension lets you use the libvips image processing library
from PHP 7. It is intentionally very low-level: modules such as
https://github.com/libvips/php-vips try to layer a nice API on
top of this.
WWW: https://github.com/libvips/php-vips-ext
PR: 238609
Submitted by: punkt.de Hosting Team <mops@punkt.de>
Event: Berlin hackathon 2019 |