Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Nov 2016 23:53:54 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426646 - in head/graphics: . php-geos
Message-ID:  <201611202353.uAKNrsYQ038684@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Nov 20 23:53:54 2016
New Revision: 426646
URL: https://svnweb.freebsd.org/changeset/ports/426646

Log:
  - Add php-geos 1.0.0rc1
  
  PHP bindings for GEOS
  
  WWW: https://git.osgeo.org/gogs/geos/php-geos

Added:
  head/graphics/php-geos/
  head/graphics/php-geos/Makefile   (contents, props changed)
  head/graphics/php-geos/distinfo   (contents, props changed)
  head/graphics/php-geos/pkg-descr   (contents, props changed)
  head/graphics/php-geos/pkg-plist   (contents, props changed)
Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Sun Nov 20 23:53:49 2016	(r426645)
+++ head/graphics/Makefile	Sun Nov 20 23:53:54 2016	(r426646)
@@ -774,6 +774,7 @@
     SUBDIR += phototonic
     SUBDIR += php-facedetect
     SUBDIR += php-gdal
+    SUBDIR += php-geos
     SUBDIR += php-libpuzzle
     SUBDIR += php-magickwand
     SUBDIR += php5-ffmpeg

Added: head/graphics/php-geos/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/php-geos/Makefile	Sun Nov 20 23:53:54 2016	(r426646)
@@ -0,0 +1,29 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	geos
+DISTVERSION=	1.0.0rc1
+CATEGORIES=	graphics
+MASTER_SITES=	https://git.osgeo.org/gogs/geos/php-geos/archive/ \
+		LOCAL/sunpoet/${PKGNAMEPREFIX}${PORTNAME}
+PKGNAMEPREFIX=	php-
+DISTNAME=	${DISTVERSION}
+DIST_SUBDIR=	${PKGNAMEPREFIX}${PORTNAME}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	PHP bindings for GEOS
+
+LICENSE=	LGPL21 MIT
+LICENSE_COMB=	multi
+LICENSE_FILE_LGPL21=	${WRKSRC}/LGPL-2
+LICENSE_FILE_MIT=	${WRKSRC}/MIT-LICENSE
+
+BUILD_DEPENDS=	swig3.0:devel/swig30
+LIB_DEPENDS=	libgeos_c.so:graphics/geos
+
+LDFLAGS+=	-L${PREFIX}/lib
+USES=		php:ext
+
+WRKSRC=		${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}
+
+.include <bsd.port.mk>

Added: head/graphics/php-geos/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/php-geos/distinfo	Sun Nov 20 23:53:54 2016	(r426646)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1479665899
+SHA256 (php-geos/1.0.0rc1.tar.gz) = 63721d9dc2051aa03034b343c0b334e9cb11643e7009ea9be2e69f51f7b90f71
+SIZE (php-geos/1.0.0rc1.tar.gz) = 39350

Added: head/graphics/php-geos/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/php-geos/pkg-descr	Sun Nov 20 23:53:54 2016	(r426646)
@@ -0,0 +1,3 @@
+PHP bindings for GEOS
+
+WWW: https://git.osgeo.org/gogs/geos/php-geos

Added: head/graphics/php-geos/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/php-geos/pkg-plist	Sun Nov 20 23:53:54 2016	(r426646)
@@ -0,0 +1,4 @@
+etc/php/ext-20-geos.ini
+include/php/ext/geos/config.h
+include/php/ext/geos/php_geos.h
+lib/php/%%PHP_EXT_DIR%%/geos.so



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