Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jan 2012 19:02:59 GMT
From:      Evan Sarmiento <esarmiento@wayfair.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/164527: New Port: databases/pecl-chdb - chdb implements a read-only memory mapped hash-table for PHP.
Message-ID:  <201201261902.q0QJ2xuE006283@red.freebsd.org>
Resent-Message-ID: <201201261910.q0QJA9aC073356@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         164527
>Category:       ports
>Synopsis:       New Port: databases/pecl-chdb - chdb implements a read-only memory mapped hash-table for PHP.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 26 19:10:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Evan Sarmiento
>Release:        
>Organization:
Wayfair, LLC.
>Environment:
FreeBSD svn.csnzoo.com 8.2-RELEASE-p2 FreeBSD 8.2-RELEASE-p2 #1: Mon Jan 16 13:04:20 EST 2012     root@svn.csnzoo.com:/usr/obj/usr/src/sys/XENHVM  amd64
>Description:
New port databases databases/pecl-chdb

Tested and in production at Wayfair, INC

chdb implements a read-only memory mapped hash-table for PHP.

WWW: https://github.com/lcastelli/chdb/
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	pecl-chdb
#	pecl-chdb/Makefile
#	pecl-chdb/distinfo
#	pecl-chdb/pkg-descr
#
echo c - pecl-chdb
mkdir -p pecl-chdb > /dev/null 2>&1
echo x - pecl-chdb/Makefile
sed 's/^X//' >pecl-chdb/Makefile << '6259dfa41fb8a5d1852f8a8e9253f398'
X# New ports collection makefile for:	pecl-chdb
X# Date created:			26 January 2012
X# Whom:				Evan Sarmiento <esarmiento@wayfair.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	chdb
XDISTVERSION=    1.0.1
XCATEGORIES=     databases
XMASTER_SITES=   https://github.com/lcastelli/chdb/tarball/${DISTVERSION}/
XPKGNAMEPREFIX=  pecl-
XDISTNAME=       lcastelli-${PORTNAME}-v${DISTVERSION}-0-g${DISTVERSION}
XDIST_SUBDIR=	PECL
X
XMAINTAINER=	esarmiento@wayfair.com
XCOMMENT=	CHDB extension
X
XBUILD_DEPENDS=  ${LOCALBASE}/lib/libcmph.so:${PORTSDIR}/devel/cmph
XRUN_DEPENDS=    ${BUILD_DEPENDS}
X
XUSE_PHP=	yes
XUSE_PHP_BUILD=	yes
XUSE_PHPIZE=	yes
XUSE_PHPEXT=	yes
XPHP_MODNAME=	chdb
X
XCFLAGS+=	-L${LOCALBASE}/lib
X
XGITVERSION=     5c9a37d
XFETCH_ARGS=     -pRr
XWRKSRC=         ${WRKDIR}/lcastelli-${PORTNAME}-${GITVERSION}
X
XCONFIGURE_ARGS=	--with-libcmph-dir=${LOCALBASE}/lib
X
X.include <bsd.port.mk>
6259dfa41fb8a5d1852f8a8e9253f398
echo x - pecl-chdb/distinfo
sed 's/^X//' >pecl-chdb/distinfo << 'eab5e1b34819711ea138e8733d67d54a'
XSHA256 (PECL/lcastelli-chdb-v1.0.1-0-g1.0.1.tar.gz) = 3e95bdd8b450770629587ebbb767a2cecbe7b1e2d39715cd02f69fba3f5d2d8d
XSIZE (PECL/lcastelli-chdb-v1.0.1-0-g1.0.1.tar.gz) = 9568
eab5e1b34819711ea138e8733d67d54a
echo x - pecl-chdb/pkg-descr
sed 's/^X//' >pecl-chdb/pkg-descr << 'a00e1893a84a99181b94cb6b955dd7e1'
Xchdb implements a read-only memory mapped hash-table for PHP.
X
XWWW: https://github.com/lcastelli/chdb/
a00e1893a84a99181b94cb6b955dd7e1
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201261902.q0QJ2xuE006283>