aboutsummaryrefslogtreecommitdiff
path: root/www/pear-HTTP_Download
Commit message (Collapse)AuthorAgeFilesLines
* Reset miwi's maintainership per his demandBaptiste Daroussin2014-11-181-1/+1
| | | | | | | Hope to see you back! Thank for all the work! Notes: svn path=/head/; revision=372709
* Convert to USES=pearBaptiste Daroussin2014-09-261-4/+2
| | | | Notes: svn path=/head/; revision=369314
* Stage support for non-IGNORED pear classesAntoine Brodin2013-11-251-1/+0
| | | | | | | | Tested by: poudriere Approved by: portmgr (bapt) Notes: svn path=/head/; revision=334871
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Convert to PEAR_AUTOINSTALLMartin Wilke2013-03-171-8/+3
| | | | | | | - Trim header Notes: svn path=/head/; revision=314455
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Update to 1.1.4Martin Wilke2010-11-042-7/+6
| | | | | | | VS: ---------------------------------------------------------------------- Notes: svn path=/head/; revision=264067
* - Update to 1.1.3Martin Wilke2007-12-192-4/+4
| | | | Notes: svn path=/head/; revision=204081
* - Update to 1.1.2Martin Wilke2007-05-032-5/+5
| | | | | | | - Grab Maintainership Notes: svn path=/head/; revision=191457
* - Update to 1.1.1Martin Wilke2006-11-142-4/+4
| | | | | | | | PR: ports/105487 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Notes: svn path=/head/; revision=177224
* Reset maintainership of ports assigned to antonio@php.net after numerousMark Linimon2006-09-231-1/+1
| | | | | | | | | maintainer-timeouts and no response to email. We hope to see him back. Hat: portmgr Notes: svn path=/head/; revision=173626
* - Update to 1.1.0Pav Lucistnik2006-01-112-3/+4
| | | | | | | | PR: ports/91657 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer) Notes: svn path=/head/; revision=153306
* Remove pear ports obsolated by devel/pear and switchAlex Dupre2005-12-091-1/+1
| | | | | | | | | dependencies of all the other pear ports. Discussed with: thierry, antonio@php.net Notes: svn path=/head/; revision=150745
* - 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