Index: Makefile =================================================================== --- Makefile +++ Makefile @@ -2,54 +2,34 @@ # $FreeBSD$ PORTNAME= avfs -PORTVERSION= 0.9.9 +PORTVERSION= 1.0.2 CATEGORIES= sysutils MASTER_SITES= SF/avf/${PORTNAME}/${PORTVERSION} -MAINTAINER= jirnov@gmail.com -COMMENT= A Virtual File System +MAINTAINER= mp39590@gmail.com +COMMENT= Virtual File System library -BUILD_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash +# FUSE daemon is licensed as GPLv2, shared library is LGPLv2 +LICENSE= LGPL20 GPLv2 +LICENSE_COMB= multi -BROKEN= does not package +USES= libtool pkgconfig tar:bz2 +USE_LDCONFIG= yes +GNU_CONFIGURE= yes -NO_INSTALL_MANPAGES= yes +INSTALL_TARGET= install-strip -CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -liconv +OPTIONS_DEFINE= DEBUG FUSE +OPTIONS_SUB= yes +DEBUG_CONFIGURE_ENABLE= debug +FUSE_CONFIGURE_ENABLE= fuse +FUSE_USES= fuse shebangfix +FUSE_RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash -GNU_CONFIGURE= yes -USES= fuse -USE_GMAKE= yes -USE_BZIP2= yes -USE_LDCONFIG= yes - -OPTIONS_DEFINE= DEBUG LIBRARY FUSE -OPTIONS_DEFAULT= FUSE -LIBRARY_DESC= Enable library -FUSE_DESC= Enable fuse - .include -.if ${PORT_OPTIONS:MDEBUG} -CONFIGURE_ARGS+= --enable-debug -.else -CONFIGURE_ARGS+= --disable-debug -.endif - -.if ${PORT_OPTIONS:MLIBRARY} -CONFIGURE_ARGS+= --enable-library -PLIST_SUB+= LIBRARY="" -.else -CONFIGURE_ARGS+= --disable-library -PLIST_SUB+= LIBRARY="@comment " -.endif - .if ${PORT_OPTIONS:MFUSE} -CONFIGURE_ARGS+= --enable-fuse -PLIST_SUB+= FUSE="" -.else -CONFIGURE_ARGS+= --disable-fuse -PLIST_SUB+= FUSE="@comment " +SHEBANG_FILES= scripts/umountavfs scripts/mountavfs .endif .include Index: distinfo =================================================================== --- distinfo +++ distinfo @@ -1,2 +1,2 @@ -SHA256 (avfs-0.9.9.tar.bz2) = 5e3100e99f6e136158a0d33045649959f830ddd31d57ec02f9e70cca421196cb -SIZE (avfs-0.9.9.tar.bz2) = 678451 +SHA256 (avfs-1.0.2.tar.bz2) = 52693953e8290281d441a898040c5ac2989f11bc1fcb83ca5063c37a125a1c9a +SIZE (avfs-1.0.2.tar.bz2) = 723051 Index: pkg-descr =================================================================== --- pkg-descr +++ pkg-descr @@ -2,4 +2,9 @@ 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/ Index: pkg-plist =================================================================== --- pkg-plist +++ pkg-plist @@ -1,4 +1,4 @@ -%%LIBRARY%%bin/avfs-config +bin/avfs-config %%FUSE%%bin/avfsd bin/davpass bin/ftppass @@ -5,7 +5,7 @@ %%FUSE%%bin/mountavfs %%FUSE%%bin/umountavfs include/avfs.h -%%LIBRARY%%include/virtual.h +include/virtual.h lib/avfs/extfs/README lib/avfs/extfs/a lib/avfs/extfs/apt @@ -26,27 +26,25 @@ lib/avfs/extfs/rpms lib/avfs/extfs/trpm lib/avfs/extfs/u7z +lib/avfs/extfs/uace +lib/avfs/extfs/uadf lib/avfs/extfs/uar +lib/avfs/extfs/uarc lib/avfs/extfs/uarj +lib/avfs/extfs/uc1541 +lib/avfs/extfs/ucab lib/avfs/extfs/ucpio +lib/avfs/extfs/udar lib/avfs/extfs/uha +lib/avfs/extfs/uimg lib/avfs/extfs/ulha +lib/avfs/extfs/upp lib/avfs/extfs/urar +lib/avfs/extfs/uxdms +lib/avfs/extfs/uxpk lib/avfs/extfs/uzip lib/avfs/extfs/uzoo -lib/avfs/extfs/uace -lib/avfs/extfs/uc1541 -lib/avfs/extfs/upp -lib/avfs/extfs/uxdms -lib/avfs/extfs/uxpk -lib/avfs/extfs/uadf -lib/avfs/extfs/uarc -lib/avfs/extfs/ucab -lib/avfs/extfs/udar -lib/avfs/extfs/uimg -%%LIBRARY%%lib/libavfs.a -%%LIBRARY%%lib/libavfs.la -%%LIBRARY%%lib/libavfs.so -%%LIBRARY%%lib/libavfs.so.0 -@dirrm lib/avfs/extfs -@dirrm lib/avfs +lib/libavfs.a +lib/libavfs.so +lib/libavfs.so.0 +lib/libavfs.so.0.0.2