|
phpPackage is simple perl script used to automatically build distribution
packages for php software. phpPackage automatically builds tar.gz, tar.bz2, and
zip packages for files ending in .php, .php3, and .php4 from a project directory
containing .php files. phppackage is licensed under the GNU GPL.
I wrote phpPackage when I realized I was spending too much time doing manual
file conversions to create the .php3 and .php4 packages for my projects. Now I basically
finish editing code for a release and run phpPackage and I'm done. phpPackage
automatically removes temporary files, recurses all subdirectories and
automatically generates .php3 and .php4 files from my working .php files, and builds
archives in all common formats for .php, .php3, and .php4 file releases.
Changelog
Requirements:
Download:
|