ee6b29827d
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>
12 lines
370 B
Plaintext
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%%
|