Re: vim with python support

2012-09-16 Thread Chris Bennett
On Sun, Sep 16, 2012 at 01:36:21AM +0200, Juan Francisco Cantero Hurtado wrote:
 Yesterday I wanted install vim with python support enabled and no
 package was available in the FTP with this FLAVOR. The only FLAVORS
 available are gtk2 and no_x11.
 
 I use a feature of vim that requires python. Also I've read about
 plugins used by rails programmers that need the ruby support. If you
 search openbsd vim python ports, you can see other users with the same
 problem.
 
 Any reason for not enable perl/python/ruby? :)
 

Look at the vim port Makefile.
Look at the FLAVORS.
Try FLAVOR:Mpython
FLAVOR:Mruby
FLAVOR:Mhuge
FLAVOR:Mperl

I don't have a copy of any -release versions, but that is what I find
 in -current Makefile

Chris Bennett

 
 Index: Makefile
 ===
 RCS file: /cvs/ports/editors/Makefile,v
 retrieving revision 1.88
 diff -u -p -r1.88 Makefile
 --- Makefile  18 Aug 2012 07:25:25 -  1.88
 +++ Makefile  15 Sep 2012 22:57:28 -
 @@ -53,7 +53,9 @@
   SUBDIR += texworks
   SUBDIR += uemacs
   SUBDIR += vim
 + SUBDIR += vim,gtk2,perl,python,ruby
   SUBDIR += vim,no_x11
 + SUBDIR += vim,no_x11,perl,python,ruby
   SUBDIR += vim-spell
   SUBDIR += xemacs21
   SUBDIR += xemacs21-sumo
 



Re: vim with python support

2012-09-16 Thread Juan Francisco Cantero Hurtado
On Sun, Sep 16, 2012 at 12:12:54PM -0500, Chris Bennett wrote:
 On Sun, Sep 16, 2012 at 01:36:21AM +0200, Juan Francisco Cantero Hurtado 
 wrote:
  Yesterday I wanted install vim with python support enabled and no
  package was available in the FTP with this FLAVOR. The only FLAVORS
  available are gtk2 and no_x11.
  
  I use a feature of vim that requires python. Also I've read about
  plugins used by rails programmers that need the ruby support. If you
  search openbsd vim python ports, you can see other users with the same
  problem.
  
  Any reason for not enable perl/python/ruby? :)
  
 
 Look at the vim port Makefile.
 Look at the FLAVORS.
 Try FLAVOR:Mpython
 FLAVOR:Mruby
 FLAVOR:Mhuge
 FLAVOR:Mperl
 
 I don't have a copy of any -release versions, but that is what I find
  in -current Makefile

No. I was talking about the packages :) . The bulk build only builds the
packages (and flavors) linked within editors/Makefile.

-- 
Juan Francisco Cantero Hurtado http://juanfra.info



vim with python support

2012-09-15 Thread Juan Francisco Cantero Hurtado
Yesterday I wanted install vim with python support enabled and no
package was available in the FTP with this FLAVOR. The only FLAVORS
available are gtk2 and no_x11.

I use a feature of vim that requires python. Also I've read about
plugins used by rails programmers that need the ruby support. If you
search openbsd vim python ports, you can see other users with the same
problem.

Any reason for not enable perl/python/ruby? :)


Index: Makefile
===
RCS file: /cvs/ports/editors/Makefile,v
retrieving revision 1.88
diff -u -p -r1.88 Makefile
--- Makefile18 Aug 2012 07:25:25 -  1.88
+++ Makefile15 Sep 2012 22:57:28 -
@@ -53,7 +53,9 @@
  SUBDIR += texworks
  SUBDIR += uemacs
  SUBDIR += vim
+ SUBDIR += vim,gtk2,perl,python,ruby
  SUBDIR += vim,no_x11
+ SUBDIR += vim,no_x11,perl,python,ruby
  SUBDIR += vim-spell
  SUBDIR += xemacs21
  SUBDIR += xemacs21-sumo