aboutsummaryrefslogtreecommitdiff
path: root/www/pear-HTTP_Download/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update to to 1.0.0RC5.Thierry Thomas2005-01-251-4/+1
| | | | | | | | | Changelog at <http://pear.php.net/package/HTTP_Download/download/1.0.0RC5/>. Submitted by: maintainer. Notes: svn path=/head/; revision=127340
* PORTVERSION -> DISTVERSIONEdwin Groothuis2005-01-201-2/+1
| | | | Notes: svn path=/head/; revision=126979
* Update port: www/pear-HTTP_Download to 1.0.0RC4Edwin Groothuis2005-01-191-1/+1
| | | | | | | | | | | + update port: www/pear-HTTP_Download to 1.0.0RC4 + changelog: http://pear.php.net/package/HTTP_Download/download/1.0.0RC4/ PR: ports/76469 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net> Notes: svn path=/head/; revision=126868
* New port: www/pear-HTTP_Download PEAR class to send HTTP downloadsEdwin Groothuis2005-01-191-0/+44
Provides an interface to easily send hidden files or any arbitrary data to HTTP clients. HTTP_Download can gain its data from variables, files or stream resources. It features: - Basic caching capabilities - Basic throttling mechanism - On-the-fly gzip-compression - Ranges (partial downloads and resuming) - Delivery of on-the-fly generated archives through Archive_Tar and Archive_Zip PR: ports/76366 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net> Notes: svn path=/head/; revision=126813