Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Dec 2004 20:19:54 +0200
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        Pablo Allietti <pablo@lacnic.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: vim-enhanced
Message-ID:  <20041216181954.GA2073@orion.daedalusnetworks.priv>
In-Reply-To: <20041216181053.GA1971@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>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2004-12-16 20:10, Giorgos Keramidas <keramida@ceid.upatras.gr> wrote:
> On 2004-12-16 15:47, Pablo Allietti <pablo@lacnic.net> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041216181954.GA2073>