From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 31 15:10:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 575D1106568B for ; Fri, 31 Jul 2009 15:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 316238FC13 for ; Fri, 31 Jul 2009 15:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n6VFA2Kf091071 for ; Fri, 31 Jul 2009 15:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n6VFA2CA091070; Fri, 31 Jul 2009 15:10:02 GMT (envelope-from gnats) Resent-Date: Fri, 31 Jul 2009 15:10:02 GMT Resent-Message-Id: <200907311510.n6VFA2CA091070@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jaime Bozza Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E60B1106564A for ; Fri, 31 Jul 2009 15:03:00 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id B8ED78FC12 for ; Fri, 31 Jul 2009 15:03:00 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n6VF307N085148 for ; Fri, 31 Jul 2009 15:03:00 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n6VF30th085147; Fri, 31 Jul 2009 15:03:00 GMT (envelope-from nobody) Message-Id: <200907311503.n6VF30th085147@www.freebsd.org> Date: Fri, 31 Jul 2009 15:03:00 GMT From: Jaime Bozza To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/137308: [NEW PORT] converters/igbinary: Replacement for the standard PHP serializer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Jul 2009 15:10:02 -0000 >Number: 137308 >Category: ports >Synopsis: [NEW PORT] converters/igbinary: Replacement for the standard PHP serializer >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 31 15:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Jaime Bozza >Release: FreeBSD 7.2-STABLE i386/amd64 >Organization: >Environment: FreeBSD hera.mindsites.net 7.2-STABLE FreeBSD 7.2-STABLE #0: Wed Jul 22 07:09:06 CDT 2009 >Description: Igbinary is a drop in replacement for the standard PHP serializer. Instead of time and space consuming textual representation, igbinary stores PHP data structures in a compact binary form. Savings are significant when using memcached or similar memory based storages for serialized data. WWW: http://opensource.dynamoid.com/ Updated from ports/135289 to fix build/run problems. >How-To-Repeat: >Fix: Patch attached with submission follows: # 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: # # igbinary # igbinary/Makefile # igbinary/distinfo # igbinary/pkg-descr # echo c - igbinary mkdir -p igbinary > /dev/null 2>&1 echo x - igbinary/Makefile sed 's/^X//' >igbinary/Makefile << 'b8a37254234af1ad786edc68871de0a1' X# New ports collection makefile for: igbinary X# Date created: 2009-06-05 X# Whom: Gea-Suan Lin X# X# $FreeBSD$ X# X XPORTNAME= igbinary XPORTVERSION= 1.0.1 XCATEGORIES= converters XMASTER_SITES= http://opensource.dynamoid.com/ X XMAINTAINER= gslin@gslin.org XCOMMENT= Replacement for the standard PHP serializer X XUSE_PHP= session XUSE_PHPIZE= yes XUSE_PHPEXT= yes X X.include b8a37254234af1ad786edc68871de0a1 echo x - igbinary/distinfo sed 's/^X//' >igbinary/distinfo << '8ab748f1ce1ac849a96b961f5344b3df' XMD5 (igbinary-1.0.1.tar.gz) = dafdf33406524b175bd6124d5e51682b XSHA256 (igbinary-1.0.1.tar.gz) = 940808c3d9ea09dfe2db85b0cddd9371cdea40de1e8c1e248a3015719fd21ae0 XSIZE (igbinary-1.0.1.tar.gz) = 24706 8ab748f1ce1ac849a96b961f5344b3df echo x - igbinary/pkg-descr sed 's/^X//' >igbinary/pkg-descr << '9ac611cc898147c03f8a6c5a86c7fb79' XIgbinary is a drop in replacement for the standard PHP serializer. XInstead of time and space consuming textual representation, igbinary Xstores PHP data structures in a compact binary form. Savings are Xsignificant when using memcached or similar memory based storages for Xserialized data. X XWWW: http://opensource.dynamoid.com/ 9ac611cc898147c03f8a6c5a86c7fb79 exit >Release-Note: >Audit-Trail: >Unformatted: