summaryrefslogtreecommitdiff
path: root/editors/vile/PLIST
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2003-08-08 13:31:06 +0000
committeragc <agc@pkgsrc.org>2003-08-08 13:31:06 +0000
commitb77570afed988c1a8da04dbc82741dd3f1926d34 (patch)
tree919a93003f8d8d63096918239b0f21d485abfc66 /editors/vile/PLIST
parent269d9e99939aa07048aa651aa45f08bcae41c101 (diff)
downloadpkgsrc-b77570afed988c1a8da04dbc82741dd3f1926d34.tar.gz
Update vile from version 9.3 to 9.4
Changes for vile 9.4 (released Mon Aug 04 2003) Various bug fixes and some new functionality: + modify vilefilt.l to highlight shell commands. + add cases for 'u', 'U', 'x' and 'X' to RegStrChr2(), making the [:upper:] and [:xdigit:] regular expression character classes work. + tested with gcc 3.3 and g++ 3.3, modifying several interfaces to use 'const'. gcc 3.x also introduces more nonstandard name-pollution. + modify manpage.rc to check if the current buffer is perl, and if so, to render contents using pod2man or pod2text. + add un-filters (atr2ansi, atr2html, atr2text) which convert encoded control/A text to different forms. + modify support for ^X-e to make it use the whole line if the current buffer is a directory. + increase output- and state transitions-limits for latexflt.l, rpm-filt.l, sh-filt.l and vilefilt.l to compile with Solaris and HPUX lex programs (report by Adam Denton). + modify vile-manfilt to decode UTF-8 emitted by groff 1.18 + add Ruby syntax filter (rb-filt.l, rb.key). + fix: java has no 'operator' keyword. + add texmode, as a variation of latexmode. + add .ltx, .sty suffixes for latexmode. + implement xml-filter based on html-filter. + implement xterm-title mode. + add syntax filter for rpm ".spec" files. + add syntax filter for PostScript ".ps" files. + add syntax filter for enscript ".st" files. + make cursor-movement on a yank command match vi's, tested for various left/up motions such as yk, yh, yH, y1G, y0, y-, yb (report by George Eccles). + updates to allow vile to build with perl 5.8.0 (ifdef's checked for 5.6.1, 5.5.3 and 5.4.5). + rewrote spell.rc to make it work properly if the spell-filter is built-in (reported by Clark Morgan).
Diffstat (limited to 'editors/vile/PLIST')
-rw-r--r--editors/vile/PLIST31
1 files changed, 30 insertions, 1 deletions
diff --git a/editors/vile/PLIST b/editors/vile/PLIST
index d8c87472b21..2389d2f1d9d 100644
--- a/editors/vile/PLIST
+++ b/editors/vile/PLIST
@@ -1,8 +1,13 @@
-@comment $NetBSD: PLIST,v 1.2 2002/11/27 10:45:04 agc Exp $
+@comment $NetBSD: PLIST,v 1.3 2003/08/08 13:31:06 agc Exp $
bin/vile
bin/vile-pager
bin/vileget
+libexec/vile/atr2ansi
+libexec/vile/atr2html
+libexec/vile/atr2text
libexec/vile/vile-ada-filt
+libexec/vile/vile-as-filt
+libexec/vile/vile-asm-filt
libexec/vile/vile-awk-filt
libexec/vile/vile-basic-filt
libexec/vile/vile-bat-filt
@@ -15,9 +20,11 @@ libexec/vile/vile-def-filt
libexec/vile/vile-diff-filt
libexec/vile/vile-ecl-filt
libexec/vile/vile-esql-filt
+libexec/vile/vile-est-filt
libexec/vile/vile-fdl-filt
libexec/vile/vile-html-filt
libexec/vile/vile-imake-filt
+libexec/vile/vile-info-filt
libexec/vile/vile-key-filt
libexec/vile/vile-latex-filt
libexec/vile/vile-lex-filt
@@ -31,10 +38,15 @@ libexec/vile/vile-nr-filt
libexec/vile/vile-pas-filt
libexec/vile/vile-perl-filt
libexec/vile/vile-pl-filt
+libexec/vile/vile-pot-filt
+libexec/vile/vile-ps-filt
libexec/vile/vile-py-filt
+libexec/vile/vile-rb-filt
libexec/vile/vile-rc-filt
libexec/vile/vile-rcs-filt
libexec/vile/vile-rexx-filt
+libexec/vile/vile-rpm-filt
+libexec/vile/vile-ruby-filt
libexec/vile/vile-sccs-filt
libexec/vile/vile-sed-filt
libexec/vile/vile-sh-filt
@@ -45,10 +57,12 @@ libexec/vile/vile-tags-filt
libexec/vile/vile-tbl-filt
libexec/vile/vile-tc-filt
libexec/vile/vile-tcl-filt
+libexec/vile/vile-texi-filt
libexec/vile/vile-ti-filt
libexec/vile/vile-txt-filt
libexec/vile/vile-vile-filt
libexec/vile/vile-vlog-filt
+libexec/vile/vile-xml-filt
libexec/vile/vile-xres-filt
libexec/vile/vile-xs-filt
libexec/vile/vile-yacc-filt
@@ -60,6 +74,9 @@ share/examples/vile/pictmode.rc
share/examples/vile/spell.rc
share/examples/vile/visvile.rc
share/vile/ada.keywords
+share/vile/as.keywords
+share/vile/as386.keywords
+share/vile/asm.keywords
share/vile/awk.keywords
share/vile/basic.keywords
share/vile/bat.keywords
@@ -75,14 +92,17 @@ share/vile/diff.keywords
share/vile/digraphs.rc
share/vile/ecl.keywords
share/vile/esql.keywords
+share/vile/est.keywords
share/vile/fdl.keywords
share/vile/filters.rc
+share/vile/gnugpg.rc
share/vile/html.keywords
share/vile/imake.keywords
share/vile/java.keywords
share/vile/js.keywords
share/vile/latex.keywords
share/vile/lex.keywords
+share/vile/loaderrs.rc
share/vile/m4.keywords
share/vile/mail.keywords
share/vile/make.keywords
@@ -117,20 +137,27 @@ share/vile/perl/spell.pm
share/vile/perl/winops.pm
share/vile/pictmode.rc
share/vile/pot.keywords
+share/vile/ps.keywords
share/vile/py.keywords
+share/vile/rb.keywords
share/vile/rc.keywords
share/vile/rcs.keywords
share/vile/rexx.keywords
+share/vile/rpm.keywords
share/vile/sccs.keywords
+share/vile/search.rc
share/vile/sh.keywords
share/vile/shifts.rc
share/vile/sml.keywords
share/vile/spell.rc
share/vile/sql.keywords
+share/vile/syntax.keywords
share/vile/tags.keywords
share/vile/tbl.keywords
share/vile/tc.keywords
share/vile/tcl.keywords
+share/vile/tex.keywords
+share/vile/texi.keywords
share/vile/ti.keywords
share/vile/vb.keywords
share/vile/vile.hlp
@@ -139,6 +166,8 @@ share/vile/vileinit.rc
share/vile/vileperl.rc
share/vile/vim.keywords
share/vile/vlog.keywords
+share/vile/which.rc
+share/vile/xml.keywords
share/vile/xres.keywords
share/vile/xs.keywords
share/vile/yacc.keywords