aboutsummaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-01-19 10:42:15 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-01-19 10:42:15 +0000
commit7cfc2dc3e27e5dc8f474add018542b762a10be78 (patch)
treec688145efb8d5fb42138687fd3f807a30a980058 /www/Makefile
parent07bcbad649aa20a7be60da6e67e940f80cfd92bc (diff)
downloadports-7cfc2dc3e27e5dc8f474add018542b762a10be78.tar.gz
ports-7cfc2dc3e27e5dc8f474add018542b762a10be78.zip
New port: www/pear-HTTP_Download PEAR class to send HTTP downloads
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
Notes: svn path=/head/; revision=126813
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 7a1c657432b7..2c5a49ccebb8 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -567,6 +567,7 @@
SUBDIR += peacock
SUBDIR += pear-APC
SUBDIR += pear-HTTP
+ SUBDIR += pear-HTTP_Download
SUBDIR += pear-HTTP_Header
SUBDIR += pear-HTTP_Request
SUBDIR += pear-HTTP_Server