php-zip replaces pecl-zip

This commit is contained in:
sthen 2012-06-16 12:52:04 +00:00
parent 015918373e
commit 83c15828b6
7 changed files with 6 additions and 39 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.56 2012/04/28 19:38:26 kili Exp $
# $OpenBSD: Makefile,v 1.57 2012/06/16 12:52:04 sthen Exp $
SUBDIR =
SUBDIR += arc
@ -40,7 +40,6 @@
SUBDIR += par2cmdline
SUBDIR += pecl-lzf
SUBDIR += pecl-rar
SUBDIR += pecl-zip
SUBDIR += py-lzo
SUBDIR += ripole
SUBDIR += ruby-archive-tar-minitar

View File

@ -1,19 +0,0 @@
# $OpenBSD: Makefile,v 1.9 2012/04/19 21:30:26 sthen Exp $
COMMENT= PHP support for zip archives
DISTNAME= zip-1.10.2
REVISION= 5
CATEGORIES= archivers
# PHP
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= z
MODULES= lang/php/pecl
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>

View File

@ -1,5 +0,0 @@
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

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

View File

@ -1,4 +0,0 @@
@comment $OpenBSD: PLIST,v 1.3 2011/07/08 18:25:40 robert Exp $
lib/php-${MODPHP_VERSION}/modules/${MODULE_NAME}.so
share/examples/php-${MODPHP_VERSION}/${MODULE_NAME}.ini
@sample ${SYSCONFDIR}/php-${MODPHP_VERSION}.sample/${MODULE_NAME}.ini

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.74 2012/06/07 14:23:11 gonzalo Exp $
# $OpenBSD: Makefile,v 1.75 2012/06/16 12:52:04 sthen Exp $
COMMENT = exceptions to pkg_add rules
CATEGORIES = devel databases
DISTFILES =
# API.rev
PKGNAME = quirks-1.72
PKGNAME = quirks-1.73
PKG_ARCH = *
MAINTAINER = Marc Espie <espie@openbsd.org>

View File

@ -1,7 +1,7 @@
#! /usr/bin/perl
# ex:ts=8 sw=4:
# $OpenBSD: Quirks.pm,v 1.79 2012/06/07 14:23:11 gonzalo Exp $
# $OpenBSD: Quirks.pm,v 1.80 2012/06/16 12:52:04 sthen Exp $
#
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
#
@ -299,7 +299,8 @@ my $stem_extensions = {
'p5-Email-MIME-Modifier' => 'p5-Email-MIME',
'libmpcdec' => 'musepack',
'mppenc' => 'musepack',
'xxxterm' => 'xombrero'
'xxxterm' => 'xombrero',
'pecl-zip' => 'php-zip'
};
# ->is_base_system($handle, $state):