Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Aug 2006 14:37:12 +0600 (YEKST)
From:      Stanislav Sedov <ssedov@mbsd.msk.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/102085: [NEW PORT] devel/evfs: An extensible virtual file system library
Message-ID:  <20060815083712.0669C12D6B@fonon.realnet>
Resent-Message-ID: <200608151110.k7FBAIni007947@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         102085
>Category:       ports
>Synopsis:       [NEW PORT] devel/evfs: An extensible virtual file system library
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 15 11:10:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Stanislav Sedov
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
MBSD labs, Inc.
>Environment:
System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Wed Aug  2 21:44:37 MSD
>Description:
EVFS is a comprehensive virtual filesystem library with plugin support. It was
written for Enlightenment desktop, but can be used besides it.

Authors:Alex Taylor <alex@logisticchaos.com>,
	Christian Kreibich <cK@whoop.org>,
	John Kha
WWW:	http://www.enlightenment.org/

Note: this depends on x11-toolkits/etk PR

>How-To-Repeat:
>Fix:

--- evfs-20060807.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	evfs
#	evfs/pkg-descr
#	evfs/Makefile
#	evfs/pkg-plist
#	evfs/distinfo
#
echo c - evfs
mkdir -p evfs > /dev/null 2>&1
echo x - evfs/pkg-descr
sed 's/^X//' >evfs/pkg-descr << 'END-of-evfs/pkg-descr'
XEVFS is a comprehensive virtual filesystem library with plugin support. It was
Xwritten for Enlightenment desktop, but can be used besides it.
X
XAuthors:Alex Taylor <alex@logisticchaos.com>,
X	Christian Kreibich <cK@whoop.org>,
X	John Kha
XWWW:	http://www.enlightenment.org/
END-of-evfs/pkg-descr
echo x - evfs/Makefile
sed 's/^X//' >evfs/Makefile << 'END-of-evfs/Makefile'
X# New ports collection makefile for:	evfs
X# Date created:		2006-08-14
X# Whom:			Stanislav Sedov <ssedov@mbsd.msk.ru>
X#
X# $MBSDlabs$
X# $FreeBSD$
X#
X
XPORTNAME=	evfs
XPORTVERSION=	20060807
XCATEGORIES=	devel
XMASTER_SITES=	http://mbsd.msk.ru/dist/
X
XMAINTAINER=	ssedov@mbsd.msk.ru
XCOMMENT=	An extensible virtual file system library
X
XUSE_BZIP2=	yes
XUSE_GMAKE=	yes
XUSE_GNOME=	gnomehack pkgconfig gnometarget libxml2
XUSE_LDCONFIG=	yes
XUSE_EFL=	ecore eet
XUSE_SQLITE=	3
XGNU_CONFIGURE=	yes
X
XOPTIONS=	SAMBA	"Build samba plugin" off \
X		FTP	"Build FTP plugin" on \
X		TAGLIB	"Use taglib for audio metadata extraction" on \
X		XTRACT "Enable extended metadata extraction via libextractor" on
X
X.include <bsd.port.pre.mk>
X.include "${PORTSDIR}/x11-toolkits/etk/bsd.efl.mk"
X
X.if defined(WITH_SAMBA)
XLIB_DEPENDS+=	smbclient.0:${PORTSDIR}/net/samba-libsmbclient
XPLIST_SUB+=	SAMBA=""
X.else
XPLIST_SUB+=	SAMBA="@comment "
XCONFIGURE_ARGS+=--disable-samba
X.endif
X
X.if !defined(WITHOUT_FTP) || exists(${LOCALBASE}/lib/libcurl.so.3)
XLIB_DEPENDS+=	curl.3:${PORTSDIR}/ftp/curl
XPLIST_SUB+=	FTP=""
X.else
XPLIST_SUB+=	FTP="@comment "
X.endif
X
X.if !defined(WITHOUT_TAGLIB) || exists(${LOCALBASE}/lib/libtag.so.5)
XLIB_DEPENDS+=	tag.5:${PORTSDIR}/audio/taglib
XPLIST_SUB+=	TAGLIB=""
X.else
XPLIST_SUB+=	TAGLIB="@comment "
X.endif
X
X.if !defined(WITHOUT_XTRACT) || exists(${LOCALBASE}/lib/libextractor.so.2)
XLIB_DEPENDS+=	extractor.2:${PORTSDIR}/textproc/libextractor
XPLIST_SUB+=	XTRACT=""
X.else
XPLIST_SUB+=	XTRACT="@comment "
X.endif
X
X.include <bsd.port.post.mk>
END-of-evfs/Makefile
echo x - evfs/pkg-plist
sed 's/^X//' >evfs/pkg-plist << 'END-of-evfs/pkg-plist'
Xbin/evfs
Xbin/evfs-config
Xbin/evfscat
Xbin/evfscopy
Xbin/evfsdemo
Xinclude/evfs/evfs.h
Xinclude/evfs/evfs_cleanup.h
Xinclude/evfs/evfs_client.h
Xinclude/evfs/evfs_command.h
Xinclude/evfs/evfs_commands.h
Xinclude/evfs/evfs_common.h
Xinclude/evfs/evfs_debug.h
Xinclude/evfs/evfs_event.h
Xinclude/evfs/evfs_event_helper.h
Xinclude/evfs/evfs_filereference.h
Xinclude/evfs/evfs_io.h
Xinclude/evfs/evfs_macros.h
Xinclude/evfs/evfs_metadata.h
Xinclude/evfs/evfs_misc.h
Xinclude/evfs/evfs_new.h
Xinclude/evfs/evfs_operation.h
Xinclude/evfs/evfs_operation_tasks.h
Xinclude/evfs/evfs_plugin.h
Xinclude/evfs/evfs_server.h
Xinclude/evfs/evfs_server_handle.h
Xinclude/evfs/evfs_vfolder.h
Xinclude/evfs/tarpet.h
Xlib/evfs/plugins/file/bzip2.a
Xlib/evfs/plugins/file/bzip2.la
Xlib/evfs/plugins/file/bzip2.so
X%%FTP%%lib/evfs/plugins/file/ftp.a
X%%FTP%%lib/evfs/plugins/file/ftp.la
X%%FTP%%lib/evfs/plugins/file/ftp.so
Xlib/evfs/plugins/file/gzip.a
Xlib/evfs/plugins/file/gzip.la
Xlib/evfs/plugins/file/gzip.so
Xlib/evfs/plugins/file/posix.a
Xlib/evfs/plugins/file/posix.la
Xlib/evfs/plugins/file/posix.so
X%%SAMBA%%lib/evfs/plugins/file/samba.a
X%%SAMBA%%lib/evfs/plugins/file/samba.la
X%%SAMBA%%lib/evfs/plugins/file/samba.so
Xlib/evfs/plugins/file/sftp.a
Xlib/evfs/plugins/file/sftp.la
Xlib/evfs/plugins/file/sftp.so
Xlib/evfs/plugins/file/tar.a
Xlib/evfs/plugins/file/tar.la
Xlib/evfs/plugins/file/tar.so
Xlib/evfs/plugins/file/vfolder.a
Xlib/evfs/plugins/file/vfolder.la
Xlib/evfs/plugins/file/vfolder.so
X%%TAGLIB%%lib/evfs/plugins/meta/audio_tagger.a
X%%TAGLIB%%lib/evfs/plugins/meta/audio_tagger.la
X%%TAGLIB%%lib/evfs/plugins/meta/audio_tagger.so
X%%XTRACT%%lib/evfs/plugins/meta/extractor_tagger.a
X%%XTRACT%%lib/evfs/plugins/meta/extractor_tagger.la
X%%XTRACT%%lib/evfs/plugins/meta/extractor_tagger.so
Xlib/libevfs.a
Xlib/libevfs.la
Xlib/libevfs.so
Xlib/libevfs.so.0
X@dirrm lib/evfs/plugins/meta
X@dirrm lib/evfs/plugins/file
X@dirrm lib/evfs/plugins
X@dirrm lib/evfs
X@dirrm include/evfs
END-of-evfs/pkg-plist
echo x - evfs/distinfo
sed 's/^X//' >evfs/distinfo << 'END-of-evfs/distinfo'
XMD5 (evfs-20060807.tar.bz2) = b4d218b2c167f8bf08e96e5577ece3c4
XSHA256 (evfs-20060807.tar.bz2) = 45e8bf8ca28c5597a7747e5cacd4030aeb2a401292cad14798a9d06c97a014da
XSIZE (evfs-20060807.tar.bz2) = 301591
END-of-evfs/distinfo
exit
--- evfs-20060807.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060815083712.0669C12D6B>