On 11/10/06, Yakov Lerner <[EMAIL PROTECTED]> wrote:
On 11/10/06, Meino Christian Cramer <[EMAIL PROTECTED]> wrote:
> Hi,
>
> is there a script around, which downloads the newest patches for vim,
> unpack the source (located on my pc), patch the source, build a new
> archive for the next time including handling the downloaded patches,
> compiles the source and installs the results ?
>
> Or a part of that ?
>
> Thanks a lot for any help in advance!
> Keep editing ! :)
> mcc
Try
http://www.vim.org/scripts/script.php?script_id=1473
vim7-install.sh : {download + build + install} latest vim7 from svn
sources in 1 command
Regarding thr "apply patches" part, I 'm working on adding the "pathing"
functionality. It's not in yet.
Actually, re-reading your mail, I thik that you meant latest Bram's patches,
not the external patches. Then I need to correct my previous answer:
This script, vim7-install.sh, applies all Bram's patches, up to the
last an the latest, automatically. This script uses better download
method than ftp. Namely, it
uses svn (it's the default method) or cvs (with option -svc).
When I said "I 'm working on adding the 'patching' functionality. It's
not in yet',
I meant adding of external patches. But the Bram's patches are included
automatically by the vim7-install.sh, this is non-optional.
Yakov