[Lunar-commits] <moonbase> Subject: vim-latex: a vim plugin for texlive

Auke Kok sofar at foo-projects.org
Sun Sep 5 23:53:58 CEST 2010


commit b31ac2fdfe9c88685d6e8c7b6177ccefa53f7149
Author: Paul Bredbury <brebs at sent.com>
Date:   Sun Sep 5 23:53:58 2010 +0200

    Subject: vim-latex: a vim plugin for texlive
---
 zbeta/vim-latex/BUILD   |    9 +++++++++
 zbeta/vim-latex/DEPENDS |    2 ++
 zbeta/vim-latex/DETAILS |   23 +++++++++++++++++++++++
 3 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/zbeta/vim-latex/BUILD b/zbeta/vim-latex/BUILD
new file mode 100644
index 0000000..8c7ce18
--- /dev/null
+++ b/zbeta/vim-latex/BUILD
@@ -0,0 +1,9 @@
+(
+
+  prepare_install  &&
+  make PREFIX=/usr VIMDIR=/usr/share/vim/vimfiles install  &&
+
+  mv doc/latex*.txt .  &&
+  gather_docs latex*.txt
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/vim-latex/DEPENDS b/zbeta/vim-latex/DEPENDS
new file mode 100644
index 0000000..fbd0507
--- /dev/null
+++ b/zbeta/vim-latex/DEPENDS
@@ -0,0 +1,2 @@
+depends vim
+depends texlive
diff --git a/zbeta/vim-latex/DETAILS b/zbeta/vim-latex/DETAILS
new file mode 100644
index 0000000..f2b6d87
--- /dev/null
+++ b/zbeta/vim-latex/DETAILS
@@ -0,0 +1,23 @@
+          MODULE=vim-latex
+         VERSION=1.8.23-20100129-r1104
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/$MODULE
+      SOURCE_VFY=sha1:05c96faf0c117775c520948cd32fc617f30573bb
+        WEB_SITE=http://vim-latex.sourceforge.net/
+         ENTERED=20100827
+         UPDATED=20100827
+           SHORT="A comprehensive set of tools to view, edit and compile LaTeX documents"
+
+cat << EOF
+Vim is undoubtedly one of the best editors ever made. LaTeX is an
+extremely powerful, intelligent typesetter. Vim-LaTeX aims at bringing
+together the best of both of these worlds.
+
+We attempt to provide a comprehensive set of tools to view, edit and
+compile LaTeX documents without ever needing to quit Vim. Together,
+they provide tools starting from macros to speed up editing LaTeX
+documents, to compiling TeX files, to forward-searching .dvi documents.
+
+To activate this vim plugin, see:
+http://vim-latex.sourceforge.net/documentation/latex-suite/recommended-settings.html
+EOF


More information about the Lunar-commits mailing list