ports/94699: [PATCH] update of archivers/pecl-zip to 1.2.1

Alexander Zhuravlev zaa at zaa.pp.ru
Sun Mar 19 19:40:19 UTC 2006


>Number:         94699
>Category:       ports
>Synopsis:       [PATCH] update of archivers/pecl-zip to 1.2.1
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 19 19:40:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Zhuravlev
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
>Environment:
System: FreeBSD orion.ulstu.ru 4.11-STABLE FreeBSD 4.11-STABLE #26: Mon Dec 26 23:56:33 MSK 2005 root at orion.ulstu.ru:/usr/obj/usr/src/sys/ORION i386


	
>Description:
	
	Patch contains update of pecl-zip to 1.2.1
	* 100% compatible with the old API
	* added zip creation support (write mode)
	* added OO interface
	* Stream support, getStream method returns a file handler
	- bundled libzip and drop zzlib usage (see http://www.nih.at/libzip/)

>How-To-Repeat:
	
>Fix:

	

--- pecl-zip.diff begins here ---
diff -ub pecl-zip.orig/Makefile pecl-zip/Makefile
--- pecl-zip.orig/Makefile	Mon Jul 19 11:24:30 2004
+++ pecl-zip/Makefile	Sun Mar 19 22:28:28 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	zip
-PORTVERSION=	1.0
+PORTVERSION=	1.2.1
 CATEGORIES=	archivers pear
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
@@ -14,13 +14,11 @@
 DIST_SUBDIR=	PECL
 
 MAINTAINER=	ale at FreeBSD.org
-COMMENT=	A PECL extension to read zip files
-
-LIB_DEPENDS=	zzip.10:${PORTSDIR}/devel/zziplib
+COMMENT=	A PECL extension to create and read zip files
 
 USE_PHP=	yes
 USE_PHPEXT=	yes
 
-CONFIGURE_ARGS=	--with-zip=${LOCALBASE}
+CONFIGURE_ARGS=	--with-zip=${LOCALBASE} --with-zlib=/usr
 
 .include <bsd.port.mk>
diff -ub pecl-zip.orig/distinfo pecl-zip/distinfo
--- pecl-zip.orig/distinfo	Sun Jan 22 09:58:29 2006
+++ pecl-zip/distinfo	Sun Mar 19 22:16:45 2006
@@ -1,3 +1,2 @@
-MD5 (PECL/zip-1.0.tgz) = 255203b19e46c0512e6ab3780ba2d2e5
-SHA256 (PECL/zip-1.0.tgz) = 0375e17b012c04dc204e5d2a857882cd6d9fb9b3a09ea3d165ba3ce8c9e2533b
-SIZE (PECL/zip-1.0.tgz) = 4930
+MD5 (PECL/zip-1.2.1.tgz) = e8c87e8939dcdf98ad34b285aebe5600
+SIZE (PECL/zip-1.2.1.tgz) = 39291
diff -ub pecl-zip.orig/pkg-descr pecl-zip/pkg-descr
--- pecl-zip.orig/pkg-descr	Mon Jul 19 11:24:30 2004
+++ pecl-zip/pkg-descr	Sun Mar 19 22:17:42 2006
@@ -1,4 +1,4 @@
-Zip is an extension to read zip files.
+Zip is an extension to create and read zip files.
 
 WWW: http://pecl.php.net/package/zip/
 
--- pecl-zip.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list