Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  7 May 2014 12:53:54 +0200 (CEST)
From:      Arjan Koole <arjan@blackoak.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/189414: Change-Request
Message-ID:  <20140507105354.34C684F916C@athena.blackoak.net>
Resent-Message-ID: <201405071100.s47B01We074496@freefall.freebsd.org>

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

>Number:         189414
>Category:       ports
>Synopsis:       Change-Request
>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:   Wed May 07 11:00:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Arjan Koole
>Release:        FreeBSD 9.1-RELEASE-p11 amd64
>Organization:
Blackoak
>Environment:
System: FreeBSD athena.blackoak.net 9.1-RELEASE-p11 FreeBSD 9.1-RELEASE-p11 #0: Tue Apr 8 20:54:56 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
	A port of php-redis for php 5.5 did not yet exist. databases/php5-redis worked seemlessly after a slight modification in the Makefile
>How-To-Repeat:
	Not relevant
>Fix:
	Not Relevant

--- php55-redis.shar begins here ---
# 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:
#
#	php55-redis
#	php55-redis/Makefile
#	php55-redis/distinfo
#	php55-redis/pkg-descr
#
echo c - php55-redis
mkdir -p php55-redis > /dev/null 2>&1
echo x - php55-redis/Makefile
sed 's/^X//' >php55-redis/Makefile << 'e4f5ecf0e8bc78657925fa60b4a83cc4'
X# Created by: Benedikt Niessen <ports@niessen.ch>
X# Modified for php 5.5 by Arjan Koole <arjan@blackoak.net>
X# $FreeBSD: head/databases/php55-redis/Makefile $
X
XPORTNAME=	redis
XPORTVERSION=	2.2.4
XCATEGORIES=	databases
XMASTER_SITES=	https://github.com/nicolasff/phpredis/tarball/${PORTVERSION}/
XPKGNAMEPREFIX=	php55-
XDISTNAME=	nicolasff-phpredis-${PORTVERSION}-0-g${GITVERSION}
X
XMAINTAINER=	m.tsatsenko@gmail.com
XCOMMENT=	PHP5-Extension for Redis
X
XLICENSE=	PHP301
X
XGITVERSION=	0f0661e
XWRKSRC=		${WRKDIR}/nicolasff-phpredis-${GITVERSION}
X
XUSE_PHP=	session
XUSE_PHP_BUILD=	yes
XUSE_PHPEXT=	yes
XDEFAULT_PHP_VER=55
X
XPHP_MODNAME=	redis
X
XOPTIONS_DEFINE=	IGBINARY
XIGBINARY_DESC=	Build with Igbinary serializer
X
X.include <bsd.port.options.mk>
X
X.if ${PORT_OPTIONS:MIGBINARY}
XUSE_PHP+=	igbinary
XCONFIGURE_ARGS+=--enable-redis-igbinary
X.else
XCONFIGURE_ARGS+=--disable-redis-igbinary
X.endif
X
X.include <bsd.port.mk>
e4f5ecf0e8bc78657925fa60b4a83cc4
echo x - php55-redis/distinfo
sed 's/^X//' >php55-redis/distinfo << 'ef8d16fbdfbc550923c05c7784c4c9b1'
XSHA256 (nicolasff-phpredis-2.2.4-0-g0f0661e.tar.gz) = cb4273cfe5c15dc0e43945ea74978fe9345ac1e2f4902c798ed63ce6a588d02d
XSIZE (nicolasff-phpredis-2.2.4-0-g0f0661e.tar.gz) = 122108
ef8d16fbdfbc550923c05c7784c4c9b1
echo x - php55-redis/pkg-descr
sed 's/^X//' >php55-redis/pkg-descr << '463c822599b8cdb9827d3e9c176db955'
XThis extension provides an API for communicating with Redis database,
Xa persistent key-value database with built-in net interface written
Xin ANSI-C for Posix systems.
X
XIt is a fork of alfonsojimenez's phpredis, adding many methods and
Xfixing a lot of issues.
X
XWWW: https://github.com/nicolasff/phpredis
463c822599b8cdb9827d3e9c176db955
exit
--- php55-redis.shar ends here ---


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



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