forked from Lainports/freebsd-ports
- Unbreak
- Pass maintainership to submitter
- Add LICENSE(LGPL20 GPLv2)
- Remove OPTIONS LIBRARY to make default as most of the dependent ports
require the library
- Make proper use of OPTIONSNG to declutter ${PORT_OPTIONS:M*}
PR: 196942
Differential Revision: https://reviews.freebsd.org/D1795
Submitted by: mp39590@gmail.com
Approved by: marino(mentor)
10 lines
356 B
Text
10 lines
356 B
Text
AVFS is a system, which enables all programs to look inside gzip, tar,
|
|
zip, etc. files or view remote (ftp, http, dav, etc.) files, without
|
|
recompiling the programs.
|
|
|
|
Shared library and FUSE daemon are provided.
|
|
|
|
AVFS is (C) under the GNU GPL. The shared library supporting AVFS with
|
|
LD_PRELOAD is (C) under the GNU LGPL.
|
|
|
|
WWW: http://avf.sourceforge.net/
|