[143048] trunk/dports/editors
raimue at macports.org
raimue at macports.org
Sat Dec 12 08:20:16 PST 2015
Revision: 143048
https://trac.macports.org/changeset/143048
Author: raimue at macports.org
Date: 2015-12-02 07:00:11 -0800 (Wed, 02 Dec 2015)
Log Message:
-----------
editors/neovim:
New port, a aggressively refactored fork of Vim, closes #46265
Added Paths:
-----------
trunk/dports/editors/neovim/
trunk/dports/editors/neovim/Portfile
Added: trunk/dports/editors/neovim/Portfile
===================================================================
--- trunk/dports/editors/neovim/Portfile (rev 0)
+++ trunk/dports/editors/neovim/Portfile 2015-12-02 15:00:11 UTC (rev 143048)
@@ -0,0 +1,44 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup github 1.0
+PortGroup cmake 1.0
+
+github.setup neovim neovim 0.1.0 v
+categories editors
+platforms darwin
+maintainers raimue
+license Apache-2 Vim GPL-2+
+
+description Neovim is a aggressively refactored fork of Vim
+
+long_description \
+ Neovim is a project that seeks to aggressively refactor Vim. It already adds \
+ a new plugin architecture, job control, and a remote API.
+
+homepage https://neovim.io
+
+checksums rmd160 3cea2a1415d679126f18e257c27a1c1aa9733965 \
+ sha256 f2687b703b46dd216b463dde658d031de5a82952006e7340249337826491ea0b
+
+depends_build-append port:pkgconfig
+
+depends_lib port:gettext \
+ port:libuv \
+ port:libvterm \
+ port:libtermkey \
+ port:unibilium \
+ port:msgpack1 \
+ port:lua \
+ port:luajit \
+ port:lua-lpeg \
+ port:lua-MessagePack \
+ port:lua-luabitop
+
+notes {
+ If you want to share your existing Vim configuration with Neovim, you can add these symlinks:
+ ln -s ~/.vim ~/.config/nvim
+ ln -s ~/.vimrc ~/.config/nvim/init.vim
+ For possible incompatible changes and differences to Vim check ':help nvim-intro' in nvim.
+}
Property changes on: trunk/dports/editors/neovim/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/aea8e433/attachment.html>
More information about the macports-changes
mailing list