pecl-zip-1.10.2, PHP support for zip archives

This commit is contained in:
jolan 2009-08-16 06:39:51 +00:00
parent a66fd8872f
commit 7d5a0a6b9e
6 changed files with 89 additions and 0 deletions

View File

@ -0,0 +1,49 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/08/16 06:39:51 jolan Exp $
SHARED_ONLY= Yes
COMMENT= PHP support for zip archives
DISTNAME= zip-1.10.2
PKGNAME= pecl-${DISTNAME}
EXTRACT_SUFX= .tgz
MASTER_SITES= http://pecl.php.net/get/
CATEGORIES= archivers www
HOMEPAGE= http://pecl.php.net/package/zip/
# PHP License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
AUTOCONF_VERSION= 2.62
AUTOMAKE_VERSION= 1.9
BUILD_DEPENDS= :pear-*:www/pear \
${MODGNU_AUTOCONF_DEPENDS} \
${MODGNU_AUTOMAKE_DEPENDS}
RUN_DEPENDS= :php5-core-*:www/php5/core
WANTLIB= z
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
AUTOCONF_VERSION=${AUTOCONF_VERSION}
PREFIX= /var/www
DESTDIRNAME= INSTALL_ROOT
NO_REGRESS= Yes
USE_LIBTOOL= Yes
LIBTOOL_FLAGS+= --tag=disable-static
pre-configure:
@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${LOCALBASE}/bin/phpize
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/conf/php5.sample
@echo "extension=zip.so" > \
${PREFIX}/conf/php5.sample/zip.ini
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (zip-1.10.2.tgz) = CneSVTiPp8nqSz/OrVXMaQ==
RMD160 (zip-1.10.2.tgz) = hnbs1N7TCCuNIs9zgQGa07eXhPs=
SHA1 (zip-1.10.2.tgz) = GVl1H23sTqHkPxAjDD/KDPIGlrU=
SHA256 (zip-1.10.2.tgz) = 1L1VrhmADr4gjivSM63NSr9RbUwFMCA92Le+hL4i35g=
SIZE (zip-1.10.2.tgz) = 236912

View File

@ -0,0 +1,5 @@
pecl-zip is a PHP extension for reading zip archives.
Documentation is available online at:
http://php.net/zip/

View File

@ -0,0 +1,10 @@
You can enable this module by creating a symbolic
link from ${PREFIX}/conf/php5.sample/zip.ini to
${PREFIX}/conf/php5/zip.ini.
ln -fs ${PREFIX}/conf/php5.sample/zip.ini \
${PREFIX}/conf/php5/zip.ini
If you already have Apache running on your machine,
you should not use "apachectl restart" - instead,
you should fully stop and then restart the server.

View File

@ -0,0 +1,11 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/08/16 06:39:51 jolan Exp $
@comment conf/php5.sample/
@group bin
conf/php5.sample/zip.ini
@comment lib/
@comment lib/php/
@comment lib/php/modules/
@owner root
lib/php/modules/zip.so
@owner
@group

View File

@ -0,0 +1,9 @@
You can disable this module by removing the
${PREFIX}/conf/php5/zip.ini symbolic link by
issuing the following command:
rm -f ${PREFIX}/conf/php5/zip.ini
If you already have Apache running on your machine,
you should not use "apachectl restart" - instead,
you should fully stop and then restart the server.