Port details |
- php5-tarantool PECL PHP driver for Tarantool
- 0.1.0,1 databases
=0 0.1.0,1Version of this port present on the latest quarterly branch.
- DEPRECATED: Works only with EOL php 5.6
This port expired on: 2018-12-30
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2013-11-01 17:32:18
- Last Update: 2018-12-30 23:30:56
- SVN Revision: 488749
- License: BSD2CLAUSE
- WWW:
- https://github.com/tarantool/tarantool-php
- Description:
- PECL PHP driver for Tarantool
WWW: https://github.com/tarantool/tarantool-php
-
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:
-
- ${PHP_PKGNAMEPREFIX}tarantool>0:databases/php5-tarantool
- No installation instructions:
- This port has been deleted.
- PKGNAME: php56-tarantool
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1519917919
SHA256 (tarantool-tarantool-php-0.1.0_GH0.tar.gz) = e8c392bcea80b081aeaea48ed39b3f94251254b06573c8927905a44d5e0ee3c3
SIZE (tarantool-tarantool-php-0.1.0_GH0.tar.gz) = 606010
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:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- phpize : lang/php56
- autoconf>0 : devel/autoconf
- Runtime dependencies:
-
- php.h : lang/php56
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- php:ext
- 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.1.0,1 30 Dec 2018 23:30:56 |
rene |
Remove expired ports:
2018-12-30 net/pecl-mosquitto: Works only with EOL php 5.6
2018-12-30 net/pecl-ip2location: Works only with EOL php 5.6
2018-12-30 net/pecl-yp: Works only with EOL php 5.6
2018-12-30 net/pecl-oauth: Works only with EOL php 5.6
2018-12-30 net/pecl-apn: Works only with EOL php 5.6
2018-12-30 textproc/pecl-doublemetaphone: Works only with EOL php 5.6
2018-12-30 textproc/pecl-ctemplate: Works only with EOL php 5.6
2018-12-30 textproc/pecl-xslcache: Works only with EOL php 5.6
2018-12-30 textproc/libmrss-php: Works only with EOL php 5.6
2018-12-30 textproc/pecl-stem: Works only with EOL php 5.6
2018-12-30 textproc/pecl-wbxml: Works only with EOL php 5.6
2018-12-30 textproc/pecl-syck: Works only with EOL php 5.6
2018-12-30 textproc/pecl-yaml1: Works only with EOL php 5.6
2018-12-30 deskutils/surrealtodo: Works only with EOL php 5.6 (Only the first 15 lines of the commit message are shown above ) |
0.1.0,1 06 Dec 2018 11:22:12 |
rene |
Remove version 7.0 from the IGNORE_WITH_PHP list. |
0.1.0,1 02 Dec 2018 17:43:34 |
antoine |
Deprecate ports depending on php 5.6 |
0.1.0,1 08 Oct 2018 15:08:13 |
antoine |
Fix some PKGNAME collisions |
0.1.0,1 08 Mar 2018 19:48:41 |
mat |
Introduce PHP flavors.
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
flavored. They will automatically get flavors (php56, php70, php71, php72)
depending of the versions they support (set with IGNORE_WITH_PHP). As a
consequence, ports using USES=pear and USES=horde are also flavored.
PR: 226242
Submitted by: mat
Exp-run by: antoine
Approved by: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14208 |
0.1.0,1 03 Mar 2018 16:30:14 |
sunpoet |
Add PORTSCOUT
Newer versions only support PHP 7. |
0.1.0,1 02 Mar 2018 18:51:38 |
sunpoet |
Update real PORTVERSION and bump PORTEPOCH
Suggested by: mat |
20160226 01 Mar 2018 13:35:20 |
sunpoet |
Update to 0.1.0
- Add LICENSE
- Take maintainership
Changes: https://github.com/tarantool/tarantool-php/releases
https://github.com/tarantool/tarantool-php/commits/master |
20151222_1 23 Feb 2018 21:09:47 |
rene |
Reset vg@'s ports after he resigned.
With hat: portmgr-secretary |
20151222_1 07 Feb 2018 17:46:11 |
mat |
Note PHP ports that do not build with 7.2.
Sponsored by: Absolight |
20151222_1 07 Feb 2017 12:14:34 |
mat |
Mark ports not building with PHP 7.1.
Sponsored by: Absolight |
20151222_1 03 Aug 2016 12:47:05 |
mat |
Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.
Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php. A PHP extension will be automatically activated
when installed. The order into which extensions are loaded is
automatically guessed. In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php
section of the Porter's Handbook for more information.
Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.
And finally, bump PORTREVISION for all php extensions.
PR: 210697
Submitted by: mat
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D7022 |
20151222 28 Jun 2016 14:00:45 |
mat |
Convert USE_PHP*=yes into USES=php*
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936 |
20151222 01 Jun 2016 13:15:37 |
mat |
Github cleanup.
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.
Sponsored by: Absolight |
20151222 18 Feb 2016 15:08:26 |
miwi |
- Ignore php70 |
20151222 20 Jan 2016 11:07:03 |
vg |
- Upgrade to lates version |
20150708 13 Nov 2015 22:13:25 |
antoine |
Chase PHP 5.4 expiration date |
20150708 15 Oct 2015 14:55:14 |
mat |
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694 |
20150708 08 Jul 2015 22:00:23 |
mat |
Fix.
Pointy hat to: vg
Sponsored by: Absolight |
20150708 08 Jul 2015 10:39:30 |
vg |
- Updated to lastes version |
20131031 28 Jun 2015 16:02:35 |
antoine |
- Remove a few deprecated DEFAULT_PHP_VER
- Do not abuse DEFAULT_VERSIONS |
20131031 06 May 2015 15:16:54 |
mat |
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
20131031 19 Mar 2015 16:44:59 |
bdrewery |
Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr |
20131031 14 Feb 2014 15:01:25 |
miwi |
- Stage support |
20131031 31 Oct 2013 13:10:59 |
vg |
databases/php5-tarantool PECL PHP driver for Tarantool/Box
PECL PHP driver for Tarantool/Box
WWW: https://github.com/tarantool/tarantool-php
PR: ports/178614
Submitted by: myself
Approved by: eadler, osa, rm (mentors, implicit) |