---
name: hiredis
version: 0.11.0
origin: databases/hiredis
comment: Minimalistic C client library for the Redis database
arch: freebsd:9:x86:64
www: https://github.com/antirez/hiredis
maintainer: gblach@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses: [BSD]
flatsize: 343286
desc: |
  Hiredis is a minimalistic C client library for the Redis database.

  It is minimalistic because it just adds minimal support for the protocol,
  but at the same time it uses an high level printf-alike API in order to make
  it much higher level than otherwise suggested by its minimal code base and
  the lack of explicit bindings for every Redis command.

  Apart from supporting sending commands and receiving replies, it comes with
  a reply parser that is decoupled from the I/O layer. It is a stream parser
  designed for easy reusability, which can for instance be used in higher
  level language bindings for efficient reply parsing.

  Hiredis only supports the binary-safe Redis protocol, so you can use it with
  any Redis version >= 1.2.0.

  The library comes with multiple APIs. There is the synchronous API, the
  asynchronous API and the reply parsing API.

  WWW: https://github.com/antirez/hiredis
categories: [databases]
files:
  /usr/local/include/hiredis/adapters/ae.h: 120a8cff30cf58a9e50a3f4414141192a504d4289c60df3e4b21aa1597f13e43
  /usr/local/include/hiredis/adapters/libev.h: 7891bb15917f21769db68b40d148de5dc70e0c81b5a3a3ef2d04777317ab8a52
  /usr/local/include/hiredis/adapters/libevent.h: 94c49a01b517e11e82f6890dc5108d6c03c551e34392515639c0eec0f54d0290
  /usr/local/include/hiredis/async.h: 18cfb1c84987632d8168345be832b649d52c02c2c6fb308f2c85832008eb4350
  /usr/local/include/hiredis/hiredis.h: 4942cccdbaeb7595998a3a0ec7daf4d26108f9609c7ff399193a891f64ac4e07
  /usr/local/lib/libhiredis.a: 55991136e6b0b4b76306e5586506cc7827fb0ee326a8d1aa532c8d2ccd4386a8
  /usr/local/lib/libhiredis.so: '-'
  /usr/local/lib/libhiredis.so.0: '-'
  /usr/local/lib/libhiredis.so.0.10: 1e1d6e0d25ea78b95029434a25d4395db4574d86f152dffe40aeb477eeb8bfbf
  /usr/local/share/licenses/hiredis-0.11.0/BSD: 85e7a53b5e2d3e350e2d084fed2f94b7f63005f8e1168740e1e84aa9fa5d48ce
  /usr/local/share/licenses/hiredis-0.11.0/LICENSE: d9cce0db43502eb1bd8fbef7e960cfaa43b5647186f7f7379923b336209fd77b
  /usr/local/share/licenses/hiredis-0.11.0/catalog.mk: ad43bf048658e1901ca721716dea538b4e2ec575b82a4c7a809104a4721059bf
directories:
  /usr/local/share/licenses/hiredis-0.11.0/: n
  /usr/local/share/licenses/: y
  /usr/local/include/hiredis/adapters/: n
  /usr/local/include/hiredis/: n
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
    cd /usr/local
  pre-deinstall: |
    /sbin/ldconfig -R
    cd /usr/local
  post-deinstall: |
    cd /usr/local
