From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 27 19:20:17 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 345A516A41B for ; Thu, 27 Apr 2006 19:20:17 +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 A8B9943D45 for ; Thu, 27 Apr 2006 19:20:15 +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 k3RJKFsI072152 for ; Thu, 27 Apr 2006 19:20:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k3RJKFmA072151; Thu, 27 Apr 2006 19:20:15 GMT (envelope-from gnats) Resent-Date: Thu, 27 Apr 2006 19:20:15 GMT Resent-Message-Id: <200604271920.k3RJKFmA072151@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, Shaun Amott Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA82916A408 for ; Thu, 27 Apr 2006 19:10:18 +0000 (UTC) (envelope-from shaun@inerd.com) Received: from dione.picobyte.net (host-212-158-207-124.bulldogdsl.com [212.158.207.124]) by mx1.FreeBSD.org (Postfix) with SMTP id 124AD43D79 for ; Thu, 27 Apr 2006 19:10:05 +0000 (GMT) (envelope-from shaun@inerd.com) Received: from charon.picobyte.net (charon.picobyte.net [IPv6:2001:4bd0:201e::fe03]) by dione.picobyte.net (Postfix) with ESMTP for ; Thu, 27 Apr 2006 20:10:04 +0100 (BST) Message-Id: <1146165004.17289@charon.picobyte.net> Date: Thu, 27 Apr 2006 20:10:04 +0100 From: Shaun Amott To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/96427: [NEW PORT] x11-fm/jaffm - lightweight X11 file manager inspired by MacOS Finder X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Shaun Amott List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Apr 2006 19:20:17 -0000 >Number: 96427 >Category: ports >Synopsis: [NEW PORT] x11-fm/jaffm - lightweight X11 file manager inspired by MacOS Finder >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: Thu Apr 27 19:20:14 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Shaun Amott >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: >Environment: >Description: jaffm - Just Another [Fine] File Manager - is a simple yet elegant file manager for X, inspired by MacOS Finder. >How-To-Repeat: >Fix: --- jaffm.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: # # jaffm # jaffm/Makefile # jaffm/distinfo # jaffm/pkg-descr # echo c - jaffm mkdir -p jaffm > /dev/null 2>&1 echo x - jaffm/Makefile sed 's/^X//' >jaffm/Makefile << 'END-of-jaffm/Makefile' X# New ports collection makefile for: jaffm X# Date Created: 2006-04-27 X# Whom: Shaun Amott X# X# $FreeBSD$ X# X XPORTNAME= jaffm XPORTVERSION= 1.3 XCATEGORIES= x11-fm XMASTER_SITES= http://binary.is/download/ X XMAINTAINER= shaun@inerd.com XCOMMENT= A lightweight file manager inspired by MacOS Finder X XWXGTK_VER?= 2.6 X X.if ${WXGTK_VER} == "2.4" || \ X (exists(${X11BASE}/bin/wxgtk2-2.4-config) && \ X !exists(${X11BASE}/bin/wxgtk2-2.6-config)) XLIB_DEPENDS= wx_gtk2_core-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24 XWXGTK_VER= 2.4 X.else XLIB_DEPENDS= wx_gtk2_core-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26 XWXGTK_VER= 2.6 X.endif X XUSE_BZIP2= yes XUSE_X_PREFIX= yes XALL_TARGET= ${PORTNAME} X XPLIST_FILES= bin/${PORTNAME} X X.include X Xpost-patch: X @${REINPLACE_CMD} -e 's#^PREFIX=.*#PREFIX=${PREFIX}#' \ X -e 's#$$(shell wx-config \(.*\))#`${X11BASE}/bin/wxgtk2-${WXGTK_VER}-config \1`#' \ X -e 's#^FLAGS=-ggdb#FLAGS=${CFLAGS}#' \ X ${WRKSRC}/Makefile X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X X.include END-of-jaffm/Makefile echo x - jaffm/distinfo sed 's/^X//' >jaffm/distinfo << 'END-of-jaffm/distinfo' XMD5 (jaffm-1.3.tar.bz2) = 7e6572dbb64258203e8f1910ab00238f XSHA256 (jaffm-1.3.tar.bz2) = d73426330eb408767ad9075fd466b8024413e48829e899b21714eadfbda3399d XSIZE (jaffm-1.3.tar.bz2) = 24346 END-of-jaffm/distinfo echo x - jaffm/pkg-descr sed 's/^X//' >jaffm/pkg-descr << 'END-of-jaffm/pkg-descr' XJaffm is a lightweight wxWindows (GTK+ interface) file manager for XUnix, written in C++. It is aimed at nonsense-free file management. It Xis mostly inspired by the List View in Mac OS Finder, but also has XUnix-handy features such as an interactive location bar with Bash-style Xtab completion, and a simple but elegant user interface. X XWWW: http://jaffm.binary.is/ END-of-jaffm/pkg-descr exit --- jaffm.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: