Port details |
- php80-gd The gd shared extension for php
- 8.0.26 graphics
=3 8.0.11Version of this port present on the latest quarterly branch. - Maintainer: tz@FreeBSD.org
 - Port Added: 2020-10-21 22:59:42
- Last Update: 2021-10-16 09:51:39
- Commit Hash: 4460cf7
- People watching this port, also watch:: zip, smartmontools, tmux, php80-filter, php80-phar
- 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.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- php80-gd>0:graphics/php80-gd
- Conflicts:
- CONFLICTS_INSTALL:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/graphics/php80-gd/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/php80-gd
- pkg install php80-gd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php80-gd
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1669554073
SHA256 (php/php-8.0.26.tar.xz) = 0765bfbe640dba37ccc36d2bc7c7b7ba3d2c3381c9cd4305f66eca83e82a40b3
SIZE (php/php-8.0.26.tar.xz) = 10868588
Packages (timestamps in pop-ups are UTC):
- Master port: lang/php80
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- phpize : lang/php80
- autoconf>0 : devel/autoconf
- Runtime dependencies:
-
- php.h : lang/php80
- Library dependencies:
-
- libfreetype.so : print/freetype2
- libpng.so : graphics/png
- libjpeg.so : graphics/jpeg-turbo
- libgd.so : graphics/gd
- This port is required by:
- for Run
-
- www/ilias
- www/moodle311
- www/moodle40
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for php80-gd-8.0.26:
JIS=off: Enable JIS-mapped Japanese font support
TRUETYPE=on: Enable TrueType string function
WEBP=off: Enable WebP image format support
X11=off: Enable XPM support
===> Use 'make config' to modify these settings
- Options name:
- graphics_php80-gd
- USES:
- compiler:c11 tar:xz cpe gnome pkgconfig php:ext,noflavors jpeg
- 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) |
This is a slave port. You may also want to view the commits to the master port: lang/php80 |
Commit | Credits | Log message |
8.0.11 16 Oct 2021 09:51:39
    |
Jimmy Olgeni (olgeni)  |
*: fix tab vs. space issues, and comments according to the guide. |
8.0.3 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
8.0.3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
8.0.0.r2 21 Oct 2020 22:58:51
  |
tz  |
Welcome PHP 8.0 RC 2 to the ports tree
There are many greater changes including:
- json is now part of core
- xmlrpc is removed
- More than 150 backward incompatible changes
Have a look at: https://github.com/php/php-src/blob/php-8.0.0RC2/UPGRADING
Reviewed by: ale, mfechner, Pascal Christen
Sponsored by: PHP Update Service
Differential Revision: https://reviews.freebsd.org/D26848 |