- Add php-geos 1.0.0rc1
PHP bindings for GEOS WWW: https://git.osgeo.org/gogs/geos/php-geos
This commit is contained in:
parent
6d6520c707
commit
71a4553454
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426646
5 changed files with 40 additions and 0 deletions
|
@ -774,6 +774,7 @@
|
|||
SUBDIR += phototonic
|
||||
SUBDIR += php-facedetect
|
||||
SUBDIR += php-gdal
|
||||
SUBDIR += php-geos
|
||||
SUBDIR += php-libpuzzle
|
||||
SUBDIR += php-magickwand
|
||||
SUBDIR += php5-ffmpeg
|
||||
|
|
29
graphics/php-geos/Makefile
Normal file
29
graphics/php-geos/Makefile
Normal file
|
@ -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>
|
3
graphics/php-geos/distinfo
Normal file
3
graphics/php-geos/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1479665899
|
||||
SHA256 (php-geos/1.0.0rc1.tar.gz) = 63721d9dc2051aa03034b343c0b334e9cb11643e7009ea9be2e69f51f7b90f71
|
||||
SIZE (php-geos/1.0.0rc1.tar.gz) = 39350
|
3
graphics/php-geos/pkg-descr
Normal file
3
graphics/php-geos/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
PHP bindings for GEOS
|
||||
|
||||
WWW: https://git.osgeo.org/gogs/geos/php-geos
|
4
graphics/php-geos/pkg-plist
Normal file
4
graphics/php-geos/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue