aboutsummaryrefslogtreecommitdiffstats
path: root/www/Makefile
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2005-01-19 18:42:15 +0800
committeredwin <edwin@FreeBSD.org>2005-01-19 18:42:15 +0800
commitd1224c64c4dc2bd2fb116be4bb2a84bb73ac09e0 (patch)
tree43993719c9f726960eb0647b55ca92de5301e0a6 /www/Makefile
parent66d6bd3b01cc9de3689b37678aed09f355424e51 (diff)
downloadfreebsd-ports-gnome-d1224c64c4dc2bd2fb116be4bb2a84bb73ac09e0.tar.gz
freebsd-ports-gnome-d1224c64c4dc2bd2fb116be4bb2a84bb73ac09e0.tar.zst
freebsd-ports-gnome-d1224c64c4dc2bd2fb116be4bb2a84bb73ac09e0.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>
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