mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
Update to version 9.0.
This commit is contained in:
parent
281b742c7e
commit
18fca5505e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24048
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: vile
|
||||
# Version required: 8.2
|
||||
# Version required: 9.0
|
||||
# Date created: Wed Nov 26, 1996
|
||||
# Whom: pgf
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= vile-8.2
|
||||
DISTNAME= vile-9.0
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= ftp://ftp.clark.net/pub/dickey/vile/ \
|
||||
ftp://ftp.phred.org/pub/vile/ \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (vile-8.2.tgz) = b96a02f2b999d9fba511a373558e4e1a
|
||||
MD5 (vile-9.0.tgz) = aa7e169e0c0c1e4e7d21eaa2d879ecb8
|
||||
|
59
editors/vile/files/patch-ac
Normal file
59
editors/vile/files/patch-ac
Normal file
@ -0,0 +1,59 @@
|
||||
--- makefile.in.orig Thu Nov 11 03:04:17 1999
|
||||
+++ makefile.in Sat Dec 25 12:03:45 1999
|
||||
@@ -35,6 +35,7 @@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
|
||||
EXTRA_CFLAGS = @EXTRA_CFLAGS@
|
||||
CFLAGS = @CFLAGS@ $(EXTRA_CFLAGS)
|
||||
@@ -50,7 +51,7 @@
|
||||
|
||||
PERL = @PERL@
|
||||
PERLLIB = @perl_lib_path@
|
||||
-INSTALL_SCRIPT = $(srcdir)/sinstall.sh $(PERL) $(INSTALL_PROGRAM)
|
||||
+INSTALL_SCRIPTV = $(srcdir)/sinstall.sh $(PERL) $(INSTALL_SCRIPT)
|
||||
|
||||
|
||||
prefix = @prefix@
|
||||
@@ -265,7 +266,7 @@
|
||||
|
||||
all :: $(ALL)
|
||||
|
||||
-$(TARGET): $(BUILTHDRS) $(OBJ)
|
||||
+$(TARGET): $(BUILTHDRS) $(OBJ) vile-perl-api.doc
|
||||
-mv $(TARGET) o$(TARGET)
|
||||
@ECHO_LD@$(LINK) $(LDFLAGS) -o $@ $(OBJ) $(X_LIBS) $(LIBS)
|
||||
|
||||
@@ -607,9 +608,9 @@
|
||||
$(INSTALL_PROGRAM) $(TARGET) $@
|
||||
|
||||
$(BINDIR)/xshell.sh: $(srcdir)/xshell.sh
|
||||
- $(INSTALL_PROGRAM) $(srcdir)/xshell.sh $@
|
||||
+ $(INSTALL_SCRIPT) $(srcdir)/xshell.sh $@
|
||||
$(BINDIR)/vileget: $(srcdir)/perl/vileget
|
||||
- $(INSTALL_SCRIPT) $(srcdir)/perl/vileget $@
|
||||
+ $(INSTALL_SCRIPTV) $(srcdir)/perl/vileget $@
|
||||
|
||||
$(BINDIR)/@TARGET@-pager: $(srcdir)/macros/vile-pager
|
||||
sed -e 's/ vile / @TARGET@ /' $(srcdir)/macros/vile-pager >$@
|
||||
@@ -646,15 +647,15 @@
|
||||
$(PERLDIR)/dir.pl: $(srcdir)/perl/dir.pl
|
||||
$(INSTALL_DATA) $(srcdir)/perl/dir.pl $@
|
||||
$(PERLDIR)/glob2re.pl: $(srcdir)/perl/glob2re.pl
|
||||
- $(INSTALL_SCRIPT) $(srcdir)/perl/glob2re.pl $@
|
||||
+ $(INSTALL_SCRIPTV) $(srcdir)/perl/glob2re.pl $@
|
||||
$(PERLDIR)/hgrep.pl: $(srcdir)/perl/hgrep.pl
|
||||
- $(INSTALL_SCRIPT) $(srcdir)/perl/hgrep.pl $@
|
||||
+ $(INSTALL_SCRIPTV) $(srcdir)/perl/hgrep.pl $@
|
||||
$(PERLDIR)/hilite.pl: $(srcdir)/perl/hilite.pl
|
||||
$(INSTALL_DATA) $(srcdir)/perl/hilite.pl $@
|
||||
$(PERLDIR)/lock.pl: $(srcdir)/perl/lock.pl
|
||||
$(INSTALL_DATA) $(srcdir)/perl/lock.pl $@
|
||||
$(PERLDIR)/manfilt.pl: $(srcdir)/perl/manfilt.pl
|
||||
- $(INSTALL_SCRIPT) $(srcdir)/perl/manfilt.pl $@
|
||||
+ $(INSTALL_SCRIPTV) $(srcdir)/perl/manfilt.pl $@
|
||||
$(PERLDIR)/mime.pl: $(srcdir)/perl/mime.pl
|
||||
$(INSTALL_DATA) $(srcdir)/perl/mime.pl $@
|
||||
$(PERLDIR)/plugins.pl: $(srcdir)/perl/plugins.pl
|
@ -1,9 +1,43 @@
|
||||
bin/vile
|
||||
bin/vile-c-filt
|
||||
bin/vile-crypt
|
||||
bin/vile-manfilt
|
||||
bin/vile-pas-filt
|
||||
bin/vile-pager
|
||||
info/dir
|
||||
lib/vile/vile-c-filt
|
||||
lib/vile/vile-crypt
|
||||
lib/vile/vile-manfilt
|
||||
lib/vile/vile-pas-filt
|
||||
lib/vile/vile-ada-filt
|
||||
lib/vile/vile-awk-filt
|
||||
lib/vile/vile-bat-filt
|
||||
lib/vile/vile-dcl-filt
|
||||
lib/vile/vile-fdl-filt
|
||||
lib/vile/vile-diff-filt
|
||||
lib/vile/vile-html-filt
|
||||
lib/vile/vile-latex-filt
|
||||
lib/vile/vile-lex-filt
|
||||
lib/vile/vile-m4-filt
|
||||
lib/vile/vile-mail-filt
|
||||
lib/vile/vile-make-filt
|
||||
lib/vile/vile-mms-filt
|
||||
lib/vile/vile-nr-filt
|
||||
lib/vile/vile-perl-filt
|
||||
lib/vile/vile-py-filt
|
||||
lib/vile/vile-rcs-filt
|
||||
lib/vile/vile-sccs-filt
|
||||
lib/vile/vile-sh-filt
|
||||
lib/vile/vile-spell-filt
|
||||
lib/vile/vile-sql-filt
|
||||
lib/vile/vile-tbl-filt
|
||||
lib/vile/vile-tc-filt
|
||||
lib/vile/vile-tcl-filt
|
||||
lib/vile/vile-ti-filt
|
||||
lib/vile/vile-txt-filt
|
||||
lib/vile/vile-vile-filt
|
||||
lib/vile/vile-xs-filt
|
||||
lib/vile/vile-yacc-filt
|
||||
share/doc/vile/Vileserv.doc
|
||||
share/doc/vile/config.doc
|
||||
share/doc/vile/dir.doc
|
||||
share/doc/vile/filters.doc
|
||||
share/doc/vile/hilite.doc
|
||||
share/doc/vile/macros.doc
|
||||
share/doc/vile/menus.doc
|
||||
@ -12,8 +46,53 @@ share/doc/vile/oleauto.doc
|
||||
share/doc/vile/perl.doc
|
||||
share/doc/vile/visvile.doc
|
||||
share/doc/vile/w32modes.doc
|
||||
share/vile/digraphs.rc
|
||||
share/vile/manpage.rc
|
||||
share/vile/palettes.rc
|
||||
share/vile/pictmode.rc
|
||||
share/vile/vileinit.rc
|
||||
share/vile/vileperl.rc
|
||||
share/vile/vile.hlp
|
||||
share/vile/c.keywords
|
||||
share/vile/filters.rc
|
||||
share/vile/pas.keywords
|
||||
share/vile/vile.keywords
|
||||
share/vile/ada.keywords
|
||||
share/vile/awk.keywords
|
||||
share/vile/bat.keywords
|
||||
share/vile/csh.keywords
|
||||
share/vile/dcl.keywords
|
||||
share/vile/diff.keywords
|
||||
share/vile/fdl.keywords
|
||||
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/m4.keywords
|
||||
share/vile/mail.keywords
|
||||
share/vile/make.keywords
|
||||
share/vile/nr.keywords
|
||||
share/vile/perl.keywords
|
||||
share/vile/py.keywords
|
||||
share/vile/pot.keywords
|
||||
share/vile/rcs.keywords
|
||||
share/vile/sccs.keywords
|
||||
share/vile/sh.keywords
|
||||
share/vile/spell.rc
|
||||
share/vile/sql.keywords
|
||||
share/vile/tbl.keywords
|
||||
share/vile/tc.keywords
|
||||
share/vile/tcl.keywords
|
||||
share/vile/ti.keywords
|
||||
share/vile/xs.keywords
|
||||
share/vile/yacc.keywords
|
||||
share/vile/macros/digraphs.rc
|
||||
share/vile/macros/manpage.rc
|
||||
share/vile/macros/palettes.rc
|
||||
share/vile/macros/pictmode.rc
|
||||
share/vile/macros/vileinit.rc
|
||||
share/vile/macros/vilemenu.rc
|
||||
share/vile/macros/vileperl.rc
|
||||
share/vile/macros/vile-pager
|
||||
|
@ -1,29 +1,116 @@
|
||||
bin/vile
|
||||
bin/vile-c-filt
|
||||
bin/vile-crypt
|
||||
bin/vile-manfilt
|
||||
bin/vile-pas-filt
|
||||
bin/vile-pager
|
||||
bin/vileget
|
||||
info/dir
|
||||
lib/vile/vile-c-filt
|
||||
lib/vile/vile-crypt
|
||||
lib/vile/vile-manfilt
|
||||
lib/vile/vile-pas-filt
|
||||
lib/vile/vile-ada-filt
|
||||
lib/vile/vile-awk-filt
|
||||
lib/vile/vile-bat-filt
|
||||
lib/vile/vile-dcl-filt
|
||||
lib/vile/vile-fdl-filt
|
||||
lib/vile/vile-diff-filt
|
||||
lib/vile/vile-html-filt
|
||||
lib/vile/vile-latex-filt
|
||||
lib/vile/vile-lex-filt
|
||||
lib/vile/vile-m4-filt
|
||||
lib/vile/vile-mail-filt
|
||||
lib/vile/vile-make-filt
|
||||
lib/vile/vile-mms-filt
|
||||
lib/vile/vile-nr-filt
|
||||
lib/vile/vile-perl-filt
|
||||
lib/vile/vile-py-filt
|
||||
lib/vile/vile-rcs-filt
|
||||
lib/vile/vile-sccs-filt
|
||||
lib/vile/vile-sh-filt
|
||||
lib/vile/vile-spell-filt
|
||||
lib/vile/vile-sql-filt
|
||||
lib/vile/vile-tbl-filt
|
||||
lib/vile/vile-tc-filt
|
||||
lib/vile/vile-tcl-filt
|
||||
lib/vile/vile-ti-filt
|
||||
lib/vile/vile-txt-filt
|
||||
lib/vile/vile-vile-filt
|
||||
lib/vile/vile-xs-filt
|
||||
lib/vile/vile-yacc-filt
|
||||
share/doc/vile/Vileserv.doc
|
||||
share/doc/vile/config.doc
|
||||
share/doc/vile/dir.doc
|
||||
share/doc/vile/filters.doc
|
||||
share/doc/vile/hilite.doc
|
||||
share/doc/vile/macros.doc
|
||||
share/doc/vile/menus.doc
|
||||
share/doc/vile/modes.doc
|
||||
share/doc/vile/oleauto.doc
|
||||
share/doc/vile/perl.doc
|
||||
share/doc/vile/vile-perl-api.doc
|
||||
share/doc/vile/visvile.doc
|
||||
share/doc/vile/w32modes.doc
|
||||
share/vile/vile.hlp
|
||||
share/vile/macros/digraphs.rc
|
||||
share/vile/macros/manpage.rc
|
||||
share/vile/macros/pictmode.rc
|
||||
share/vile/macros/vile-pager
|
||||
share/doc/vile/vile-perl-api.doc
|
||||
share/vile/perl/Vile.pm
|
||||
share/vile/perl/Vileserv.pm
|
||||
share/vile/perl/dir.pl
|
||||
share/vile/perl/glob2re.pl
|
||||
share/vile/perl/hgrep.pl
|
||||
share/vile/perl/hilite.pl
|
||||
share/vile/perl/lock.pl
|
||||
share/vile/perl/manfilt.pl
|
||||
share/vile/perl/mime.pl
|
||||
share/vile/perl/plugins.pl
|
||||
share/vile/perl/search.pl
|
||||
share/vile/perl/shell.pl
|
||||
share/vile/perl/spell.pl
|
||||
share/vile/perl/syntax.pl
|
||||
share/vile/perl/tailf.pl
|
||||
share/vile/perl/visit.pl
|
||||
share/vile/digraphs.rc
|
||||
share/vile/manpage.rc
|
||||
share/vile/palettes.rc
|
||||
share/vile/pictmode.rc
|
||||
share/vile/vileinit.rc
|
||||
share/vile/vileperl.rc
|
||||
share/vile/vile.hlp
|
||||
share/vile/c.keywords
|
||||
share/vile/filters.rc
|
||||
share/vile/pas.keywords
|
||||
share/vile/vile.keywords
|
||||
share/vile/ada.keywords
|
||||
share/vile/awk.keywords
|
||||
share/vile/bat.keywords
|
||||
share/vile/csh.keywords
|
||||
share/vile/dcl.keywords
|
||||
share/vile/diff.keywords
|
||||
share/vile/fdl.keywords
|
||||
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/m4.keywords
|
||||
share/vile/mail.keywords
|
||||
share/vile/make.keywords
|
||||
share/vile/nr.keywords
|
||||
share/vile/perl.keywords
|
||||
share/vile/py.keywords
|
||||
share/vile/pot.keywords
|
||||
share/vile/rcs.keywords
|
||||
share/vile/sccs.keywords
|
||||
share/vile/sh.keywords
|
||||
share/vile/spell.rc
|
||||
share/vile/sql.keywords
|
||||
share/vile/tbl.keywords
|
||||
share/vile/tc.keywords
|
||||
share/vile/tcl.keywords
|
||||
share/vile/ti.keywords
|
||||
share/vile/xs.keywords
|
||||
share/vile/yacc.keywords
|
||||
share/vile/macros/digraphs.rc
|
||||
share/vile/macros/manpage.rc
|
||||
share/vile/macros/palettes.rc
|
||||
share/vile/macros/pictmode.rc
|
||||
share/vile/macros/vileinit.rc
|
||||
share/vile/macros/vilemenu.rc
|
||||
share/vile/macros/vileperl.rc
|
||||
share/vile/macros/vile-pager
|
||||
|
@ -1,13 +1,13 @@
|
||||
# New ports collection makefile for: xvile
|
||||
# Version required: 8.2
|
||||
# Version required: 9.0
|
||||
# Date created: Wed Nov 26, 1996
|
||||
# Whom: pgf
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= vile-8.2
|
||||
PKGNAME= xvile-8.2
|
||||
DISTNAME= vile-9.0
|
||||
PKGNAME= xvile-9.0
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= ftp://ftp.clark.net/pub/dickey/vile/ \
|
||||
ftp://ftp.phred.org/pub/vile/ \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (vile-8.2.tgz) = b96a02f2b999d9fba511a373558e4e1a
|
||||
MD5 (vile-9.0.tgz) = aa7e169e0c0c1e4e7d21eaa2d879ecb8
|
||||
|
59
editors/xvile/files/patch-ac
Normal file
59
editors/xvile/files/patch-ac
Normal file
@ -0,0 +1,59 @@
|
||||
--- makefile.in.orig Thu Nov 11 03:04:17 1999
|
||||
+++ makefile.in Sat Dec 25 12:03:45 1999
|
||||
@@ -35,6 +35,7 @@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
|
||||
EXTRA_CFLAGS = @EXTRA_CFLAGS@
|
||||
CFLAGS = @CFLAGS@ $(EXTRA_CFLAGS)
|
||||
@@ -50,7 +51,7 @@
|
||||
|
||||
PERL = @PERL@
|
||||
PERLLIB = @perl_lib_path@
|
||||
-INSTALL_SCRIPT = $(srcdir)/sinstall.sh $(PERL) $(INSTALL_PROGRAM)
|
||||
+INSTALL_SCRIPTV = $(srcdir)/sinstall.sh $(PERL) $(INSTALL_SCRIPT)
|
||||
|
||||
|
||||
prefix = @prefix@
|
||||
@@ -265,7 +266,7 @@
|
||||
|
||||
all :: $(ALL)
|
||||
|
||||
-$(TARGET): $(BUILTHDRS) $(OBJ)
|
||||
+$(TARGET): $(BUILTHDRS) $(OBJ) vile-perl-api.doc
|
||||
-mv $(TARGET) o$(TARGET)
|
||||
@ECHO_LD@$(LINK) $(LDFLAGS) -o $@ $(OBJ) $(X_LIBS) $(LIBS)
|
||||
|
||||
@@ -607,9 +608,9 @@
|
||||
$(INSTALL_PROGRAM) $(TARGET) $@
|
||||
|
||||
$(BINDIR)/xshell.sh: $(srcdir)/xshell.sh
|
||||
- $(INSTALL_PROGRAM) $(srcdir)/xshell.sh $@
|
||||
+ $(INSTALL_SCRIPT) $(srcdir)/xshell.sh $@
|
||||
$(BINDIR)/vileget: $(srcdir)/perl/vileget
|
||||
- $(INSTALL_SCRIPT) $(srcdir)/perl/vileget $@
|
||||
+ $(INSTALL_SCRIPTV) $(srcdir)/perl/vileget $@
|
||||
|
||||
$(BINDIR)/@TARGET@-pager: $(srcdir)/macros/vile-pager
|
||||
sed -e 's/ vile / @TARGET@ /' $(srcdir)/macros/vile-pager >$@
|
||||
@@ -646,15 +647,15 @@
|
||||
$(PERLDIR)/dir.pl: $(srcdir)/perl/dir.pl
|
||||
$(INSTALL_DATA) $(srcdir)/perl/dir.pl $@
|
||||
$(PERLDIR)/glob2re.pl: $(srcdir)/perl/glob2re.pl
|
||||
- $(INSTALL_SCRIPT) $(srcdir)/perl/glob2re.pl $@
|
||||
+ $(INSTALL_SCRIPTV) $(srcdir)/perl/glob2re.pl $@
|
||||
$(PERLDIR)/hgrep.pl: $(srcdir)/perl/hgrep.pl
|
||||
- $(INSTALL_SCRIPT) $(srcdir)/perl/hgrep.pl $@
|
||||
+ $(INSTALL_SCRIPTV) $(srcdir)/perl/hgrep.pl $@
|
||||
$(PERLDIR)/hilite.pl: $(srcdir)/perl/hilite.pl
|
||||
$(INSTALL_DATA) $(srcdir)/perl/hilite.pl $@
|
||||
$(PERLDIR)/lock.pl: $(srcdir)/perl/lock.pl
|
||||
$(INSTALL_DATA) $(srcdir)/perl/lock.pl $@
|
||||
$(PERLDIR)/manfilt.pl: $(srcdir)/perl/manfilt.pl
|
||||
- $(INSTALL_SCRIPT) $(srcdir)/perl/manfilt.pl $@
|
||||
+ $(INSTALL_SCRIPTV) $(srcdir)/perl/manfilt.pl $@
|
||||
$(PERLDIR)/mime.pl: $(srcdir)/perl/mime.pl
|
||||
$(INSTALL_DATA) $(srcdir)/perl/mime.pl $@
|
||||
$(PERLDIR)/plugins.pl: $(srcdir)/perl/plugins.pl
|
@ -1,9 +1,44 @@
|
||||
bin/xvile
|
||||
bin/vile-c-filt
|
||||
bin/vile-crypt
|
||||
bin/vile-manfilt
|
||||
bin/vile-pas-filt
|
||||
bin/xvile-pager
|
||||
bin/xshell.sh
|
||||
info/dir
|
||||
lib/vile/vile-c-filt
|
||||
lib/vile/vile-crypt
|
||||
lib/vile/vile-manfilt
|
||||
lib/vile/vile-pas-filt
|
||||
lib/vile/vile-ada-filt
|
||||
lib/vile/vile-awk-filt
|
||||
lib/vile/vile-bat-filt
|
||||
lib/vile/vile-dcl-filt
|
||||
lib/vile/vile-fdl-filt
|
||||
lib/vile/vile-diff-filt
|
||||
lib/vile/vile-html-filt
|
||||
lib/vile/vile-latex-filt
|
||||
lib/vile/vile-lex-filt
|
||||
lib/vile/vile-m4-filt
|
||||
lib/vile/vile-mail-filt
|
||||
lib/vile/vile-make-filt
|
||||
lib/vile/vile-mms-filt
|
||||
lib/vile/vile-nr-filt
|
||||
lib/vile/vile-perl-filt
|
||||
lib/vile/vile-py-filt
|
||||
lib/vile/vile-rcs-filt
|
||||
lib/vile/vile-sccs-filt
|
||||
lib/vile/vile-sh-filt
|
||||
lib/vile/vile-spell-filt
|
||||
lib/vile/vile-sql-filt
|
||||
lib/vile/vile-tbl-filt
|
||||
lib/vile/vile-tc-filt
|
||||
lib/vile/vile-tcl-filt
|
||||
lib/vile/vile-ti-filt
|
||||
lib/vile/vile-txt-filt
|
||||
lib/vile/vile-vile-filt
|
||||
lib/vile/vile-xs-filt
|
||||
lib/vile/vile-yacc-filt
|
||||
share/doc/vile/Vileserv.doc
|
||||
share/doc/vile/config.doc
|
||||
share/doc/vile/dir.doc
|
||||
share/doc/vile/filters.doc
|
||||
share/doc/vile/hilite.doc
|
||||
share/doc/vile/macros.doc
|
||||
share/doc/vile/menus.doc
|
||||
@ -12,8 +47,53 @@ share/doc/vile/oleauto.doc
|
||||
share/doc/vile/perl.doc
|
||||
share/doc/vile/visvile.doc
|
||||
share/doc/vile/w32modes.doc
|
||||
share/vile/digraphs.rc
|
||||
share/vile/manpage.rc
|
||||
share/vile/palettes.rc
|
||||
share/vile/pictmode.rc
|
||||
share/vile/vileinit.rc
|
||||
share/vile/vileperl.rc
|
||||
share/vile/vile.hlp
|
||||
share/vile/c.keywords
|
||||
share/vile/filters.rc
|
||||
share/vile/pas.keywords
|
||||
share/vile/vile.keywords
|
||||
share/vile/ada.keywords
|
||||
share/vile/awk.keywords
|
||||
share/vile/bat.keywords
|
||||
share/vile/csh.keywords
|
||||
share/vile/dcl.keywords
|
||||
share/vile/diff.keywords
|
||||
share/vile/fdl.keywords
|
||||
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/m4.keywords
|
||||
share/vile/mail.keywords
|
||||
share/vile/make.keywords
|
||||
share/vile/nr.keywords
|
||||
share/vile/perl.keywords
|
||||
share/vile/py.keywords
|
||||
share/vile/pot.keywords
|
||||
share/vile/rcs.keywords
|
||||
share/vile/sccs.keywords
|
||||
share/vile/sh.keywords
|
||||
share/vile/spell.rc
|
||||
share/vile/sql.keywords
|
||||
share/vile/tbl.keywords
|
||||
share/vile/tc.keywords
|
||||
share/vile/tcl.keywords
|
||||
share/vile/ti.keywords
|
||||
share/vile/xs.keywords
|
||||
share/vile/yacc.keywords
|
||||
share/vile/macros/digraphs.rc
|
||||
share/vile/macros/manpage.rc
|
||||
share/vile/macros/palettes.rc
|
||||
share/vile/macros/pictmode.rc
|
||||
share/vile/macros/vileinit.rc
|
||||
share/vile/macros/vilemenu.rc
|
||||
share/vile/macros/vileperl.rc
|
||||
share/vile/macros/vile-pager
|
||||
|
@ -1,29 +1,117 @@
|
||||
bin/xvile
|
||||
bin/vile-c-filt
|
||||
bin/vile-crypt
|
||||
bin/vile-manfilt
|
||||
bin/vile-pas-filt
|
||||
bin/xvile-pager
|
||||
bin/xshell.sh
|
||||
bin/vileget
|
||||
info/dir
|
||||
lib/vile/vile-c-filt
|
||||
lib/vile/vile-crypt
|
||||
lib/vile/vile-manfilt
|
||||
lib/vile/vile-pas-filt
|
||||
lib/vile/vile-ada-filt
|
||||
lib/vile/vile-awk-filt
|
||||
lib/vile/vile-bat-filt
|
||||
lib/vile/vile-dcl-filt
|
||||
lib/vile/vile-fdl-filt
|
||||
lib/vile/vile-diff-filt
|
||||
lib/vile/vile-html-filt
|
||||
lib/vile/vile-latex-filt
|
||||
lib/vile/vile-lex-filt
|
||||
lib/vile/vile-m4-filt
|
||||
lib/vile/vile-mail-filt
|
||||
lib/vile/vile-make-filt
|
||||
lib/vile/vile-mms-filt
|
||||
lib/vile/vile-nr-filt
|
||||
lib/vile/vile-perl-filt
|
||||
lib/vile/vile-py-filt
|
||||
lib/vile/vile-rcs-filt
|
||||
lib/vile/vile-sccs-filt
|
||||
lib/vile/vile-sh-filt
|
||||
lib/vile/vile-spell-filt
|
||||
lib/vile/vile-sql-filt
|
||||
lib/vile/vile-tbl-filt
|
||||
lib/vile/vile-tc-filt
|
||||
lib/vile/vile-tcl-filt
|
||||
lib/vile/vile-ti-filt
|
||||
lib/vile/vile-txt-filt
|
||||
lib/vile/vile-vile-filt
|
||||
lib/vile/vile-xs-filt
|
||||
lib/vile/vile-yacc-filt
|
||||
share/doc/vile/Vileserv.doc
|
||||
share/doc/vile/config.doc
|
||||
share/doc/vile/dir.doc
|
||||
share/doc/vile/filters.doc
|
||||
share/doc/vile/hilite.doc
|
||||
share/doc/vile/macros.doc
|
||||
share/doc/vile/menus.doc
|
||||
share/doc/vile/modes.doc
|
||||
share/doc/vile/oleauto.doc
|
||||
share/doc/vile/perl.doc
|
||||
share/doc/vile/vile-perl-api.doc
|
||||
share/doc/vile/visvile.doc
|
||||
share/doc/vile/w32modes.doc
|
||||
share/vile/vile.hlp
|
||||
share/vile/macros/digraphs.rc
|
||||
share/vile/macros/manpage.rc
|
||||
share/vile/macros/pictmode.rc
|
||||
share/vile/macros/vile-pager
|
||||
share/doc/vile/vile-perl-api.doc
|
||||
share/vile/perl/Vile.pm
|
||||
share/vile/perl/Vileserv.pm
|
||||
share/vile/perl/dir.pl
|
||||
share/vile/perl/glob2re.pl
|
||||
share/vile/perl/hgrep.pl
|
||||
share/vile/perl/hilite.pl
|
||||
share/vile/perl/lock.pl
|
||||
share/vile/perl/manfilt.pl
|
||||
share/vile/perl/mime.pl
|
||||
share/vile/perl/plugins.pl
|
||||
share/vile/perl/search.pl
|
||||
share/vile/perl/shell.pl
|
||||
share/vile/perl/spell.pl
|
||||
share/vile/perl/syntax.pl
|
||||
share/vile/perl/tailf.pl
|
||||
share/vile/perl/visit.pl
|
||||
share/vile/digraphs.rc
|
||||
share/vile/manpage.rc
|
||||
share/vile/palettes.rc
|
||||
share/vile/pictmode.rc
|
||||
share/vile/vileinit.rc
|
||||
share/vile/vileperl.rc
|
||||
share/vile/vile.hlp
|
||||
share/vile/c.keywords
|
||||
share/vile/filters.rc
|
||||
share/vile/pas.keywords
|
||||
share/vile/vile.keywords
|
||||
share/vile/ada.keywords
|
||||
share/vile/awk.keywords
|
||||
share/vile/bat.keywords
|
||||
share/vile/csh.keywords
|
||||
share/vile/dcl.keywords
|
||||
share/vile/diff.keywords
|
||||
share/vile/fdl.keywords
|
||||
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/m4.keywords
|
||||
share/vile/mail.keywords
|
||||
share/vile/make.keywords
|
||||
share/vile/nr.keywords
|
||||
share/vile/perl.keywords
|
||||
share/vile/py.keywords
|
||||
share/vile/pot.keywords
|
||||
share/vile/rcs.keywords
|
||||
share/vile/sccs.keywords
|
||||
share/vile/sh.keywords
|
||||
share/vile/spell.rc
|
||||
share/vile/sql.keywords
|
||||
share/vile/tbl.keywords
|
||||
share/vile/tc.keywords
|
||||
share/vile/tcl.keywords
|
||||
share/vile/ti.keywords
|
||||
share/vile/xs.keywords
|
||||
share/vile/yacc.keywords
|
||||
share/vile/macros/digraphs.rc
|
||||
share/vile/macros/manpage.rc
|
||||
share/vile/macros/palettes.rc
|
||||
share/vile/macros/pictmode.rc
|
||||
share/vile/macros/vileinit.rc
|
||||
share/vile/macros/vilemenu.rc
|
||||
share/vile/macros/vileperl.rc
|
||||
share/vile/macros/vile-pager
|
||||
|
Loading…
x
Reference in New Issue
Block a user