ports/137308: [NEW PORT] converters/igbinary: Replacement for the standard PHP serializer

Jaime Bozza jbozza at mindsites.com
Fri Jul 31 15:10:02 UTC 2009


>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 <gslin at gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	igbinary
XPORTVERSION=	1.0.1
XCATEGORIES=	converters
XMASTER_SITES=	http://opensource.dynamoid.com/
X
XMAINTAINER=	gslin at gslin.org
XCOMMENT=	Replacement for the standard PHP serializer
X
XUSE_PHP=	session
XUSE_PHPIZE=	yes
XUSE_PHPEXT=     yes
X
X.include <bsd.port.mk>
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:



More information about the freebsd-ports-bugs mailing list