This is a new port providing a PHP5-Extension to access Redis-Cache servers with PHP5.
Responsible Changed From-To: freebsd-ports-bugs->glarkin I'll take it.
glarkin 2010-04-17 00:57:35 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/php5-redis Makefile distinfo pkg-descr Log: 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> Revision Changes Path 1.850 +1 -0 ports/databases/Makefile 1.1 +25 -0 ports/databases/php5-redis/Makefile (new) 1.1 +3 -0 ports/databases/php5-redis/distinfo (new) 1.1 +8 -0 ports/databases/php5-redis/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed with various modifications, thank you!