From owner-freebsd-questions@FreeBSD.ORG Thu Dec 16 18:19:56 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB57916A4CE for ; Thu, 16 Dec 2004 18:19:56 +0000 (GMT) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE9D143D48 for ; Thu, 16 Dec 2004 18:19:55 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])iBGIJswg025335; Thu, 16 Dec 2004 20:19:54 +0200 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) iBGIJsb3002093; Thu, 16 Dec 2004 20:19:54 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost)iBGIJs0u002092; Thu, 16 Dec 2004 20:19:54 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 16 Dec 2004 20:19:54 +0200 From: Giorgos Keramidas To: Pablo Allietti Message-ID: <20041216181954.GA2073@orion.daedalusnetworks.priv> References: <20041216180416.GC30325@omega.lacnic.net.uy> <20041216173804.GA7529@netophilia.net> <20041216184737.GD30325@omega.lacnic.net.uy> <20041216181053.GA1971@orion.daedalusnetworks.priv> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041216181053.GA1971@orion.daedalusnetworks.priv> cc: freebsd-questions@freebsd.org Subject: Re: vim-enhanced X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Dec 2004 18:19:56 -0000 On 2004-12-16 20:10, Giorgos Keramidas wrote: > On 2004-12-16 15:47, Pablo Allietti wrote: > >On Thu, Dec 16, 2004 at 12:38:04PM -0500, Dan Kilbourne wrote: > >> Try: > >> > >> cd /usr/ports/ && make search name=vim | grep -A1 Port > > > > i recently install vim 63 but i need vim enhanced if exist :) > > That depends on what "enhancement" is. What are the extra features of > vim-enhanced in Fedora? Nevermind, I found it... The enhancements of vim-enhanced in Fedora are support for Perl, Python scripting and the fancy graphical vim GUI (gvim). You can enable any or all of these in FreeBSD by building the port with one or more of the following options: For scripting: ============== WITH_PERL Support for scripting vim in Perl is included. WITH_PYTHON Support for scripting vim in Python. WITH_RUBY Support for scripting vim in Ruby. WITH_TCL Support for scripting vim in TCL. For a graphical UI: =================== WITH_ATHENA Use the MIT/Athena widgets for gvim. WITH_GTK2 Use plain GTK 2.x widgets for gvim. WITH_GNOME Use the full-blown Gnome support for gvim. WITH_MOTIF Use the Motif X11 widgets. Scripting support for multiple languages may be included without problems IIRC. The GUI options are mutually exclusive though. - Giorgos