---
name: hiredis
version: 0.11.0
origin: databases/hiredis
comment: Minimalistic C client library for the Redis database
arch: freebsd:10:x86:64
www: https://github.com/antirez/hiredis
maintainer: gblach@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses:
- BSD
flatsize: 422294
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
shlibs_provided:
- libhiredis.so.0.10
files:
  /usr/local/share/licenses/hiredis-0.11.0/catalog.mk: ad43bf048658e1901ca721716dea538b4e2ec575b82a4c7a809104a4721059bf
  /usr/local/share/licenses/hiredis-0.11.0/LICENSE: d9cce0db43502eb1bd8fbef7e960cfaa43b5647186f7f7379923b336209fd77b
  /usr/local/share/licenses/hiredis-0.11.0/BSD: 85e7a53b5e2d3e350e2d084fed2f94b7f63005f8e1168740e1e84aa9fa5d48ce
  /usr/local/include/hiredis/async.h: 18cfb1c84987632d8168345be832b649d52c02c2c6fb308f2c85832008eb4350
  /usr/local/include/hiredis/hiredis.h: 4942cccdbaeb7595998a3a0ec7daf4d26108f9609c7ff399193a891f64ac4e07
  /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/lib/libhiredis.a: 81079f8a878c263e065ad543b88b494a5d1320971ca7c1b2302cbf7b23365000
  /usr/local/lib/libhiredis.so: '-'
  /usr/local/lib/libhiredis.so.0: '-'
  /usr/local/lib/libhiredis.so.0.10: fa39827d21bdd7ef212eebea5f17498ae1a80b7d4301a7bb82224a25b232d793
directories:
  /usr/local/include/hiredis/adapters/: n
  /usr/local/include/hiredis/: n
  /usr/local/share/licenses/hiredis-0.11.0/: n
  /usr/local/share/licenses/: y
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
    cd /usr/local
  pre-deinstall: |
    /sbin/ldconfig -R
    cd /usr/local
    #rmdir /usr/local/share/licenses 2>/dev/null || true
  post-deinstall: |
    cd /usr/local
