From owner-freebsd-ports@FreeBSD.ORG Fri Sep 14 17:19:36 2007 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C53C416A418; Fri, 14 Sep 2007 17:19:36 +0000 (UTC) (envelope-from infofarmer@FreeBSD.org) Received: from heka.cenkes.org (heka.cenkes.org [208.79.80.110]) by mx1.freebsd.org (Postfix) with ESMTP id 7E5F313C45E; Fri, 14 Sep 2007 17:19:36 +0000 (UTC) (envelope-from infofarmer@FreeBSD.org) Received: from localhost (ppp85-141-134-207.pppoe.mtu-net.ru [85.141.134.207]) (Authenticated sender: sat) by heka.cenkes.org (Postfix) with ESMTP id A38E22E95933; Fri, 14 Sep 2007 21:01:17 +0400 (MSD) Date: Fri, 14 Sep 2007 21:00:58 +0400 From: Andrew Pantyukhin To: David O'Brien , FreeBSD Ports Message-ID: <20070914170057.GD40615@amilo.cenkes.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-OS: FreeBSD amilo.cenkes.org 7.0-CURRENT FreeBSD 7.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: Subject: vim-script ports 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: Fri, 14 Sep 2007 17:19:36 -0000 On Wed, Oct 18, 2006 at 10:29:05AM +0400, Andrew Pantyukhin wrote: > Any particular reason for no vim scripts in ports? > I'm gonna make some, if there's no secret taboo. Better late than never :-) For the past two days I've been playing with some vim scripts. Here's a pre-alpha version of bsd.vim-scripts.mk and a tiny sample port: http://people.freebsd.org/~sat/diffs/vim-markdown.tar.bz2 The infrastructure has a separate server side, a simple shell script running on a server box which retrieves vim scripts from vim.sf.net, jumps through a couple of hoops and makes tar.bz2 distfiles out of them. I'll publish it later, along with make hooks for maintainer convenience. It's all very simple so far and I'll try to keep it that way.