From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 28 00:50:02 2008 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 EE1B8106567C for ; Mon, 28 Jul 2008 00:50: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 D031A8FC15 for ; Mon, 28 Jul 2008 00:50: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.2/8.14.2) with ESMTP id m6S0o2jV091030 for ; Mon, 28 Jul 2008 00:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m6S0o2ax091029; Mon, 28 Jul 2008 00:50:02 GMT (envelope-from gnats) Resent-Date: Mon, 28 Jul 2008 00:50:02 GMT Resent-Message-Id: <200807280050.m6S0o2ax091029@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, Gea-Suan Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A1191065673 for ; Mon, 28 Jul 2008 00:40:49 +0000 (UTC) (envelope-from gslin@host-1.pixnet.tw) Received: from host-1.pixnet.tw (60-199-248-144.static.tfn.net.tw [60.199.248.144]) by mx1.freebsd.org (Postfix) with ESMTP id 2D4958FC13 for ; Mon, 28 Jul 2008 00:40:48 +0000 (UTC) (envelope-from gslin@host-1.pixnet.tw) Received: from host-1.pixnet.tw (localhost [127.0.0.1]) by host-1.pixnet.tw (8.14.2/8.14.2) with ESMTP id m6S0ejbE008760; Mon, 28 Jul 2008 08:40:45 +0800 (CST) (envelope-from gslin@host-1.pixnet.tw) Received: (from gslin@localhost) by host-1.pixnet.tw (8.14.2/8.14.2/Submit) id m6S0ejo5008759; Mon, 28 Jul 2008 08:40:45 +0800 (CST) (envelope-from gslin) Message-Id: <200807280040.m6S0ejo5008759@host-1.pixnet.tw> Date: Mon, 28 Jul 2008 08:40:45 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/126018: [NEW PORT] devel/py25-phpserialize: PHP Serialize implemented in Python 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: Mon, 28 Jul 2008 00:50:03 -0000 >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 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 X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/PHPSerialize.py ${PYTHON_SITELIBDIR} X ${INSTALL_SCRIPT} ${WRKSRC}/PHPUnserialize.py ${PYTHON_SITELIBDIR} X X.include 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: