Bug 145711 - New port: databases/php5-redis PHP5-Extension to access Redis-Cache servers
Summary: New port: databases/php5-redis PHP5-Extension to access Redis-Cache servers
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Greg Larkin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-15 07:50 UTC by Benedikt Niessen
Modified: 2010-04-17 02:00 UTC (History)
0 users

See Also:


Attachments
file.shar (1.77 KB, text/plain)
2010-04-15 07:50 UTC, Benedikt Niessen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!