diff options
author | miwi <miwi@FreeBSD.org> | 2009-05-11 06:25:34 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-05-11 06:25:34 +0800 |
commit | e72a1fa1db3b304928308eb785c50040e70a2005 (patch) | |
tree | 4d20be5ffedf80145d58fdadad7c7bdf77c3491a /www/Makefile | |
parent | 26f88e0608365acf59d9933d887628bb2a0a31e2 (diff) | |
download | freebsd-ports-graphics-e72a1fa1db3b304928308eb785c50040e70a2005.tar.gz freebsd-ports-graphics-e72a1fa1db3b304928308eb785c50040e70a2005.tar.zst freebsd-ports-graphics-e72a1fa1db3b304928308eb785c50040e70a2005.zip |
Videocache is a Squid URL rewriter plugin written in Python
for bandwidth optimization while browsing famous video
sharing portals/websites like Youtube, Metacafe etc.
It helps you save bandwidth when a particular video is
requested more than once from the same network/machine.
WWW: http://www.cachevideos.com/
PR: ports/134116
Submitted by: Murilo Opsfelder <mopsfelder at gmail.com>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 0e18f25bc7b..e854a8d05f8 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1551,6 +1551,7 @@ SUBDIR += validator SUBDIR += varnish SUBDIR += vee + SUBDIR += videocache SUBDIR += visitors SUBDIR += vtiger SUBDIR += vtiger-customerportal |