From owner-freebsd-ports@FreeBSD.ORG Mon Feb 27 16:56:55 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE1231065670 for ; Mon, 27 Feb 2012 16:56:55 +0000 (UTC) (envelope-from makc@issp.ac.ru) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id 253C18FC15 for ; Mon, 27 Feb 2012 16:56:54 +0000 (UTC) Received: from dev019-212.eduroam.manchester.ac.uk [194.66.19.212:58736] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with LOGIN) by mail.issp.ac.ru with ESMTP/inet id q1RGi4dw059610 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Mon, 27 Feb 2012 20:44:05 +0400 (MSK) From: Max Brazhnikov To: Ports FreeBSD Date: Mon, 27 Feb 2012 16:44:22 +0000 User-Agent: KMail/1.13.7 (FreeBSD/9.0-STABLE; KDE/4.7.4; amd64; ; ) References: <4F462189.3040106@mail.zedat.fu-berlin.de> <4EFDA80600B0354D@> <4F4A0E04.1080601@zedat.fu-berlin.de> In-Reply-To: <4F4A0E04.1080601@zedat.fu-berlin.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201202271644.23444.makc@issp.ac.ru> Cc: Eduardo Morras , "O. Hartmann" Subject: Re: No working IDE in FreeBSD! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2012 16:56:55 -0000 On Sun, 26 Feb 2012 11:48:36 +0100, O. Hartmann wrote: > Codelite looks nice. But why is codelite setup in editors/codelite and > not in devel/codelite as other IDEs? Perhaps it started as advanced editor and then grew up to the IDE :) > By the way, do all IDEs supported by FreeBSD suffer from being outdated > and aged eons? CodeLite 3.5 is at this very moment the most recent > version and claims to provide a much better LLVM/CLANG support. Take a look at devel/qtcreator. At least you couldn't say that it's outdated, I've just updated it to the latest version :) Max