From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 15 11:11:02 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 0778116A510 for ; Tue, 15 Aug 2006 11:11:02 +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 1C0F243DBA for ; Tue, 15 Aug 2006 11:10:17 +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 k7FBAHp0007922 for ; Tue, 15 Aug 2006 11:10:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7FBAHfj007921; Tue, 15 Aug 2006 11:10:17 GMT (envelope-from gnats) Resent-Date: Tue, 15 Aug 2006 11:10:17 GMT Resent-Message-Id: <200608151110.k7FBAHfj007921@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 1734816A4E5 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 B1E1543D55 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-0002sF-Cz for FreeBSD-gnats-submit@freebsd.org; Tue, 15 Aug 2006 15:05:20 +0400 Received: by fonon.realnet (Postfix, from userid 1001) id C67FB12F02; Tue, 15 Aug 2006 14:35:29 +0600 (YEKST) Message-Id: <20060815083529.C67FB12F02@fonon.realnet> Date: Tue, 15 Aug 2006 14:35:29 +0600 (YEKST) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/102083: [NEW PORT] x11-fm/entropy: An EFL-based file manager 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:02 -0000 >Number: 102083 >Category: ports >Synopsis: [NEW PORT] x11-fm/entropy: An EFL-based file manager >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: An Enlightenment File Manager. Author: ch4os WWW: http://www.enlightenment.org/ Note: this depends on x11-toolkits/etk and devel/evfs PRs >How-To-Repeat: >Fix: --- entropy-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: # # entropy # entropy/pkg-descr # entropy/Makefile # entropy/pkg-plist # entropy/distinfo # entropy/files # entropy/files/patch-src_plugins_layout_ewl_simple.c # echo c - entropy mkdir -p entropy > /dev/null 2>&1 echo x - entropy/pkg-descr sed 's/^X//' >entropy/pkg-descr << 'END-of-entropy/pkg-descr' XAn Enlightenment File Manager. X XAuthor: ch4os XWWW: http://www.enlightenment.org/ END-of-entropy/pkg-descr echo x - entropy/Makefile sed 's/^X//' >entropy/Makefile << 'END-of-entropy/Makefile' X# New ports collection makefile for: entropy X# Date created: 2006-08-14 X# Whom: Stanislav Sedov X# X# $MBSDlabs$ X# $FreeBSD$ X# X XPORTNAME= entropy XPORTVERSION= 20060807 XCATEGORIES= x11-fm XMASTER_SITES= http://mbsd.msk.ru/dist/ X XMAINTAINER= ssedov@mbsd.msk.ru XCOMMENT= An EFL-based file manager X XUSE_BZIP2= yes XUSE_GMAKE= yes XUSE_GNOME= gnomehack pkgconfig gnometarget XUSE_EFL= ecore etk ewl evfs imlib2 epsilon XGNU_CONFIGURE= yes X XCFLAGS+= "-L${LOCALBASE}/lib" X XOPTIONS= XTRACT "Enable metadata extraction via libextractor" on \ X PNG "Enable png thumbnailing" on X X.include X.include "${PORTSDIR}/x11-toolkits/etk/bsd.efl.mk" 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.if !defined(WITHOUT_PNG) || exists(${LOCALBASE}/lib/libpng.so.5) XLIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png XPLIST_SUB+= PNG="" X.else XPLIST_SUB+= PNG="@comment " X.endif X X.include END-of-entropy/Makefile echo x - entropy/pkg-plist sed 's/^X//' >entropy/pkg-plist << 'END-of-entropy/pkg-plist' Xbin/entropy X%%DATADIR%%/icons/bz2.png X%%DATADIR%%/icons/c.png X%%DATADIR%%/icons/default.png X%%DATADIR%%/icons/default_bg.jpg X%%DATADIR%%/icons/document.png X%%DATADIR%%/icons/e17_button_detail_copy.png X%%DATADIR%%/icons/e17_button_detail_cut.png X%%DATADIR%%/icons/e17_button_detail_delete.png X%%DATADIR%%/icons/e17_button_detail_new_dir.png X%%DATADIR%%/icons/e17_button_detail_paste.png X%%DATADIR%%/icons/e17_button_detail_properties.png X%%DATADIR%%/icons/e17_button_detail_rename.png X%%DATADIR%%/icons/entropy.png X%%DATADIR%%/icons/folder.png X%%DATADIR%%/icons/folder_structure.png X%%DATADIR%%/icons/hint_audio.png X%%DATADIR%%/icons/hint_image.png X%%DATADIR%%/icons/hint_videos.png X%%DATADIR%%/icons/html.png X%%DATADIR%%/icons/jar.png X%%DATADIR%%/icons/java.png X%%DATADIR%%/icons/local-system.png X%%DATADIR%%/icons/mp3.png X%%DATADIR%%/icons/mpeg.png X%%DATADIR%%/icons/pdf.png X%%DATADIR%%/icons/perl.png X%%DATADIR%%/icons/samba-system.png X%%DATADIR%%/icons/sftp-system.png X%%DATADIR%%/icons/spreadsheet.png X%%DATADIR%%/icons/tar.png X%%DATADIR%%/icons/tgz.png X%%DATADIR%%/icons/tip.png X%%DATADIR%%/icons/txt.png X%%DATADIR%%/icons/vfolder-system.png X%%DATADIR%%/icons/video.png X%%DATADIR%%/icons/wmv.png X%%DATADIR%%/icons/xml.png X%%DATADIR%%/plugins/action_simple.a X%%DATADIR%%/plugins/action_simple.la X%%DATADIR%%/plugins/action_simple.so X%%DATADIR%%/plugins/distrib_thumbnailer.a X%%DATADIR%%/plugins/distrib_thumbnailer.la X%%DATADIR%%/plugins/distrib_thumbnailer.so X%%DATADIR%%/plugins/etk_iconbox.a X%%DATADIR%%/plugins/etk_iconbox.la X%%DATADIR%%/plugins/etk_iconbox.so X%%DATADIR%%/plugins/etk_list.a X%%DATADIR%%/plugins/etk_list.la X%%DATADIR%%/plugins/etk_list.so X%%DATADIR%%/plugins/etk_metadata.a X%%DATADIR%%/plugins/etk_metadata.la X%%DATADIR%%/plugins/etk_metadata.so X%%DATADIR%%/plugins/etk_structure_viewer.a X%%DATADIR%%/plugins/etk_structure_viewer.la X%%DATADIR%%/plugins/etk_structure_viewer.so X%%DATADIR%%/plugins/etk_trackback.a X%%DATADIR%%/plugins/etk_trackback.la X%%DATADIR%%/plugins/etk_trackback.so X%%DATADIR%%/plugins/ewl_list.a X%%DATADIR%%/plugins/ewl_list.la X%%DATADIR%%/plugins/ewl_list.so X%%DATADIR%%/plugins/ewl_local_icon.a X%%DATADIR%%/plugins/ewl_local_icon.la X%%DATADIR%%/plugins/ewl_local_icon.so X%%DATADIR%%/plugins/imlib_thumbnailer.a X%%DATADIR%%/plugins/imlib_thumbnailer.la X%%DATADIR%%/plugins/imlib_thumbnailer.so X%%DATADIR%%/plugins/layout_etk_simple.a X%%DATADIR%%/plugins/layout_etk_simple.la X%%DATADIR%%/plugins/layout_etk_simple.so X%%DATADIR%%/plugins/layout_ewl_simple.a X%%DATADIR%%/plugins/layout_ewl_simple.la X%%DATADIR%%/plugins/layout_ewl_simple.so X%%DATADIR%%/plugins/metadata_extract.a X%%DATADIR%%/plugins/metadata_extract.la X%%DATADIR%%/plugins/metadata_extract.so X%%DATADIR%%/plugins/mime.a X%%DATADIR%%/plugins/mime.la X%%DATADIR%%/plugins/mime.so X%%DATADIR%%/plugins/posix.a X%%DATADIR%%/plugins/posix.la X%%DATADIR%%/plugins/posix.so X%%DATADIR%%/plugins/remote_thumbnailer.a X%%DATADIR%%/plugins/remote_thumbnailer.la X%%DATADIR%%/plugins/remote_thumbnailer.so X%%DATADIR%%/plugins/structure_viewer.a X%%DATADIR%%/plugins/structure_viewer.la X%%DATADIR%%/plugins/structure_viewer.so X%%DATADIR%%/plugins/system_thumbnailer.a X%%DATADIR%%/plugins/system_thumbnailer.la X%%DATADIR%%/plugins/system_thumbnailer.so X@dirrm %%DATADIR%%/plugins X@dirrm %%DATADIR%%/icons X@dirrm %%DATADIR%% END-of-entropy/pkg-plist echo x - entropy/distinfo sed 's/^X//' >entropy/distinfo << 'END-of-entropy/distinfo' XMD5 (entropy-20060807.tar.bz2) = 148aee63b803cd36de40b4c73bf015d8 XSHA256 (entropy-20060807.tar.bz2) = 3cb033ae4155c6e97565f756a36a638de05e726b699bb8c56716d84561890540 XSIZE (entropy-20060807.tar.bz2) = 477296 END-of-entropy/distinfo echo c - entropy/files mkdir -p entropy/files > /dev/null 2>&1 echo x - entropy/files/patch-src_plugins_layout_ewl_simple.c sed 's/^X//' >entropy/files/patch-src_plugins_layout_ewl_simple.c << 'END-of-entropy/files/patch-src_plugins_layout_ewl_simple.c' X--- src/plugins/layout_ewl_simple.c.orig Mon Aug 14 23:30:45 2006 X+++ src/plugins/layout_ewl_simple.c Mon Aug 14 23:31:16 2006 X@@ -813,9 +813,6 @@ X ewl_object_fill_policy_set (EWL_OBJECT (menubar), EWL_FLAG_FILL_HFILL); X ewl_widget_show (menubar); X X- X- ewl_widget_state_set(tree, "nobg", EWL_STATE_PERSISTENT); X- X menu = ewl_menu_new (); X ewl_button_label_set (EWL_BUTTON (menu), "File"); X ewl_container_child_append (EWL_CONTAINER (menubar), menu); END-of-entropy/files/patch-src_plugins_layout_ewl_simple.c exit --- entropy-20060807.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: