Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jul 2008 08:40:45 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/126018: [NEW PORT] devel/py25-phpserialize: PHP Serialize implemented in Python
Message-ID:  <200807280040.m6S0ejo5008759@host-1.pixnet.tw>
Resent-Message-ID: <200807280050.m6S0o2ax091029@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         126018
>Category:       ports
>Synopsis:       [NEW PORT] devel/py25-phpserialize: PHP Serialize implemented in Python
>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:   Mon Jul 28 00:50:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 7.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD host-1.pixnet.tw 7.0-STABLE FreeBSD 7.0-STABLE #1: Wed Jul 16 13:00:27 CST 2008
>Description:
This is a python implementation of PHP's native serialize() and
unserialize() functions.

Taken along with my perl serialize implementation, this code will
enable you to transfer simple data structures between PHP, Python, and
Perl using PHP's data serialization format.

This code aims to be a very lightweight data transport layer between
PHP, perl and python using PHP's native serialization format. 

WWW:	http://hurring.com/scott/code/python/serialize/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- py25-phpserialize-0.4.shar begins here ---
# 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:
#
#	py-phpserialize
#	py-phpserialize/pkg-descr
#	py-phpserialize/Makefile
#	py-phpserialize/pkg-plist
#	py-phpserialize/distinfo
#
echo c - py-phpserialize
mkdir -p py-phpserialize > /dev/null 2>&1
echo x - py-phpserialize/pkg-descr
sed 's/^X//' >py-phpserialize/pkg-descr << '5021af15b14f2e3104ea96352281a570'
XThis is a python implementation of PHP's native serialize() and
Xunserialize() functions.
X
XTaken along with my perl serialize implementation, this code will
Xenable you to transfer simple data structures between PHP, Python, and
XPerl using PHP's data serialization format.
X
XThis code aims to be a very lightweight data transport layer between
XPHP, perl and python using PHP's native serialization format. 
X
XWWW:	http://hurring.com/scott/code/python/serialize/
5021af15b14f2e3104ea96352281a570
echo x - py-phpserialize/Makefile
sed 's/^X//' >py-phpserialize/Makefile << '8d953bcc177bde5c0c6db2cdea10e531'
X# New ports collection makefile for:	py-phpserialize
X# Date created:		2008-07-28
X# Whom:			Gea-Suan Lin <gslin@gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	phpserialize
XPORTVERSION=	0.4
XCATEGORIES=	devel python
XMASTER_SITES=	http://hurring.com/scott/code/python/serialize/
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
XDISTNAME=	PHPSerialize_v${PORTVERSION}
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	gslin@gslin.org
XCOMMENT=	PHP Serialize implemented in Python
X
XNO_BUILD=	yes
XUSE_PYTHON=	yes
XWRKSRC=		${WRKDIR}/v${PORTVERSION}
X
X.include <bsd.port.pre.mk>
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/PHPSerialize.py ${PYTHON_SITELIBDIR}
X	${INSTALL_SCRIPT} ${WRKSRC}/PHPUnserialize.py ${PYTHON_SITELIBDIR}
X
X.include <bsd.port.post.mk>
8d953bcc177bde5c0c6db2cdea10e531
echo x - py-phpserialize/pkg-plist
sed 's/^X//' >py-phpserialize/pkg-plist << '1cde93e9e52711ca5e031d5377679110'
X@comment $FreeBSD$
X%%PYTHON_SITELIBDIR%%/PHPSerialize.py
X%%PYTHON_SITELIBDIR%%/PHPUnserialize.py
1cde93e9e52711ca5e031d5377679110
echo x - py-phpserialize/distinfo
sed 's/^X//' >py-phpserialize/distinfo << 'aa4684fe2c1e611bc5d1c96c57d172af'
XMD5 (PHPSerialize_v0.4.tgz) = 8c014b3716e8e3e5eae3132fb6eb0c5b
XSHA256 (PHPSerialize_v0.4.tgz) = 75f12f281f239210f24d6db74ebde41b913d987c325046743e52f04bfae907fa
XSIZE (PHPSerialize_v0.4.tgz) = 9079
aa4684fe2c1e611bc5d1c96c57d172af
exit
--- py25-phpserialize-0.4.shar ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807280040.m6S0ejo5008759>