Port details |
- php73-gd The gd shared extension for php
- 7.3.31 graphics
=1 7.3.31Version of this port present on the latest quarterly branch. NOTE: Slave port - quarterly revision is most likely wrong. - Maintainer: tz@FreeBSD.org
 - Port Added: 2018-10-08 08:53:20
- Last Update: 2022-01-26 00:20:01
- Commit Hash: cc378fb
- People watching this port, also watch:: p5-Net-HTTP, p5-Encode-Locale, libinotify, wol, python
- License: PHP301
- Description:
- PHP, which stands for "PHP: Hypertext Preprocessor" is a widely-used Open
Source general-purpose scripting language that is especially suited for
Web development and can be embedded into HTML. Its syntax draws upon C,
Java, and Perl, and is easy to learn. The main goal of the language is to
allow web developers to write dynamically generated webpages quickly, but
you can do much more with PHP.
WWW: https://www.php.net/
SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- php73-gd>0:graphics/php73-gd
- No installation instructions:
- This port has been deleted.
- PKGNAME: php73-gd
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1632774611
SHA256 (php-7.3.31.tar.xz) = d1aa8f44595d01ac061ff340354d95e146d6152f70e799b44d6b8654fb45cbcc
SIZE (php-7.3.31.tar.xz) = 12142912
- Packages (timestamps in pop-ups are UTC):
- Master port: lang/php73
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- phpize : lang/php73
- autoconf>0 : devel/autoconf
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- php.h : lang/php73
- Library dependencies:
-
- libfreetype.so : print/freetype2
- libpng.so : graphics/png
- libjpeg.so : graphics/jpeg-turbo
- libgd.so : graphics/gd
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for php73-gd-7.3.31:
TRUETYPE=on: Enable TrueType string function
JIS=off: Enable JIS-mapped Japanese font support
WEBP=off: Enable WebP image format support
X11=off: Enable XPM support
===> Use 'make config' to modify these settings
- Options name:
- graphics_php73-gd
- USES:
- tar:xz cpe gnome php:ext,noflavors jpeg pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
This is a slave port. You may also want to view the commits to the master port: lang/php73 |
Date | By | Description |
26 Jan 2022 00:20:01 7.3.31
|
Muhammad Moinur Rahman (bofh)  |
lang/php73: Remove port
- EOL reached on 2021-12-06
https://www.php.net/eol.php
PR: 260624
Approved by: tz (private email) ale portmgr (blanket)
Sponsored by: Bounce Experts |
16 Oct 2021 09:51:39 7.3.31
|
Jimmy Olgeni (olgeni)  |
*: fix tab vs. space issues, and comments according to the guide. |
07 Apr 2021 08:09:01 7.3.27
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 7.3.27
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
29 Dec 2020 11:01:20
7.3.25
|
tz  |
lang/php73: Use pkg-config to detect freetype
In PHP 7.4 and above it is already in use.
Also ignore PHP 7.2 because it is scheduled for removal.
PR: 252115
Submitted by: <daniel.engberg.lists@pyret.net>
Obtained
from: https://aur.archlinux.org/cgit/aur.git/tree/freetype.patch?h=php73 |
08 Oct 2018 08:52:52
7.3.0.r2
|
tz  |
Add PHP 7.3 RC2 to the ports-tree.
Notable changes:
- Switch from PCRE to PCRE2
- Many modules now require PCRE2 for building
- graphics/php73-gd: X11 option is no longer default
Changes to Mk/Uses/php.mk approved by ale |