From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 15 11:11:04 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D2A716A51E for ; Tue, 15 Aug 2006 11:11:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B5C543DC3 for ; Tue, 15 Aug 2006 11:10:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7FBAIOF007948 for ; Tue, 15 Aug 2006 11:10:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7FBAIni007947; Tue, 15 Aug 2006 11:10:18 GMT (envelope-from gnats) Resent-Date: Tue, 15 Aug 2006 11:10:18 GMT Resent-Message-Id: <200608151110.k7FBAIni007947@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A94A16A4E7 for ; Tue, 15 Aug 2006 11:05:29 +0000 (UTC) (envelope-from ssedov@mbsd.msk.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id B200843D58 for ; Tue, 15 Aug 2006 11:05:22 +0000 (GMT) (envelope-from ssedov@mbsd.msk.ru) Received: from [212.57.150.10] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1GCwjY-0002sI-D7 for FreeBSD-gnats-submit@freebsd.org; Tue, 15 Aug 2006 15:05:20 +0400 Received: by fonon.realnet (Postfix, from userid 1001) id 0669C12D6B; Tue, 15 Aug 2006 14:37:12 +0600 (YEKST) Message-Id: <20060815083712.0669C12D6B@fonon.realnet> Date: Tue, 15 Aug 2006 14:37:12 +0600 (YEKST) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/102085: [NEW PORT] devel/evfs: An extensible virtual file system library X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Aug 2006 11:11:04 -0000 >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 , Christian Kreibich , 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 , X Christian Kreibich , 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 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 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 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: