notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
php5-redis PHP5-Extension for Redis
2.2.7 databases Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.2.7Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: PHP 5.4 EOL reached, use databases/php55-redis or databases/php56-redis instead
Expired This port expired on: 2016-01-15
Maintainer: m.tsatsenko@gmail.com search for ports maintained by this maintainer
Port Added: 2010-04-17 00:57:53
Last Update: 2016-01-30 16:50:02
SVN Revision: 407534
License: PHP301
WWW:
https://github.com/nicolasff/phpredis
Description:
This extension provides an API for communicating with Redis database, a persistent key-value database with built-in net interface written in ANSI-C for Posix systems. It is a fork of alfonsojimenez's phpredis, adding many methods and fixing a lot of issues. WWW: https://github.com/nicolasff/phpredis
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

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-redis>0:databases/php5-redis
No installation instructions:
This port has been deleted.
PKGNAME: php5-redis
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.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. php.h : lang/php5
  2. phpize : lang/php5
  3. session.so : www/php5-session
  4. autoconf-2.69 : devel/autoconf
Runtime dependencies:
  1. php.h : lang/php5
  2. session.so : www/php5-session
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for php5-redis-2.2.7: IGBINARY=off: Build with Igbinary serializer ===> Use 'make config' to modify these settings
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/ports-distfiles/
  2. https://codeload.github.com/phpredis/phpredis/tar.gz/2.2.7?dummy=/
Collapse this list.

Number of commits found: 22

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.2.7
30 Jan 2016 16:50:02
Revision:407534Original commit files touched by this commit
rene search for other commits by this committer
Remove expired port:
2016-01-15 databases/php5-redis: PHP 5.4 EOL reached, use databases/php55-redis
or databases/php56-redis instead
2.2.7
13 Nov 2015 22:13:25
Revision:401553Original commit files touched by this commit
antoine search for other commits by this committer
Chase PHP 5.4 expiration date
2.2.7
28 Jun 2015 16:02:35
Revision:390794Original commit files touched by this commit
antoine search for other commits by this committer
- Remove a few deprecated DEFAULT_PHP_VER
- Do not abuse DEFAULT_VERSIONS
2.2.7
28 Apr 2015 18:44:05
Revision:384932Original commit files touched by this commit
bdrewery search for other commits by this committer
USE_GITHUB: For the new support, fix DISTNAME to be more consistent.

When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in
it. When not using GH_TAGNAME it would not have this. Now both cases
will add in the GH_PROJECT and GH_ACCOUNT.

Add special care to ensure that the DISTVERSION is not added in twice. If
a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For
that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used.

empty() is used rather than (!defined || !${}) to support fmake.

The purpose of setting DISTNAME at all in these cases is to make it more clear
that the distfile is from *GITHUB* and to avoid collisions if a project were
to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there
are real risks that collisions on filenames would happen on renamed or moved
projects, which is fairly common. A GITHUB-generated file may not match
a custom-rolled or git-archive-rolled distfile.

PR:		199069
With hat:	portmgr
Testing done:	All USE_GITHUB ports without GH_COMMIT were
checksum/fetch/extract/WRKSRC tested.
2.2.7
10 Apr 2015 10:21:02
Revision:383716Original commit files touched by this commit
robak search for other commits by this committer
databases/php5-redis: update 2.2.5 -> 2.2.7

- Convert to new GH_* knobs

PR:		199273
Submitted by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com>
2.2.5
23 Sep 2014 22:24:19
Revision:369131Original commit files touched by this commit
ohauer search for other commits by this committer
- fix DEFAULT_VERSIONS usage
  (do not overwrite make.conf settings)
2.2.5
26 May 2014 07:04:20
Revision:355279Original commit files touched by this commit
gahr search for other commits by this committer
- Update to 2.2.5

PR:		190108
Submitted by:	gahr@
Approved by:	maintainer
2.2.4
02 Mar 2014 23:38:13
Revision:346839Original commit files touched by this commit
oliver search for other commits by this committer
fix typo (CONFIURE_ARGS -> CONFIGURE_ARGS)

Approved by:	maintainer (via mail)
2.2.4
14 Feb 2014 15:01:11
Revision:344230Original commit files touched by this commit
miwi search for other commits by this committer
- Stage support
2.2.4
03 Jan 2014 00:46:47
Revision:338511Original commit files touched by this commit
bapt search for other commits by this committer
Part 1 at removing now useless FETCH_ARGS redifition
2.2.4
14 Nov 2013 04:03:35
Revision:333737Original commit files touched by this commit
swills search for other commits by this committer
- Update to 2.2.4

PR:		ports/183923
Submitted by:	"Mikhail T." <m.tsatsenko@gmail.com> (maintainer)
2.2.3
20 Sep 2013 16:13:49
Revision:327717Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
2.2.3
03 Jul 2013 17:52:47
Revision:322239Original commit files touched by this commit
pawel search for other commits by this committer
Update to version 2.2.3

PR:		ports/179994
Submitted by:	Takashi Kato <townwear@gmail.com>
Approved by:	maintainer
2.2.2
01 Mar 2013 10:51:49
Revision:313145Original commit files touched by this commit
scheidell search for other commits by this committer
- Update to 2.2.2 [1]
- Convert to new Makefile header [2]
- Enable converters/igbinary support. Suggested by: devzone.my [2]

PR:		ports/173643
Submitted by:	Valery Komarov <komarov@valerka.net> [1]
Approved by:	Mikhail Tsatsenko <m.tsatsenko@gmail.com> maintainer [2]
2.2.1_1
16 May 2012 06:31:05
Original commit files touched by this commit
mm search for other commits by this committer
Add nothrow patch and echo debug command from upstream
(c4a5370a82 and ee3a23acd2)

PR:             ports/167924
Approved by:    Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
2.2.1
18 Apr 2012 17:18:15
Original commit files touched by this commit
culot search for other commits by this committer
- Update to 2.2.1
- Add LICENSE (PHP License version 3.01)

PR:             ports/167052
Submitted by:   Mikhail T. <m.tsatsenko@gmail.com> (maintainer)
2.1.3
06 Jun 2011 14:21:15
Original commit files touched by this commit
mm search for other commits by this committer
Change maintainer to Mikhail Tsatsenko <m.tsatsenko@gmail.com>

Approved by:    maintainer (private e-mail)
2.1.3
06 Jun 2011 11:39:49
Original commit files touched by this commit
mm search for other commits by this committer
Update to 2.1.3

PR:             ports/156951
Submitted by:   Oleg Ginzburg <olevole@olevole.ru>
Updated by:     mm
Approved by:    maintainer (timeout)
2.1.1
11 May 2011 11:20:42
Original commit files touched by this commit
mm search for other commits by this committer
Update to 2.1.1

PR:             ports/156953
Approved by:    Benedikt Niessen <ports@niessen.ch> (maintainer)
2.1.0
02 Mar 2011 15:11:48
Original commit files touched by this commit
mm search for other commits by this committer
- Update to 2.1.0

PR:             ports/155194
Approved by:    ports@niessen.ch (maintainer)
2.0.12
11 Dec 2010 21:27:13
Original commit files touched by this commit
mm search for other commits by this committer
- Update to 2.0.12

PR:             ports/152775
Approved by:    Benedikt Niessen <public@niessen.in> (maintainer)
1.2.0
17 Apr 2010 00:57:35
Original commit files touched by this commit
glarkin search for other commits by this committer
This extension provides an API for communicating with Redis database,
a persistent key-value database with built-in net interface written
in ANSI-C for Posix systems.

It is a fork of alfonsojimenez's phpredis, adding many methods and
fixing a lot of issues.

WWW: http://github.com/owlient/phpredis/

PR:             ports/145711
Submitted by:   Benedikt Niessen <ports at niessen.ch>

Number of commits found: 22