diff options
author | miwi <miwi@FreeBSD.org> | 2007-08-21 17:10:15 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-08-21 17:10:15 +0800 |
commit | 515ecef50071658629370b13314b594cd0e54823 (patch) | |
tree | cd727f6e9b4e554f8bdf5bc253e7a9e27eb86e4d /archivers/Makefile | |
parent | 150549fbd1c1a6063e6bac132735d6852e92d34e (diff) | |
download | freebsd-ports-gnome-515ecef50071658629370b13314b594cd0e54823.tar.gz freebsd-ports-gnome-515ecef50071658629370b13314b594cd0e54823.tar.zst freebsd-ports-gnome-515ecef50071658629370b13314b594cd0e54823.zip |
The phar extension provides the phar stream wrapper and the Phar
class for manipulating self-contained PHP Archive (phar) files.
The Phar class can be used to create and to extract contents of
phar files as well as iterating over their contents.
PHP Archive files (Phars) are special collections of files that
can be transparently run right out of the file, similar to Java's
jar archive files. Using a phar archive, it is possible to distribute
a complete PHP application in a single file that will run out of the
file without modification or extraction.
WWW: http://pecl.php.net/package/phar/
PR: ports/115224
Submitted by: Ditesh Shashikant Gathani <ditesh at gathani.org>
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index e4a52164cfa2..79fda75b33f0 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -97,6 +97,7 @@ SUBDIR += pear-File_Archive SUBDIR += pecl-bz2 SUBDIR += pecl-lzf + SUBDIR += pecl-phar SUBDIR += pecl-rar SUBDIR += pecl-zip SUBDIR += php4-bz2 |