svn commit: r332239 - in head/databases: . php5-tarantool

Veniamin Gvozdikov vg at FreeBSD.org
Thu Oct 31 13:11:00 UTC 2013


Author: vg
Date: Thu Oct 31 13:10:58 2013
New Revision: 332239
URL: http://svnweb.freebsd.org/changeset/ports/332239

Log:
  databases/php5-tarantool PECL PHP driver for Tarantool/Box
  
  PECL PHP driver for Tarantool/Box
  
  WWW: https://github.com/tarantool/tarantool-php
  
  PR:		ports/178614
  Submitted by:	myself
  Approved by:	eadler, osa, rm (mentors, implicit)

Added:
  head/databases/php5-tarantool/
  head/databases/php5-tarantool/Makefile   (contents, props changed)
  head/databases/php5-tarantool/distinfo   (contents, props changed)
  head/databases/php5-tarantool/pkg-descr   (contents, props changed)
Modified:
  head/databases/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Thu Oct 31 13:07:20 2013	(r332238)
+++ head/databases/Makefile	Thu Oct 31 13:10:58 2013	(r332239)
@@ -601,6 +601,7 @@
     SUBDIR += php5-redis
     SUBDIR += php5-sqlite3
     SUBDIR += php5-sybase_ct
+    SUBDIR += php5-tarantool
     SUBDIR += php52-dba
     SUBDIR += php52-dbase
     SUBDIR += php52-interbase

Added: head/databases/php5-tarantool/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/php5-tarantool/Makefile	Thu Oct 31 13:10:58 2013	(r332239)
@@ -0,0 +1,31 @@
+# Created by: Veniamin Gvozdikov <vg at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	tarantool
+PORTVERSION=	${TR_VER}
+CATEGORIES=	databases
+MASTER_SITES=	GH GHC
+PKGNAMEPREFIX=	php5-
+DISTFILES=	${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
+
+MAINTAINER=	vg at FreeBSD.org
+COMMENT=	PECL PHP driver for Tarantool/Box
+
+USE_GITHUB=	yes
+USE_PHP=	yes
+USE_PHPEXT=	yes
+USE_PHPIZE=	yes
+DEFAULT_PHP_VER=5
+
+PHP_MODNAME=	${PORTNAME}
+GH_PROJECT=	${PORTNAME}-php
+GH_ACCOUNT=	tarantool
+GH_COMMIT=	d88ac7b
+GH_TAGNAME=	${GH_COMMIT}
+TR_VER=		20131031
+
+CONFIGURE_ARGS+=	--with-tarantool
+
+NO_STAGE=	yes
+
+.include <bsd.port.mk>

Added: head/databases/php5-tarantool/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/php5-tarantool/distinfo	Thu Oct 31 13:10:58 2013	(r332239)
@@ -0,0 +1,2 @@
+SHA256 (php5-tarantool-20131031.tar.gz) = 3671e3c134de0fa225199afca9414931e8b0773b3ffa04f501c71cbc52ff21b2
+SIZE (php5-tarantool-20131031.tar.gz) = 21000

Added: head/databases/php5-tarantool/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/php5-tarantool/pkg-descr	Thu Oct 31 13:10:58 2013	(r332239)
@@ -0,0 +1,3 @@
+PECL PHP driver for Tarantool/Box
+
+WWW: https://github.com/tarantool/tarantool-php


More information about the svn-ports-all mailing list