r844 - in /trunk/packages/vim-scripts/vim-scripts-7: debian/ debian/vim-registry/ plugin/

zack at users.alioth.debian.org zack at users.alioth.debian.org
Tue Jan 16 14:56:19 UTC 2007


Author: zack
Date: Tue Jan 16 15:56:19 2007
New Revision: 844

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=844
Log:
- integrated support for vim-addons
- removed a superseded addon

Added:
    trunk/packages/vim-scripts/vim-scripts-7/debian/vim-registry/
    trunk/packages/vim-scripts/vim-scripts-7/debian/vim-registry/vim-scripts.yaml
Removed:
    trunk/packages/vim-scripts/vim-scripts-7/plugin/Chdir.vim
Modified:
    trunk/packages/vim-scripts/vim-scripts-7/debian/README.Debian-source
    trunk/packages/vim-scripts/vim-scripts-7/debian/TODO.Debian
    trunk/packages/vim-scripts/vim-scripts-7/debian/changelog
    trunk/packages/vim-scripts/vim-scripts-7/debian/copyright
    trunk/packages/vim-scripts/vim-scripts-7/debian/dirs
    trunk/packages/vim-scripts/vim-scripts-7/debian/install
    trunk/packages/vim-scripts/vim-scripts-7/debian/rules
    trunk/packages/vim-scripts/vim-scripts-7/debian/vim-scripts.pl   (contents, props changed)
    trunk/packages/vim-scripts/vim-scripts-7/debian/vim-scripts.status

Modified: trunk/packages/vim-scripts/vim-scripts-7/debian/README.Debian-source
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/vim-scripts-7/debian/README.Debian-source?rev=844&op=diff
==============================================================================
--- trunk/packages/vim-scripts/vim-scripts-7/debian/README.Debian-source (original)
+++ trunk/packages/vim-scripts/vim-scripts-7/debian/README.Debian-source Tue Jan 16 15:56:19 2007
@@ -14,6 +14,7 @@
 
   Usage: debian/vim-scripts.pl { doc | update | test } [ name ...  ]
 	 debian/vim-scripts.pl copyright > debian/copyright
+	 debian/vim-scripts.pl registry > debian/vim-registry/vim-scripts.yaml
 
 When invoked with "doc" it will generate a brief HTML documentation of
 the scripts shipped in this package. The generated documentation is
@@ -24,5 +25,11 @@
 scripts are available on the vim.org website. The output will give you
 the URLs where to download the new scripts.
 
- -- Stefano Zacchiroli <zack at debian.org>  Tue, 22 Aug 2006 17:45:54 +0200
+"copyright" and "registry" actions are used, respectively, to automatically
+generate the debian/copyright and the debian/vim-registry/vim-scripts.yaml
+files. They are both automatically invoked from debian/rules, so there should
+be no need to invoke them manually. Still, beware *not* to modify the two files
+by hand, your changes will be overwritten!
 
+ -- Stefano Zacchiroli <zack at debian.org>  Tue, 16 Jan 2007 14:50:43 +0100
+

Modified: trunk/packages/vim-scripts/vim-scripts-7/debian/TODO.Debian
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/vim-scripts-7/debian/TODO.Debian?rev=844&op=diff
==============================================================================
--- trunk/packages/vim-scripts/vim-scripts-7/debian/TODO.Debian (original)
+++ trunk/packages/vim-scripts/vim-scripts-7/debian/TODO.Debian Tue Jan 16 15:56:19 2007
@@ -1,3 +1,9 @@
+- write a script debian/find-missing which compares files listed in
+  debian/vim-scripts.status with all the files shipped in the vim-scripts
+  package to ensure that no file is not listed in the status file (and hence
+  that no file is missing from registry entries)
+
+ -- Stefano Zacchiroli <zack at debian.org>  Tue, 16 Jan 2007 11:00:47 +0100
 
 - add debconf question (at priority low) which asks
   1) whether shipped script should be made available system wide or not,
@@ -9,4 +15,3 @@
   enabling the scripts
 
  -- Stefano Zacchiroli <zack at debian.org>  Sat, 16 Apr 2005 23:05:50 +0200
-

Modified: trunk/packages/vim-scripts/vim-scripts-7/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/vim-scripts-7/debian/changelog?rev=844&op=diff
==============================================================================
--- trunk/packages/vim-scripts/vim-scripts-7/debian/changelog (original)
+++ trunk/packages/vim-scripts/vim-scripts-7/debian/changelog Tue Jan 16 15:56:19 2007
@@ -1,3 +1,14 @@
+vim-scripts (7-4) UNRELEASED; urgency=low
+
+  * debian/vim-registry/
+    - added (automatically generated using vim-scripts.pl) vim registry
+      entries for the shipped addons
+  * scripts adds/removals/upgrades:
+    - removed scripts:
+      | plugin/Chdir.vim (superseded by the 'autochdir' option)
+
+ -- Stefano Zacchiroli <zack at debian.org>  Tue, 16 Jan 2007 10:39:26 +0100
+
 vim-scripts (7-3) unstable; urgency=low
 
   * ship macros/ and autoload/ directories, thanks to James Vega for the patch

Modified: trunk/packages/vim-scripts/vim-scripts-7/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/vim-scripts-7/debian/copyright?rev=844&op=diff
==============================================================================
--- trunk/packages/vim-scripts/vim-scripts-7/debian/copyright (original)
+++ trunk/packages/vim-scripts/vim-scripts-7/debian/copyright Tue Jan 16 15:56:19 2007
@@ -92,11 +92,6 @@
 url:	 http://www.vim.org/scripts/script.php?script_id=695
 license: no license
 
-script:  syntax/CVSAnnotate.vim;
-author:  Robert Hiestand < bob.hiestand at gmail.com >
-url:	 http://www.vim.org/scripts/script.php?script_id=407
-license: no license
-
 script:  games/tetris.vim;
 author:  Gergely Kontra < kgergely at mcl.hu >
 url:	 http://www.vim.org/scripts/script.php?script_id=172
@@ -106,11 +101,6 @@
 author:  Mike Sharpe < feline at irendi.com >
 url:	 http://www.vim.org/scripts/script.php?script_id=211
 license: license [1], see below
-
-script:  plugin/Chdir.vim;
-author:  Johannes Zellner < johannes at zellner.org >
-url:	 
-license: BSD, see /usr/share/common-licenses/BSD
 
 script:  plugin/themes.vim;
 author:  Robert (MetaCosm) < vim at metacosm.dhs.org >

Modified: trunk/packages/vim-scripts/vim-scripts-7/debian/dirs
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/vim-scripts-7/debian/dirs?rev=844&op=diff
==============================================================================
--- trunk/packages/vim-scripts/vim-scripts-7/debian/dirs (original)
+++ trunk/packages/vim-scripts/vim-scripts-7/debian/dirs Tue Jan 16 15:56:19 2007
@@ -1,1 +1,2 @@
 usr/share/vim-scripts/
+usr/share/vim/registry/

Modified: trunk/packages/vim-scripts/vim-scripts-7/debian/install
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/vim-scripts-7/debian/install?rev=844&op=diff
==============================================================================
--- trunk/packages/vim-scripts/vim-scripts-7/debian/install (original)
+++ trunk/packages/vim-scripts/vim-scripts-7/debian/install Tue Jan 16 15:56:19 2007
@@ -1,8 +1,9 @@
-autoload/   usr/share/vim-scripts/
-colors/	    usr/share/vim-scripts/
-doc/	    usr/share/vim-scripts/
-ftplugin/   usr/share/vim-scripts/
-games/	    usr/share/vim-scripts/
-macros/     usr/share/vim-scripts/
-plugin/	    usr/share/vim-scripts/
-syntax/	    usr/share/vim-scripts/
+autoload/			usr/share/vim-scripts/
+colors/	    			usr/share/vim-scripts/
+doc/	    			usr/share/vim-scripts/
+ftplugin/   			usr/share/vim-scripts/
+games/	    			usr/share/vim-scripts/
+macros/     			usr/share/vim-scripts/
+plugin/	    			usr/share/vim-scripts/
+syntax/	    			usr/share/vim-scripts/
+debian/vim-registry/*.yaml	usr/share/vim/registry/

Modified: trunk/packages/vim-scripts/vim-scripts-7/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/vim-scripts-7/debian/rules?rev=844&op=diff
==============================================================================
--- trunk/packages/vim-scripts/vim-scripts-7/debian/rules (original)
+++ trunk/packages/vim-scripts/vim-scripts-7/debian/rules Tue Jan 16 15:56:19 2007
@@ -26,12 +26,14 @@
 
 OLD_DESTDIR = /usr/share/doc/vim-scripts/examples
 
-.PHONY: copyright
+.PHONY: copyright registry
 copyright:
 	debian/vim-scripts.pl copyright > debian/copyright
+registry:
+	debian/vim-scripts.pl registry > debian/vim-registry/vim-scripts.yaml
 
 # Build architecture-independent files here.
-binary-indep: copyright
+binary-indep: copyright registry
 	dh_testdir
 	dh_testroot
 	dh_installdirs

Added: trunk/packages/vim-scripts/vim-scripts-7/debian/vim-registry/vim-scripts.yaml
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/vim-scripts-7/debian/vim-registry/vim-scripts.yaml?rev=844&op=file
==============================================================================
--- trunk/packages/vim-scripts/vim-scripts-7/debian/vim-registry/vim-scripts.yaml (added)
+++ trunk/packages/vim-scripts/vim-scripts-7/debian/vim-registry/vim-scripts.yaml Tue Jan 16 15:56:19 2007
@@ -1,0 +1,288 @@
+addon: alternate
+description: "alternate pairing files (e.g. .c/.h) with short ex-commands"
+basedir: /usr/share/vim-scripts/
+files:
+  - plugin/a.vim
+---
+addon: whatdomain
+description: "query the meaning of a Top Level Domain"
+basedir: /usr/share/vim-scripts/
+files:
+  - plugin/whatdomain.vim
+---
+addon: bufexplorer
+description: "buffer explorer / browser"
+basedir: /usr/share/vim-scripts/
+files:
+  - plugin/bufexplorer.vim
+  - doc/bufexplorer.txt
+---
+addon: minibufexplorer
+description: "elegant buffer explorer which takes very little screen space"
+basedir: /usr/share/vim-scripts/
+files:
+  - plugin/minibufexpl.vim
+---
+addon: gnupg
+description: "transparent editing of gpg encrypted files"
+basedir: /usr/share/vim-scripts/
+files:
+  - plugin/gnupg.vim
+---
+addon: taglist
+description: "source code browser"
+basedir: /usr/share/vim-scripts/
+files:
+  - plugin/taglist.vim
+  - doc/taglist.txt
+---
+addon: calendar
+description: "shows calendar in a vim window"
+basedir: /usr/share/vim-scripts/
+files:
+  - plugin/calendar.vim
+---
+addon: winmanager
+description: "IDE-like environment with file manager and buffer list"
+basedir: /usr/share/vim-scripts/
+files:
+  - plugin/winmanager.vim
+  - doc/winmanager.txt
+  - plugin/winfileexplorer.vim
+  - plugin/wintagexplorer.vim
+---
+addon: align
+description: "commands and maps for aligned text, equations, declarations, ..."
+basedir: /usr/share/vim-scripts/
+files:
+  - plugin/AlignPlugin.vim
+  - doc/Align.txt
+  - plugin/AlignMaps.vim
+  - plugin/cecutil.vim
+  - autoload/Align.vim
+---
+addon: cvsmenu
+description: "CVS/CVSNT integration"
+basedir: /usr/share/vim-scripts/
+files:
+  - plugin/cvsmenu.vim
+---
+addon: vcscommand
+description: "CVS/SVN integration (including vimdiff support)"
+basedir: /usr/share/vim-scripts/
+files:
+  - plugin/vcscommand.vim
+  - doc/vcscommand.txt
+  - plugin/vcscvs.vim
+  - plugin/vcssvn.vim
+  - syntax/CVSAnnotate.vim
+  - syntax/SVNAnnotate.vim
+  - plugin/vcscommit.vim
+---
+addon: utl
+description: "Universal Text Linking: URL-based hyperlinking"
+basedir: /usr/share/vim-scripts/
+files:
+  - plugin/utl.vim
+  - doc/utl_ref.txt
+  - doc/utl_usr.txt
+  - plugin/utl_arr.vim
+  - plugin/utl_rc.vim
+  - plugin/utl_scm.vim
+  - plugin/utl_uri.vim
+---
+addon: info
+description: "GNU info documentation browser"
+basedir: /usr/share/vim-scripts/
+files:
+  - plugin/info.vim
+---
+addon: enhanced-commentify
+description: "comment lines in a program"
+basedir: /usr/share/vim-scripts/
+files:
+  - plugin/EnhancedCommentify.vim
+  - doc/EnhancedCommentify.txt
+---
+addon: xml
+description: "editing helps for XML, HTML, and SGML documents"
+basedir: /usr/share/vim-scripts/
+files:
+  - ftplugin/xml.vim
+---
+addon: po
+description: "easier editing of GNU gettext PO files"
+basedir: /usr/share/vim-scripts/
+files:
+  - ftplugin/po.vim
+---
+addon: tetris
+description: "a Tetris game"
+basedir: /usr/share/vim-scripts/
+files:
+  - games/tetris.vim
+---
+addon: sokoban
+description: "a Sokoban game"
+basedir: /usr/share/vim-scripts/
+files:
+  - games/VimSokoban/sokoban.vim
+---
+addon: themes
+description: "colors sampler pack: all the color schemes on vim.sf.net"
+basedir: /usr/share/vim-scripts/
+files:
+  - plugin/themes.vim
+  - colors/adam.vim
+  - colors/adaryn.vim
+  - colors/adrian.vim
+  - colors/af.vim
+  - colors/aiseered.vim
+  - colors/aqua.vim
+  - colors/astronaut.vim
+  - colors/asu1dark.vim
+  - colors/automation.vim
+  - colors/autumn.vim
+  - colors/autumn2.vim
+  - colors/autumnleaf.vim
+  - colors/billw.vim
+  - colors/biogoo.vim
+  - colors/black_angus.vim
+  - colors/blackbeauty.vim
+  - colors/blackdust.vim
+  - colors/blacksea.vim
+  - colors/blue.vim
+  - colors/bluegreen.vim
+  - colors/blugrine.vim
+  - colors/bmichaelsen.vim
+  - colors/bog.vim
+  - colors/borland.vim
+  - colors/breeze.vim
+  - colors/brookstream.vim
+  - colors/brown.vim
+  - colors/buttercream.vim
+  - colors/bw.vim
+  - colors/c.vim
+  - colors/camo.vim
+  - colors/candy.vim
+  - colors/caramel.vim
+  - colors/chela_light.vim
+  - colors/chocolateliquor.vim
+  - colors/cleanphp.vim
+  - colors/coffee.vim
+  - colors/colorer.vim
+  - colors/cool.vim
+  - colors/dante.vim
+  - colors/darkblack.vim
+  - colors/darkblue2.vim
+  - colors/darkdot.vim
+  - colors/darkocean.vim
+  - colors/darkslategray.vim
+  - colors/dawn.vim
+  - colors/delek.vim
+  - colors/denim.vim
+  - colors/desert.vim
+  - colors/dusk.vim
+  - colors/earth.vim
+  - colors/edo_sea.vim
+  - colors/emacs.vim
+  - colors/fine_blue.vim
+  - colors/fnaqevan.vim
+  - colors/fog.vim
+  - colors/fruit.vim
+  - colors/gobo.vim
+  - colors/golden.vim
+  - colors/gor.vim
+  - colors/gothic.vim
+  - colors/greyblue.vim
+  - colors/hhazure.vim
+  - colors/hhdblue.vim
+  - colors/hhdcyan.vim
+  - colors/hhdgray.vim
+  - colors/hhdgreen.vim
+  - colors/hhdmagenta.vim
+  - colors/hhdred.vim
+  - colors/hhdyellow.vim
+  - colors/hhorange.vim
+  - colors/hhpink.vim
+  - colors/hhspring.vim
+  - colors/hhteal.vim
+  - colors/hhviolet.vim
+  - colors/ibmedit.vim
+  - colors/inkpot.vim
+  - colors/ironman.vim
+  - colors/jhdark.vim
+  - colors/jhlight.vim
+  - colors/less.vim
+  - colors/lilac.vim
+  - colors/lingodirector.vim
+  - colors/manxome.vim
+  - colors/mars.vim
+  - colors/matrix.vim
+  - colors/metacosm.vim
+  - colors/midnight.vim
+  - colors/midnight2.vim
+  - colors/mod_tcsoft.vim
+  - colors/navajo-night.vim
+  - colors/navajo.vim
+  - colors/nedit.vim
+  - colors/nedit2.vim
+  - colors/neon.vim
+  - colors/night.vim
+  - colors/nightshimmer.vim
+  - colors/nightwish.vim
+  - colors/northsky.vim
+  - colors/nuvola.vim
+  - colors/oceanblack.vim
+  - colors/oceandeep.vim
+  - colors/oceanlight.vim
+  - colors/olive.vim
+  - colors/papayawhip.vim
+  - colors/potts.vim
+  - colors/print_bw.vim
+  - colors/ps_color.vim
+  - colors/putty.vim
+  - colors/python.vim
+  - colors/redblack.vim
+  - colors/relaxedgreen.vim
+  - colors/reloaded.vim
+  - colors/revolutions.vim
+  - colors/robinhood.vim
+  - colors/sand.vim
+  - colors/scite.vim
+  - colors/sea.vim
+  - colors/sean.vim
+  - colors/seashell.vim
+  - colors/sf.vim
+  - colors/simpleandfriendly.vim
+  - colors/taqua.vim
+  - colors/tcsoft.vim
+  - colors/tibet.vim
+  - colors/tolerable.vim
+  - colors/tomatosoup.vim
+  - colors/toothpik.vim
+  - colors/torte.vim
+  - colors/transparent.vim
+  - colors/turbo.vim
+  - colors/umber-green.vim
+  - colors/vc.vim
+  - colors/vcbc.vim
+  - colors/white.vim
+  - colors/whitedust.vim
+  - colors/wintersday.vim
+  - colors/xemacs.vim
+  - colors/xian.vim
+  - colors/zenburn.vim
+---
+addon: closetag
+description: "functions and mappings to close open HTML/XML tags"
+basedir: /usr/share/vim-scripts/
+files:
+  - macros/closetag.vim
+---
+addon: nerd-commenter
+description: "easy commenting of code for many filetypes"
+basedir: /usr/share/vim-scripts/
+files:
+  - plugin/NERD_comments.vim
+---

Modified: trunk/packages/vim-scripts/vim-scripts-7/debian/vim-scripts.pl
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/vim-scripts-7/debian/vim-scripts.pl?rev=844&op=diff
==============================================================================
--- trunk/packages/vim-scripts/vim-scripts-7/debian/vim-scripts.pl (original)
+++ trunk/packages/vim-scripts/vim-scripts-7/debian/vim-scripts.pl Tue Jan 16 15:56:19 2007
@@ -4,7 +4,7 @@
 # Copyright (C) 2005, Stefano Zacchiroli <zack at debian.org>
 #
 # Created:        Sat, 16 Apr 2005 12:43:04 +0200 zack
-# Last-Modified:  Sun, 22 May 2005 10:16:21 +0200 zack
+# Last-Modified:  $Id$
 #
 # This is free software, you can redistribute it and/or modify it under the
 # terms of the GNU General Public License version 2 as published by the Free
@@ -20,8 +20,10 @@
 # Place, Suite 330, Boston, MA  02111-1307  USA
 
 my $usage =
-  "Usage: debian/vim-scripts.pl { doc | update | test } [ name ...  ]\n" .
-  "       debian/vim-scripts.pl copyright > debian/copyright\n";
+  "Usage:\n" .
+  "  debian/vim-scripts.pl { doc | update | test } [ name ...  ]\n" .
+  "  debian/vim-scripts.pl copyright > debian/copyright\n" .
+  "  debian/vim-scripts.pl registry > debian/vim-registry/vim-registry.yaml\n";
 my $action = shift or die $usage;
 my $status = "debian/vim-scripts.status";
 my @scripts = ();
@@ -82,14 +84,39 @@
 
 open STATUS, "< $status" or die "Can't open $status";
 my ($script_name, $script_url, $author, $author_url, $email, $license, $extras,
-  $version);
+  $description, $version, $addon);
 my $skip = 1;
+$script_name = ''; $extras = '';
 while (my $line = <STATUS>) {
+  # assumption: each plugin "block" of lines starts with the "script_name:"
+  # field
   chomp $line;
   $skip = not $skip if ($line =~ /^--\s*$/);
   print $line, "\n" if $skip and $action eq "copyright";
   next if $skip;
-  if ($line =~ /^script_name:\s*(.*)/) { $script_name = $1; }
+  if ($line =~ /^script_name:\s*(.*)/) {
+    if ($script_name ne '') { # new plugin, process data collected so far
+      if ($action eq "registry") {
+	print "addon: $addon\n";
+	print "description: \"$description\"\n";
+	print "basedir: /usr/share/vim-scripts/\n";
+	print "files:\n";
+	my @files = ($script_name);
+	if ($extras ne '') {
+	  for my $pat (split(/,\s*/, $extras)) {
+	    push @files, glob $pat;
+	  }
+	}
+	foreach my $file (@files) {
+	  print "  - $file\n";
+	}
+	print "---\n";
+      }
+      $extras = '';
+    }
+    $script_name = $1;
+  } elsif ($line =~ /^addon:\s*(.*)/) { $addon = $1; }
+  elsif ($line =~ /^description:\s*(.*)/) { $description = $1; }
   elsif ($line =~ /^script_url:\s*(.*)/) { $script_url = $1; }
   elsif ($line =~ /^author:\s*(.*)/) { $author = $1; }
   elsif ($line =~ /^author_url:\s*(.*)/) { $author_url = $1; }

Propchange: trunk/packages/vim-scripts/vim-scripts-7/debian/vim-scripts.pl
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: trunk/packages/vim-scripts/vim-scripts-7/debian/vim-scripts.status
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/vim-scripts-7/debian/vim-scripts.status?rev=844&op=diff
==============================================================================
--- trunk/packages/vim-scripts/vim-scripts-7/debian/vim-scripts.status (original)
+++ trunk/packages/vim-scripts/vim-scripts-7/debian/vim-scripts.status Tue Jan 16 15:56:19 2007
@@ -15,6 +15,8 @@
 --
 
 script_name: plugin/a.vim
+addon:	     alternate
+description: alternate pairing files (e.g. .c/.h) with short ex-commands
 script_url:  http://www.vim.org/scripts/script.php?script_id=31
 author:      Mike Sharpe
 author_url:  http://www.vim.org/account/profile.php?user_id=49
@@ -23,6 +25,8 @@
 version:     2.14
 
 script_name: plugin/whatdomain.vim
+addon:	     whatdomain
+description: query the meaning of a Top Level Domain
 script_url:  http://www.vim.org/scripts/script.php?script_id=62
 author:      Michael Piefel
 author_url:  http://www.vim.org/account/profile.php?user_id=38
@@ -31,15 +35,19 @@
 version:     20010919
 
 script_name: plugin/bufexplorer.vim
+addon:       bufexplorer
+description: buffer explorer / browser
 script_url:  http://www.vim.org/scripts/script.php?script_id=42
 author:      Jeff Lanzarotta
 author_url:  http://www.vim.org/account/profile.php?user_id=97
 email:       delux256-vim at yahoo dot com
 license:     license [2], see below
+extras:	     doc/bufexplorer.txt
 version:     7.0.11
-extras:	     doc/bufexplorer.txt
 
 script_name: plugin/minibufexpl.vim
+addon:       minibufexplorer
+description: elegant buffer explorer which takes very little screen space
 script_url:  http://www.vim.org/scripts/script.php?script_id=159
 author:      Bindu Wavell
 author_url:  http://www.vim.org/account/profile.php?user_id=385
@@ -48,6 +56,8 @@
 version:     6.3.2
 
 script_name: plugin/gnupg.vim
+addon:       gnupg
+description: transparent editing of gpg encrypted files
 script_url:  http://www.vim.org/scripts/script.php?script_id=661
 author:      Markus Braun
 author_url:  http://www.vim.org/account/profile.php?user_id=1120
@@ -56,15 +66,19 @@
 version:     1.27
 
 script_name: plugin/taglist.vim
+addon:       taglist
+description: source code browser
 script_url:  http://www.vim.org/scripts/script.php?script_id=273
 author:      Yegappan Lakshmanan
 author_url:  http://www.vim.org/account/profile.php?user_id=244
 email:       yegappan at yahoo.com
 license:     no license
+extras:	     doc/taglist.txt
 version:     4.0b4
-extras:	     doc/taglist.txt
 
 script_name: plugin/calendar.vim
+addon:       calendar
+description: shows calendar in a vim window
 script_url:  http://www.vim.org/scripts/script.php?script_id=52
 author:      Yasuhiro Matsumoto
 author_url:  http://www.vim.org/account/profile.php?user_id=103
@@ -73,24 +87,30 @@
 version:     1.4a
 
 script_name: plugin/winmanager.vim
+addon:       winmanager
+description: IDE-like environment with file manager and buffer list
 script_url:  http://www.vim.org/scripts/script.php?script_id=95
 author:      Srinath Avadhanula
 author_url:  http://www.vim.org/account/profile.php?user_id=247
 email:       srinath at fastmail.fm
 license:     no license
+extras:	     doc/winmanager.txt, plugin/winfileexplorer.vim, plugin/wintagexplorer.vim
 version:     2.3
-extras:	     doc/winmanager.txt, plugin/winfileexplorer.vim, plugin/wintagexplorer.vim
 
 script_name: plugin/AlignPlugin.vim
+addon:       align
+description: commands and maps for aligned text, equations, declarations, ...
 script_url:  http://www.vim.org/scripts/script.php?script_id=294
 author:      Charles Campbell
 author_url:  http://www.vim.org/account/profile.php?user_id=96
 email:       drchip at campbellfamily.biz
 license:     GNU GPL, see /usr/share/common-licenses/GPL-2
+extras:	     doc/Align.txt, plugin/AlignMaps.vim, plugin/cecutil.vim, autoload/Align.vim
 version:     29/34
-extras:	     doc/Align.txt, plugin/AlignMaps.vim, plugin/cecutil.vim, autoload/Align.vim
 
 script_name: plugin/cvsmenu.vim
+addon:       cvsmenu
+description: CVS/CVSNT integration
 script_url:  http://www.vim.org/scripts/script.php?script_id=1245
 author:      Yongwei Wu, Thorsten Maerz
 author_url:  http://www.vim.org/account/profile.php?user_id=6184
@@ -99,24 +119,30 @@
 version:     1.124
 
 script_name: plugin/vcscommand.vim
+addon:       vcscommand
+description: CVS/SVN integration (including vimdiff support)
 script_url:  http://www.vim.org/scripts/script.php?script_id=90
 author:      Robert Hiestand
 author_url:  http://www.vim.org/account/profile.php?user_id=241
 email:       bob.hiestand at gmail.com
 license:     public domain
+extras:	     doc/vcscommand.txt, plugin/vcscvs.vim, plugin/vcssvn.vim, syntax/CVSAnnotate.vim, syntax/SVNAnnotate.vim, plugin/vcscommit.vim
 version:     Beta8
-extras:	     doc/vcscommand.txt, plugin/vcscvs.vim, plugin/vcssvn.vim, syntax/CVSAnnotate.vim, syntax/SVNAnnotate.vim, plugin/vcscommit.vim
 
 script_name: plugin/utl.vim
+addon:       utl
+description: Universal Text Linking: URL-based hyperlinking
 script_url:  http://www.vim.org/scripts/script.php?script_id=293
 author:      Stefan Bittner
 author_url:  http://www.vim.org/account/profile.php?user_id=659
 email:       stb at bf-consulting.de
 license:     GNU GPL, see /usr/share/common-licenses/GPL-2
+extras:	     doc/utl_*.txt, plugin/utl_*.vim
 version:     2.0
-extras:	     doc/utl_*.txt, plugin/utl_*.vim
 
 script_name: plugin/info.vim
+addon:       info
+description: GNU info documentation browser
 script_url:  http://www.vim.org/scripts/script.php?script_id=21
 author:      Slavik Gorbanyov
 author_url:  http://www.vim.org/account/profile.php?user_id=55
@@ -125,15 +151,19 @@
 version:     1.7
 
 script_name: plugin/EnhancedCommentify.vim
+addon:       enhanced-commentify
+description: comment lines in a program
 script_url:  http://www.vim.org/scripts/script.php?script_id=23
 author:      Meikel Brandmeyer
 author_url:  http://www.vim.org/account/profile.php?user_id=62
 email:       Brandels_Mikesh at web.de
 license:     BSD, see /usr/share/common-licenses/BSD
+extras:	     doc/EnhancedCommentify.txt
 version:     2.2
-extras:	     doc/EnhancedCommentify.txt
 
 script_name: ftplugin/xml.vim
+addon:       xml
+description: editing helps for XML, HTML, and SGML documents
 script_url:  http://www.vim.org/scripts/script.php?script_id=301
 author:      Devin Weaver
 author_url:  http://www.vim.org/account/profile.php?user_id=667
@@ -142,6 +172,8 @@
 version:     1.29
 
 script_name: ftplugin/po.vim
+addon:       po
+description: easier editing of GNU gettext PO files
 script_url:  http://www.vim.org/scripts/script.php?script_id=695
 author:      Aleksandar Jelenak
 author_url:  http://www.vim.org/account/profile.php?user_id=2766
@@ -149,15 +181,9 @@
 license:     no license
 version:     1.2
 
-script_name: syntax/CVSAnnotate.vim
-script_url:  http://www.vim.org/scripts/script.php?script_id=407
-author:      Robert Hiestand
-author_url:  http://www.vim.org/account/profile.php?user_id=241
-email:       bob.hiestand at gmail.com
-license:     no license
-version:     1.3
-
 script_name: games/tetris.vim
+addon:       tetris
+description: a Tetris game
 script_url:  http://www.vim.org/scripts/script.php?script_id=172
 author:      Gergely Kontra
 author_url:  http://www.vim.org/account/profile.php?user_id=299
@@ -166,6 +192,8 @@
 version:     0.52fix
 
 script_name: games/VimSokoban/sokoban.vim
+addon:       sokoban
+description: a Sokoban game
 script_url:  http://www.vim.org/scripts/script.php?script_id=211
 author:      Mike Sharpe
 author_url:  http://www.vim.org/account/profile.php?user_id=49
@@ -173,24 +201,20 @@
 license:     license [1], see below
 version:     1.3
 
-script_name: plugin/Chdir.vim
-script_url:  
-author:      Johannes Zellner
-author_url:  
-email:       johannes at zellner.org
-license:     BSD, see /usr/share/common-licenses/BSD
-version:     1.11
-
 script_name: plugin/themes.vim
+addon:       themes
+description: colors sampler pack: all the color schemes on vim.sf.net
 script_url:  http://www.vim.org/scripts/script.php?script_id=625
 author:      Robert (MetaCosm)
 author_url:  http://www.vim.org/account/profile.php?user_id=2162
 email:       vim at metacosm.dhs.org
 license:     see colors/*.vim for per color scheme licenses
+extras:	     colors/*.vim
 version:     4.0
-extras:	     colors/*.vim
 
 script_name: macros/closetag.vim
+addon:       closetag
+description: functions and mappings to close open HTML/XML tags
 script_url:  http://vim.sourceforge.net/scripts/script.php?script_id=13
 author:      Steven Mueller
 author_url:  http://vim.sourceforge.net/account/profile.php?user_id=43
@@ -199,6 +223,8 @@
 version:     0.9.1
 
 script_name: plugin/NERD_comments.vim
+addon:       nerd-commenter
+description: easy commenting of code for many filetypes
 script_url:  http://www.vim.org/scripts/script.php?script_id=1218
 author:      Marty Grenfell
 author_url:  http://www.vim.org/account/profile.php?user_id=7006
@@ -207,13 +233,15 @@
 version:     1.68
 
 script_name: plugin/project.vim
+addon:       project
+description: organize and navigate file projects (like IDE/buffer explorer)
 script_url:  http://www.vim.org/scripts/script.php?script_id=69
 author:      Aric Blumer
 author_url:  http://www.vim.org/account/profile.php?user_id=182
 email:       aricvim at charter.net
 license:     no license
+extras:      doc/project.txt
 version:     1.4
-extras:      doc/project.txt
 
 --
 




More information about the pkg-vim-maintainers mailing list