freebsd-ports/www/videocache/pkg-plist
Martin Wilke ee6b29827d 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>
2009-05-10 22:25:34 +00:00

12 lines
370 B
Plaintext

@comment $FreeBSD$
bin/update-vc
@unexec if cmp -s %D/etc/videocache.conf %D/etc/videocache.conf.default; then rm -f %D/etc/videocache.conf; fi
etc/videocache.conf.default
@exec [ -f %B/videocache.conf ] || cp %B/%f %B/videocache.conf
%%DATADIR%%/Errors.py
%%DATADIR%%/__init__.py
%%DATADIR%%/config.py
%%DATADIR%%/parser.py
%%DATADIR%%/videocache.py
@dirrm %%DATADIR%%