# 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:
#
#	Makefile
#	distinfo
#	pkg-descr
#
echo x - Makefile
sed 's/^X//' >Makefile << 'END-of-Makefile'
X# Created by: punkt.de Hosting Team <mops@punkt.de>
X# $FreeBSD$
X
XPORTNAME=	vips
XPORTVERSION=	1.0.9
XCATEGORIES=	graphics
X
XMAINTAINER=	mops@punkt.de
XCOMMENT=	PHP bindings for libvips
X
XLICENSE=	MIT
XLICENSE_FILE=	${WRKSRC}/LICENSE.txt
X
XLIB_DEPENDS=	libvips.so:graphics/vips
X
XUSES=		php:pecl pkgconfig
X
X.include <bsd.port.mk>
END-of-Makefile
echo x - distinfo
sed 's/^X//' >distinfo << 'END-of-distinfo'
XTIMESTAMP = 1557409772
XSHA256 (PECL/vips-1.0.9.tgz) = aec14fe6b059dbc919ba37364ef4cec0cfd674c6360a23ad689f07cc0c29ec14
XSIZE (PECL/vips-1.0.9.tgz) = 558066
END-of-distinfo
echo x - pkg-descr
sed 's/^X//' >pkg-descr << 'END-of-pkg-descr'
XLow-level PHP binding for libvips
X
XThis extension lets you use the libvips image processing library
Xfrom PHP 7. It is intentionally very low-level: modules such as
Xhttps://github.com/libvips/php-vips try to layer a nice API on
Xtop of this.
X
XWWW: https://github.com/libvips/php-vips-ext
END-of-pkg-descr
exit