Bug 109452 - [NEW PORT] devel/p5-PHP-Serialization: Converting the output of PHP serialize() into the Perl
Summary: [NEW PORT] devel/p5-PHP-Serialization: Converting the output of PHP serialize...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-23 09:40 UTC by gslin
Modified: 2007-02-24 18:30 UTC (History)
1 user (show)

See Also:


Attachments
p5-PHP-Serialization-0.27.shar (2.56 KB, text/plain)
2007-02-23 09:40 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2007-02-23 09:40:05 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-02-23 09:40:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-02-24 18:25:19 UTC
clsung      2007-02-24 18:25:13 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-PHP-Serialization Makefile distinfo pkg-descr 
                               pkg-plist 
  Log:
  Add p5-PHP-Serialization 0.27, converting the output of PHP serialize()
  into the Perl.
  
  PR:             ports/109452
  Submitted by:   Gea-Suan Lin <gslin at gslin.org>
  
  Revision  Changes    Path
  1.2658    +1 -0      ports/devel/Makefile
  1.1       +28 -0     ports/devel/p5-PHP-Serialization/Makefile (new)
  1.1       +3 -0      ports/devel/p5-PHP-Serialization/distinfo (new)
  1.1       +9 -0      ports/devel/p5-PHP-Serialization/pkg-descr (new)
  1.1       +6 -0      ports/devel/p5-PHP-Serialization/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-02-24 18:29:33 UTC
State Changed
From-To: open->closed

New port added. Thank You.