Bug 145711

Summary: New port: databases/php5-redis PHP5-Extension to access Redis-Cache servers
Product: Ports & Packages Reporter: Benedikt Niessen <ports>
Component: Individual Port(s)Assignee: Greg Larkin <glarkin>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Benedikt Niessen 2010-04-15 07:50:00 UTC
This is a new port providing a PHP5-Extension to access Redis-Cache servers with PHP5.
Comment 1 Greg Larkin freebsd_committer freebsd_triage 2010-04-15 14:22:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->glarkin

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-04-17 01:57:49 UTC
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"
Comment 3 Greg Larkin freebsd_committer freebsd_triage 2010-04-17 01:58:34 UTC
State Changed
From-To: open->closed

Committed with various modifications, thank you!