non port: databases/hiredis/Makefile |
SVNWeb
|
Number of commits found: 23 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] d076ad9 (Only the first 10 of 718 ports in this commit are shown above. )
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above )
|
Fri, 29 Apr 2022
|
[ 19:35 Jimmy Olgeni (olgeni) ] ea22326
databases/hiredis: update to version 1.0.2
PR: 263647
Reported by: Sascha Biberhofer
Security: CVE-2021-32765
|
Mon, 20 Sep 2021
|
[ 14:27 Bernhard Froehlich (decke) ] 09081d8
databases/hiredis: Add CPE information
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 16 Sep 2015
|
[ 10:35 olgeni ]
Upgrade to version 0.13.3.
The fix from r397044 was merged upstream.
|
[ 09:46 olgeni ]
Revert upstream commit 1db17f2.
Clearing REDIS_CONNECTED causes hiredis not to call the async
disconnection callback (see GitHub issue #359).
|
Tue, 25 Aug 2015
|
[ 19:31 olgeni ]
Upgrade to version 0.13.2.
|
Wed, 6 May 2015
|
[ 11:39 olgeni ]
Upgrade to version 0.13.1 and take maintainership from ports@.
|
Thu, 16 Apr 2015
|
[ 20:13 gblach ] (Only the first 10 of 70 ports in this commit are shown above. )
Back to the pool.
Currently and in near future I don't have time to be responsible
for any port.
|
Fri, 13 Mar 2015
|
[ 20:49 gblach ]
Fix pkgconf file
PR: 198513
Obtained from: github.com/redis/hiredis
|
Sat, 7 Mar 2015
|
[ 13:19 antoine ]
gmake:lite is only intended to be used for possible gmake dependencies
|
Mon, 23 Feb 2015
|
[ 18:48 gblach ]
- Update to 0.12.1
- Strip libhiredis.so
|
Fri, 5 Dec 2014
|
[ 00:30 feld ] (Only the first 10 of 20 ports in this commit are shown above. )
Update "BSD" licenses in databases category
|
Sun, 29 Sep 2013
|
[ 00:02 gblach ]
- Convert USE_GMAKE=yes to USES=gmake
- Support staging
Approved by: crees, tabthorpe (mentors, implicit)
|
Fri, 20 Sep 2013
|
[ 16:13 bapt ] (Only the first 10 of 927 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
|
Sat, 1 Dec 2012
|
[ 16:29 gblach ]
- 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
|
Sun, 4 Nov 2012
|
[ 13:05 gblach ] (Only the first 10 of 130 ports in this commit are shown above. )
- Change my email address to gblach@FreeBSD.org
- Change Makefile headers to shorter form
Feature safe: yes
|
Wed, 19 Sep 2012
|
[ 19:23 crees ]
Redefining ARCH is not such a good idea
|
Fri, 14 Sep 2012
|
[ 01:55 bdrewery ]
- Update to 0.11.0
- Switch to using USE_GITHUB
PR: ports/171619
Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer)
|
Mon, 20 Jun 2011
|
[ 03:13 wen ]
- Update to 0.10.1
PR: ports/158039
Submitted by: "Grzegorz Blach" <magik@roorback.net> (maintainer)
|
Mon, 2 May 2011
|
[ 23:24 beech ]
-Update to 0.10.0
PR: ports/156705
Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer)
Approved by: itetcu (mentor)(implicit)
|
Mon, 31 Jan 2011
|
[ 11:43 miwi ]
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
|
Number of commits found: 23 |