Sunpoet Po-Chuan Hsieh
cb41341f31
Fix WWW
...
Approved by: portmgr (blanket)
2017-06-25 15:03:32 +00:00
Jimmy Olgeni
bb6d132a8d
Upgrade to version 0.13.3.
...
The fix from r397044 was merged upstream.
2015-09-16 10:35:30 +00:00
Jimmy Olgeni
6bc21a3489
Revert upstream commit 1db17f2.
...
Clearing REDIS_CONNECTED causes hiredis not to call the async
disconnection callback (see GitHub issue #359 ).
2015-09-16 09:46:13 +00:00
Jimmy Olgeni
827809bb9d
Upgrade to version 0.13.2.
2015-08-25 19:31:54 +00:00
Jimmy Olgeni
6429d93a71
Project has moved: fix WWW tag.
2015-07-04 00:26:49 +00:00
Jimmy Olgeni
c37167716d
Upgrade to version 0.13.1 and take maintainership from ports@.
2015-05-06 11:39:33 +00:00
Grzegorz Blach
45bf4cceb6
Back to the pool.
...
Currently and in near future I don't have time to be responsible
for any port.
2015-04-16 20:13:43 +00:00
Grzegorz Blach
770db66591
Fix pkgconf file
...
PR: 198513
Obtained from: github.com/redis/hiredis
2015-03-13 20:49:10 +00:00
Antoine Brodin
dc7c4d1d72
gmake:lite is only intended to be used for possible gmake dependencies
2015-03-07 13:19:46 +00:00
Grzegorz Blach
c09a26e47b
- Update to 0.12.1
...
- Strip libhiredis.so
2015-02-23 18:48:40 +00:00
Mark Felder
2bd7a6fd87
Update "BSD" licenses in databases category
2014-12-05 00:30:20 +00:00
Baptiste Daroussin
3edc030b9f
Cleanup plist
2014-10-20 10:41:12 +00:00
Grzegorz Blach
e9981d0bc7
- Convert USE_GMAKE=yes to USES=gmake
...
- Support staging
Approved by: crees, tabthorpe (mentors, implicit)
2013-09-29 00:02:58 +00:00
Baptiste Daroussin
36117d7097
Add NO_STAGE all over the place in preparation for the staging support (cat: databases)
2013-09-20 16:13:47 +00:00
Grzegorz Blach
bd0411ddfb
- Changes GH_ACCOUNT to redis
...
- Use PORTVERSION instead of DISTVERSION
- Update distinfo (Only difference from previous tarball is changed
account in directory name)
Approved by: crees (mentor)
Feature safe: yes
2012-12-01 16:29:13 +00:00
Grzegorz Blach
ed1ad7e1b9
- Change my email address to gblach@FreeBSD.org
...
- Change Makefile headers to shorter form
Feature safe: yes
2012-11-04 13:05:04 +00:00
Chris Rees
49c5228a49
Redefining ARCH is not such a good idea
2012-09-19 19:23:16 +00:00
Bryan Drewery
51efe2f521
- Update to 0.11.0
...
- Switch to using USE_GITHUB
PR: ports/171619
Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer)
2012-09-14 01:55:01 +00:00
Vanilla I. Shu
19defbd41b
Fix build error with clang (do not need to bump PORTREVISION).
...
PR: ports/160753
Submitted by: maintainer
2011-09-16 07:14:52 +00:00
Wen Heping
2d78dac3c1
- Update to 0.10.1
...
PR: ports/158039
Submitted by: "Grzegorz Blach" <magik@roorback.net> (maintainer)
2011-06-20 03:13:57 +00:00
Beech Rintoul
a2d101a80d
-Update to 0.10.0
...
PR: ports/156705
Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer)
Approved by: itetcu (mentor)(implicit)
2011-05-02 23:24:32 +00:00
Martin Wilke
b344c7f3cc
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
PR: ports/153535
Submitted by: Grzegorz Blach <magik at roorback.net>
Feature safe: yes
2011-01-31 11:43:02 +00:00