[Lunar-commits] <moonbase> vim: version bumped to 7.3.
Florin Braescu
florin at lunar-linux.org
Mon Aug 16 15:03:31 CEST 2010
commit 6ce13bf86fa7fa7a2f0cf6b0ab797be861ae26a2
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon Aug 16 16:03:31 2010 +0300
vim: version bumped to 7.3.
---
editors/vim/BUILD | 16 ++++++++--------
editors/vim/DEPENDS | 9 +++++----
editors/vim/DETAILS | 36 ++++++++++++++++++------------------
3 files changed, 31 insertions(+), 30 deletions(-)
diff --git a/editors/vim/BUILD b/editors/vim/BUILD
index 0fa0dd4..8c98867 100644
--- a/editors/vim/BUILD
+++ b/editors/vim/BUILD
@@ -4,14 +4,14 @@
OPTS="$OPTS --enable-multibyte"
fi
- cd src &&
- default_config &&
- make &&
- prepare_install &&
- rm -f /usr/bin/vim /usr/bin/vi &&
- ( find /usr/share/vim -type d -exec rmdir {} \; &> /dev/null || true) &&
- make install &&
- ln -sf /usr/bin/vim /usr/bin/vi &&
+ cd src &&
+ default_config &&
+ make &&
+ prepare_install &&
+ rm -f /usr/bin/vim /usr/bin/vi &&
+ ( find /usr/share/vim -type d -exec rmdir {} \; &> /dev/null || true) &&
+ make install &&
+ ln -sf /usr/bin/vim /usr/bin/vi &&
cp -f $SCRIPT_DIRECTORY/vimrc /usr/share/vim/vim${MAJOR}/sample.vimrc
) > $C_FIFO 2>&1
diff --git a/editors/vim/DEPENDS b/editors/vim/DEPENDS
index ddeb4df..277b4fd 100644
--- a/editors/vim/DEPENDS
+++ b/editors/vim/DEPENDS
@@ -1,6 +1,7 @@
depends ncurses
-optional_depends "%X" "--enable-gui=auto" "--enable-gui=no --without-x" "to enable a gui"
+
+optional_depends "%X" "--enable-gui=auto" "--enable-gui=no --without-x" "to enable a gui"
optional_depends Python "--enable-pythoninterp" "" "to enable Python interpreter support"
-optional_depends perl "--enable-perlinterp" "" "to enable Perl interpreter support"
-optional_depends tcl "--enable-tclinterp" "" "to enable Tcl interpreter support"
-optional_depends ruby "--enable-rubyinterp" "" "to enable Ruby interpreter support"
+optional_depends perl "--enable-perlinterp" "" "to enable Perl interpreter support"
+optional_depends tcl "--enable-tclinterp" "" "to enable Tcl interpreter support"
+optional_depends ruby "--enable-rubyinterp" "" "to enable Ruby interpreter support"
diff --git a/editors/vim/DETAILS b/editors/vim/DETAILS
index f3d2a44..98cb8ac 100644
--- a/editors/vim/DETAILS
+++ b/editors/vim/DETAILS
@@ -1,31 +1,31 @@
MODULE=vim
- VERSION=7.2
- MAJOR=72
+ MAJOR=73
+ VERSION=7.3
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/vim${MAJOR}
- SOURCE_URL[0]=ftp://ftp.vim.org/pub/vim/unix/
- SOURCE_URL[1]=ftp://ftp.us.vim.org/pub/vim/unix/
- SOURCE_URL[2]=ftp://ftp3.nl.vim.org/pub/vim/unix/
- SOURCE_URL[3]=ftp://ftp.be.vim.org/pub/vim/unix/
- SOURCE_URL[4]=ftp://ftp9.us.vim.org/pub/vim/unix/
- SOURCE_URL[5]=ftp://ftp.nl.vim.org/pub/vim/unix/
- SOURCE_URL[6]=ftp://ftp3.nl.vim.org/pub/vim/unix/
- SOURCE_URL[7]=ftp://ftp.be.vim.org/pub/vim/unix/
- SOURCE_URL[8]=ftp://ftp.de.vim.org/pub/vim/unix/
- SOURCE_URL[9]=ftp://ftp.fr.vim.org/pub/vim/unix/
- SOURCE_URL[10]=ftp://ftp.es.vim.org/pub/vim/unix/
- SOURCE_URL[11]=ftp://ftp.pl.vim.org/pub/vim/unix/
- SOURCE_URL[12]=ftp://ftp2.pl.vim.org/pub/vim/unix/
- SOURCE_VFY=sha1:a4b6641ca528fada71ea77c998a441495ed4984c
+ SOURCE_URL[0]=ftp://ftp.vim.org/pub/vim/unix
+ SOURCE_URL[1]=ftp://ftp.us.vim.org/pub/vim/unix
+ SOURCE_URL[2]=ftp://ftp3.nl.vim.org/pub/vim/unix
+ SOURCE_URL[3]=ftp://ftp.be.vim.org/pub/vim/unix
+ SOURCE_URL[4]=ftp://ftp9.us.vim.org/pub/vim/unix
+ SOURCE_URL[5]=ftp://ftp.nl.vim.org/pub/vim/unix
+ SOURCE_URL[6]=ftp://ftp3.nl.vim.org/pub/vim/unix
+ SOURCE_URL[7]=ftp://ftp.be.vim.org/pub/vim/unix
+ SOURCE_URL[8]=ftp://ftp.de.vim.org/pub/vim/unix
+ SOURCE_URL[9]=ftp://ftp.fr.vim.org/pub/vim/unix
+ SOURCE_URL[10]=ftp://ftp.es.vim.org/pub/vim/unix
+ SOURCE_URL[11]=ftp://ftp.pl.vim.org/pub/vim/unix
+ SOURCE_URL[12]=ftp://ftp2.pl.vim.org/pub/vim/unix
+ SOURCE_VFY=sha1:46faa96c5fab639899b1c655c23d8755b62f036f
WEB_SITE=http://vim.sf.net
MAINTAINER=sofar at lunar-linux.org
ENTERED=20010922
- UPDATED=20080810
+ UPDATED=20100816
SHORT="Improved version of vi"
cat << EOF
VIM is an improved version of the editor vi, one of the standard text
-editors on UNIX systems. VIM adds many of the features that you would
+editors on UNIX systems. VIM adds many of the features that you would
expect in an editor: Unlimited undo, syntax coloring, split windows,
visual selection, graphical user interface (read: menus, mouse control,
scrollbars, text selection), and much much more.
More information about the Lunar-commits
mailing list