cvs commit: ports/databases Makefile ports/databases/redis Makefile ports/databases/redis-scripting Makefile distinfo pkg-descr pkg-plist ports/databases/redis-scripting/files patch-deps::hiredis::Makefile patch-deps::linenoise::Makefile patch-redis.conf ...

Sergey A. Osokin osa at FreeBSD.org
Fri Jul 22 10:32:42 UTC 2011


osa         2011-07-22 10:32:41 UTC

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
    databases/redis      Makefile 
  Added files:
    databases/redis-scripting Makefile distinfo pkg-descr 
                              pkg-plist 
    databases/redis-scripting/files patch-deps::hiredis::Makefile 
                                    patch-deps::linenoise::Makefile 
                                    patch-redis.conf 
                                    patch-src::Makefile 
                                    patch-src::mkreleasehdr.sh 
                                    pkg-message.in redis.sh.in 
  Log:
  Add redis-scripting, version 2.2.111, an experimental version of
  Redis 2.2.11 with support for Lua scripting, backported from the
  scripting branch.  Instructions about how to use it are contained
  in following blog post:
  http://antirez.com/post/scripting-branch-released.html
  
  Connect to build.
  
  Add CONFLICTS and bump PORTREVISION for databases/redis.
  
  Revision  Changes    Path
  1.1009    +1 -0      ports/databases/Makefile
  1.1       +62 -0     ports/databases/redis-scripting/Makefile (new)
  1.1       +2 -0      ports/databases/redis-scripting/distinfo (new)
  1.1       +29 -0     ports/databases/redis-scripting/files/patch-deps::hiredis::Makefile (new)
  1.1       +15 -0     ports/databases/redis-scripting/files/patch-deps::linenoise::Makefile (new)
  1.1       +34 -0     ports/databases/redis-scripting/files/patch-redis.conf (new)
  1.1       +37 -0     ports/databases/redis-scripting/files/patch-src::Makefile (new)
  1.1       +11 -0     ports/databases/redis-scripting/files/patch-src::mkreleasehdr.sh (new)
  1.1       +8 -0      ports/databases/redis-scripting/files/pkg-message.in (new)
  1.1       +34 -0     ports/databases/redis-scripting/files/redis.sh.in (new)
  1.1       +19 -0     ports/databases/redis-scripting/pkg-descr (new)
  1.1       +17 -0     ports/databases/redis-scripting/pkg-plist (new)
  1.30      +3 -1      ports/databases/redis/Makefile


More information about the cvs-all mailing list