Port details |
- php5-pspell The pspell shared extension for php
- 5.4.45 textproc
=15 5.4.45Version of this port present on the latest quarterly branch.
- DEPRECATED: PHP 5.4 is End of Life http://php.net/supported-versions.php
This port expired on: 2016-01-15
- Maintainer: ale@FreeBSD.org
- Port Added: 2004-07-19 09:30:09
- Last Update: 2016-02-14 19:21:31
- SVN Revision: 408884
- People watching this port, also watch:: curl, gmake, expat
- License: PHP301
- WWW:
- http://www.php.net/
- 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: http://www.php.net/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- 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:
-
- php5-pspell>0:textproc/php5-pspell
- No installation instructions:
- This port has been deleted.
- PKGNAME: php5-pspell
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Master port: lang/php5
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- php.h : lang/php5
- phpize : lang/php5
- session.so : www/php5-session
- autoconf-2.69 : devel/autoconf
- Runtime dependencies:
-
- php.h : lang/php5
- session.so : www/php5-session
- Library dependencies:
-
- libaspell.so : textproc/aspell
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- tar:bzip2 cpe
- 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/php5 |
Commit | Credits | Log message |
5.4.45 14 Feb 2016 19:21:31 |
rene |
Remove PHP 5.4 from the Ports Tree, it expired upstream in 2015-Q3 and the
ports expired last month.
Adjust Mk/bsd.php.mk
Reviewed by: antoine, marino
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D5278 |
5.4.42 14 Jun 2015 20:23:10 |
ale |
Update PHP ports:
- php5 to 5.4.42
- php55 to 5.5.26
- php56 to 5.6.10 |
5.4.29_1 04 Jul 2014 20:28:32 |
tijl |
Convert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent ports
Approved by: portmgr (implicit, PORTREVISION bump on unstaged port) |
5.4.21 30 Oct 2013 13:32:03 |
ale |
Stagify. |
5.4.19 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
5.2.7 07 Dec 2008 11:54:36 |
ale |
Update to 5.2.7 release. |
5.2.6_1 06 Jun 2008 14:05:09 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
5.0.2 11 Oct 2004 19:48:33 |
ale |
Update to 5.0.2 release:
- Fix compilation of thread-safe PHP after the PTHREAD_LIBS change
- Include md5 and blowfish support on amd64 (fix headers) [1]
- Add support for dom_import_simplexml function in php5-dom [2]
- Fix vulnerability in RFC 1867 file upload processing [3]
- Fix php_variables memory disclosure [3]
PR: ports/71752 [1], ports/72003 [2], ports/72420 [3]
Submitted by: Adam Gregoire <bsdunx@yahoo.com> [1],
Vaidrius Petrauskas <acrozy@uosis.mif.vu.lt> [2],
Dmitry A Grigorovich <odip@bionet.nsc.ru> [3]
Approved by: portmgr (kris) |
5.0.1_1 28 Aug 2004 22:50:44 |
thierry |
Chase libaspell to aspell.16. |
5.0.0_1 19 Jul 2004 09:22:00 |
ale |
Add a new shared extension for PHP. |