Bug 123832 - [NEW PORT] archivers/pear-PHP_Archive : Create and Use PHP Archive files
Summary: [NEW PORT] archivers/pear-PHP_Archive : Create and Use PHP Archive files
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-20 08:50 UTC by wenheping
Modified: 2008-05-22 01:20 UTC (History)
0 users

See Also:


Attachments
file.shar (3.81 KB, text/plain)
2008-05-20 08:50 UTC, wenheping
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description wenheping 2008-05-20 08:50:00 UTC
The PHP_Archive package allows creation of
self-contained cross-platform PHP libraries
or applications, similar to Java jar files.

PHP_Archive provides the PHP_Archive class,
and the phar:// stream wrapper. The PHP_Archive
class differs in approach from the Phar class in
that it does not support the ArrayAccess interface
for accessing internal files, and does not support
iteration over contents using foreach().

However, full support for the phar:// stream
wrapper, support of Phar-specific metadata setting
and retrieval using PHP_Archive::getPharMetaData()
and file-specific metadata using PHP_Archive::getFileMetaData(),
zlib and bzip2 compression of individual files,
and archive-wide SHA1/MD5 signature makes
PHP_Archive just as powerful as the Phar
extension for distributing phars.

WWW: http://pear.php.net/package/PHP_Archive/

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-20 08:50:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-05-22 01:12:38 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-05-22 01:13:04 UTC
miwi        2008-05-22 00:12:54 UTC

  FreeBSD ports repository

  Modified files:
    archivers            Makefile 
  Added files:
    archivers/pear-PHP_Archiv Makefile distinfo pkg-descr 
  Log:
  The PHP_Archive package allows creation of self-contained cross-platform
  PHP libraries or applications, similar to Java jar files.
  
  WWW: http://pear.php.net/package/PHP_Archive/
  
  PR:             ports/123832
  Submitted by:   Wen Heping <wenheping at gmail.com>
  
  Revision  Changes    Path
  1.195     +1 -0      ports/archivers/Makefile
  1.1       +47 -0     ports/archivers/pear-PHP_Archiv/Makefile (new)
  1.1       +3 -0      ports/archivers/pear-PHP_Archiv/distinfo (new)
  1.1       +4 -0      ports/archivers/pear-PHP_Archiv/pkg-descr (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"