From owner-freebsd-gnome@FreeBSD.ORG Tue Oct 7 23:56:05 2008 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A63B1065689 for ; Tue, 7 Oct 2008 23:56:05 +0000 (UTC) (envelope-from pneumann@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.27]) by mx1.freebsd.org (Postfix) with ESMTP id D19598FC24 for ; Tue, 7 Oct 2008 23:56:04 +0000 (UTC) (envelope-from pneumann@gmail.com) Received: by qw-out-2122.google.com with SMTP id 9so875353qwb.7 for ; Tue, 07 Oct 2008 16:56:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=t9i8z+CIvlG2QTIZQwip8s1z3cpGxIES29gKwcDs7qk=; b=EZ2qsle1PuKYF0Jjp03rIJPtbtR7XphjiSlMmOU16a99W37VoJC524Ws616scq+SFe 1MfHEp4KR3WYDDrW+36zjz7VpzxvcPr6KRrXdDdBAwCdoSdDsneBWV5WFhWwMZl5PR4S AOWJNo9pa2QSv9DsgCwcDt4EKnE0RLtqeeC80= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=B0Z1nLU4zM1erbBGSmT5ftANuiJbi+7rqf/qVlntCcVEzfvh3UCqn74ezva8N5oKFL VlQaYQWblJj+EpfourpdhKbr9WmXQ8//8PxqiH6SzRQ8noKBDcl5Ju9HeqrqsqeUMvsz iryMm/8qFJuptjANd2huFcZdl9UmLtATKaiG4= Received: by 10.214.114.16 with SMTP id m16mr9127052qac.41.1223422077479; Tue, 07 Oct 2008 16:27:57 -0700 (PDT) Received: from ?10.0.0.174? ([190.196.42.63]) by mx.google.com with ESMTPS id 34sm19741652yxl.8.2008.10.07.16.27.54 (version=SSLv3 cipher=RC4-MD5); Tue, 07 Oct 2008 16:27:56 -0700 (PDT) From: "Phillip N." To: Christer Edwards In-Reply-To: <20081007224652.GF6133@sparc.zelut.org> References: <20081007224652.GF6133@sparc.zelut.org> Content-Type: text/plain; charset=utf-8 Date: Tue, 07 Oct 2008 19:27:47 -0400 Message-Id: <1223422067.1646.1.camel@negro> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 8bit Cc: freebsd-gnome@freebsd.org Subject: Re: gnome-do port X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2008 23:56:05 -0000 El mar, 07-10-2008 a las 16:46 -0600, Christer Edwards escribió: > Sorry if this is a duplicate, I emailed the list prior to subscribing > and then resent. > > I've recently migrated from Linux to FreeBSD and one of the "killer" > apps that I miss is Gnome-Do. (https://wiki.ubuntu.com/GnomeDo). I'm > hoping one of the seasoned gnome port gurus could take a minute and see > what would be required in creating a port for this. > > The latest release is available here: > https://edge.launchpad.net/do/0.6/0.6.1 > > General dependency information here: > https://wiki.ubuntu.com/GnomeDo/Installation > > Gnome-Do is a mono app, so I'm guessing a lot of the work is already > done if mono, tomboy, etc are already ported. > > thanks, > Christer > Hi Christer, Please take a look at http://code.google.com/p/bsd-sharp/ There is the bsd-sharp repository that contains some mono applications. gnome-do is there. download mono-merge and do a make install. Any feedback is welcome. thanks!