From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 23 09:40:06 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2E05C16A400 for ; Fri, 23 Feb 2007 09:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 0F7AC13C4A3 for ; Fri, 23 Feb 2007 09:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l1N9e53h087010 for ; Fri, 23 Feb 2007 09:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l1N9e5sc087009; Fri, 23 Feb 2007 09:40:05 GMT (envelope-from gnats) Resent-Date: Fri, 23 Feb 2007 09:40:05 GMT Resent-Message-Id: <200702230940.l1N9e5sc087009@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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0DD4816A473 for ; Fri, 23 Feb 2007 09:32:49 +0000 (UTC) (envelope-from gslin@netnews.NCTU.edu.tw) Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.freebsd.org (Postfix) with ESMTP id 64D5413C4B2 for ; Fri, 23 Feb 2007 09:32:47 +0000 (UTC) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id 26A3C5B; Fri, 23 Feb 2007 17:32:46 +0800 (CST) Message-Id: <20070223093246.26A3C5B@netnews.NCTU.edu.tw> Date: Fri, 23 Feb 2007 17:32: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/109452: [NEW PORT] devel/p5-PHP-Serialization: Converting the output of PHP serialize() into the Perl 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, 23 Feb 2007 09:40:06 -0000 >Number: 109452 >Category: ports >Synopsis: [NEW PORT] devel/p5-PHP-Serialization: Converting the output of PHP serialize() into the Perl >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 Feb 23 09:40:05 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.2-RELEASE i386 >Organization: >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.2-RELEASE FreeBSD 6.2-RELEASE #1: Sun Jan 14 14:05:12 CST 2007 >Description: Provides a simple, quick means of serializing perl memory structures (including object data!) into a format that PHP can deserialize() and access, and vice versa. NOTE: Converts PHP arrays into Perl Arrays when the PHP array used exclusively numeric indexes, and into Perl Hashes then the PHP array did not. WWW: http://search.cpan.org/dist/PHP-Serialization/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-PHP-Serialization-0.27.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: # # p5-PHP-Serialization # p5-PHP-Serialization/pkg-descr # p5-PHP-Serialization/Makefile # p5-PHP-Serialization/pkg-plist # p5-PHP-Serialization/distinfo # echo c - p5-PHP-Serialization mkdir -p p5-PHP-Serialization > /dev/null 2>&1 echo x - p5-PHP-Serialization/pkg-descr sed 's/^X//' >p5-PHP-Serialization/pkg-descr << 'END-of-p5-PHP-Serialization/pkg-descr' XProvides a simple, quick means of serializing perl memory structures X(including object data!) into a format that PHP can deserialize() and Xaccess, and vice versa. X XNOTE: Converts PHP arrays into Perl Arrays when the PHP array used Xexclusively numeric indexes, and into Perl Hashes then the PHP array Xdid not. X XWWW: http://search.cpan.org/dist/PHP-Serialization/ END-of-p5-PHP-Serialization/pkg-descr echo x - p5-PHP-Serialization/Makefile sed 's/^X//' >p5-PHP-Serialization/Makefile << 'END-of-p5-PHP-Serialization/Makefile' X# New ports collection makefile for: p5-PHP-Serialization X# Date created: 2007-02-23 X# Whom: Gea-Suan Lin X# X# $FreeBSD$ X# X XPORTNAME= PHP-Serialization XPORTVERSION= 0.27 XCATEGORIES= devel perl5 XMASTER_SITES= CPAN XMASTER_SITE_SUBDIR= PHP XPKGNAMEPREFIX= p5- X XMAINTAINER= gslin@gslin.org XCOMMENT= Converting the output of PHP serialize() into the Perl X XPERL_CONFIGURE= yes X XMAN3= PHP::Serialization.3 X X.include X X.if ${PERL_LEVEL} < 500800 XIGNORE= requires Perl 5.8 or later. Install lang/perl5.8 and try again X.endif X X.include END-of-p5-PHP-Serialization/Makefile echo x - p5-PHP-Serialization/pkg-plist sed 's/^X//' >p5-PHP-Serialization/pkg-plist << 'END-of-p5-PHP-Serialization/pkg-plist' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/PHP/Serialization/.packlist X%%SITE_PERL%%/PHP/Serialization.pm X@dirrmtry %%SITE_PERL%%/PHP X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PHP/Serialization X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PHP END-of-p5-PHP-Serialization/pkg-plist echo x - p5-PHP-Serialization/distinfo sed 's/^X//' >p5-PHP-Serialization/distinfo << 'END-of-p5-PHP-Serialization/distinfo' XMD5 (PHP-Serialization-0.27.tar.gz) = 2fb3f63071c5c2119b4eebe39b329684 XSHA256 (PHP-Serialization-0.27.tar.gz) = 3c740ba78649dc47929b41156e2cfc839d9136eca102db1422cf9f74252b0211 XSIZE (PHP-Serialization-0.27.tar.gz) = 4169 END-of-p5-PHP-Serialization/distinfo exit --- p5-PHP-Serialization-0.27.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: