Re: NEW: databases/redis-pgsql is an extension to PostgreSQL for read/write to Redis database

2020-08-27 Thread Martin
*ping*

This PostgreSQL extension provides a Foreign Data Wrapper for read (SELECT) and 
write (INSERT, UPDATE, DELETE) access to Redis databases (http://redis.io). 
Supported Redis data types include: string, set, hash, list, zset, and pubsub.

‐‐‐ Original Message ‐‐‐
On Thursday, August 6, 2020 8:38 AM, Martin  wrote:

> Redis-pgsql builds using integrated gcc. No any ports/gcc is needed.
>
> Martin
>
> $OpenBSD: Makefile,v 1.7 2020/08/02 00:37:13
>
> =
>
> COMMENT = extension to PostgreSQL for read/write to Redis database
> GH_ACCOUNT = nahanni
> GH_PROJECT = rw_redis_fdw
> GH_TAGNAME = v1.0
> PKGNAME = redis-pgsql-1.0
>
> CATEGORIES = databases
>
> PERMIT_PACKAGE = Yes
>
> WANTLIB = c crypto pq ssl hiredis
>
> LIB_DEPENDS = databases/postgresql \
> databases/libhiredis
> BUILD_DEPENDS = databases/postgresql,-server
> RUN_DEPENDS = databases/postgresql,-server
>
> USE_GMAKE = Yes
>
> .include 
>
> distinfo
> SHA256 (rw_redis_fdw-1.0.tar.gz) = 
> 91538c46a5682bafeaf7bfcaf82b2b6b5723c4fc457d2cdb1e397e4692df7d8a
> SIZE (rw_redis_fdw-1.0.tar.gz) = 34036
>
> pkg/DESCR
> Extention to PostgreSQL provides Foreign Data Wrapper (FDW) for
> read (SELECT), write (INSERT, UPDATE, DELETE) access to Redis
> in-memory database. It supports all Redis data types: string,
> set, hash, list, zset, and pubsub.
>
> Redis FDW packaged as a PostreSQL extension and can be used
> for speed up I/O operations using Redis in-memory database.
>
> pkg/PLIST
> @comment $OpenBSD: PLIST,v$
> @so lib/postgresql/redis_fdw.so
> share/postgresql/extension/redis_fdw--1.0.sql
> share/postgresql/extension/redis_fdw.control
>
> ‐‐‐ Original Message ‐‐‐
> On Wednesday, August 5, 2020 9:54 PM, Martin martin...@protonmail.com wrote:
>
> > Comments?
> > $OpenBSD: Makefile,v 1.7 2020/08/02 00:37:13
> > =
> > COMMENT = extension to PostgreSQL for read/write to Redis database
> > GH_ACCOUNT = nahanni
> > GH_PROJECT = rw_redis_fdw
> > GH_TAGNAME = v1.0
> > PKGNAME = redis-pgsql-1.0
> > CATEGORIES = databases
> > PERMIT_PACKAGE = Yes
> > WANTLIB = c crypto pq ssl hiredis
> > COMPILER = base-clang ports-gcc
> > LIB_DEPENDS = databases/postgresql \
> > databases/libhiredis
> > BUILD_DEPENDS = databases/postgresql,-server
> > RUN_DEPENDS = databases/postgresql,-server
> > USE_GMAKE = Yes
> > .include 
> > distinfo
> > SHA256 (rw_redis_fdw-1.0.tar.gz) = 
> > 91538c46a5682bafeaf7bfcaf82b2b6b5723c4fc457d2cdb1e397e4692df7d8a
> > SIZE (rw_redis_fdw-1.0.tar.gz) = 34036
> > pkg/DESCR
> > Extension to PostgreSQL provides Foreign Data Wrapper (FDW) for
> > read (SELECT), write (INSERT, UPDATE, DELETE) access to Redis
> > in-memory database. It supports all Redis data types: string,
> > set, hash, list, zset, and pubsub.
> > Redis FDW packaged as a PostreSQL extension and can be used
> > for speed up I/O operations using Redis in-memory database.
> > pkg/PLIST
> > @comment $OpenBSD: PLIST,v$
> > @so lib/postgresql/redis_fdw.so
> > share/postgresql/extension/redis_fdw--1.0.sql
> > share/postgresql/extension/redis_fdw.control




Re: NEW: databases/redis-pgsql is an extension to PostgreSQL for read/write to Redis database

2020-08-19 Thread Martin
*ping*

‐‐‐ Original Message ‐‐‐
On Thursday, August 13, 2020 9:49 AM, Martin  wrote:

> ‐‐‐ Original Message ‐‐‐
> On Thursday, August 6, 2020 12:12 PM, Martin martin...@protonmail.com wrote:
>
> > OK?
> > ‐‐‐ Original Message ‐‐‐
> > On Thursday, August 6, 2020 8:38 AM, Martin martin...@protonmail.com wrote:
> >
> > > Redis-pgsql builds using integrated gcc. No any ports/gcc is needed.
> > > Martin
> > > $OpenBSD: Makefile,v 1.7 2020/08/02 00:37:13
> > >
> > > =
> > >
> > > COMMENT = extension to PostgreSQL for read/write to Redis database
> > > GH_ACCOUNT = nahanni
> > > GH_PROJECT = rw_redis_fdw
> > > GH_TAGNAME = v1.0
> > > PKGNAME = redis-pgsql-1.0
> > > CATEGORIES = databases
> > > PERMIT_PACKAGE = Yes
> > > WANTLIB = c crypto pq ssl hiredis
> > > LIB_DEPENDS = databases/postgresql \
> > > databases/libhiredis
> > > BUILD_DEPENDS = databases/postgresql,-server
> > > RUN_DEPENDS = databases/postgresql,-server
> > > USE_GMAKE = Yes
> > > .include 
> > > distinfo
> > > SHA256 (rw_redis_fdw-1.0.tar.gz) = 
> > > 91538c46a5682bafeaf7bfcaf82b2b6b5723c4fc457d2cdb1e397e4692df7d8a
> > > SIZE (rw_redis_fdw-1.0.tar.gz) = 34036
> > > pkg/DESCR
> > > Extention to PostgreSQL provides Foreign Data Wrapper (FDW) for
> > > read (SELECT), write (INSERT, UPDATE, DELETE) access to Redis
> > > in-memory database. It supports all Redis data types: string,
> > > set, hash, list, zset, and pubsub.
> > > Redis FDW packaged as a PostreSQL extension and can be used
> > > for speed up I/O operations using Redis in-memory database.
> > > pkg/PLIST
> > > @comment $OpenBSD: PLIST,v$
> > > @so lib/postgresql/redis_fdw.so
> > > share/postgresql/extension/redis_fdw--1.0.sql
> > > share/postgresql/extension/redis_fdw.control
> > > ‐‐‐ Original Message ‐‐‐
> > > On Wednesday, August 5, 2020 9:54 PM, Martin martin...@protonmail.com 
> > > wrote:
> > >
> > > > Comments?
> > > > $OpenBSD: Makefile,v 1.7 2020/08/02 00:37:13
> > > > ===
> > > > COMMENT = extension to PostgreSQL for read/write to Redis database
> > > > GH_ACCOUNT = nahanni
> > > > GH_PROJECT = rw_redis_fdw
> > > > GH_TAGNAME = v1.0
> > > > PKGNAME = redis-pgsql-1.0
> > > > CATEGORIES = databases
> > > > PERMIT_PACKAGE = Yes
> > > > WANTLIB = c crypto pq ssl hiredis
> > > > COMPILER = base-clang ports-gcc
> > > > LIB_DEPENDS = databases/postgresql \
> > > > databases/libhiredis
> > > > BUILD_DEPENDS = databases/postgresql,-server
> > > > RUN_DEPENDS = databases/postgresql,-server
> > > > USE_GMAKE = Yes
> > > > .include 
> > > > distinfo
> > > > SHA256 (rw_redis_fdw-1.0.tar.gz) = 
> > > > 91538c46a5682bafeaf7bfcaf82b2b6b5723c4fc457d2cdb1e397e4692df7d8a
> > > > SIZE (rw_redis_fdw-1.0.tar.gz) = 34036
> > > > pkg/DESCR
> > > > Extension to PostgreSQL provides Foreign Data Wrapper (FDW) for
> > > > read (SELECT), write (INSERT, UPDATE, DELETE) access to Redis
> > > > in-memory database. It supports all Redis data types: string,
> > > > set, hash, list, zset, and pubsub.
> > > > Redis FDW packaged as a PostreSQL extension and can be used
> > > > for speed up I/O operations using Redis in-memory database.
> > > > pkg/PLIST
> > > > @comment $OpenBSD: PLIST,v$
> > > > @so lib/postgresql/redis_fdw.so
> > > > share/postgresql/extension/redis_fdw--1.0.sql
> > > > share/postgresql/extension/redis_fdw.control




Re: NEW: databases/redis-pgsql is an extension to PostgreSQL for read/write to Redis database

2020-08-13 Thread Martin


‐‐‐ Original Message ‐‐‐
On Thursday, August 6, 2020 12:12 PM, Martin  wrote:

> OK?
>
> ‐‐‐ Original Message ‐‐‐
> On Thursday, August 6, 2020 8:38 AM, Martin martin...@protonmail.com wrote:
>
> > Redis-pgsql builds using integrated gcc. No any ports/gcc is needed.
> > Martin
> > $OpenBSD: Makefile,v 1.7 2020/08/02 00:37:13
> > =
> > COMMENT = extension to PostgreSQL for read/write to Redis database
> > GH_ACCOUNT = nahanni
> > GH_PROJECT = rw_redis_fdw
> > GH_TAGNAME = v1.0
> > PKGNAME = redis-pgsql-1.0
> > CATEGORIES = databases
> > PERMIT_PACKAGE = Yes
> > WANTLIB = c crypto pq ssl hiredis
> > LIB_DEPENDS = databases/postgresql \
> > databases/libhiredis
> > BUILD_DEPENDS = databases/postgresql,-server
> > RUN_DEPENDS = databases/postgresql,-server
> > USE_GMAKE = Yes
> > .include 
> > distinfo
> > SHA256 (rw_redis_fdw-1.0.tar.gz) = 
> > 91538c46a5682bafeaf7bfcaf82b2b6b5723c4fc457d2cdb1e397e4692df7d8a
> > SIZE (rw_redis_fdw-1.0.tar.gz) = 34036
> > pkg/DESCR
> > Extention to PostgreSQL provides Foreign Data Wrapper (FDW) for
> > read (SELECT), write (INSERT, UPDATE, DELETE) access to Redis
> > in-memory database. It supports all Redis data types: string,
> > set, hash, list, zset, and pubsub.
> > Redis FDW packaged as a PostreSQL extension and can be used
> > for speed up I/O operations using Redis in-memory database.
> > pkg/PLIST
> > @comment $OpenBSD: PLIST,v$
> > @so lib/postgresql/redis_fdw.so
> > share/postgresql/extension/redis_fdw--1.0.sql
> > share/postgresql/extension/redis_fdw.control
> > ‐‐‐ Original Message ‐‐‐
> > On Wednesday, August 5, 2020 9:54 PM, Martin martin...@protonmail.com wrote:
> >
> > > Comments?
> > > $OpenBSD: Makefile,v 1.7 2020/08/02 00:37:13
> > >
> > > ===
> > >
> > > COMMENT = extension to PostgreSQL for read/write to Redis database
> > > GH_ACCOUNT = nahanni
> > > GH_PROJECT = rw_redis_fdw
> > > GH_TAGNAME = v1.0
> > > PKGNAME = redis-pgsql-1.0
> > > CATEGORIES = databases
> > > PERMIT_PACKAGE = Yes
> > > WANTLIB = c crypto pq ssl hiredis
> > > COMPILER = base-clang ports-gcc
> > > LIB_DEPENDS = databases/postgresql \
> > > databases/libhiredis
> > > BUILD_DEPENDS = databases/postgresql,-server
> > > RUN_DEPENDS = databases/postgresql,-server
> > > USE_GMAKE = Yes
> > > .include 
> > > distinfo
> > > SHA256 (rw_redis_fdw-1.0.tar.gz) = 
> > > 91538c46a5682bafeaf7bfcaf82b2b6b5723c4fc457d2cdb1e397e4692df7d8a
> > > SIZE (rw_redis_fdw-1.0.tar.gz) = 34036
> > > pkg/DESCR
> > > Extension to PostgreSQL provides Foreign Data Wrapper (FDW) for
> > > read (SELECT), write (INSERT, UPDATE, DELETE) access to Redis
> > > in-memory database. It supports all Redis data types: string,
> > > set, hash, list, zset, and pubsub.
> > > Redis FDW packaged as a PostreSQL extension and can be used
> > > for speed up I/O operations using Redis in-memory database.
> > > pkg/PLIST
> > > @comment $OpenBSD: PLIST,v$
> > > @so lib/postgresql/redis_fdw.so
> > > share/postgresql/extension/redis_fdw--1.0.sql
> > > share/postgresql/extension/redis_fdw.control



redis-pgsql.tgz
Description: application/gzip


Re: NEW: databases/redis-pgsql is an extension to PostgreSQL for read/write to Redis database

2020-08-13 Thread Martin
*ping*

‐‐‐ Original Message ‐‐‐
On Thursday, August 6, 2020 8:38 AM, Martin  wrote:

> Redis-pgsql builds using integrated gcc. No any ports/gcc is needed.
>
> Martin
>
> $OpenBSD: Makefile,v 1.7 2020/08/02 00:37:13
>
> =
>
> COMMENT = extension to PostgreSQL for read/write to Redis database
> GH_ACCOUNT = nahanni
> GH_PROJECT = rw_redis_fdw
> GH_TAGNAME = v1.0
> PKGNAME = redis-pgsql-1.0
>
> CATEGORIES = databases
>
> PERMIT_PACKAGE = Yes
>
> WANTLIB = c crypto pq ssl hiredis
>
> LIB_DEPENDS = databases/postgresql \
> databases/libhiredis
> BUILD_DEPENDS = databases/postgresql,-server
> RUN_DEPENDS = databases/postgresql,-server
>
> USE_GMAKE = Yes
>
> .include 
>
> distinfo
> SHA256 (rw_redis_fdw-1.0.tar.gz) = 
> 91538c46a5682bafeaf7bfcaf82b2b6b5723c4fc457d2cdb1e397e4692df7d8a
> SIZE (rw_redis_fdw-1.0.tar.gz) = 34036
>
> pkg/DESCR
> Extention to PostgreSQL provides Foreign Data Wrapper (FDW) for
> read (SELECT), write (INSERT, UPDATE, DELETE) access to Redis
> in-memory database. It supports all Redis data types: string,
> set, hash, list, zset, and pubsub.
>
> Redis FDW packaged as a PostreSQL extension and can be used
> for speed up I/O operations using Redis in-memory database.
>
> pkg/PLIST
> @comment $OpenBSD: PLIST,v$
> @so lib/postgresql/redis_fdw.so
> share/postgresql/extension/redis_fdw--1.0.sql
> share/postgresql/extension/redis_fdw.control
>
> ‐‐‐ Original Message ‐‐‐
> On Wednesday, August 5, 2020 9:54 PM, Martin martin...@protonmail.com wrote:
>
> > Comments?
> > $OpenBSD: Makefile,v 1.7 2020/08/02 00:37:13
> > =
> > COMMENT = extension to PostgreSQL for read/write to Redis database
> > GH_ACCOUNT = nahanni
> > GH_PROJECT = rw_redis_fdw
> > GH_TAGNAME = v1.0
> > PKGNAME = redis-pgsql-1.0
> > CATEGORIES = databases
> > PERMIT_PACKAGE = Yes
> > WANTLIB = c crypto pq ssl hiredis
> > COMPILER = base-clang ports-gcc
> > LIB_DEPENDS = databases/postgresql \
> > databases/libhiredis
> > BUILD_DEPENDS = databases/postgresql,-server
> > RUN_DEPENDS = databases/postgresql,-server
> > USE_GMAKE = Yes
> > .include 
> > distinfo
> > SHA256 (rw_redis_fdw-1.0.tar.gz) = 
> > 91538c46a5682bafeaf7bfcaf82b2b6b5723c4fc457d2cdb1e397e4692df7d8a
> > SIZE (rw_redis_fdw-1.0.tar.gz) = 34036
> > pkg/DESCR
> > Extension to PostgreSQL provides Foreign Data Wrapper (FDW) for
> > read (SELECT), write (INSERT, UPDATE, DELETE) access to Redis
> > in-memory database. It supports all Redis data types: string,
> > set, hash, list, zset, and pubsub.
> > Redis FDW packaged as a PostreSQL extension and can be used
> > for speed up I/O operations using Redis in-memory database.
> > pkg/PLIST
> > @comment $OpenBSD: PLIST,v$
> > @so lib/postgresql/redis_fdw.so
> > share/postgresql/extension/redis_fdw--1.0.sql
> > share/postgresql/extension/redis_fdw.control




Re: NEW: databases/redis-pgsql is an extension to PostgreSQL for read/write to Redis database

2020-08-06 Thread Martin
OK?

‐‐‐ Original Message ‐‐‐
On Thursday, August 6, 2020 8:38 AM, Martin  wrote:

> Redis-pgsql builds using integrated gcc. No any ports/gcc is needed.
>
> Martin
>
> $OpenBSD: Makefile,v 1.7 2020/08/02 00:37:13
>
> =
>
> COMMENT = extension to PostgreSQL for read/write to Redis database
> GH_ACCOUNT = nahanni
> GH_PROJECT = rw_redis_fdw
> GH_TAGNAME = v1.0
> PKGNAME = redis-pgsql-1.0
>
> CATEGORIES = databases
>
> PERMIT_PACKAGE = Yes
>
> WANTLIB = c crypto pq ssl hiredis
>
> LIB_DEPENDS = databases/postgresql \
> databases/libhiredis
> BUILD_DEPENDS = databases/postgresql,-server
> RUN_DEPENDS = databases/postgresql,-server
>
> USE_GMAKE = Yes
>
> .include 
>
> distinfo
> SHA256 (rw_redis_fdw-1.0.tar.gz) = 
> 91538c46a5682bafeaf7bfcaf82b2b6b5723c4fc457d2cdb1e397e4692df7d8a
> SIZE (rw_redis_fdw-1.0.tar.gz) = 34036
>
> pkg/DESCR
> Extention to PostgreSQL provides Foreign Data Wrapper (FDW) for
> read (SELECT), write (INSERT, UPDATE, DELETE) access to Redis
> in-memory database. It supports all Redis data types: string,
> set, hash, list, zset, and pubsub.
>
> Redis FDW packaged as a PostreSQL extension and can be used
> for speed up I/O operations using Redis in-memory database.
>
> pkg/PLIST
> @comment $OpenBSD: PLIST,v$
> @so lib/postgresql/redis_fdw.so
> share/postgresql/extension/redis_fdw--1.0.sql
> share/postgresql/extension/redis_fdw.control
>
> ‐‐‐ Original Message ‐‐‐
> On Wednesday, August 5, 2020 9:54 PM, Martin martin...@protonmail.com wrote:
>
> > Comments?
> > $OpenBSD: Makefile,v 1.7 2020/08/02 00:37:13
> > =
> > COMMENT = extension to PostgreSQL for read/write to Redis database
> > GH_ACCOUNT = nahanni
> > GH_PROJECT = rw_redis_fdw
> > GH_TAGNAME = v1.0
> > PKGNAME = redis-pgsql-1.0
> > CATEGORIES = databases
> > PERMIT_PACKAGE = Yes
> > WANTLIB = c crypto pq ssl hiredis
> > COMPILER = base-clang ports-gcc
> > LIB_DEPENDS = databases/postgresql \
> > databases/libhiredis
> > BUILD_DEPENDS = databases/postgresql,-server
> > RUN_DEPENDS = databases/postgresql,-server
> > USE_GMAKE = Yes
> > .include 
> > distinfo
> > SHA256 (rw_redis_fdw-1.0.tar.gz) = 
> > 91538c46a5682bafeaf7bfcaf82b2b6b5723c4fc457d2cdb1e397e4692df7d8a
> > SIZE (rw_redis_fdw-1.0.tar.gz) = 34036
> > pkg/DESCR
> > Extension to PostgreSQL provides Foreign Data Wrapper (FDW) for
> > read (SELECT), write (INSERT, UPDATE, DELETE) access to Redis
> > in-memory database. It supports all Redis data types: string,
> > set, hash, list, zset, and pubsub.
> > Redis FDW packaged as a PostreSQL extension and can be used
> > for speed up I/O operations using Redis in-memory database.
> > pkg/PLIST
> > @comment $OpenBSD: PLIST,v$
> > @so lib/postgresql/redis_fdw.so
> > share/postgresql/extension/redis_fdw--1.0.sql
> > share/postgresql/extension/redis_fdw.control




Re: NEW: databases/redis-pgsql is an extension to PostgreSQL for read/write to Redis database

2020-08-06 Thread Martin
Redis-pgsql builds using integrated gcc. No any ports/gcc is needed.

Martin

# $OpenBSD: Makefile,v 1.7 2020/08/02 00:37:13

COMMENT =   extension to PostgreSQL for read/write to Redis database
GH_ACCOUNT =nahanni
GH_PROJECT =rw_redis_fdw
GH_TAGNAME =v1.0
PKGNAME =   redis-pgsql-1.0

CATEGORIES =databases

PERMIT_PACKAGE =Yes

WANTLIB =   c crypto pq ssl hiredis

LIB_DEPENDS =   databases/postgresql \
databases/libhiredis
BUILD_DEPENDS = databases/postgresql,-server
RUN_DEPENDS =   databases/postgresql,-server

USE_GMAKE = Yes

.include 

distinfo
SHA256 (rw_redis_fdw-1.0.tar.gz) = 
91538c46a5682bafeaf7bfcaf82b2b6b5723c4fc457d2cdb1e397e4692df7d8a
SIZE (rw_redis_fdw-1.0.tar.gz) = 34036

pkg/DESCR
Extention to PostgreSQL provides Foreign Data Wrapper (FDW) for
read (SELECT), write (INSERT, UPDATE, DELETE) access to Redis
in-memory database. It supports all Redis data types: string,
set, hash, list, zset, and pubsub.

Redis FDW packaged as a PostreSQL extension and can be used
for speed up I/O operations using Redis in-memory database.

pkg/PLIST
@comment $OpenBSD: PLIST,v$
@so lib/postgresql/redis_fdw.so
share/postgresql/extension/redis_fdw--1.0.sql
share/postgresql/extension/redis_fdw.control


‐‐‐ Original Message ‐‐‐
On Wednesday, August 5, 2020 9:54 PM, Martin  wrote:

> Comments?
>
> $OpenBSD: Makefile,v 1.7 2020/08/02 00:37:13
>
> =
>
> COMMENT = extension to PostgreSQL for read/write to Redis database
> GH_ACCOUNT = nahanni
> GH_PROJECT = rw_redis_fdw
> GH_TAGNAME = v1.0
> PKGNAME = redis-pgsql-1.0
>
> CATEGORIES = databases
>
> PERMIT_PACKAGE = Yes
>
> WANTLIB = c crypto pq ssl hiredis
>
> COMPILER = base-clang ports-gcc
>
> LIB_DEPENDS = databases/postgresql \
> databases/libhiredis
> BUILD_DEPENDS = databases/postgresql,-server
> RUN_DEPENDS = databases/postgresql,-server
>
> USE_GMAKE = Yes
>
> .include 
>
> distinfo
> SHA256 (rw_redis_fdw-1.0.tar.gz) = 
> 91538c46a5682bafeaf7bfcaf82b2b6b5723c4fc457d2cdb1e397e4692df7d8a
> SIZE (rw_redis_fdw-1.0.tar.gz) = 34036
>
> pkg/DESCR
> Extension to PostgreSQL provides Foreign Data Wrapper (FDW) for
> read (SELECT), write (INSERT, UPDATE, DELETE) access to Redis
> in-memory database. It supports all Redis data types: string,
> set, hash, list, zset, and pubsub.
>
> Redis FDW packaged as a PostreSQL extension and can be used
> for speed up I/O operations using Redis in-memory database.
>
> pkg/PLIST
> @comment $OpenBSD: PLIST,v$
> @so lib/postgresql/redis_fdw.so
> share/postgresql/extension/redis_fdw--1.0.sql
> share/postgresql/extension/redis_fdw.control



redis-pgsql.tgz
Description: application/gzip


NEW: databases/redis-pgsql is an extension to PostgreSQL for read/write to Redis database

2020-08-05 Thread Martin
Comments?

# $OpenBSD: Makefile,v 1.7 2020/08/02 00:37:13

COMMENT =   extension to PostgreSQL for read/write to Redis database
GH_ACCOUNT =nahanni
GH_PROJECT =rw_redis_fdw
GH_TAGNAME =v1.0
PKGNAME =   redis-pgsql-1.0

CATEGORIES =databases

PERMIT_PACKAGE =Yes

WANTLIB =   c crypto pq ssl hiredis

COMPILER =  base-clang ports-gcc

LIB_DEPENDS =   databases/postgresql \
databases/libhiredis
BUILD_DEPENDS = databases/postgresql,-server
RUN_DEPENDS =   databases/postgresql,-server

USE_GMAKE = Yes

.include 

distinfo
SHA256 (rw_redis_fdw-1.0.tar.gz) = 
91538c46a5682bafeaf7bfcaf82b2b6b5723c4fc457d2cdb1e397e4692df7d8a
SIZE (rw_redis_fdw-1.0.tar.gz) = 34036

pkg/DESCR
Extension to PostgreSQL provides Foreign Data Wrapper (FDW) for
read (SELECT), write (INSERT, UPDATE, DELETE) access to Redis
in-memory database. It supports all Redis data types: string,
set, hash, list, zset, and pubsub.

Redis FDW packaged as a PostreSQL extension and can be used
for speed up I/O operations using Redis in-memory database.

pkg/PLIST
@comment $OpenBSD: PLIST,v$
@so lib/postgresql/redis_fdw.so
share/postgresql/extension/redis_fdw--1.0.sql
share/postgresql/extension/redis_fdw.control


redis-pgsql.tar.gz
Description: application/gzip


databases/redis now working on sparc (Was Re: [NEW] databases/redis)

2010-10-08 Thread David Coppa
On Sun, Sep 26, 2010 at 6:33 PM, Scott Vokes voke...@gmail.com wrote:
 On Thu, Sep 23, 2010 at 10:11 AM,  remi.poin...@xiri.fr wrote:
 this is the port of redis, an advanced key-value database.
 Critical positive or negative would be appreciated ;-).
   This adds a few minor improvements to the port - redis's test suite
 (make regress) and it installs the documentation.

 Tests pass for me on i386 and amd64. Please test and commit. :)

I've cleaned up the port a bit and added a patch that makes Redis pass
all the tests on sparc64 (adapted from the commit Salvatore Sanfilippo
made to his git repo).

I'd also like to take maintainership if you don't care, just because
I'm already in contact by mail with Salvatore...

Ok to import?

ciao,
david


redis_port.tgz
Description: GNU Zip compressed data


redis-2.0.2_sparc64_testsuite.log.gz
Description: GNU Zip compressed data


Re: databases/redis now working on sparc (Was Re: [NEW] databases/redis)

2010-10-08 Thread David Coppa
On Fri, Oct 8, 2010 at 2:17 PM, Stuart Henderson s...@spacehopper.org wrote:
 Hi,

REGRESS_DEPENDS =       tcl-=8.5,8.6:lang/tcl/8.5

 Please would you use the tcl module, then you can use
 REGRESS_DEPENDS = ${MODTCL_BUILD_DEPENDS}, and ${MODTCL_BIN}
 instead of tclsh / tclsh8.5 in Makefile.

You're right.

 I don't see any other problems with this.

What about this second version?

ciao,
dav


redis_port_2.tgz
Description: GNU Zip compressed data


Re: [NEW] databases/redis

2010-09-26 Thread Scott Vokes
On Thu, Sep 23, 2010 at 10:11 AM,  remi.poin...@xiri.fr wrote:
 this is the port of redis, an advanced key-value database.
 Critical positive or negative would be appreciated ;-).
   This adds a few minor improvements to the port - redis's test suite
(make regress) and it installs the documentation.

Tests pass for me on i386 and amd64. Please test and commit. :)

Scott


redis-port.tgz
Description: GNU Zip compressed data


[NEW] databases/redis

2010-09-23 Thread remi.pointel
Hello,

this is the port of redis, an advanced key-value database.

Critical positive or negative would be appreciated ;-).

Few information :


$ pkg_info redis
Information for inst:redis-2.0.2

Comment:
extremely fast and powerful key-value store database

Description:
Redis is an advanced key-value store. It is similar to memcached but the
dataset is not volatile, and values can be strings, exactly like in
memcached, but also lists, sets, and ordered sets. All this data types
can be manipulated with atomic operations to push/pop elements,
add/remove elements, perform server side union, intersection, difference
between sets, and so forth. Redis supports different kind of sorting
abilities.

Maintainer: Remi Pointel remi.poin...@xiri.fr

WWW: http://code.google.com/p/redis/



Thanks,

Remi.


gzROx8XaA7aX.gz
Description: GNU Zip compressed data


Re: [NEW] databases/redis

2010-09-23 Thread David Coppa
On Thu, Sep 23, 2010 at 4:11 PM,  remi.poin...@xiri.fr wrote:
 Hello,

 this is the port of redis, an advanced key-value database.

 Critical positive or negative would be appreciated ;-).

Hi,
I've already worked on this port some time ago.
Unfortunately it segfaults on sparc64. Have a look at:

http://code.google.com/p/redis/issues/detail?id=255

Ciao,
David



Re: [NEW] databases/redis

2010-09-23 Thread David Coppa
On Thu, Sep 23, 2010 at 4:46 PM,  remi.poin...@xiri.fr wrote:
 On Thu, 23 Sep 2010 16:33:56 +0200, David Coppa dco...@gmail.com wrote:

 Hi,
 I've already worked on this port some time ago.
 Unfortunately it segfaults on sparc64. Have a look at:

 http://code.google.com/p/redis/issues/detail?id=255

 Ciao,
 David

 OK, I didn't see that, sorry ;)

It would be cool if someone knows a solution or want to give a
*temporary* sparc64 shell to Salvatore Sanfilippo (redis' author) to
fix that segfault. Redis is a nice piece of software...

ciao,
david



Re: [NEW] databases/redis

2010-09-23 Thread Scott Vokes
 I've already worked on this port some time ago.
I posted a redis port for the 1.2 series in April. (More recent
versions have had lots of little bugs on OpenBSD, though - I haven't
gotten the test suite to pass). I'll run it past both the official tcl
tests and the one for my Lua redis library (sidereal) when I have a
chance.



Re: NEW: databases/redis 1.2.4

2010-04-22 Thread Lawrence Teo

On 4/21/10 8:43 AM, Scott Vokes wrote:

I've been using this without problems for a while on amd64. Please
test and commit.


Just a note, the latest stable version is Redis 1.2.6.

http://code.google.com/p/redis/downloads/list

Lawrence



NEW: databases/redis 1.2.4

2010-04-21 Thread Scott Vokes
I've been using this without problems for a while on amd64. Please
test and commit.

Scott


redis.tgz
Description: GNU Zip compressed data