aboutsummaryrefslogtreecommitdiff
path: root/www/pear-HTTP_Download
Commit message (Collapse)AuthorAgeFilesLines
* - Upgrade to to 1.0.0.Thierry Thomas2005-04-023-21/+5
| | | | | | | | | | | | Changelog at <http://pear.php.net/package/HTTP_Download/download/1.0.0/>. - fix dependencies. PR: ports/79312 Submitted by: Antônio Carlos Venâncio Júnior (maintainer) Notes: svn path=/head/; revision=132282
* - Update to 1.0.0RC6Pav Lucistnik2005-02-092-8/+8
| | | | | | | | | | - Fix dependency PR: ports/77310 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer) Notes: svn path=/head/; revision=128418
* Update to to 1.0.0RC5.Thierry Thomas2005-01-252-6/+3
| | | | | | | | | 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-192-3/+3
| | | | | | | | | | | + 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-193-0/+59
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