update vim/snapshot to 6.0ak
This commit is contained in:
parent
96cd1c0f4f
commit
2e0baa0025
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2001/06/11 01:02:52 lebel Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2001/06/18 20:23:21 lebel Exp $
|
||||
|
||||
COMMENT= "vi clone, many additional features"
|
||||
|
||||
V= aj
|
||||
V= ak
|
||||
DISTNAME= vim-6.0${V}
|
||||
PKGNAME= ${DISTNAME}
|
||||
CATEGORIES= editors
|
||||
@ -14,7 +14,8 @@ MASTER_SITES= ftp://ftp.vim.org/pub/vim/unreleased/unix/ \
|
||||
ftp://ftp.berlin.de.vim.org/misc/editors/vim/unreleased/unix/ \
|
||||
ftp://ftp.is.co.za/applications/editors/vim/unreleased/unix/ \
|
||||
ftp://ftp.progsoc.uts.edu.au/pub/vim/unreleased/unix/
|
||||
DISTFILES= ${DISTNAME}-src.tar.bz2 ${DISTNAME}-rt.tar.bz2
|
||||
DISTFILES= ${DISTNAME}-src.tar.bz2 ${DISTNAME}-rt.tar.bz2 \
|
||||
${DISTNAME}-xcmdsrv.tar.gz
|
||||
|
||||
HOMEPAGE= http://www.vim.org/
|
||||
|
||||
|
@ -1,6 +1,9 @@
|
||||
MD5 (vim-6.0aj-rt.tar.bz2) = 4349740bfe1142acdd4439c50c8e8ada
|
||||
MD5 (vim-6.0aj-src.tar.bz2) = 6ec36b205c31be16ddfb3fa5a554ceed
|
||||
RMD160 (vim-6.0aj-rt.tar.bz2) = 3a62fbebe4953f84c1044e414cab2e5d9edf6914
|
||||
RMD160 (vim-6.0aj-src.tar.bz2) = c359987b60eb6a433de321bbea8f757e17d46489
|
||||
SHA1 (vim-6.0aj-rt.tar.bz2) = 2ef8e540e8e47b3fbaaafa2d8cd28a10544552e9
|
||||
SHA1 (vim-6.0aj-src.tar.bz2) = 0d472c8a0a2fba8509ab6673697504f62c49471f
|
||||
MD5 (vim-6.0ak-rt.tar.bz2) = fa7bcb0da98539fd0350b5520c38ed4b
|
||||
MD5 (vim-6.0ak-src.tar.bz2) = e884fed5c9eec0dd06be35e58fef5f88
|
||||
MD5 (vim-6.0ak-xcmdsrv.tar.gz) = d0c9c272320698904319e835ded4ad1f
|
||||
RMD160 (vim-6.0ak-rt.tar.bz2) = 607316c8107a1e4b4b93411cd5b1004b15f50f5d
|
||||
RMD160 (vim-6.0ak-src.tar.bz2) = df5038c44e350b480eb29ddb8fc17f405fdc85a1
|
||||
RMD160 (vim-6.0ak-xcmdsrv.tar.gz) = f623f3f098273ac18b9bc4231d16db599a3721fb
|
||||
SHA1 (vim-6.0ak-rt.tar.bz2) = 8e34ac914fc4b2b7eeead5308a6d7858de24c5e9
|
||||
SHA1 (vim-6.0ak-src.tar.bz2) = 39006a2754959b63361391ca56a45ca2de6a7049
|
||||
SHA1 (vim-6.0ak-xcmdsrv.tar.gz) = 846a1e34ea2cf74b9b64bac57e1158c511effcda
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.12 2001/06/11 01:02:53 lebel Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.13 2001/06/18 20:23:21 lebel Exp $
|
||||
bin/ex
|
||||
bin/rview
|
||||
bin/rvim
|
||||
@ -159,9 +159,12 @@ share/vim/vim60${V}/ftplugin/xs.vim
|
||||
share/vim/vim60${V}/ftplugof.vim
|
||||
share/vim/vim60${V}/indent.vim
|
||||
share/vim/vim60${V}/indent/ada.vim
|
||||
share/vim/vim60${V}/indent/c.vim
|
||||
share/vim/vim60${V}/indent/config.vim
|
||||
share/vim/vim60${V}/indent/cpp.vim
|
||||
share/vim/vim60${V}/indent/fortran.vim
|
||||
share/vim/vim60${V}/indent/html.vim
|
||||
share/vim/vim60${V}/indent/java.vim
|
||||
share/vim/vim60${V}/indent/make.vim
|
||||
share/vim/vim60${V}/indent/matlab.vim
|
||||
share/vim/vim60${V}/indent/perl.vim
|
||||
@ -526,6 +529,7 @@ share/vim/vim60${V}/tools/vim132
|
||||
share/vim/vim60${V}/tools/vimm
|
||||
share/vim/vim60${V}/tools/vimspell.sh
|
||||
share/vim/vim60${V}/tools/vimspell.txt
|
||||
share/vim/vim60${V}/tools/xcmdsrv_client.c
|
||||
share/vim/vim60${V}/tutor/README.txt
|
||||
share/vim/vim60${V}/tutor/tutor
|
||||
share/vim/vim60${V}/tutor/tutor.vim
|
||||
|
Loading…
Reference in New Issue
Block a user